updates.getChannelDifference
Returns the difference between the current state of updates of a certain channel and transmitted.
Example
TL schema
Parameters
Name | Type | Description |
flags | Flags, see TL conditional fields | |
force | Set to true to skip some possibly unneeded updates and reduce server-side load | |
channel | The channel | |
filter | Messsage filter | |
pts | Persistent timestamp (see updates) | |
limit | How many updates to fetch, max 100000 |
Ordinary (non-bot) users are supposed to pass 10-100|
Result
Possible errors
Code | Type | Description |
400 | CHANNEL_INVALID | The provided channel is invalid |
400 | CHANNEL_PRIVATE | You haven't joined this channel/supergroup |
403 | CHANNEL_PUBLIC_GROUP_NA | channel/supergroup not available |
400 | FROM_MESSAGE_BOT_DISABLED | Bots can't use fromMessage min constructors |
400 | MSG_ID_INVALID | Invalid message ID provided |
400 | PERSISTENT_TIMESTAMP_EMPTY | Persistent timestamp empty |
400 | PERSISTENT_TIMESTAMP_INVALID | Persistent timestamp invalid |
400 | PINNED_DIALOGS_TOO_MUCH | Too many pinned dialogs |
400 | RANGES_INVALID | Invalid range provided |
Can bots use this methd ?
yes
Related pages
How to subscribe to updates and handle them properly.
Last updated