RequestedUser¶
- class pyrogram.types.RequestedUser¶
Contains information about a requested user.
- Parameters:¶
user_id (
int
) – Identifier of the user.first_name (
str
, optional) – First name of the user.last_name (
str
, optional) – Last name of the user.username (
str
, optional) – Username of the user.photo (
types.UserProfilePhoto
, optional) – User photo.full_name (
str
, optional) – User’s full name.