View Source ExTDLib.Object.NotificationTypeNewPushMessage (ExTDLib v0.0.4)

New message was received through a push notification.

NameTypeDescription
message_idstringThe 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_idMessageSenderIdentifier of the sender of the message. Corresponding user or chat may be inaccessible.
sender_namestringName of the sender.
is_outgoingboolTrue, if the message is outgoing.
contentPushMessageContentPush message content.

More details on telegram's documentation.