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