Constructor: forumTopicDeleted
Represents a deleted forum topic.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | int | Yes | The ID of the deleted forum topic. |
Type: ForumTopic
Example:
$forumTopicDeleted = ['_' => 'forumTopicDeleted', 'id' => int];
Represents a deleted forum topic.
Name | Type | Required | Description |
---|---|---|---|
id | int | Yes | The ID of the deleted forum topic. |
$forumTopicDeleted = ['_' => 'forumTopicDeleted', 'id' => int];