UserEmpty#

class pyrogram.raw.types.UserEmpty#

Empty constructor, non-existent user.

Constructor of User.

Details:
  • Layer: 225

  • ID: D3BC4B7A

Parameters:

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

Functions:

This object can be returned by 9 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.

messages.GetFutureChatCreatorAfterLeave

Group/channel owners only: returns the ID of the user that will become the new owner of the group if we decide to leave the group, see here for more info on the full flow.

channels.GetMessageAuthor

Can only be invoked by non-bot admins of a monoforum, obtains the original sender of a message sent by other monoforum admins to the monoforum, on behalf of the channel associated to the monoforum.

bots.GetAdminedBots

Get a list of bots owned by the current user

bots.CreateBot

Details: