-
Constructors in it.tdlight.jni with parameters of type TdApi.ReplyMarkup
Constructor |
Description |
EditInlineMessageCaption(String inlineMessageId,
TdApi.ReplyMarkup replyMarkup,
TdApi.FormattedText caption) |
Edits the caption of an inline message
sent via a bot; for bots only.
|
EditInlineMessageLiveLocation(String inlineMessageId,
TdApi.ReplyMarkup replyMarkup,
TdApi.Location location,
int heading,
int proximityAlertRadius) |
Edits the content of a live location
in an inline message sent via a bot;
for bots only.
|
EditInlineMessageMedia(String inlineMessageId,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent) |
Edits the content of a message with
an animation, an audio, a document,
a photo or a video in an inline message
sent via a bot; for bots only.
|
EditInlineMessageReplyMarkup(String inlineMessageId,
TdApi.ReplyMarkup replyMarkup) |
Edits the reply markup of an inline
message sent via a bot; for bots only.
|
EditInlineMessageText(String inlineMessageId,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent) |
Edits the text of an inline text or
game message sent via a bot; for bots only.
|
EditMessageCaption(long chatId,
long messageId,
TdApi.ReplyMarkup replyMarkup,
TdApi.FormattedText caption) |
Edits the message content caption.
|
EditMessageLiveLocation(long chatId,
long messageId,
TdApi.ReplyMarkup replyMarkup,
TdApi.Location location,
int heading,
int proximityAlertRadius) |
Edits the message content of a live
location.
|
EditMessageMedia(long chatId,
long messageId,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent) |
Edits the content of a message with
an animation, an audio, a document,
a photo or a video.
|
EditMessageReplyMarkup(long chatId,
long messageId,
TdApi.ReplyMarkup replyMarkup) |
Edits the message reply markup; for
bots only.
|
EditMessageText(long chatId,
long messageId,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent) |
Edits the text of a message (or a text
of a game message).
|
InputInlineQueryResultAnimation(String id,
String title,
String thumbnailUrl,
String thumbnailMimeType,
String videoUrl,
String videoMimeType,
int videoDuration,
int videoWidth,
int videoHeight,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent) |
Represents a link to an animated GIF
or an animated (i.e.
|
InputInlineQueryResultArticle(String id,
String url,
boolean hideUrl,
String title,
String description,
String thumbnailUrl,
int thumbnailWidth,
int thumbnailHeight,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent) |
Represents a link to an article or web page.
|
InputInlineQueryResultAudio(String id,
String title,
String performer,
String audioUrl,
int audioDuration,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent) |
Represents a link to an MP3 audio file.
|
InputInlineQueryResultContact(String id,
TdApi.Contact contact,
String thumbnailUrl,
int thumbnailWidth,
int thumbnailHeight,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent) |
Represents a user contact.
|
InputInlineQueryResultDocument(String id,
String title,
String description,
String documentUrl,
String mimeType,
String thumbnailUrl,
int thumbnailWidth,
int thumbnailHeight,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent) |
Represents a link to a file.
|
InputInlineQueryResultGame(String id,
String gameShortName,
TdApi.ReplyMarkup replyMarkup) |
Represents a game.
|
InputInlineQueryResultLocation(String id,
TdApi.Location location,
int livePeriod,
String title,
String thumbnailUrl,
int thumbnailWidth,
int thumbnailHeight,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent) |
Represents a point on the map.
|
InputInlineQueryResultPhoto(String id,
String title,
String description,
String thumbnailUrl,
String photoUrl,
int photoWidth,
int photoHeight,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent) |
Represents link to a JPEG image.
|
InputInlineQueryResultSticker(String id,
String thumbnailUrl,
String stickerUrl,
int stickerWidth,
int stickerHeight,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent) |
Represents a link to a WEBP or TGS sticker.
|
InputInlineQueryResultVenue(String id,
TdApi.Venue venue,
String thumbnailUrl,
int thumbnailWidth,
int thumbnailHeight,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent) |
Represents information about a venue.
|
InputInlineQueryResultVideo(String id,
String title,
String description,
String thumbnailUrl,
String videoUrl,
String mimeType,
int videoWidth,
int videoHeight,
int videoDuration,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent) |
Represents a link to a page containing
an embedded video player or a video file.
|
InputInlineQueryResultVoiceNote(String id,
String title,
String voiceNoteUrl,
int voiceNoteDuration,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent) |
Represents a link to an opus-encoded
audio file within an OGG container,
single channel audio.
|
Message(long id,
TdApi.MessageSender sender,
long chatId,
TdApi.MessageSendingState sendingState,
TdApi.MessageSchedulingState schedulingState,
boolean isOutgoing,
boolean isPinned,
boolean canBeEdited,
boolean canBeForwarded,
boolean canBeDeletedOnlyForSelf,
boolean canBeDeletedForAllUsers,
boolean canGetStatistics,
boolean canGetMessageThread,
boolean isChannelPost,
boolean containsUnreadMention,
int date,
int editDate,
TdApi.MessageForwardInfo forwardInfo,
TdApi.MessageInteractionInfo interactionInfo,
long replyInChatId,
long replyToMessageId,
long messageThreadId,
int ttl,
double ttlExpiresIn,
int viaBotUserId,
String authorSignature,
long mediaAlbumId,
String restrictionReason,
TdApi.MessageContent content,
TdApi.ReplyMarkup replyMarkup) |
Describes a message.
|
SendMessage(long chatId,
long messageThreadId,
long replyToMessageId,
TdApi.MessageSendOptions options,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent) |
Sends a message.
|
StopPoll(long chatId,
long messageId,
TdApi.ReplyMarkup replyMarkup) |
Stops a poll.
|
UpdateMessageEdited(long chatId,
long messageId,
int editDate,
TdApi.ReplyMarkup replyMarkup) |
A message was edited.
|