mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
894 B
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
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];