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 classDescribes a message to be replied that is from a different chat or a forum topic; not supported in secret chats.static classDescribes a message to be replied in the same chat and forum topic.static classDescribes a story to be replied.Fields in org.drinkless.tdlib declared as TdApi.InputMessageReplyToModifier and TypeFieldDescriptionTdApi.AddLocalMessage.replyToInformation about the message or story to be replied; pass null if none.TdApi.DraftMessage.replyToInformation about the message to be replied; must be of the type inputMessageReplyToMessage; may be null if none.TdApi.OpenWebApp.replyToInformation about the message or story to be replied in the message sent by the Web App; pass null if none.TdApi.SendBusinessMessage.replyToInformation about the message to be replied; pass null if none.TdApi.SendBusinessMessageAlbum.replyToInformation about the message to be replied; pass null if none.TdApi.SendInlineQueryResultMessage.replyToInformation about the message or story to be replied; pass null if none.TdApi.SendMessage.replyToInformation about the message or story to be replied; pass null if none.TdApi.SendMessageAlbum.replyToInformation 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, TdApi.InputSuggestedPostInfo suggestedPostInfo) Contains information about a message draft.OpenWebApp(long chatId, long botUserId, String url, long messageThreadId, long directMessagesChatTopicId, 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.