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

982 B

title description nav_exclude image
inputNotifyForumTopic Notifications generated by a topic in a forum. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputNotifyForumTopic

Back to constructors index

Notifications generated by a topic in a forum.

Attributes:

Name Type Required Description
peer Username, chat ID, Update, Message or InputPeer Optional Forum ID
top_msg_id int Yes Topic ID

Type: InputNotifyPeer

Example:

$inputNotifyForumTopic = ['_' => 'inputNotifyForumTopic', 'peer' => InputPeer, 'top_msg_id' => int];