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

894 B

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

Constructor: notifyForumTopic

Back to constructors index

Notifications generated by a topic in a forum.

Attributes:

Name Type Required Description
peer long Yes Forum ID
top_msg_id int Yes Topic ID

Type: NotifyPeer

Example:

$notifyForumTopic = ['_' => 'notifyForumTopic', 'peer' => long, 'top_msg_id' => int];