peyk.platforms.bale.methods.get_updates¶
- async peyk.platforms.bale.methods.get_updates(self, *, offset: int | None = None, limit: int | None = None, timeout: int | None = None) List[Update][source]¶
Retrieves updates from the Bale API.
- Parameters:
offset – Pagination offset returned by the preceding request.
limit – Maximum number of results requested.
timeout – Maximum time to wait for the operation.
- Returns:
Result produced by the Bale operation.