Link Search Menu Expand Document

Constructor: channelAdminLogEventActionPinTopic

Back to constructors index

A forum topic was pinned or unpinned

Attributes:

NameTypeRequiredDescription
prev_topicForumTopicOptionalPrevious topic information
new_topicForumTopicOptionalNew topic information

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionPinTopic = ['_' => 'channelAdminLogEventActionPinTopic', 'prev_topic' => ForumTopic, 'new_topic' => ForumTopic];