Skip to main content
Module

x/mtkruto/mod.ts>types.ChannelFull

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

Constructors

new
ChannelFull(params: { canViewParticipants?: true; canSetUsername?: true; canSetStickers?: true; hiddenPrehistory?: true; canSetLocation?: true; hasScheduled?: true; canViewStats?: true; blocked?: true; canDeleteChannel?: true; antispam?: true; participantsHidden?: true; translationsDisabled?: true; id: bigint; about: string; participantsCount?: number; adminsCount?: number; kickedCount?: number; bannedCount?: number; onlineCount?: number; readInboxMaxId: number; readOutboxMaxId: number; unreadCount: number; chatPhoto: TypePhoto; notifySettings: TypePeerNotifySettings; exportedInvite?: TypeExportedChatInvite; botInfo: Array<TypeBotInfo>; migratedFromChatId?: bigint; migratedFromMaxId?: number; pinnedMsgId?: number; stickerset?: TypeStickerSet; availableMinId?: number; folderId?: number; linkedChatId?: bigint; location?: TypeChannelLocation; slowmodeSeconds?: number; slowmodeNextSendDate?: number; statsDc?: number; pts: number; call?: TypeInputGroupCall; ttlPeriod?: number; pendingSuggestions?: Array<string>; groupcallDefaultJoinAs?: TypePeer; themeEmoticon?: string; requestsPending?: number; recentRequesters?: Array<bigint>; defaultSendAs?: TypePeer; availableReactions?: TypeChatReactions; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
about: string
optional
adminsCount: number
optional
antispam: true
optional
availableMinId: number
optional
availableReactions: TypeChatReactions
optional
bannedCount: number
optional
blocked: true
botInfo: Array<TypeBotInfo>
optional
call: TypeInputGroupCall
optional
canDeleteChannel: true
optional
canSetLocation: true
optional
canSetStickers: true
optional
canSetUsername: true
optional
canViewParticipants: true
optional
canViewStats: true
chatPhoto: TypePhoto
optional
defaultSendAs: TypePeer
optional
exportedInvite: TypeExportedChatInvite
optional
folderId: number
optional
groupcallDefaultJoinAs: TypePeer
optional
hasScheduled: true
optional
hiddenPrehistory: true
id: bigint
optional
kickedCount: number
optional
linkedChatId: bigint
optional
location: TypeChannelLocation
optional
migratedFromChatId: bigint
optional
migratedFromMaxId: number
notifySettings: TypePeerNotifySettings
optional
onlineCount: number
optional
participantsCount: number
optional
participantsHidden: true
optional
pendingSuggestions: Array<string>
optional
pinnedMsgId: number
pts: number
readInboxMaxId: number
readOutboxMaxId: number
optional
recentRequesters: Array<bigint>
optional
requestsPending: number
optional
slowmodeNextSendDate: number
optional
slowmodeSeconds: number
optional
statsDc: number
optional
stickerset: TypeStickerSet
optional
themeEmoticon: string
optional
translationsDisabled: true
optional
ttlPeriod: number
unreadCount: number

Static Properties

readonly
[paramDesc]: ParamDesc