UserFull

class pyrogram.raw.base.UserFull

Object contains extended user info.

Constructors:

This base type has 1 constructor available.

UserFull

Extended user info

TL Schema

userFull#a02bc13e
flags:#
blocked:flags.0?true
phone_calls_available:flags.4?true
phone_calls_private:flags.5?true
can_pin_message:flags.7?true
has_scheduled:flags.12?true
video_calls_available:flags.13?true
voice_messages_forbidden:flags.20?true
translations_disabled:flags.23?true
stories_pinned_available:flags.26?true
blocked_my_stories_from:flags.27?true
wallpaper_overridden:flags.28?true
contact_require_premium:flags.29?true
read_dates_private:flags.30?true
flags2:#
sponsored_enabled:flags2.7?true
can_view_revenue:flags2.9?true
bot_can_manage_emoji_status:flags2.10?true
display_gifts_button:flags2.16?true
noforwards_my_enabled:flags2.23?true
noforwards_peer_enabled:flags2.24?true
id:long
about:flags.1?string
settings:PeerSettings
personal_photo:flags.21?Photo
profile_photo:flags.2?Photo
fallback_photo:flags.22?Photo
notify_settings:PeerNotifySettings
bot_info:flags.3?BotInfo
pinned_msg_id:flags.6?int
common_chats_count:int
folder_id:flags.11?int
ttl_period:flags.14?int
theme:flags.15?ChatTheme
private_forward_name:flags.16?string
bot_group_admin_rights:flags.17?ChatAdminRights
bot_broadcast_admin_rights:flags.18?ChatAdminRights
wallpaper:flags.24?WallPaper
stories:flags.25?PeerStories
business_work_hours:flags2.0?BusinessWorkHours
business_location:flags2.1?BusinessLocation
business_greeting_message:flags2.2?BusinessGreetingMessage
business_away_message:flags2.3?BusinessAwayMessage
business_intro:flags2.4?BusinessIntro
birthday:flags2.5?Birthday
personal_channel_id:flags2.6?long
personal_channel_message:flags2.6?int
stargifts_count:flags2.8?int
starref_program:flags2.11?StarRefProgram
bot_verification:flags2.12?BotVerification
send_paid_messages_stars:flags2.14?long
disallowed_gifts:flags2.15?DisallowedGiftsSettings
stars_rating:flags2.17?StarsRating
stars_my_pending_rating:flags2.18?StarsRating
stars_my_pending_rating_date:flags2.18?int
main_tab:flags2.20?ProfileTab
saved_music:flags2.21?Document
note:flags2.22?TextWithEntities

= UserFull

Parameter Tree

UserFull
├── blockedtrue (optional)
├── phone_calls_availabletrue (optional)
├── phone_calls_privatetrue (optional)
├── can_pin_messagetrue (optional)
├── has_scheduledtrue (optional)
├── video_calls_availabletrue (optional)
├── voice_messages_forbiddentrue (optional)
├── translations_disabledtrue (optional)
├── stories_pinned_availabletrue (optional)
├── blocked_my_stories_fromtrue (optional)
├── wallpaper_overriddentrue (optional)
├── contact_require_premiumtrue (optional)
├── read_dates_privatetrue (optional)
├── sponsored_enabledtrue (optional)
├── can_view_revenuetrue (optional)
├── bot_can_manage_emoji_statustrue (optional)
├── display_gifts_buttontrue (optional)
├── noforwards_my_enabledtrue (optional)
├── noforwards_peer_enabledtrue (optional)
├── idlong
├── aboutstring (optional)
├── settingsPeerSettings
│ └── PeerSettings
│ ├── report_spamtrue (optional)
│ ├── add_contacttrue (optional)
│ ├── block_contacttrue (optional)
│ ├── share_contacttrue (optional)
│ ├── need_contacts_exceptiontrue (optional)
│ ├── report_geotrue (optional)
│ ├── autoarchivedtrue (optional)
│ ├── invite_memberstrue (optional)
│ ├── request_chat_broadcasttrue (optional)
│ ├── business_bot_pausedtrue (optional)
│ ├── business_bot_can_replytrue (optional)
│ ├── geo_distanceint (optional)
│ ├── request_chat_titlestring (optional)
│ ├── request_chat_dateint (optional)
│ ├── business_bot_idlong (optional)
│ ├── business_bot_manage_urlstring (optional)
│ ├── charge_paid_message_starslong (optional)
│ ├── registration_monthstring (optional)
│ ├── phone_countrystring (optional)
│ ├── name_change_dateint (optional)
│ └── photo_change_dateint (optional)
├── personal_photoPhoto (optional)
│ ├── PhotoEmpty
│ │ └── idlong
│ └── Photo
│ ├── has_stickerstrue (optional)
│ ├── idlong
│ ├── access_hashlong
│ ├── file_referencebytes
│ ├── dateint
│ ├── sizesVector < PhotoSize >
│ │ ├── PhotoSizeEmpty
│ │ │ └── typestring
│ │ ├── PhotoSize
│ │ │ ├── typestring
│ │ │ ├── wint
│ │ │ ├── hint
│ │ │ └── sizeint
│ │ ├── PhotoCachedSize
│ │ │ ├── typestring
│ │ │ ├── wint
│ │ │ ├── hint
│ │ │ └── bytesbytes
│ │ ├── PhotoStrippedSize
│ │ │ ├── typestring
│ │ │ └── bytesbytes
│ │ ├── PhotoSizeProgressive
│ │ │ ├── typestring
│ │ │ ├── wint
│ │ │ ├── hint
│ │ │ └── sizesVector < int >
│ │ └── PhotoPathSize
│ │ ├── typestring
│ │ └── bytesbytes
│ ├── video_sizesVector < VideoSize > (optional)
│ │ ├── VideoSize
│ │ │ ├── typestring
│ │ │ ├── wint
│ │ │ ├── hint
│ │ │ ├── sizeint
│ │ │ └── video_start_tsdouble (optional)
│ │ ├── VideoSizeEmojiMarkup
│ │ │ ├── emoji_idlong
│ │ │ └── background_colorsVector < int >
│ │ └── VideoSizeStickerMarkup
│ │ ├── stickersetInputStickerSet
│ │ │ ├── InputStickerSetEmpty
│ │ │ ├── InputStickerSetID
│ │ │ ├── InputStickerSetShortName
│ │ │ ├── InputStickerSetAnimatedEmoji
│ │ │ ├── InputStickerSetDice
│ │ │ ├── InputStickerSetPremiumGifts
│ │ │ └── InputStickerSetTonGifts
│ │ ├── sticker_idlong
│ │ └── background_colorsVector < int >
│ └── dc_idint
├── profile_photoPhoto (optional)
│ ├── PhotoEmpty
│ │ └── idlong
│ └── Photo
│ ├── has_stickerstrue (optional)
│ ├── idlong
│ ├── access_hashlong
│ ├── file_referencebytes
│ ├── dateint
│ ├── sizesVector < PhotoSize >
│ │ ├── PhotoSizeEmpty
│ │ │ └── typestring
│ │ ├── PhotoSize
│ │ │ ├── typestring
│ │ │ ├── wint
│ │ │ ├── hint
│ │ │ └── sizeint
│ │ ├── PhotoCachedSize
│ │ │ ├── typestring
│ │ │ ├── wint
│ │ │ ├── hint
│ │ │ └── bytesbytes
│ │ ├── PhotoStrippedSize
│ │ │ ├── typestring
│ │ │ └── bytesbytes
│ │ ├── PhotoSizeProgressive
│ │ │ ├── typestring
│ │ │ ├── wint
│ │ │ ├── hint
│ │ │ └── sizesVector < int >
│ │ └── PhotoPathSize
│ │ ├── typestring
│ │ └── bytesbytes
│ ├── video_sizesVector < VideoSize > (optional)
│ │ ├── VideoSize
│ │ │ ├── typestring
│ │ │ ├── wint
│ │ │ ├── hint
│ │ │ ├── sizeint
│ │ │ └── video_start_tsdouble (optional)
│ │ ├── VideoSizeEmojiMarkup
│ │ │ ├── emoji_idlong
│ │ │ └── background_colorsVector < int >
│ │ └── VideoSizeStickerMarkup
│ │ ├── stickersetInputStickerSet
│ │ │ ├── InputStickerSetEmpty
│ │ │ ├── InputStickerSetID
│ │ │ ├── InputStickerSetShortName
│ │ │ ├── InputStickerSetAnimatedEmoji
│ │ │ ├── InputStickerSetDice
│ │ │ ├── InputStickerSetPremiumGifts
│ │ │ └── InputStickerSetTonGifts
│ │ ├── sticker_idlong
│ │ └── background_colorsVector < int >
│ └── dc_idint
├── fallback_photoPhoto (optional)
│ ├── PhotoEmpty
│ │ └── idlong
│ └── Photo
│ ├── has_stickerstrue (optional)
│ ├── idlong
│ ├── access_hashlong
│ ├── file_referencebytes
│ ├── dateint
│ ├── sizesVector < PhotoSize >
│ │ ├── PhotoSizeEmpty
│ │ │ └── typestring
│ │ ├── PhotoSize
│ │ │ ├── typestring
│ │ │ ├── wint
│ │ │ ├── hint
│ │ │ └── sizeint
│ │ ├── PhotoCachedSize
│ │ │ ├── typestring
│ │ │ ├── wint
│ │ │ ├── hint
│ │ │ └── bytesbytes
│ │ ├── PhotoStrippedSize
│ │ │ ├── typestring
│ │ │ └── bytesbytes
│ │ ├── PhotoSizeProgressive
│ │ │ ├── typestring
│ │ │ ├── wint
│ │ │ ├── hint
│ │ │ └── sizesVector < int >
│ │ └── PhotoPathSize
│ │ ├── typestring
│ │ └── bytesbytes
│ ├── video_sizesVector < VideoSize > (optional)
│ │ ├── VideoSize
│ │ │ ├── typestring
│ │ │ ├── wint
│ │ │ ├── hint
│ │ │ ├── sizeint
│ │ │ └── video_start_tsdouble (optional)
│ │ ├── VideoSizeEmojiMarkup
│ │ │ ├── emoji_idlong
│ │ │ └── background_colorsVector < int >
│ │ └── VideoSizeStickerMarkup
│ │ ├── stickersetInputStickerSet
│ │ │ ├── InputStickerSetEmpty
│ │ │ ├── InputStickerSetID
│ │ │ ├── InputStickerSetShortName
│ │ │ ├── InputStickerSetAnimatedEmoji
│ │ │ ├── InputStickerSetDice
│ │ │ ├── InputStickerSetPremiumGifts
│ │ │ └── InputStickerSetTonGifts
│ │ ├── sticker_idlong
│ │ └── background_colorsVector < int >
│ └── dc_idint
├── notify_settingsPeerNotifySettings
│ └── PeerNotifySettings
│ ├── show_previewsBool (optional)
│ ├── silentBool (optional)
│ ├── mute_untilint (optional)
│ ├── ios_soundNotificationSound (optional)
│ │ ├── NotificationSoundDefault
│ │ ├── NotificationSoundNone
│ │ ├── NotificationSoundLocal
│ │ │ ├── titlestring
│ │ │ └── datastring
│ │ └── NotificationSoundRingtone
│ │ └── idlong
│ ├── android_soundNotificationSound (optional)
│ │ ├── NotificationSoundDefault
│ │ ├── NotificationSoundNone
│ │ ├── NotificationSoundLocal
│ │ │ ├── titlestring
│ │ │ └── datastring
│ │ └── NotificationSoundRingtone
│ │ └── idlong
│ ├── other_soundNotificationSound (optional)
│ │ ├── NotificationSoundDefault
│ │ ├── NotificationSoundNone
│ │ ├── NotificationSoundLocal
│ │ │ ├── titlestring
│ │ │ └── datastring
│ │ └── NotificationSoundRingtone
│ │ └── idlong
│ ├── stories_mutedBool (optional)
│ ├── stories_hide_senderBool (optional)
│ ├── stories_ios_soundNotificationSound (optional)
│ │ ├── NotificationSoundDefault
│ │ ├── NotificationSoundNone
│ │ ├── NotificationSoundLocal
│ │ │ ├── titlestring
│ │ │ └── datastring
│ │ └── NotificationSoundRingtone
│ │ └── idlong
│ ├── stories_android_soundNotificationSound (optional)
│ │ ├── NotificationSoundDefault
│ │ ├── NotificationSoundNone
│ │ ├── NotificationSoundLocal
│ │ │ ├── titlestring
│ │ │ └── datastring
│ │ └── NotificationSoundRingtone
│ │ └── idlong
│ └── stories_other_soundNotificationSound (optional)
│ ├── NotificationSoundNone
│ │ ├── titlestring
│ │ └── datastring
│ └── idlong
├── bot_infoBotInfo (optional)
│ └── BotInfo
│ ├── has_preview_mediastrue (optional)
│ ├── user_idlong (optional)
│ ├── descriptionstring (optional)
│ ├── description_photoPhoto (optional)
│ │ ├── PhotoEmpty
│ │ │ └── idlong
│ │ └── Photo
│ │ ├── has_stickerstrue (optional)
│ │ ├── idlong
│ │ ├── access_hashlong
│ │ ├── file_referencebytes
│ │ ├── dateint
│ │ ├── sizesVector < PhotoSize >
│ │ │ ├── PhotoSizeEmpty
│ │ │ ├── PhotoSize
│ │ │ ├── PhotoCachedSize
│ │ │ ├── PhotoStrippedSize
│ │ │ ├── PhotoSizeProgressive
│ │ │ └── PhotoPathSize
│ │ ├── video_sizesVector < VideoSize > (optional)
│ │ │ ├── VideoSize
│ │ │ ├── VideoSizeEmojiMarkup
│ │ │ └── VideoSizeStickerMarkup
│ │ └── dc_idint
│ ├── description_documentDocument (optional)
│ │ ├── DocumentEmpty
│ │ │ └── idlong
│ │ └── Document
│ │ ├── idlong
│ │ ├── access_hashlong
│ │ ├── file_referencebytes
│ │ ├── dateint
│ │ ├── mime_typestring
│ │ ├── sizelong
│ │ ├── thumbsVector < PhotoSize > (optional)
│ │ │ ├── PhotoSizeEmpty
│ │ │ ├── PhotoSize
│ │ │ ├── PhotoCachedSize
│ │ │ ├── PhotoStrippedSize
│ │ │ ├── PhotoSizeProgressive
│ │ │ └── PhotoPathSize
│ │ ├── video_thumbsVector < VideoSize > (optional)
│ │ │ ├── VideoSize
│ │ │ ├── VideoSizeEmojiMarkup
│ │ │ └── VideoSizeStickerMarkup
│ │ ├── dc_idint
│ │ └── attributesVector < DocumentAttribute >
│ │ ├── DocumentAttributeImageSize
│ │ ├── DocumentAttributeAnimated
│ │ ├── DocumentAttributeSticker
│ │ ├── DocumentAttributeVideo
│ │ ├── DocumentAttributeAudio
│ │ ├── DocumentAttributeFilename
│ ├── commandsVector < BotCommand > (optional)
│ │ └── BotCommand
│ │ ├── commandstring
│ │ └── descriptionstring
│ ├── menu_buttonBotMenuButton (optional)
│ │ ├── BotMenuButtonDefault
│ │ ├── BotMenuButtonCommands
│ │ └── BotMenuButton
│ │ ├── textstring
│ │ └── urlstring
│ ├── privacy_policy_urlstring (optional)
│ ├── app_settingsBotAppSettings (optional)
│ │ └── BotAppSettings
│ │ ├── placeholder_pathbytes (optional)
│ │ ├── background_colorint (optional)
│ │ ├── background_dark_colorint (optional)
│ │ ├── header_colorint (optional)
│ │ └── header_dark_colorint (optional)
│ └── verifier_settingsBotVerifierSettings (optional)
│ └── BotVerifierSettings
│ ├── can_modify_custom_descriptiontrue (optional)
│ ├── iconlong
│ ├── companystring
│ └── custom_descriptionstring (optional)
├── pinned_msg_idint (optional)
├── common_chats_countint
├── folder_idint (optional)
├── ttl_periodint (optional)
├── themeChatTheme (optional)
│ ├── ChatTheme
│ │ └── emoticonstring
│ └── ChatThemeUniqueGift
│ ├── giftStarGift
│ │ ├── StarGift
│ │ │ ├── limitedtrue (optional)
│ │ │ ├── sold_outtrue (optional)
│ │ │ ├── birthdaytrue (optional)
│ │ │ ├── require_premiumtrue (optional)
│ │ │ ├── limited_per_usertrue (optional)
│ │ │ ├── peer_color_availabletrue (optional)
│ │ │ ├── auctiontrue (optional)
│ │ │ ├── idlong
│ │ │ ├── stickerDocument
│ │ │ │ ├── DocumentEmpty
│ │ │ │ └── Document
│ │ │ ├── starslong
│ │ │ ├── availability_remainsint (optional)
│ │ │ ├── availability_totalint (optional)
│ │ │ ├── availability_resalelong (optional)
│ │ │ ├── convert_starslong
│ │ │ ├── first_sale_dateint (optional)
│ │ │ ├── last_sale_dateint (optional)
│ │ │ ├── upgrade_starslong (optional)
│ │ │ ├── resell_min_starslong (optional)
│ │ │ ├── titlestring (optional)
│ │ │ ├── released_byPeer (optional)
│ │ │ │ ├── PeerUser
│ │ │ │ ├── PeerChat
│ │ │ │ └── PeerChannel
│ │ │ ├── per_user_totalint (optional)
│ │ │ ├── per_user_remainsint (optional)
│ │ │ ├── locked_until_dateint (optional)
│ │ │ ├── auction_slugstring (optional)
│ │ │ ├── gifts_per_roundint (optional)
│ │ │ ├── auction_start_dateint (optional)
│ │ │ ├── upgrade_variantsint (optional)
│ │ │ └── backgroundStarGiftBackground (optional)
│ │ │ └── StarGiftBackground
│ │ └── StarGiftUnique
│ │ ├── require_premiumtrue (optional)
│ │ ├── resale_ton_onlytrue (optional)
│ │ ├── theme_availabletrue (optional)
│ │ ├── burnedtrue (optional)
│ │ ├── craftedtrue (optional)
│ │ ├── idlong
│ │ ├── gift_idlong
│ │ ├── titlestring
│ │ ├── slugstring
│ │ ├── numint
│ │ ├── owner_idPeer (optional)
│ │ │ ├── PeerUser
│ │ │ ├── PeerChat
│ │ │ └── PeerChannel
│ │ ├── owner_namestring (optional)
│ │ ├── owner_addressstring (optional)
│ │ ├── attributesVector < StarGiftAttribute >
│ │ │ ├── StarGiftAttributeModel
│ │ │ ├── StarGiftAttributePattern
│ │ │ ├── StarGiftAttributeBackdrop
│ │ │ └── StarGiftAttributeOriginalDetails
│ │ ├── availability_issuedint
│ │ ├── availability_totalint
│ │ ├── gift_addressstring (optional)
│ │ ├── resell_amountVector < StarsAmount > (optional)
│ │ │ ├── StarsAmount
│ │ │ └── StarsTonAmount
│ │ ├── released_byPeer (optional)
│ │ │ ├── PeerUser
│ │ │ ├── PeerChat
│ │ │ └── PeerChannel
│ │ ├── value_amountlong (optional)
│ │ ├── value_currencystring (optional)
│ │ ├── value_usd_amountlong (optional)
│ │ ├── theme_peerPeer (optional)
│ │ │ ├── PeerUser
│ │ │ ├── PeerChat
│ │ │ └── PeerChannel
│ │ ├── peer_colorPeerColor (optional)
│ │ │ ├── PeerColor
│ │ │ ├── PeerColorCollectible
│ │ │ └── InputPeerColorCollectible
│ │ ├── host_idPeer (optional)
│ │ │ ├── PeerUser
│ │ │ ├── PeerChat
│ │ │ └── PeerChannel
│ │ ├── offer_min_starsint (optional)
│ │ └── craft_chance_permilleint (optional)
│ └── theme_settingsVector < ThemeSettings >
│ └── ThemeSettings
│ ├── message_colors_animatedtrue (optional)
│ ├── base_themeBaseTheme
│ │ ├── BaseThemeClassic
│ │ ├── BaseThemeDay
│ │ ├── BaseThemeNight
│ │ ├── BaseThemeTinted
│ │ └── BaseThemeArctic
│ ├── accent_colorint
│ ├── outbox_accent_colorint (optional)
│ ├── message_colorsVector < int > (optional)
│ └── wallpaperWallPaper (optional)
│ ├── WallPaper
│ └── WallPaperNoFile
├── private_forward_namestring (optional)
├── bot_group_admin_rightsChatAdminRights (optional)
│ └── ChatAdminRights
│ ├── change_infotrue (optional)
│ ├── post_messagestrue (optional)
│ ├── edit_messagestrue (optional)
│ ├── delete_messagestrue (optional)
│ ├── ban_userstrue (optional)
│ ├── invite_userstrue (optional)
│ ├── pin_messagestrue (optional)
│ ├── add_adminstrue (optional)
│ ├── anonymoustrue (optional)
│ ├── manage_calltrue (optional)
│ ├── othertrue (optional)
│ ├── manage_topicstrue (optional)
│ ├── post_storiestrue (optional)
│ ├── edit_storiestrue (optional)
│ ├── delete_storiestrue (optional)
│ ├── manage_direct_messagestrue (optional)
│ └── manage_rankstrue (optional)
├── bot_broadcast_admin_rightsChatAdminRights (optional)
│ └── ChatAdminRights
│ ├── change_infotrue (optional)
│ ├── post_messagestrue (optional)
│ ├── edit_messagestrue (optional)
│ ├── delete_messagestrue (optional)
│ ├── ban_userstrue (optional)
│ ├── invite_userstrue (optional)
│ ├── pin_messagestrue (optional)
│ ├── add_adminstrue (optional)
│ ├── anonymoustrue (optional)
│ ├── manage_calltrue (optional)
│ ├── othertrue (optional)
│ ├── manage_topicstrue (optional)
│ ├── post_storiestrue (optional)
│ ├── edit_storiestrue (optional)
│ ├── delete_storiestrue (optional)
│ ├── manage_direct_messagestrue (optional)
│ └── manage_rankstrue (optional)
├── wallpaperWallPaper (optional)
│ ├── WallPaper
│ │ ├── idlong
│ │ ├── creatortrue (optional)
│ │ ├── defaulttrue (optional)
│ │ ├── patterntrue (optional)
│ │ ├── darktrue (optional)
│ │ ├── access_hashlong
│ │ ├── slugstring
│ │ ├── documentDocument
│ │ │ ├── DocumentEmpty
│ │ │ │ └── idlong
│ │ │ └── Document
│ │ │ ├── idlong
│ │ │ ├── access_hashlong
│ │ │ ├── file_referencebytes
│ │ │ ├── dateint
│ │ │ ├── mime_typestring
│ │ │ ├── sizelong
│ │ │ ├── thumbsVector < PhotoSize > (optional)
│ │ │ │ ├── PhotoSizeEmpty
│ │ │ │ ├── PhotoSize
│ │ │ │ ├── PhotoCachedSize
│ │ │ │ ├── PhotoStrippedSize
│ │ │ │ ├── PhotoSizeProgressive
│ │ │ │ └── PhotoPathSize
│ │ │ ├── video_thumbsVector < VideoSize > (optional)
│ │ │ │ ├── VideoSize
│ │ │ │ ├── VideoSizeEmojiMarkup
│ │ │ │ └── VideoSizeStickerMarkup
│ │ │ ├── dc_idint
│ │ │ └── attributesVector < DocumentAttribute >
│ │ │ ├── DocumentAttributeImageSize
│ │ │ ├── DocumentAttributeAnimated
│ │ │ ├── DocumentAttributeSticker
│ │ │ ├── DocumentAttributeVideo
│ │ │ ├── DocumentAttributeAudio
│ │ │ ├── DocumentAttributeFilename
│ │ │ ├── DocumentAttributeHasStickers
│ │ │ └── DocumentAttributeCustomEmoji
│ │ └── settingsWallPaperSettings (optional)
│ │ └── WallPaperSettings
│ │ ├── blurtrue (optional)
│ │ ├── motiontrue (optional)
│ │ ├── background_colorint (optional)
│ │ ├── second_background_colorint (optional)
│ │ ├── third_background_colorint (optional)
│ │ ├── fourth_background_colorint (optional)
│ │ ├── intensityint (optional)
│ │ ├── rotationint (optional)
│ │ └── emoticonstring (optional)
│ └── WallPaperNoFile
│ ├── idlong
│ ├── defaulttrue (optional)
│ ├── darktrue (optional)
│ └── settingsWallPaperSettings (optional)
│ └── WallPaperSettings
│ ├── blurtrue (optional)
│ ├── motiontrue (optional)
│ ├── background_colorint (optional)
│ ├── second_background_colorint (optional)
│ ├── third_background_colorint (optional)
│ ├── fourth_background_colorint (optional)
│ ├── intensityint (optional)
│ ├── rotationint (optional)
│ └── emoticonstring (optional)
├── storiesPeerStories (optional)
│ └── PeerStories
│ ├── peerPeer
│ │ ├── PeerUser
│ │ │ └── user_idlong
│ │ ├── PeerChat
│ │ │ └── chat_idlong
│ │ └── PeerChannel
│ │ └── channel_idlong
│ ├── max_read_idint (optional)
│ └── storiesVector < StoryItem >
│ ├── StoryItemDeleted
│ │ └── idint
│ ├── StoryItemSkipped
│ │ ├── close_friendstrue (optional)
│ │ ├── livetrue (optional)
│ │ ├── idint
│ │ ├── dateint
│ │ └── expire_dateint
│ └── StoryItem
│ ├── pinnedtrue (optional)
│ ├── publictrue (optional)
│ ├── close_friendstrue (optional)
│ ├── mintrue (optional)
│ ├── noforwardstrue (optional)
│ ├── editedtrue (optional)
│ ├── contactstrue (optional)
│ ├── selected_contactstrue (optional)
│ ├── outtrue (optional)
│ ├── idint
│ ├── dateint
│ ├── from_idPeer (optional)
│ │ ├── PeerUser
│ │ ├── PeerChat
│ │ └── PeerChannel
│ ├── fwd_fromStoryFwdHeader (optional)
│ │ └── StoryFwdHeader
│ ├── expire_dateint
│ ├── captionstring (optional)
│ ├── entitiesVector < MessageEntity > (optional)
│ │ ├── MessageEntityUnknown
│ │ ├── MessageEntityMention
│ │ ├── MessageEntityHashtag
│ │ ├── MessageEntityBotCommand
│ │ ├── MessageEntityUrl
│ │ ├── MessageEntityEmail
│ │ ├── MessageEntityBold
│ │ ├── MessageEntityItalic
│ │ ├── MessageEntityCode
│ │ ├── MessageEntityPre
│ │ ├── MessageEntityTextUrl
│ │ ├── MessageEntityMentionName
│ │ ├── MessageEntityPhone
│ │ ├── MessageEntityCashtag
│ │ ├── MessageEntityUnderline
│ │ ├── MessageEntityStrike
│ │ ├── MessageEntityBankCard
│ │ ├── MessageEntitySpoiler
│ │ ├── MessageEntityCustomEmoji
│ │ ├── MessageEntityBlockquote
│ │ └── MessageEntityFormattedDate
│ ├── mediaMessageMedia
│ │ ├── MessageMediaEmpty
│ │ ├── MessageMediaPhoto
│ │ ├── MessageMediaGeo
│ │ ├── MessageMediaContact
│ │ ├── MessageMediaUnsupported
│ │ ├── MessageMediaDocument
│ │ ├── MessageMediaWebPage
│ │ ├── MessageMediaVenue
│ │ ├── MessageMediaGame
│ │ ├── MessageMediaInvoice
│ │ ├── MessageMediaGeoLive
│ │ ├── MessageMediaPoll
│ │ ├── MessageMediaDice
│ │ ├── MessageMediaStory
│ │ ├── MessageMediaGiveaway
│ │ ├── MessageMediaGiveawayResults
│ │ ├── MessageMediaPaidMedia
│ │ ├── MessageMediaToDo
│ │ └── MessageMediaVideoStream
│ ├── media_areasVector < MediaArea > (optional)
│ │ ├── MediaAreaVenue
│ │ ├── InputMediaAreaVenue
│ │ ├── MediaAreaGeoPoint
│ │ ├── MediaAreaSuggestedReaction
│ │ ├── MediaAreaChannelPost
│ │ ├── InputMediaAreaChannelPost
│ │ ├── MediaAreaUrl
│ │ ├── MediaAreaWeather
│ │ └── MediaAreaStarGift
│ ├── privacyVector < PrivacyRule > (optional)
│ │ ├── PrivacyValueAllowContacts
│ │ ├── PrivacyValueAllowAll
│ │ ├── PrivacyValueAllowUsers
│ │ ├── PrivacyValueDisallowAll
│ │ ├── PrivacyValueDisallowUsers
│ │ ├── PrivacyValueAllowPremium
│ │ ├── PrivacyValueAllowBots
│ │ └── PrivacyValueDisallowBots
│ ├── viewsStoryViews (optional)
│ │ └── StoryViews
│ ├── sent_reactionReaction (optional)
│ │ ├── ReactionEmpty
│ │ ├── ReactionEmoji
│ │ ├── ReactionCustomEmoji
│ │ └── ReactionPaid
│ └── albumsVector < int > (optional)
├── business_work_hoursBusinessWorkHours (optional)
│ └── BusinessWorkHours
│ ├── open_nowtrue (optional)
│ ├── timezone_idstring
│ └── weekly_openVector < BusinessWeeklyOpen >
│ └── BusinessWeeklyOpen
│ ├── start_minuteint
│ └── end_minuteint
├── business_locationBusinessLocation (optional)
│ └── BusinessLocation
│ ├── geo_pointGeoPoint (optional)
│ │ ├── GeoPointEmpty
│ │ └── GeoPoint
│ │ ├── longdouble
│ │ ├── latdouble
│ │ ├── access_hashlong
│ │ └── accuracy_radiusint (optional)
│ └── addressstring
├── business_greeting_messageBusinessGreetingMessage (optional)
│ ├── shortcut_idint
│ ├── recipientsBusinessRecipients
│ │ └── BusinessRecipients
│ │ ├── existing_chatstrue (optional)
│ │ ├── new_chatstrue (optional)
│ │ ├── contactstrue (optional)
│ │ ├── non_contactstrue (optional)
│ │ ├── exclude_selectedtrue (optional)
│ │ └── usersVector < long > (optional)
│ └── no_activity_daysint
├── business_away_messageBusinessAwayMessage (optional)
│ └── BusinessAwayMessage
│ ├── offline_onlytrue (optional)
│ ├── shortcut_idint
│ ├── scheduleBusinessAwayMessageSchedule
│ │ ├── start_dateint
│ │ └── end_dateint
│ └── recipientsBusinessRecipients
│ └── BusinessRecipients
│ ├── existing_chatstrue (optional)
│ ├── new_chatstrue (optional)
│ ├── contactstrue (optional)
│ ├── non_contactstrue (optional)
│ ├── exclude_selectedtrue (optional)
│ └── usersVector < long > (optional)
├── business_introBusinessIntro (optional)
│ └── BusinessIntro
│ ├── titlestring
│ ├── descriptionstring
│ └── stickerDocument (optional)
│ ├── DocumentEmpty
│ │ └── idlong
│ └── Document
│ ├── idlong
│ ├── access_hashlong
│ ├── file_referencebytes
│ ├── dateint
│ ├── mime_typestring
│ ├── sizelong
│ ├── thumbsVector < PhotoSize > (optional)
│ │ ├── PhotoSizeEmpty
│ │ ├── PhotoSize
│ │ ├── PhotoCachedSize
│ │ ├── PhotoStrippedSize
│ │ ├── PhotoSizeProgressive
│ │ └── PhotoPathSize
│ ├── video_thumbsVector < VideoSize > (optional)
│ │ ├── VideoSize
│ │ ├── VideoSizeEmojiMarkup
│ │ └── VideoSizeStickerMarkup
│ ├── dc_idint
│ └── attributesVector < DocumentAttribute >
├── birthdayBirthday (optional)
│ └── Birthday
│ ├── dayint
│ ├── monthint
│ └── yearint (optional)
├── personal_channel_idlong (optional)
├── personal_channel_messageint (optional)
├── stargifts_countint (optional)
├── starref_programStarRefProgram (optional)
│ └── StarRefProgram
│ ├── bot_idlong
│ ├── commission_permilleint
│ ├── duration_monthsint (optional)
│ ├── end_dateint (optional)
│ └── daily_revenue_per_userStarsAmount (optional)
│ ├── StarsAmount
│ │ ├── amountlong
│ │ └── nanosint
│ └── StarsTonAmount
│ └── amountlong
├── bot_verificationBotVerification (optional)
│ └── BotVerification
│ ├── bot_idlong
│ ├── iconlong
│ └── descriptionstring
├── send_paid_messages_starslong (optional)
├── disallowed_giftsDisallowedGiftsSettings (optional)
│ ├── disallow_unlimited_stargiftstrue (optional)
│ ├── disallow_limited_stargiftstrue (optional)
│ ├── disallow_unique_stargiftstrue (optional)
│ ├── disallow_premium_giftstrue (optional)
│ └── disallow_stargifts_from_channelstrue (optional)
├── stars_ratingStarsRating (optional)
│ └── StarsRating
│ ├── levelint
│ ├── current_level_starslong
│ ├── starslong
│ └── next_level_starslong (optional)
├── stars_my_pending_ratingStarsRating (optional)
│ └── StarsRating
│ ├── levelint
│ ├── current_level_starslong
│ ├── starslong
│ └── next_level_starslong (optional)
├── stars_my_pending_rating_dateint (optional)
├── main_tabProfileTab (optional)
│ ├── ProfileTabPosts
│ ├── ProfileTabGifts
│ ├── ProfileTabMedia
│ ├── ProfileTabFiles
│ ├── ProfileTabMusic
│ ├── ProfileTabVoice
│ ├── ProfileTabLinks
│ └── ProfileTabGifs
├── saved_musicDocument (optional)
│ ├── DocumentEmpty
│ │ └── idlong
│ └── Document
│ ├── idlong
│ ├── access_hashlong
│ ├── file_referencebytes
│ ├── dateint
│ ├── mime_typestring
│ ├── sizelong
│ ├── thumbsVector < PhotoSize > (optional)
│ │ ├── PhotoSizeEmpty
│ │ │ └── typestring
│ │ ├── PhotoSize
│ │ │ ├── typestring
│ │ │ ├── wint
│ │ │ ├── hint
│ │ │ └── sizeint
│ │ ├── PhotoCachedSize
│ │ │ ├── typestring
│ │ │ ├── wint
│ │ │ ├── hint
│ │ │ └── bytesbytes
│ │ ├── PhotoStrippedSize
│ │ │ ├── typestring
│ │ │ └── bytesbytes
│ │ ├── PhotoSizeProgressive
│ │ │ ├── typestring
│ │ │ ├── wint
│ │ │ ├── hint
│ │ │ └── sizesVector < int >
│ │ └── PhotoPathSize
│ │ ├── typestring
│ │ └── bytesbytes
│ ├── video_thumbsVector < VideoSize > (optional)
│ │ ├── VideoSize
│ │ │ ├── typestring
│ │ │ ├── wint
│ │ │ ├── hint
│ │ │ ├── sizeint
│ │ │ └── video_start_tsdouble (optional)
│ │ ├── VideoSizeEmojiMarkup
│ │ │ ├── emoji_idlong
│ │ │ └── background_colorsVector < int >
│ │ └── VideoSizeStickerMarkup
│ │ ├── stickersetInputStickerSet
│ │ │ ├── InputStickerSetEmpty
│ │ │ ├── InputStickerSetID
│ │ │ ├── InputStickerSetShortName
│ │ │ ├── InputStickerSetAnimatedEmoji
│ │ │ ├── InputStickerSetDice
│ │ │ ├── InputStickerSetPremiumGifts
│ │ │ └── InputStickerSetTonGifts
│ │ ├── sticker_idlong
│ │ └── background_colorsVector < int >
│ ├── dc_idint
│ └── attributesVector < DocumentAttribute >
│ │ ├── wint
│ │ └── hint
│ │ ├── masktrue (optional)
│ │ ├── altstring
│ │ ├── stickersetInputStickerSet
│ │ │ ├── InputStickerSetEmpty
│ │ │ ├── InputStickerSetID
│ │ │ ├── InputStickerSetShortName
│ │ │ ├── InputStickerSetAnimatedEmoji
│ │ │ ├── InputStickerSetDice
│ │ │ ├── InputStickerSetPremiumGifts
│ │ │ └── InputStickerSetTonGifts
│ │ └── mask_coordsMaskCoords (optional)
│ │ └── MaskCoords
│ │ ├── round_messagetrue (optional)
│ │ ├── supports_streamingtrue (optional)
│ │ ├── nosoundtrue (optional)
│ │ ├── durationdouble
│ │ ├── wint
│ │ ├── hint
│ │ ├── preload_prefix_sizeint (optional)
│ │ ├── video_start_tsdouble (optional)
│ │ └── video_codecstring (optional)
│ │ ├── voicetrue (optional)
│ │ ├── durationint
│ │ ├── titlestring (optional)
│ │ ├── performerstring (optional)
│ │ └── waveformbytes (optional)
│ │ └── file_namestring
│ ├── freetrue (optional)
│ ├── text_colortrue (optional)
│ ├── altstring
│ └── stickersetInputStickerSet
│ ├── InputStickerSetEmpty
│ ├── InputStickerSetID
│ ├── InputStickerSetDice
└── noteTextWithEntities (optional)
├── textstring
└── entitiesVector < MessageEntity >
│ ├── offsetint
│ └── lengthint
│ ├── offsetint
│ └── lengthint
│ ├── offsetint
│ └── lengthint
│ ├── offsetint
│ └── lengthint
│ ├── offsetint
│ └── lengthint
│ ├── offsetint
│ └── lengthint
│ ├── offsetint
│ └── lengthint
│ ├── offsetint
│ └── lengthint
│ ├── offsetint
│ └── lengthint
│ ├── offsetint
│ ├── lengthint
│ └── languagestring
│ ├── offsetint
│ ├── lengthint
│ └── urlstring
│ ├── offsetint
│ ├── lengthint
│ └── user_idlong
│ ├── offsetint
│ ├── lengthint
│ └── user_idInputUser
│ ├── InputUserEmpty
│ ├── InputUserSelf
│ ├── InputUser
│ └── InputUserFromMessage
│ ├── offsetint
│ └── lengthint
│ ├── offsetint
│ └── lengthint
│ ├── offsetint
│ └── lengthint
│ ├── offsetint
│ └── lengthint
│ ├── offsetint
│ └── lengthint
│ ├── offsetint
│ └── lengthint
│ ├── offsetint
│ ├── lengthint
│ └── document_idlong
│ ├── collapsedtrue (optional)
│ ├── offsetint
│ └── lengthint
├── relativetrue (optional)
├── short_timetrue (optional)
├── long_timetrue (optional)
├── short_datetrue (optional)
├── long_datetrue (optional)
├── day_of_weektrue (optional)
├── offsetint
├── lengthint
└── dateint

Example

UserFull(
    blocked=None,
    phone_calls_available=None,
    phone_calls_private=None,
    can_pin_message=None,
    has_scheduled=None,
    video_calls_available=None,
    voice_messages_forbidden=None,
    translations_disabled=None,
    stories_pinned_available=None,
    blocked_my_stories_from=None,
    wallpaper_overridden=None,
    contact_require_premium=None,
    read_dates_private=None,
    sponsored_enabled=None,
    can_view_revenue=None,
    bot_can_manage_emoji_status=None,
    display_gifts_button=None,
    noforwards_my_enabled=None,
    noforwards_peer_enabled=None,
    id=0,
    about="text",
    settings=PeerSettings(
        report_spam=None,
        add_contact=None,
        block_contact=None,
        share_contact=None,
        need_contacts_exception=None,
        report_geo=None,
        autoarchived=None,
        invite_members=None,
        request_chat_broadcast=None,
        business_bot_paused=None,
        business_bot_can_reply=None,
        geo_distance=None,
        request_chat_title=None,
        request_chat_date=None,
        business_bot_id=None,
        business_bot_manage_url=None,
        charge_paid_message_stars=None,
        registration_month=None,
        phone_country=None,
        name_change_date=None,
        photo_change_date=None
    ),
    personal_photo=PhotoEmpty(id=0),
    profile_photo=PhotoEmpty(id=0),
    fallback_photo=PhotoEmpty(id=0),
    notify_settings=PeerNotifySettings(
        show_previews=None,
        silent=None,
        mute_until=None,
        ios_sound=None,
        android_sound=None,
        other_sound=None,
        stories_muted=None,
        stories_hide_sender=None,
        stories_ios_sound=None,
        stories_android_sound=None,
        stories_other_sound=None
    ),
    bot_info=BotInfo(
        has_preview_medias=None,
        user_id=None,
        description=None,
        description_photo=None,
        description_document=None,
        commands=None,
        menu_button=None,
        privacy_policy_url=None,
        app_settings=None,
        verifier_settings=None
    ),
    pinned_msg_id=0,
    common_chats_count=0,
    folder_id=0,
    ttl_period=0,
    theme=ChatTheme(emoticon="text"),
    private_forward_name="text",
    bot_group_admin_rights=ChatAdminRights(
        change_info=None,
        post_messages=None,
        edit_messages=None,
        delete_messages=None,
        ban_users=None,
        invite_users=None,
        pin_messages=None,
        add_admins=None,
        anonymous=None,
        manage_call=None,
        other=None,
        manage_topics=None,
        post_stories=None,
        edit_stories=None,
        delete_stories=None,
        manage_direct_messages=None,
        manage_ranks=None
    ),
    bot_broadcast_admin_rights=ChatAdminRights(
        change_info=None,
        post_messages=None,
        edit_messages=None,
        delete_messages=None,
        ban_users=None,
        invite_users=None,
        pin_messages=None,
        add_admins=None,
        anonymous=None,
        manage_call=None,
        other=None,
        manage_topics=None,
        post_stories=None,
        edit_stories=None,
        delete_stories=None,
        manage_direct_messages=None,
        manage_ranks=None
    ),
    wallpaper=WallPaper(
        id=0,
        creator=None,
        default=None,
        pattern=None,
        dark=None,
        access_hash=0,
        slug="text",
        document=DocumentEmpty(id=0),
        settings=None
    ),
    stories=PeerStories(
        peer=PeerUser(user_id=0),
        max_read_id=None,
        stories=[
                StoryItemDeleted(id=0)
            ]
    ),
    business_work_hours=BusinessWorkHours(
        open_now=None,
        timezone_id="text",
        weekly_open=[
                BusinessWeeklyOpen(
                    start_minute=0,
                    end_minute=0
                )
            ]
    ),
    business_location=BusinessLocation(
        geo_point=None,
        address="text"
    ),
    business_greeting_message=BusinessGreetingMessage(
        shortcut_id=0,
        recipients=BusinessRecipients(
            existing_chats=None,
            new_chats=None,
            contacts=None,
            non_contacts=None,
            exclude_selected=None,
            users=None
        ),
        no_activity_days=0
    ),
    business_away_message=BusinessAwayMessage(
        offline_only=None,
        shortcut_id=0,
        schedule=BusinessAwayMessageScheduleAlways(),
        recipients=BusinessRecipients(
            existing_chats=None,
            new_chats=None,
            contacts=None,
            non_contacts=None,
            exclude_selected=None,
            users=None
        )
    ),
    business_intro=BusinessIntro(
        title="text",
        description="text",
        sticker=None
    ),
    birthday=Birthday(
        day=0,
        month=0,
        year=None
    ),
    personal_channel_id=0,
    personal_channel_message=0,
    stargifts_count=0,
    starref_program=StarRefProgram(
        bot_id=0,
        commission_permille=0,
        duration_months=None,
        end_date=None,
        daily_revenue_per_user=None
    ),
    bot_verification=BotVerification(
        bot_id=0,
        icon=0,
        description="text"
    ),
    send_paid_messages_stars=0,
    disallowed_gifts=DisallowedGiftsSettings(
        disallow_unlimited_stargifts=None,
        disallow_limited_stargifts=None,
        disallow_unique_stargifts=None,
        disallow_premium_gifts=None,
        disallow_stargifts_from_channels=None
    ),
    stars_rating=StarsRating(
        level=0,
        current_level_stars=0,
        stars=0,
        next_level_stars=None
    ),
    stars_my_pending_rating=StarsRating(
        level=0,
        current_level_stars=0,
        stars=0,
        next_level_stars=None
    ),
    stars_my_pending_rating_date=0,
    main_tab=ProfileTabPosts(),
    saved_music=DocumentEmpty(id=0),
    note=TextWithEntities(
        text="Open",
        entities=[
                MessageEntityUnknown(
                    offset=0,
                    length=0
                )
            ]
    ),
)