Link Search Menu Expand Document

Constructor: messageActionTopicEdit

Back to constructors index

Forum topic information was edited.

Attributes:

NameTypeRequiredDescription
titlestringOptionalNew topic title.
icon_emoji_idlongOptionalID of the new custom emoji used as topic icon, or if it was removed.
closedBoolOptionalWhether the topic was opened or closed.
hiddenBoolOptionalWhether the topic was hidden or unhidden (only valid for the “General” topic, id=1).

Type: MessageAction

Example:

$messageActionTopicEdit = ['_' => 'messageActionTopicEdit', 'title' => 'string', 'icon_emoji_id' => long, 'closed' => Bool, 'hidden' => Bool];