content
Content of the message.
TdApibooleanstatic final intlonglonglonglongQuickReplyMessage(long id,
TdApi.MessageSendingState sendingState,
boolean canBeEdited,
long replyToMessageId,
long viaBotUserId,
long mediaAlbumId,
TdApi.MessageContent content,
TdApi.ReplyMarkup replyMarkup) inttoStringid - Unique message identifier among all quick replies.sendingState - The sending state of the message; may be null if the message isn't being sent and didn't fail to be sent.canBeEdited - True, if the message can be edited.replyToMessageId - The identifier of the quick reply message to which the message replies; 0 if none.viaBotUserId - If non-zero, the user identifier of the bot through which this message was sent.mediaAlbumId - Unique identifier of an album this message belongs to; 0 if none. Only audios, documents, photos and videos can be grouped together in albums.content - Content of the message.replyMarkup - Inline keyboard reply markup for the message; may be null if none.TdApi.ObjectgetConstructor in class TdApi.Object