class Api.ChannelFull
extends VirtualClass<{ canViewParticipants?: boolean; canSetUsername?: boolean; canSetStickers?: boolean; hiddenPrehistory?: boolean; canSetLocation?: boolean; hasScheduled?: boolean; canViewStats?: boolean; blocked?: boolean; canDeleteChannel?: boolean; antispam?: boolean; id: long; about: string; participantsCount?: int; adminsCount?: int; kickedCount?: int; bannedCount?: int; onlineCount?: int; readInboxMaxId: int; readOutboxMaxId: int; unreadCount: int; chatPhoto: Api.TypePhoto; notifySettings: Api.TypePeerNotifySettings; exportedInvite?: Api.TypeExportedChatInvite; botInfo: Api.TypeBotInfo[]; migratedFromChatId?: long; migratedFromMaxId?: int; pinnedMsgId?: int; stickerset?: Api.TypeStickerSet; availableMinId?: int; folderId?: int; linkedChatId?: long; location?: Api.TypeChannelLocation; slowmodeSeconds?: int; slowmodeNextSendDate?: int; statsDc?: int; pts: int; call?: Api.TypeInputGroupCall; ttlPeriod?: int; pendingSuggestions?: string[]; groupcallDefaultJoinAs?: Api.TypePeer; themeEmoticon?: string; requestsPending?: int; recentRequesters?: long[]; defaultSendAs?: Api.TypePeer; availableReactions?: Api.TypeChatReactions; }>
import { Api } from "https://deno.land/x/grm@0.8.2/tl/api.d.ts";
const { ChannelFull } = Api;
Properties
optional
availableReactions: Api.TypeChatReactionsbotInfo: Api.TypeBotInfo[]
optional
call: Api.TypeInputGroupCallchatPhoto: Api.TypePhoto
optional
defaultSendAs: Api.TypePeeroptional
exportedInvite: Api.TypeExportedChatInviteoptional
groupcallDefaultJoinAs: Api.TypePeeroptional
location: Api.TypeChannelLocationnotifySettings: Api.TypePeerNotifySettings
optional
stickerset: Api.TypeStickerSetStatic Methods
fromReader(reader: Reader): ChannelFull