MessageOriginHiddenUser¶
- class telegram.MessageOriginHiddenUser(date, sender_user_name, *, api_kwargs=None)[source]¶
Bases:
telegram.MessageOrigin
The message was originally sent by an unknown user.
Added in version 20.8.
- Parameters:
date (
datetime.datetime
) – Date the message was sent originally. The default timezone of the bot is used for localization, which is UTC unlesstelegram.ext.Defaults.tzinfo
is used.sender_user_name (
str
) – Name of the user that sent the message originally.
- type[source]¶
Type of the message origin. Always
'hidden_user'
.- Type:
- 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: