View Source ExTDLib.Object.NotificationTypeNewPushMessage (ExTDLib v0.0.4)
New message was received through a push notification.
| Name | Type | Description |
|---|---|---|
| message_id | string | The message identifier. The message will not be available in the chat history, but the identifier can be used in viewMessages, or as a message to be replied in the same chat. |
| sender_id | MessageSender | Identifier of the sender of the message. Corresponding user or chat may be inaccessible. |
| sender_name | string | Name of the sender. |
| is_outgoing | bool | True, if the message is outgoing. |
| content | PushMessageContent | Push message content. |
More details on telegram's documentation.