Fields - _id :: Maybe Int
- first_name :: Maybe Text
- last_name :: Maybe Text
- usernames :: Maybe Usernames
Usernames of the user; may be null - phone_number :: Maybe Text
- status :: Maybe UserStatus
Current online status of the user - profile_photo :: Maybe ProfilePhoto
Profile photo of the user; may be null - accent_color_id :: Maybe Int
Identifier of the accent color for name, and backgrounds of profile photo, reply header, and link preview - background_custom_emoji_id :: Maybe Int
Identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none - profile_accent_color_id :: Maybe Int
Identifier of the accent color for the user's profile; -1 if none - profile_background_custom_emoji_id :: Maybe Int
Identifier of a custom emoji to be shown on the background of the user's profile; 0 if none - emoji_status :: Maybe EmojiStatus
Emoji status to be shown instead of the default Telegram Premium badge; may be null - is_contact :: Maybe Bool
The user is a contact of the current user - is_mutual_contact :: Maybe Bool
The user is a contact of the current user and the current user is a contact of the user - is_close_friend :: Maybe Bool
The user is a close friend of the current user; implies that the user is a contact - verification_status :: Maybe VerificationStatus
Information about verification status of the user; may be null if none - is_premium :: Maybe Bool
True, if the user is a Telegram Premium user - is_support :: Maybe Bool
True, if the user is Telegram support account - restriction_reason :: Maybe Text
If non-empty, it contains a human-readable description of the reason why access to this user must be restricted - has_active_stories :: Maybe Bool
True, if the user has non-expired stories available to the current user - has_unread_active_stories :: Maybe Bool
True, if the user has unread non-expired stories available to the current user - restricts_new_chats :: Maybe Bool
True, if the user may restrict new chats with non-contacts. Use canSendMessageToUser to check whether the current user can message the user or try to create a chat with them - paid_message_star_count :: Maybe Int
Number of Telegram Stars that must be paid by general user for each sent message to the user. If positive and userFullInfo is unknown, use canSendMessageToUser to check whether the current user must pay - have_access :: Maybe Bool
If false, the user is inaccessible, and the only information known about the user is inside this class. Identifier of the user can't be passed to any method - _type :: Maybe UserType
- language_code :: Maybe Text
IETF language tag of the user's language; only available to bots - :: Maybe Bool
True, if the user added the current bot to attachment menu; only available to bots
|