Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ChatFull

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { canSetUsername?: boolean; hasScheduled?: boolean; translationsDisabled?: boolean; id: BigInteger; about: string; participants: TypeChatParticipants; chatPhoto?: Api.TypePhoto; notifySettings: PeerNotifySettings; exportedInvite?: Api.TypeExportedChatInvite; botInfo?: Api.BotInfo[]; pinnedMsgId?: number; folderId?: number; call?: InputGroupCall; ttlPeriod?: number; groupcallDefaultJoinAs?: TypePeer; themeEmoticon?: string; requestsPending?: number; recentRequesters?: BigInteger[]; availableReactions?: TypeChatReactions }

Type declaration

  • Optional canSetUsername?: boolean
  • Optional hasScheduled?: boolean
  • Optional translationsDisabled?: boolean
  • id: BigInteger
  • about: string
  • participants: TypeChatParticipants
  • Optional chatPhoto?: Api.TypePhoto
  • notifySettings: PeerNotifySettings
  • Optional exportedInvite?: Api.TypeExportedChatInvite
  • Optional botInfo?: Api.BotInfo[]
  • Optional pinnedMsgId?: number
  • Optional folderId?: number
  • Optional call?: InputGroupCall
  • Optional ttlPeriod?: number
  • Optional groupcallDefaultJoinAs?: TypePeer
  • Optional themeEmoticon?: string
  • Optional requestsPending?: number
  • Optional recentRequesters?: BigInteger[]
  • Optional availableReactions?: TypeChatReactions
CONSTRUCTOR_ID: 3386052920
SUBCLASS_OF_ID: 3566872215
classType: "constructor"
className: "ChatFull"
canSetUsername?: boolean
hasScheduled?: boolean
translationsDisabled?: boolean
id: BigInteger
about: string
participants: TypeChatParticipants
chatPhoto?: Api.TypePhoto
notifySettings: PeerNotifySettings
exportedInvite?: Api.TypeExportedChatInvite
botInfo?: Api.BotInfo[]
pinnedMsgId?: number
folderId?: number
ttlPeriod?: number
groupcallDefaultJoinAs?: TypePeer
themeEmoticon?: string
requestsPending?: number
recentRequesters?: BigInteger[]
availableReactions?: TypeChatReactions

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer

Constructors

Generated using TypeDoc