User#

class pyrogram.raw.base.User[source]#

Object defines a user.

Constructors:

This base type has 2 constructors available.

User

Telegram API type.

UserEmpty

Telegram API type.

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

Details:

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

Telegram API function.