Skip to main content
Module

x/mtkruto/mod.ts>types.ChatFull

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.ChatFull
extends _TypeChatFull
import { types } from "https://deno.land/x/mtkruto@0.1.101/mod.ts";
const { ChatFull } = types;

Constructors

new
ChatFull(params: { canSetUsername?: true; hasScheduled?: true; translationsDisabled?: true; id: bigint; about: string; participants: TypeChatParticipants; chatPhoto?: TypePhoto; notifySettings: TypePeerNotifySettings; exportedInvite?: TypeExportedChatInvite; botInfo?: Array<TypeBotInfo>; pinnedMsgId?: number; folderId?: number; call?: TypeInputGroupCall; ttlPeriod?: number; groupcallDefaultJoinAs?: TypePeer; themeEmoticon?: string; requestsPending?: number; recentRequesters?: Array<bigint>; availableReactions?: TypeChatReactions; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
about: string
optional
availableReactions: TypeChatReactions
optional
botInfo: Array<TypeBotInfo>
optional
call: TypeInputGroupCall
optional
canSetUsername: true
optional
chatPhoto: TypePhoto
optional
exportedInvite: TypeExportedChatInvite
optional
folderId: number
optional
groupcallDefaultJoinAs: TypePeer
optional
hasScheduled: true
id: bigint
notifySettings: TypePeerNotifySettings
participants: TypeChatParticipants
optional
pinnedMsgId: number
optional
recentRequesters: Array<bigint>
optional
requestsPending: number
optional
themeEmoticon: string
optional
translationsDisabled: true
optional
ttlPeriod: number

Static Properties

readonly
[paramDesc]: ParamDesc