EditInlineMessageCaption(String inlineMessageId,
TdApi.ReplyMarkup replyMarkup,
TdApi.FormattedText caption) |
Creates a function, which 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) |
Creates a function, which 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) |
Creates a function, which 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) |
Creates a function, which edits the reply markup of an inline message sent via a bot; for bots only.
|
EditInlineMessageText(String inlineMessageId,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent) |
Creates a function, which 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) |
Creates a function, which edits the message content caption.
|
EditMessageLiveLocation(long chatId,
long messageId,
TdApi.ReplyMarkup replyMarkup,
TdApi.Location location,
int heading,
int proximityAlertRadius) |
Creates a function, which edits the message content of a live location.
|
EditMessageMedia(long chatId,
long messageId,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent) |
Creates a function, which edits the content of a message with an animation, an audio, a document, a photo or a video, including message caption.
|
EditMessageReplyMarkup(long chatId,
long messageId,
TdApi.ReplyMarkup replyMarkup) |
Creates a function, which edits the message reply markup; for bots only.
|
EditMessageText(long chatId,
long messageId,
TdApi.ReplyMarkup replyMarkup,
TdApi.InputMessageContent inputMessageContent) |
Creates a function, which 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., without sound) H.264/MPEG-4 AVC video.
|
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 senderId,
long chatId,
TdApi.MessageSendingState sendingState,
TdApi.MessageSchedulingState schedulingState,
boolean isOutgoing,
boolean isPinned,
boolean canBeEdited,
boolean canBeForwarded,
boolean canBeSaved,
boolean canBeDeletedOnlyForSelf,
boolean canBeDeletedForAllUsers,
boolean canGetStatistics,
boolean canGetMessageThread,
boolean canGetViewers,
boolean canGetMediaTimestampLinks,
boolean hasTimestampedMedia,
boolean isChannelPost,
boolean containsUnreadMention,
int date,
int editDate,
TdApi.MessageForwardInfo forwardInfo,
TdApi.MessageInteractionInfo interactionInfo,
long replyInChatId,
long replyToMessageId,
long messageThreadId,
int ttl,
double ttlExpiresIn,
long 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) |
Creates a function, which sends a message.
|
StopPoll(long chatId,
long messageId,
TdApi.ReplyMarkup replyMarkup) |
Creates a function, which stops a poll.
|
UpdateMessageEdited(long chatId,
long messageId,
int editDate,
TdApi.ReplyMarkup replyMarkup) |
A message was edited.
|