Layer 220
ForumTopicDeleted
Represents a deleted forum topic.
constructor
forumTopicDeleted#23f109b id:int = ForumTopic;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | int | The ID of the deleted forum topic. |
Returns
ForumTopicGogram Example
// Creating ForumTopicDeleted constructor obj := &tg.ForumTopicDeleted{ Id: 0, }