UserFull
---types---
userFull#06cbe645 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 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 unofficial_security_risk:flags2.26?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 bot_manager_id:flags2.25?long = UserFull
Belongs to
In Rust this constructor is a variant of the enums::UserFull enum.
Match on it with: if let enums::UserFull::UserFull(v) = result { ... }
Parameters
| blocked | true | optional |
| phone_calls_available | true | optional |
| phone_calls_private | true | optional |
| can_pin_message | true | optional |
| has_scheduled | true | optional |
| video_calls_available | true | optional |
| voice_messages_forbidden | true | optional |
| translations_disabled | true | optional |
| stories_pinned_available | true | optional |
| blocked_my_stories_from | true | optional |
| wallpaper_overridden | true | optional |
| contact_require_premium | true | optional |
| read_dates_private | true | optional |
| sponsored_enabled | flags2.7?true | required |
| can_view_revenue | flags2.9?true | required |
| bot_can_manage_emoji_status | flags2.10?true | required |
| display_gifts_button | flags2.16?true | required |
| noforwards_my_enabled | flags2.23?true | required |
| noforwards_peer_enabled | flags2.24?true | required |
| unofficial_security_risk | flags2.26?true | required |
| id | long | required |
| about | string | optional |
| settings | PeerSettings | required |
| personal_photo | Photo | optional |
| profile_photo | Photo | optional |
| fallback_photo | Photo | optional |
| notify_settings | PeerNotifySettings | required |
| bot_info | BotInfo | optional |
| pinned_msg_id | int | optional |
| common_chats_count | int | required |
| folder_id | int | optional |
| ttl_period | int | optional |
| theme | ChatTheme | optional |
| private_forward_name | string | optional |
| bot_group_admin_rights | ChatAdminRights | optional |
| bot_broadcast_admin_rights | ChatAdminRights | optional |
| wallpaper | WallPaper | optional |
| stories | PeerStories | optional |
| business_work_hours | flags2.0?BusinessWorkHours | required |
| business_location | flags2.1?BusinessLocation | required |
| business_greeting_message | flags2.2?BusinessGreetingMessage | required |
| business_away_message | flags2.3?BusinessAwayMessage | required |
| business_intro | flags2.4?BusinessIntro | required |
| birthday | flags2.5?Birthday | required |
| personal_channel_id | flags2.6?long | required |
| personal_channel_message | flags2.6?int | required |
| stargifts_count | flags2.8?int | required |
| starref_program | flags2.11?StarRefProgram | required |
| bot_verification | flags2.12?BotVerification | required |
| send_paid_messages_stars | flags2.14?long | required |
| disallowed_gifts | flags2.15?DisallowedGiftsSettings | required |
| stars_rating | flags2.17?StarsRating | required |
| stars_my_pending_rating | flags2.18?StarsRating | required |
| stars_my_pending_rating_date | flags2.18?int | required |
| main_tab | flags2.20?ProfileTab | required |
| saved_music | flags2.21?Document | required |
| note | flags2.22?TextWithEntities | required |
| bot_manager_id | flags2.25?long | required |