content
Push message content.
static final int
boolean
long
NotificationTypeNewPushMessage(long messageId,
TdApi.MessageSender senderId,
String senderName,
boolean isOutgoing,
TdApi.PushMessageContent content)
serialize, toString
messageId
- long The message identifier. The message
will not be available in the chat
history, but the ID can be used in
viewMessages, or as replyToMessageId.senderId
- MessageSender Identifier of the sender of the message.
Corresponding user or chat may be inaccessible.senderName
- String Name of the sender.isOutgoing
- boolean True, if the message is outgoing.content
- PushMessageContent Push message content.IOException
getConstructor
in class TdApi.Object
serialize
in class TdApi.Object
IOException