GetUpdatesMethod

Method to receive incoming updates using long polling

Members

Mixins

__anonymous
mixin TelegramMethod!"/getUpdates"
Undocumented in source.

Variables

allowed_updates
string[] allowed_updates;

List the types of updates you want your bot to receive

limit
int limit;

Limits the number of updates to be retrieved

offset
int offset;

Identifier of the first update to be returned

timeout
Duration timeout;

Timeout for long polling

See Also

Meta