Raw.UpdateNewChannelMessage
A new message was sent in a channel/supergroup
updateNewChannelMessage#62ba04d9 message:Message pts:int pts_count:int = Update;
export namespace Raw {
export class UpdateNewChannelMessage {
constructor(params: { message: Raw.TypeMessage; pts: number; ptsCount: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x62ba04d9
Property
message
: Raw.TypeMessageNew message
pts
: numberEvent count after generation
ptsCount
: numberNumber of events that were generated