mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
890 B
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
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];