mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
977 B
977 B
title | description | nav_exclude | image |
---|---|---|---|
channelAdminLogEventActionPinTopic | A forum topic was pinned or unpinned | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionPinTopic
A forum topic was pinned or unpinned
Attributes:
Name | Type | Required | Description |
---|---|---|---|
prev_topic | ForumTopic | Optional | Previous topic information |
new_topic | ForumTopic | Optional | New topic information |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionPinTopic = ['_' => 'channelAdminLogEventActionPinTopic', 'prev_topic' => ForumTopic, 'new_topic' => ForumTopic];