content
Content of the message.
double
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
long
static final int
boolean
int
int
boolean
long
boolean
boolean
boolean
boolean
long
long
long
long
double
int
long
Message()
Message(long id,
TdApi.MessageSender senderId,
long chatId,
TdApi.MessageSendingState sendingState,
TdApi.MessageSchedulingState schedulingState,
boolean isOutgoing,
boolean isPinned,
boolean canBeEdited,
boolean canBeForwarded,
boolean canBeSaved,
boolean canBeDeletedOnlyForSelf,
boolean canBeDeletedForAllUsers,
boolean canGetAddedReactions,
boolean canGetStatistics,
boolean canGetMessageThread,
boolean canGetViewers,
boolean canGetMediaTimestampLinks,
boolean canReportReactions,
boolean hasTimestampedMedia,
boolean isChannelPost,
boolean isTopicMessage,
boolean containsUnreadMention,
int date,
int editDate,
TdApi.MessageForwardInfo forwardInfo,
TdApi.MessageInteractionInfo interactionInfo,
TdApi.UnreadReaction[] unreadReactions,
long replyInChatId,
long replyToMessageId,
long messageThreadId,
int selfDestructTime,
double selfDestructIn,
double autoDeleteIn,
long viaBotUserId,
String authorSignature,
long mediaAlbumId,
String restrictionReason,
TdApi.MessageContent content,
TdApi.ReplyMarkup replyMarkup)
boolean
int
int
hashCode()
void
serialize(DataOutput output)
serialize, toString
id
- Message identifier; unique for the chat to which the message belongs.senderId
- Identifier of the sender of the message.chatId
- Chat identifier.sendingState
- The sending state of the message; may be null.schedulingState
- The scheduling state of the message; may be null.isOutgoing
- True, if the message is outgoing.isPinned
- True, if the message is pinned.canBeEdited
- True, if the message can be edited. For live location and poll messages this fields shows whether editMessageLiveLocation or stopPoll can be used with this message by the application.canBeForwarded
- True, if the message can be forwarded.canBeSaved
- True, if content of the message can be saved locally or copied.canBeDeletedOnlyForSelf
- True, if the message can be deleted only for the current user while other users will continue to see it.canBeDeletedForAllUsers
- True, if the message can be deleted for all users.canGetAddedReactions
- True, if the list of added reactions is available through getMessageAddedReactions.canGetStatistics
- True, if the message statistics are available through getMessageStatistics.canGetMessageThread
- True, if information about the message thread is available through getMessageThread and getMessageThreadHistory.canGetViewers
- True, if chat members already viewed the message can be received through getMessageViewers.canGetMediaTimestampLinks
- True, if media timestamp links can be generated for media timestamp entities in the message text, caption or web page description through getMessageLink.canReportReactions
- True, if reactions on the message can be reported through reportMessageReactions.hasTimestampedMedia
- True, if media timestamp entities refers to a media in this message as opposed to a media in the replied message.isChannelPost
- True, if the message is a channel post. All messages to channels are channel posts, all other messages are not channel posts.isTopicMessage
- True, if the message is a forum topic message.containsUnreadMention
- True, if the message contains an unread mention for the current user.date
- Point in time (Unix timestamp) when the message was sent.editDate
- Point in time (Unix timestamp) when the message was last edited.forwardInfo
- Information about the initial message sender; may be null.interactionInfo
- Information about interactions with the message; may be null.unreadReactions
- Information about unread reactions added to the message.replyInChatId
- If non-zero, the identifier of the chat to which the replied message belongs; Currently, only messages in the Replies chat can have different replyInChatId and chatId.replyToMessageId
- If non-zero, the identifier of the message this message is replying to; can be the identifier of a deleted message.messageThreadId
- If non-zero, the identifier of the message thread the message belongs to; unique within the chat to which the message belongs.selfDestructTime
- The message's self-destruct time, in seconds; 0 if none. TDLib will send updateDeleteMessages or updateMessageContent once the time expires.selfDestructIn
- Time left before the message self-destruct timer expires, in seconds. If the self-destruct timer isn't started yet, equals to the value of the selfDestructTime field.autoDeleteIn
- Time left before the message will be automatically deleted by messageAutoDeleteTime setting of the chat, in seconds; 0 if never. TDLib will send updateDeleteMessages or updateMessageContent once the time expires.viaBotUserId
- If non-zero, the user identifier of the bot through which this message was sent.authorSignature
- For channel posts and anonymous group messages, optional author signature.mediaAlbumId
- Unique identifier of an album this message belongs to. Only audios, documents, photos and videos can be grouped together in albums.restrictionReason
- If non-empty, contains a human-readable description of the reason why access to this message must be restricted.content
- Content of the message.replyMarkup
- Reply markup for the message; may be null.input
- Serialized inputIOException
- the deserialization failedTdApi.Object
getConstructor
in class TdApi.Object
serialize
in class TdApi.Object
output
- output data streamIOException
- the serialization failed