Uses of Class
org.drinkless.tdlib.TdApi.MessageInteractionInfo
-
Packages that use TdApi.MessageInteractionInfo Package Description org.drinkless.tdlib -
-
Uses of TdApi.MessageInteractionInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.MessageInteractionInfo Modifier and Type Field Description TdApi.MessageInteractionInfoTdApi.Message. interactionInfoInformation about interactions with the message; may be null.TdApi.MessageInteractionInfoTdApi.UpdateMessageInteractionInfo. interactionInfoNew information about interactions with the message; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.MessageInteractionInfo Constructor Description Message(long id, TdApi.MessageSender senderId, long chatId, TdApi.MessageSendingState sendingState, TdApi.MessageSchedulingState schedulingState, boolean isOutgoing, boolean isPinned, boolean canBeEdited, boolean canBeForwarded, boolean canBeSaved, boolean canBeDeletedOnlyForSelf, boolean canBeDeletedForAllUsers, boolean canGetStatistics, boolean canGetMessageThread, boolean canGetViewers, boolean canGetMediaTimestampLinks, boolean hasTimestampedMedia, boolean isChannelPost, boolean containsUnreadMention, int date, int editDate, TdApi.MessageForwardInfo forwardInfo, TdApi.MessageInteractionInfo interactionInfo, long replyInChatId, long replyToMessageId, long messageThreadId, int ttl, double ttlExpiresIn, long viaBotUserId, String authorSignature, long mediaAlbumId, String restrictionReason, TdApi.MessageContent content, TdApi.ReplyMarkup replyMarkup)Describes a message.UpdateMessageInteractionInfo(long chatId, long messageId, TdApi.MessageInteractionInfo interactionInfo)The information about interactions with a message has changed.
-