Uses of Class
org.drinkless.tdlib.TdApi.InputMessageReplyTo
Packages that use TdApi.InputMessageReplyTo
-
Uses of TdApi.InputMessageReplyTo in org.drinkless.tdlib
Subclasses of TdApi.InputMessageReplyTo in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats.static class
Describes a message to be replied in the same chat and forum topic.static class
Describes a story to be replied.Fields in org.drinkless.tdlib declared as TdApi.InputMessageReplyToModifier and TypeFieldDescriptionTdApi.AddLocalMessage.replyTo
Information about the message or story to be replied; pass null if none.TdApi.DraftMessage.replyTo
Information about the message to be replied; must be of the type inputMessageReplyToMessage; may be null if none.TdApi.OpenWebApp.replyTo
Information about the message or story to be replied in the message sent by the Web App; pass null if none.TdApi.SendBusinessMessage.replyTo
Information about the message to be replied; pass null if none.TdApi.SendBusinessMessageAlbum.replyTo
Information about the message to be replied; pass null if none.TdApi.SendInlineQueryResultMessage.replyTo
Information about the message or story to be replied; pass null if none.TdApi.SendMessage.replyTo
Information about the message or story to be replied; pass null if none.TdApi.SendMessageAlbum.replyTo
Information about the message or story to be replied; pass null if none.Constructors in org.drinkless.tdlib with parameters of type TdApi.InputMessageReplyToModifierConstructorDescriptionAddLocalMessage
(long chatId, TdApi.MessageSender senderId, TdApi.InputMessageReplyTo replyTo, boolean disableNotification, TdApi.InputMessageContent inputMessageContent) Creates a function, which adds a local message to a chat.DraftMessage
(TdApi.InputMessageReplyTo replyTo, int date, TdApi.InputMessageContent inputMessageText, long effectId) Contains information about a message draft.OpenWebApp
(long chatId, long botUserId, String url, long messageThreadId, TdApi.InputMessageReplyTo replyTo, TdApi.WebAppOpenParameters parameters) Creates a function, which informs TDLib that a Web App is being opened from the attachment menu, a botMenuButton button, an internalLinkTypeAttachmentMenuBot link, or an inlineKeyboardButtonTypeWebApp button.SendBusinessMessage
(String businessConnectionId, long chatId, TdApi.InputMessageReplyTo replyTo, boolean disableNotification, boolean protectContent, long effectId, TdApi.ReplyMarkup replyMarkup, TdApi.InputMessageContent inputMessageContent) Creates a function, which sends a message on behalf of a business account; for bots only.SendBusinessMessageAlbum
(String businessConnectionId, long chatId, TdApi.InputMessageReplyTo replyTo, boolean disableNotification, boolean protectContent, long effectId, TdApi.InputMessageContent[] inputMessageContents) Creates a function, which sends 2-10 messages grouped together into an album on behalf of a business account; for bots only.SendInlineQueryResultMessage
(long chatId, long messageThreadId, TdApi.InputMessageReplyTo replyTo, TdApi.MessageSendOptions options, long queryId, String resultId, boolean hideViaBot) Creates a function, which sends the result of an inline query as a message.SendMessage
(long chatId, long messageThreadId, TdApi.InputMessageReplyTo replyTo, TdApi.MessageSendOptions options, TdApi.ReplyMarkup replyMarkup, TdApi.InputMessageContent inputMessageContent) Creates a function, which sends a message.SendMessageAlbum
(long chatId, long messageThreadId, TdApi.InputMessageReplyTo replyTo, TdApi.MessageSendOptions options, TdApi.InputMessageContent[] inputMessageContents) Creates a function, which sends 2-10 messages grouped together into an album.