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.quote
Quote from the message to be replied; pass null if none.TdApi.InputMessageReplyToMessage.quote
Quote from the message to be replied; pass null if none.TdApi.ResendMessages.quote
New 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) 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) 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.