Class GetUpdates
java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<GetUpdates, List<Update>>
io.github.natanimn.telebof.requests.get.GetUpdates
GetUpdates class. Returns list of
Update
- Since:
- 3 March 2025
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowedUpdates
(Updates[] allowed_updates) OptionalOptionalOptionalOptionalMethods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequest
exec
-
Constructor Details
-
GetUpdates
-
-
Method Details
-
limit
Optional- Parameters:
limit
- Limits the number of updates to be retrieved. Values between 1-100 are accepted. Defaults to 100.- Returns:
GetUpdates
-
offset
Optional- Parameters:
offset
- Identifier of the first update to be returned. Must be greater by one than the highest among the identifiers of previously received updates. By default, updates starting with the earliest unconfirmed update are returned. An update is considered confirmed as soon as getUpdates is called with an offset higher than its update_id. The negative offset can be specified to retrieve updates starting from -offset update from the end of the updates queue. All previous updates will be forgotten.- Returns:
GetUpdates
-
allowedUpdates
Optional- Parameters:
allowed_updates
- A JSON-serialized list of the update types you want your bot to receive. Specify an empty list to receive all update types except chat_member, message_reaction, and message_reaction_count (default). If not specified, the previous setting will be used.- Returns:
GetUpdates
-
timeout
Optional- Parameters:
timeout
- 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.- Returns:
GetUpdates
-