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: 185
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