Uses of Class
it.tdlight.jni.TdApi.MessageReplyInfo
-
Uses of TdApi.MessageReplyInfo in it.tdlight.jni
Fields in it.tdlight.jni 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.Constructors in it.tdlight.jni with parameters of type TdApi.MessageReplyInfoModifierConstructorDescriptionMessageInteractionInfo
(int viewCount, int forwardCount, TdApi.MessageReplyInfo replyInfo, TdApi.MessageReaction[] 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.