Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UpdateChannelPinnedTopic

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { pinned?: boolean; channelId: BigInteger; topicId: number }

Type declaration

  • Optional pinned?: boolean
  • channelId: BigInteger
  • topicId: number
CONSTRUCTOR_ID: 422509539
SUBCLASS_OF_ID: 2676568142
classType: "constructor"
className: "UpdateChannelPinnedTopic"
pinned?: boolean
channelId: BigInteger
topicId: number

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { pinned?: boolean; channelId: BigInteger; topicId: number }
  • Returns { pinned?: boolean; channelId: BigInteger; topicId: number }

    • Optional pinned?: boolean
    • channelId: BigInteger
    • topicId: number

Constructors

  • new UpdateChannelPinnedTopic(args: { pinned?: boolean; channelId: BigInteger; topicId: number }): UpdateChannelPinnedTopic

Generated using TypeDoc