UserEmpty#

class pyrogram.raw.types.UserEmpty#

Empty constructor, non-existent user.

Constructor of User.

Details:
  • Layer: 158

  • ID: D3BC4B7A

Parameters:

id (int 64-bit) – User identifier or 0.

Functions:

This object can be returned by 5 functions.

account.UpdateProfile

Updates user profile.

account.UpdateUsername

Changes username for the current user.

account.ChangePhone

Change the phone number of the current account.

users.GetUsers

Returns basic user info according to their identifiers.

contacts.ImportContactToken

Obtain user info from a temporary profile link.