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 undefinedNew topic title.
iconEmojiId
: bigint or undefinedId of the new custom emoji used as topic icon, or if it was removed.
closed
: boolean or undefinedWhether the topic was opened or closed.
hidden
: boolean or undefinedWhether the topic was hidden or unhidden (only valid for the “general” topic, id=1).