class Channel_
extends _Chat_
import { Channel_ } from "https://deno.land/x/mtkruto@0.1.130/tl/2_types.ts";
Constructors
new
Channel_(params: { creator?: true; left?: true; broadcast?: true; verified?: true; megagroup?: true; restricted?: true; signatures?: true; min?: true; scam?: true; has_link?: true; has_geo?: true; slowmode_enabled?: true; call_active?: true; call_not_empty?: true; fake?: true; gigagroup?: true; noforwards?: true; join_to_send?: true; join_request?: true; forum?: true; stories_hidden?: true; stories_hidden_min?: true; stories_unavailable?: true; id: bigint; access_hash?: bigint; title: string; username?: string; photo: enums.ChatPhoto; date: number; restriction_reason?: Array<enums.RestrictionReason>; admin_rights?: enums.ChatAdminRights; banned_rights?: enums.ChatBannedRights; default_banned_rights?: enums.ChatBannedRights; participants_count?: number; usernames?: Array<enums.Username>; stories_max_id?: number; color?: enums.PeerColor; })Properties
protected
readonly
[params]: Paramsoptional
admin_rights: enums.ChatAdminRightsoptional
banned_rights: enums.ChatBannedRightsoptional
color: enums.PeerColoroptional
default_banned_rights: enums.ChatBannedRightsphoto: enums.ChatPhoto
optional
restriction_reason: Array<enums.RestrictionReason>optional
usernames: Array<enums.Username>Static Properties
readonly
[paramDesc]: ParamDesc