messageActionTopicEdit
Forum topic information was edited.
type tg.MessageActionTopicEdit struct { /* ... */ }
Implements MessageAction.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Title | string | — | New topic title. |
IconEmojiID | int64 | — | ID of the new custom emoji used as topic icon, or if it was removed. |
Closed | bool | — | Whether the topic was opened or closed. |
Hidden | bool | — | Whether the topic was hidden or unhidden (only valid for the "General" topic, id=1). |
References
- Official documentation
- Generated Go reference
- TL definition:
messageActionTopicEdit#c0944820