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

890 B

title description nav_exclude image
channelAdminLogEventActionDeleteTopic A forum topic was deleted true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionDeleteTopic

Back to constructors index

A forum topic was deleted

Attributes:

Name Type Required Description
topic ForumTopic Yes The forum topic that was deleted

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionDeleteTopic = ['_' => 'channelAdminLogEventActionDeleteTopic', 'topic' => ForumTopic];