Skip to main content
Module

x/grm/mod.ts>Api.ChatFull

MTProto API Client for Deno 🦕
Go to Latest
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.5.2/mod.ts";
const { ChatFull } = Api;

Properties

about: string
optional
availableReactions: Api.TypeChatReactions
optional
botInfo: Api.TypeBotInfo[]
optional
canSetUsername: boolean
optional
chatPhoto: Api.TypePhoto
className: "ChatFull"
classType: "constructor"
CONSTRUCTOR_ID: 3386052920
optional
exportedInvite: Api.TypeExportedChatInvite
optional
folderId: int
optional
groupcallDefaultJoinAs: Api.TypePeer
optional
hasScheduled: boolean
id: long
optional
pinnedMsgId: int
optional
recentRequesters: long[]
optional
requestsPending: int
SUBCLASS_OF_ID: 3566872215
optional
themeEmoticon: string
optional
ttlPeriod: int