UpdateServiceNotification
- class pyrogram.raw.types.UpdateServiceNotification
A service message for the user.
Constructor of
Update.- Details:
Layer:
196ID:
EBE46819
- Parameters:
type (
str) – String, identical in format and contents to the type field in API errors. Describes type of service message. It is acceptable to ignore repeated messages of the same type within a short period of time (15 minutes).message (
str) – Message textmedia (
MessageMedia) – Media content (optional)entities (List of
MessageEntity) – Message entities for styled textpopup (
bool, optional) – If set, the message must be displayed in a popup.invert_media (
bool, optional) – If set, any eventual webpage preview will be shown on top of the message instead of at the bottom.inbox_date (
int32-bit, optional) – When was the notification receivedThe message must also be stored locally as part of the message history with the user id 777000 (Telegram Notifications).