Uses of Class
org.drinkless.tdlib.TdApi.InputTextQuote
Packages that use TdApi.InputTextQuote
-
Uses of TdApi.InputTextQuote in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.InputTextQuoteModifier and TypeFieldDescriptionTdApi.InputMessageReplyToExternalMessage.quoteQuote from the message to be replied; pass null if none.TdApi.InputMessageReplyToMessage.quoteQuote from the message to be replied; pass null if none.TdApi.ResendMessages.quoteNew manually chosen quote from the message to be replied; pass null if none.Constructors in org.drinkless.tdlib with parameters of type TdApi.InputTextQuoteModifierConstructorDescriptionInputMessageReplyToExternalMessage(long chatId, long messageId, TdApi.InputTextQuote quote, int checklistTaskId) Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats.InputMessageReplyToMessage(long messageId, TdApi.InputTextQuote quote, int checklistTaskId) Describes a message to be replied in the same chat and forum topic.ResendMessages(long chatId, long[] messageIds, TdApi.InputTextQuote quote, long paidMessageStarCount) Creates a function, which resends messages which failed to send.