Skip to main content
Module

x/mtkruto/mod.ts>types.UserFull

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

Constructors

new
UserFull(params: { blocked?: true; phoneCallsAvailable?: true; phoneCallsPrivate?: true; canPinMessage?: true; hasScheduled?: true; videoCallsAvailable?: true; voiceMessagesForbidden?: true; translationsDisabled?: true; storiesPinnedAvailable?: true; blockedMyStoriesFrom?: true; id: bigint; about?: string; settings: TypePeerSettings; personalPhoto?: TypePhoto; profilePhoto?: TypePhoto; fallbackPhoto?: TypePhoto; notifySettings: TypePeerNotifySettings; botInfo?: TypeBotInfo; pinnedMsgId?: number; commonChatsCount: number; folderId?: number; ttlPeriod?: number; themeEmoticon?: string; privateForwardName?: string; botGroupAdminRights?: TypeChatAdminRights; botBroadcastAdminRights?: TypeChatAdminRights; premiumGifts?: Array<TypePremiumGiftOption>; wallpaper?: TypeWallPaper; stories?: TypeUserStories; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
about: string
optional
blocked: true
optional
blockedMyStoriesFrom: true
optional
botBroadcastAdminRights: TypeChatAdminRights
optional
botGroupAdminRights: TypeChatAdminRights
optional
botInfo: TypeBotInfo
optional
canPinMessage: true
commonChatsCount: number
optional
fallbackPhoto: TypePhoto
optional
folderId: number
optional
hasScheduled: true
id: bigint
notifySettings: TypePeerNotifySettings
optional
personalPhoto: TypePhoto
optional
phoneCallsAvailable: true
optional
phoneCallsPrivate: true
optional
pinnedMsgId: number
optional
premiumGifts: Array<TypePremiumGiftOption>
optional
privateForwardName: string
optional
profilePhoto: TypePhoto
optional
stories: TypeUserStories
optional
storiesPinnedAvailable: true
optional
themeEmoticon: string
optional
translationsDisabled: true
optional
ttlPeriod: number
optional
videoCallsAvailable: true
optional
voiceMessagesForbidden: true
optional
wallpaper: TypeWallPaper

Static Properties

readonly
[paramDesc]: ParamDesc