Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MessageActionTopicEdit

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { title?: string; iconEmojiId?: BigInteger; closed?: boolean; hidden?: boolean }

Type declaration

  • Optional title?: string
  • Optional iconEmojiId?: BigInteger
  • Optional closed?: boolean
  • Optional hidden?: boolean
CONSTRUCTOR_ID: 3230943264
SUBCLASS_OF_ID: 2256589094
classType: "constructor"
className: "MessageActionTopicEdit"
title?: string
iconEmojiId?: BigInteger
closed?: boolean
hidden?: boolean

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { title?: string; iconEmojiId?: BigInteger; closed?: boolean; hidden?: boolean }
  • Returns { title?: string; iconEmojiId?: BigInteger; closed?: boolean; hidden?: boolean }

    • Optional title?: string
    • Optional iconEmojiId?: BigInteger
    • Optional closed?: boolean
    • Optional hidden?: boolean

Constructors

  • new MessageActionTopicEdit(args: { title?: string; iconEmojiId?: BigInteger; closed?: boolean; hidden?: boolean }): MessageActionTopicEdit

Generated using TypeDoc