Raw.UpdateChannelTooLong

Raw.UpdateChannelTooLong

There are new updates in the specified channel, the client must fetch them. if the difference is too long or if the channel isn’t currently in the states, start fetching from the specified pts.

updateChannelTooLong#108d941f flags:# channel_id:long pts:flags.0?int = Update;
export namespace Raw {
  export class UpdateChannelTooLong {
    constructor(params: { channelId: bigint; pts?: number }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x108d941f

Property