Raw.UpdateChannelPinnedTopic

Raw.UpdateChannelPinnedTopic

A forum topic was pinned or unpinned.

updateChannelPinnedTopic#192efbe3 flags:# pinned:flags.0?true channel_id:long topic_id:int = Update;
export namespace Raw {
  export class UpdateChannelPinnedTopic {
    constructor(params: { pinned?: boolean; channelId: bigint; topicId: number }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x192efbe3

Property