Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>ChatFull_

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class ChatFull_
extends _ChatFull_
import { ChatFull_ } from "https://deno.land/x/mtkruto@0.1.128/tl/2_types.ts";

Constructors

new
ChatFull_(params: { can_set_username?: true; has_scheduled?: true; translations_disabled?: true; id: bigint; about: string; participants: enums.ChatParticipants; chat_photo?: enums.Photo; notify_settings: enums.PeerNotifySettings; exported_invite?: enums.ExportedChatInvite; bot_info?: Array<enums.BotInfo>; pinned_msg_id?: number; folder_id?: number; call?: enums.InputGroupCall; ttl_period?: number; groupcall_default_join_as?: enums.Peer; theme_emoticon?: string; requests_pending?: number; recent_requesters?: Array<bigint>; available_reactions?: enums.ChatReactions; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
about: string
optional
available_reactions: enums.ChatReactions
optional
bot_info: Array<enums.BotInfo>
optional
call: enums.InputGroupCall
optional
can_set_username: true
optional
chat_photo: enums.Photo
optional
exported_invite: enums.ExportedChatInvite
optional
folder_id: number
optional
groupcall_default_join_as: enums.Peer
optional
has_scheduled: true
id: bigint
notify_settings: enums.PeerNotifySettings
optional
pinned_msg_id: number
optional
recent_requesters: Array<bigint>
optional
requests_pending: number
optional
theme_emoticon: string
optional
translations_disabled: true
optional
ttl_period: number

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc