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

30 lines
890 B
Markdown

---
title: "channelAdminLogEventActionDeleteTopic"
description: "A forum topic was deleted"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: channelAdminLogEventActionDeleteTopic
[Back to constructors index](/API_docs/constructors/index.html)
A [forum topic](https://core.telegram.org/api/forum#forum-topics) was deleted
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|topic|[ForumTopic](/API_docs/types/ForumTopic.html) | Yes|The [forum topic](https://core.telegram.org/api/forum#forum-topics) that was deleted|
### Type: [ChannelAdminLogEventAction](/API_docs/types/ChannelAdminLogEventAction.html)
### Example:
```
$channelAdminLogEventActionDeleteTopic = ['_' => 'channelAdminLogEventActionDeleteTopic', 'topic' => ForumTopic];
```