class Api.ChatFull
extends VirtualClass<{ canSetUsername?: boolean; hasScheduled?: boolean; id: long; about: string; participants: Api.TypeChatParticipants; chatPhoto?: Api.TypePhoto; notifySettings: Api.TypePeerNotifySettings; exportedInvite?: Api.TypeExportedChatInvite; botInfo?: Api.TypeBotInfo[]; pinnedMsgId?: int; folderId?: int; call?: Api.TypeInputGroupCall; ttlPeriod?: int; groupcallDefaultJoinAs?: Api.TypePeer; themeEmoticon?: string; requestsPending?: int; recentRequesters?: long[]; availableReactions?: Api.TypeChatReactions; }>
import { Api } from "https://deno.land/x/grm@0.8.2/tl/api.d.ts";
const { ChatFull } = Api;
Properties
optional
availableReactions: Api.TypeChatReactionsoptional
botInfo: Api.TypeBotInfo[]optional
call: Api.TypeInputGroupCalloptional
chatPhoto: Api.TypePhotooptional
exportedInvite: Api.TypeExportedChatInviteoptional
groupcallDefaultJoinAs: Api.TypePeernotifySettings: Api.TypePeerNotifySettings
participants: Api.TypeChatParticipants
Static Methods
fromReader(reader: Reader): ChatFull