MessageOriginUser

class telegram.MessageOriginUser(date, sender_user, *, api_kwargs=None)[source]

Bases: telegram.MessageOrigin

The message was originally sent by a known user.

Added in version 20.8.

Parameters:
type[source]

Type of the message origin. Always 'user'.

Type:

str

date[source]

Date the message was sent originally. The default timezone of the bot is used for localization, which is UTC unless telegram.ext.Defaults.tzinfo is used.

Type:

datetime.datetime

sender_user[source]

User that sent the message originally.

Type:

telegram.User