mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
982 B
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
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];