Skip to main content
Module

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

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

Constructors

new
UserFull_(params: { blocked?: true; phone_calls_available?: true; phone_calls_private?: true; can_pin_message?: true; has_scheduled?: true; video_calls_available?: true; voice_messages_forbidden?: true; translations_disabled?: true; stories_pinned_available?: true; blocked_my_stories_from?: true; wallpaper_overridden?: true; contact_require_premium?: true; read_dates_private?: true; id: bigint; about?: string; settings: enums.PeerSettings; personal_photo?: enums.Photo; profile_photo?: enums.Photo; fallback_photo?: enums.Photo; notify_settings: enums.PeerNotifySettings; bot_info?: enums.BotInfo; pinned_msg_id?: number; common_chats_count: number; folder_id?: number; ttl_period?: number; theme_emoticon?: string; private_forward_name?: string; bot_group_admin_rights?: enums.ChatAdminRights; bot_broadcast_admin_rights?: enums.ChatAdminRights; premium_gifts?: Array<enums.PremiumGiftOption>; wallpaper?: enums.WallPaper; stories?: enums.PeerStories; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
about: string
optional
blocked: true
optional
blocked_my_stories_from: true
optional
bot_broadcast_admin_rights: enums.ChatAdminRights
optional
bot_group_admin_rights: enums.ChatAdminRights
optional
bot_info: enums.BotInfo
optional
can_pin_message: true
common_chats_count: number
optional
contact_require_premium: true
optional
fallback_photo: enums.Photo
optional
folder_id: number
optional
has_scheduled: true
id: bigint
notify_settings: enums.PeerNotifySettings
optional
personal_photo: enums.Photo
optional
phone_calls_available: true
optional
phone_calls_private: true
optional
pinned_msg_id: number
optional
premium_gifts: Array<enums.PremiumGiftOption>
optional
private_forward_name: string
optional
profile_photo: enums.Photo
optional
read_dates_private: true
settings: enums.PeerSettings
optional
stories: enums.PeerStories
optional
stories_pinned_available: true
optional
theme_emoticon: string
optional
translations_disabled: true
optional
ttl_period: number
optional
video_calls_available: true
optional
voice_messages_forbidden: true
optional
wallpaper: enums.WallPaper
optional
wallpaper_overridden: true

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc