Skip to main content
Module

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

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

Constructors

new
ChannelFull_(params: { can_view_participants?: true; can_set_username?: true; can_set_stickers?: true; hidden_prehistory?: true; can_set_location?: true; has_scheduled?: true; can_view_stats?: true; blocked?: true; can_delete_channel?: true; antispam?: true; participants_hidden?: true; translations_disabled?: true; stories_pinned_available?: true; view_forum_as_messages?: true; id: bigint; about: string; participants_count?: number; admins_count?: number; kicked_count?: number; banned_count?: number; online_count?: number; read_inbox_max_id: number; read_outbox_max_id: number; unread_count: number; chat_photo: enums.Photo; notify_settings: enums.PeerNotifySettings; exported_invite?: enums.ExportedChatInvite; bot_info: Array<enums.BotInfo>; migrated_from_chat_id?: bigint; migrated_from_max_id?: number; pinned_msg_id?: number; stickerset?: enums.StickerSet; available_min_id?: number; folder_id?: number; linked_chat_id?: bigint; location?: enums.ChannelLocation; slowmode_seconds?: number; slowmode_next_send_date?: number; stats_dc?: number; pts: number; call?: enums.InputGroupCall; ttl_period?: number; pending_suggestions?: Array<string>; groupcall_default_join_as?: enums.Peer; theme_emoticon?: string; requests_pending?: number; recent_requesters?: Array<bigint>; default_send_as?: enums.Peer; available_reactions?: enums.ChatReactions; stories?: enums.PeerStories; wallpaper?: enums.WallPaper; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
about: string
optional
admins_count: number
optional
antispam: true
optional
available_min_id: number
optional
available_reactions: enums.ChatReactions
optional
banned_count: number
optional
blocked: true
bot_info: Array<enums.BotInfo>
optional
call: enums.InputGroupCall
optional
can_delete_channel: true
optional
can_set_location: true
optional
can_set_stickers: true
optional
can_set_username: true
optional
can_view_participants: true
optional
can_view_stats: true
chat_photo: enums.Photo
optional
default_send_as: enums.Peer
optional
exported_invite: enums.ExportedChatInvite
optional
folder_id: number
optional
groupcall_default_join_as: enums.Peer
optional
has_scheduled: true
optional
hidden_prehistory: true
id: bigint
optional
kicked_count: number
optional
linked_chat_id: bigint
optional
location: enums.ChannelLocation
optional
migrated_from_chat_id: bigint
optional
migrated_from_max_id: number
notify_settings: enums.PeerNotifySettings
optional
online_count: number
optional
participants_count: number
optional
participants_hidden: true
optional
pending_suggestions: Array<string>
optional
pinned_msg_id: number
pts: number
read_inbox_max_id: number
read_outbox_max_id: number
optional
recent_requesters: Array<bigint>
optional
requests_pending: number
optional
slowmode_next_send_date: number
optional
slowmode_seconds: number
optional
stats_dc: number
optional
stickerset: enums.StickerSet
optional
stories: enums.PeerStories
optional
stories_pinned_available: true
optional
theme_emoticon: string
optional
translations_disabled: true
optional
ttl_period: number
unread_count: number
optional
view_forum_as_messages: true
optional
wallpaper: enums.WallPaper

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc