MadelineProtoDocs/docs/API_docs/constructors/messageActionTopicEdit.md
2024-05-01 14:53:46 +02:00

1.2 KiB

title description nav_exclude image
messageActionTopicEdit Forum topic information was edited. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messageActionTopicEdit

Back to constructors index

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];