Layer 220
constructor
forumTopicDeleted#23f109b id:int = ForumTopic;

Parameters

Name Type Description
Id int The ID of the deleted forum topic.

Returns

ForumTopic

Gogram Example

// Creating ForumTopicDeleted constructor
obj := &tg.ForumTopicDeleted{
    Id: 0,
}