- class telegram.MessageOriginHiddenUser(date, sender_user_name, *, api_kwargs=None)[source]¶
Bases:
telegram.MessageOriginThe 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.tzinfois 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.tzinfois used.- Type:
MessageOriginHiddenUser - python-telegram-bot v22.6