Raw.updates.ChannelDifferenceEmpty
There are no new updates
updates.channelDifferenceEmpty#3e11affb flags:# final:flags.0?true pts:int timeout:flags.1?int = updates.ChannelDifference;
export namespace Raw {
export namespace updates {
export class ChannelDifferenceEmpty {
constructor(params: { final?: boolean; pts: number; timeout?: number }) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 198
Constructor ID: 0x3e11affb
Property
final
: boolean or undefinedWhether there are more updates that must be fetched (always false)
pts
: numberThe latest pts
timeout
: number or undefinedClients are supposed to refetch the channel difference after timeout seconds have elapsed, if the user is currently viewing the chat, see here for more info.