Raw.ForumTopicDeleted

Raw.ForumTopicDeleted

Represents a deleted forum topic.

forumTopicDeleted#23f109b id:int = ForumTopic;
export namespace Raw {
  export class ForumTopicDeleted {
    constructor(params: { id: number }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x23f109b

Property

  • id : number

    The id of the deleted forum topic.