UserFullInfo constructor
UserFullInfo({
- String? extra,
- int? client_id,
- ChatPhoto? personal_photo,
- ChatPhoto? photo,
- ChatPhoto? public_photo,
- Bool? is_blocked,
- Bool? can_be_called,
- Bool? supports_video_calls,
- Bool? has_private_calls,
- Bool? has_private_forwards,
- Bool? has_restricted_voice_and_video_note_messages,
- Bool? need_phone_number_privacy_exception,
- FormattedText? bio,
- int32? group_in_common_count,
- BotInfo? bot_info,
Implementation
UserFullInfo({
super.extra,
super.client_id,
this.personal_photo,
this.photo,
this.public_photo,
this.is_blocked,
this.can_be_called,
this.supports_video_calls,
this.has_private_calls,
this.has_private_forwards,
this.has_restricted_voice_and_video_note_messages,
this.need_phone_number_privacy_exception,
this.bio,
this.premium_gift_options,
this.group_in_common_count,
this.bot_info,
});