MessageOriginType¶
- class pyrogram.enums.MessageOriginType¶
Message origin type enumeration used in
MessageOrigin
.-
CHANNEL =
'channel'
¶ The message was originally a post in a channel
-
CHAT =
'chat'
¶ The message was originally sent on behalf of a chat
-
HIDDEN_USER =
'hidden_user'
¶ The message was originally sent by a user, which is hidden by their privacy settings
-
IMPORT =
'import'
¶ The message was imported from a foreign chat service
-
USER =
'user'
¶ The message was originally sent by a known user
-
CHANNEL =