Raw.UpdateChannelWebPage
A webpage preview of a link in a channel/supergroup message was generated
updateChannelWebPage#2f2ba99f channel_id:long webpage:WebPage pts:int pts_count:int = Update;
export namespace Raw {
export class UpdateChannelWebPage {
constructor(params: {
channelId: bigint;
webpage: Raw.TypeWebPage;
pts: number;
ptsCount: number;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x2f2ba99f
Property
channelId
: bigintChannel/supergroup id
webpage
: Raw.TypeWebPageGenerated webpage preview
pts
: numberEvent count after generation
ptsCount
: numberNumber of events that were generated