Constructor: messageActionTopicEdit
Forum topic information was edited.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
title | string | Optional | New topic title. |
icon_emoji_id | long | Optional | ID of the new custom emoji used as topic icon, or if it was removed. |
closed | Bool | Optional | Whether the topic was opened or closed. |
hidden | Bool | Optional | Whether 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];