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