MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionPinTopic.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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