Limits the number of updates to be retrieved. Values between 1-100 are accepted. Defaults to 100.
Identifier of the first update to be returned. Must be greater by one than the highest among the identifiers of previously received updates
Timeout in seconds for long polling. Defaults to 0, i.e. usual short polling. Should be positive, short polling should be used for testing purposes only.
Generated using TypeDoc
A JSON-serialized list of the update types you want your bot to receive. For example, specify [“message”, “edited_channel_post”, “callback_query”] to only receive updates of these types.