Uses of Class
org.drinkless.tdlib.TdApi.MessageReplyTo
Packages that use TdApi.MessageReplyTo
-
Uses of TdApi.MessageReplyTo in org.drinkless.tdlib
Subclasses of TdApi.MessageReplyTo in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
Describes a message replied by a given message.static class
Describes a story replied by a given message.Fields in org.drinkless.tdlib declared as TdApi.MessageReplyToModifier and TypeFieldDescriptionTdApi.Message.replyTo
Information about the message or the story this message is replying to; may be null if none.Constructors in org.drinkless.tdlib with parameters of type TdApi.MessageReplyToModifierConstructorDescriptionMessage
(long id, TdApi.MessageSender senderId, long chatId, TdApi.MessageSendingState sendingState, TdApi.MessageSchedulingState schedulingState, boolean isOutgoing, boolean isPinned, boolean isFromOffline, boolean canBeSaved, boolean hasTimestampedMedia, boolean isChannelPost, boolean isTopicMessage, boolean containsUnreadMention, int date, int editDate, TdApi.MessageForwardInfo forwardInfo, TdApi.MessageImportInfo importInfo, TdApi.MessageInteractionInfo interactionInfo, TdApi.UnreadReaction[] unreadReactions, TdApi.FactCheck factCheck, TdApi.MessageReplyTo replyTo, long messageThreadId, long savedMessagesTopicId, TdApi.MessageSelfDestructType selfDestructType, double selfDestructIn, double autoDeleteIn, long viaBotUserId, long senderBusinessBotUserId, int senderBoostCount, long paidMessageStarCount, String authorSignature, long mediaAlbumId, long effectId, boolean hasSensitiveContent, String restrictionReason, TdApi.MessageContent content, TdApi.ReplyMarkup replyMarkup) Describes a message.