Raw.updates.ChannelDifferenceEmpty

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: 201
Constructor ID: 0x3e11affb

Property

  • final : boolean or undefined

    Whether there are more updates that must be fetched (always false)

  • pts : number

    The latest pts

  • timeout : number or undefined

    Clients 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.

Last updated on 2025-04-07T13:34:42.000Z