UserFull

class pyrogram.raw.types.UserFull

Extended user info

Constructor of UserFull.

Details:
  • Layer: 187

  • ID: CC997720

Parameters:
  • id (int 64-bit) – User ID

  • settings (PeerSettings) – Peer settings

  • notify_settings (PeerNotifySettings) – Notification settings

  • common_chats_count (int 32-bit) – Chats in common with this user

  • blocked (bool, optional) – Whether you have blocked this user

  • phone_calls_available (bool, optional) – Whether this user can make VoIP calls

  • phone_calls_private (bool, optional) – Whether this user’s privacy settings allow you to call them

  • can_pin_message (bool, optional) – Whether you can pin messages in the chat with this user, you can do this only for a chat with yourself

  • has_scheduled (bool, optional) – Whether scheduled messages are available

  • video_calls_available (bool, optional) – Whether the user can receive video calls

  • voice_messages_forbidden (bool, optional) – Whether this user doesn’t allow sending voice messages in a private chat with them

  • translations_disabled (bool, optional) – Whether the real-time chat translation popup should be hidden.

  • stories_pinned_available (bool, optional) – Whether this user has some pinned stories.

  • blocked_my_stories_from (bool, optional) – Whether we’ve blocked this user, preventing them from seeing our stories ».

  • wallpaper_overridden (bool, optional) – Whether the other user has chosen a custom wallpaper for us using messages.setChatWallPaper and the for_both flag, see here » for more info.

  • contact_require_premium (bool, optional)

  • read_dates_private (bool, optional)

  • sponsored_enabled (bool, optional)

  • about (str, optional) – Bio of the user

  • personal_photo (Photo, optional) – Personal profile photo, to be shown instead of profile_photo.

  • profile_photo (Photo, optional) – Profile photo

  • fallback_photo (Photo, optional) – Fallback profile photo, displayed if no photo is present in profile_photo or personal_photo, due to privacy settings.

  • bot_info (BotInfo, optional) – For bots, info about the bot (bot commands, etc)

  • pinned_msg_id (int 32-bit, optional) – Message ID of the last pinned message

  • folder_id (int 32-bit, optional) – Peer folder ID, for more info click here

  • ttl_period (int 32-bit, optional) – Time To Live of all messages in this chat; once a message is this many seconds old, it must be deleted.

  • theme_emoticon (str, optional) – Emoji associated with chat theme

  • private_forward_name (str, optional) – Anonymized text to be shown instead of the user’s name on forwarded messages

  • bot_group_admin_rights (ChatAdminRights, optional) – A suggested set of administrator rights for the bot, to be shown when adding the bot as admin to a group, see here for more info on how to handle them ».

  • bot_broadcast_admin_rights (ChatAdminRights, optional) – A suggested set of administrator rights for the bot, to be shown when adding the bot as admin to a channel, see here for more info on how to handle them ».

  • premium_gifts (List of PremiumGiftOption, optional) – Telegram Premium subscriptions gift options

  • wallpaper (WallPaper, optional) – Wallpaper to use in the private chat with the user.

  • stories (PeerStories, optional) – Active stories »

  • business_work_hours (BusinessWorkHours, optional)

  • business_location (BusinessLocation, optional)

  • business_greeting_message (BusinessGreetingMessage, optional)

  • business_away_message (BusinessAwayMessage, optional)

  • business_intro (BusinessIntro, optional)

  • birthday (Birthday, optional)

  • personal_channel_id (int 64-bit, optional)

  • personal_channel_message (int 32-bit, optional)