Interface MessageForumTopicEdited

A forum topic has been edited. Subtype of MessageContent.

interface MessageForumTopicEdited {
    @type: "messageForumTopicEdited";
    edit_icon_custom_emoji_id?: boolean;
    icon_custom_emoji_id: string;
    name: string;
}

Properties

@type: "messageForumTopicEdited"
edit_icon_custom_emoji_id?: boolean

True, if icon's custom_emoji_id is changed.

icon_custom_emoji_id: string

New unique identifier of the custom emoji shown on the topic icon; 0 if none. Must be ignored if edit_icon_custom_emoji_id is false.

name: string

If non-empty, the new name of the topic.