telegram api method · layer 229 · #03173d78
updates.getChannelDifference
Returns the difference between the current state of updates of a certain channel and transmitted.
definition
updates.getChannelDifference#3173d78 flags:# force:flags.0?true channel:InputChannel filter:ChannelMessagesFilter pts:int limit:int = updates.ChannelDifference;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
force | true | Set to true to skip some possibly unneeded updates and reduce server-side load |
channel | InputChannel | The channel |
filter | ChannelMessagesFilter | Messsage filter |
pts | int | Persistent timestamp (see updates) |
limit | int | How many updates to fetch, max 100000Ordinary (non-bot) users are supposed to pass 10-100 |
returns
errors (17)
| code | error | description |
|---|---|---|
| 400 | BUSINESS_CONNECTION_NOT_ALLOWED | This method was invoked over a business connection using invokeWithBusinessConnection, but either (1) we're a user, and users cannot invoke methods over a business connection; (2) we're a bot, but business mode was disabled in @botfather or (3); we're a bot, but this method cannot be invoked over a business connection. |
| 400 | CHANNEL_INVALID | The provided channel is invalid. |
| 400 | CHANNEL_PRIVATE | You haven't joined this channel/supergroup. |
| 400 | CHAT_NOT_MODIFIED | No changes were made to chat information because the new information you passed is identical to the current information. |
| 400 | FROM_MESSAGE_BOT_DISABLED | Bots can't use fromMessage min constructors. |
| 400 | FROZEN_PARTICIPANT_MISSING | The current account is frozen, and cannot access the specified peer. |
| 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. |
| 400 | USER_BANNED_IN_CHANNEL | You're banned from sending messages in supergroups/channels. |
| 401 | AUTH_KEY_UNREGISTERED | The specified authorization key is not registered in the system (for example, a PFS temporary key has expired). |
| 403 | CHANNEL_PUBLIC_GROUP_NA | channel/supergroup not available. |
| 403 | CHAT_WRITE_FORBIDDEN | You can't write in this chat. |
| 406 | CHANNEL_PRIVATE | You haven't joined this channel/supergroup. |
| 500 | PERSISTENT_TIMESTAMP_OUTDATED | Channel internal replication issues, try again later (treat this like an RPC_CALL_FAIL). |
history
present in layers 46–229 · constructor id changed 1×
| id | layers |
|---|---|
| #bb32d7c0 | 46 |
| #03173d78 | 62–229 |