UserFull#

class pyrogram.raw.types.UserFull#

Extended user info.

Constructor of UserFull.

Details:
  • Layer: 158

  • ID: 93EADB53

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.

  • 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.

  • 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 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 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.