class types.User
extends _TypeUser
import { types } from "https://deno.land/x/mtkruto@0.0.998/2_tl.ts";
const { User } = types;
Constructors
new
User(params: { self?: true; contact?: true; mutualContact?: true; deleted?: true; bot?: true; botChatHistory?: true; botNochats?: true; verified?: true; restricted?: true; min?: true; botInlineGeo?: true; support?: true; scam?: true; applyMinPhoto?: true; fake?: true; botAttachMenu?: true; premium?: true; attachMenuEnabled?: true; botCanEdit?: true; closeFriend?: true; storiesHidden?: true; storiesUnavailable?: true; id: bigint; accessHash?: bigint; firstName?: string; lastName?: string; username?: string; phone?: string; photo?: TypeUserProfilePhoto; status?: TypeUserStatus; botInfoVersion?: number; restrictionReason?: Array<TypeRestrictionReason>; botInlinePlaceholder?: string; langCode?: string; emojiStatus?: TypeEmojiStatus; usernames?: Array<TypeUsername>; storiesMaxId?: number; })Properties
protected
readonly
[params]: Paramsoptional
emojiStatus: TypeEmojiStatusoptional
photo: TypeUserProfilePhotooptional
restrictionReason: Array<TypeRestrictionReason>optional
status: TypeUserStatusoptional
usernames: Array<TypeUsername>Static Properties
readonly
[paramDesc]: ParamDesc