MessageOriginHiddenUser

class telegram.MessageOriginHiddenUser(date, sender_user_name, *, api_kwargs=None)[source]

Bases: telegram.MessageOrigin

The message was originally sent by an unknown user.

New in version 20.8.

Parameters:
type[source]

Type of the message origin. Always 'hidden_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_name[source]

Name of the user that sent the message originally.

Type:

str