Updates
Returns incoming updates for the bot using getUpdates. Supports long polling and offset-based pagination to acknowledge processed updates.
Columns
| Name | Type | References | |
| UpdateId [KEY] | Long | ||
| MessageId | Integer | ||
| MessageDate | Datetime | ||
| MessageText | String | ||
| FromId | Long | ||
| IsSenderBot | Boolean | ||
| FromFirstName | String | ||
| FromUsername | String | ||
| FromLanguageCode | String | ||
| ChatId | Long | ||
| ChatFirstName | String | ||
| ChatUsername | String | ||
| ChatType | String |