Uses of Class
org.drinkless.tdlib.TdApi.MessageReplyInfo
Packages that use TdApi.MessageReplyInfo
-
Uses of TdApi.MessageReplyInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.MessageReplyInfoModifier and TypeFieldDescriptionTdApi.MessageInteractionInfo.replyInfo
Information about direct or indirect replies to the message; may be null.TdApi.MessageThreadInfo.replyInfo
Information about the message thread; may be null for forum topic threads.Constructors in org.drinkless.tdlib with parameters of type TdApi.MessageReplyInfoModifierConstructorDescriptionMessageInteractionInfo
(int viewCount, int forwardCount, TdApi.MessageReplyInfo replyInfo, TdApi.MessageReactions reactions) Contains information about interactions with a message.MessageThreadInfo
(long chatId, long messageThreadId, TdApi.MessageReplyInfo replyInfo, int unreadMessageCount, TdApi.Message[] messages, TdApi.DraftMessage draftMessage) Contains information about a message thread.