Raw.MessageActionTopicEdit

Raw.MessageActionTopicEdit

Forum topic information was edited.

messageActionTopicEdit#c0944820 flags:# title:flags.0?string icon_emoji_id:flags.1?long closed:flags.2?Bool hidden:flags.3?Bool = MessageAction;
export namespace Raw {
  export class MessageActionTopicEdit {
    constructor(params: {
      title?: string;
      iconEmojiId?: bigint;
      closed?: boolean;
      hidden?: boolean;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0xc0944820

Property

  • title : string or undefined

    New topic title.

  • iconEmojiId : bigint or undefined

    Id of the new custom emoji used as topic icon, or if it was removed.

  • closed : boolean or undefined

    Whether the topic was opened or closed.

  • hidden : boolean or undefined

    Whether the topic was hidden or unhidden (only valid for the “general” topic, id=1).