Uses of Class
org.drinkless.tdlib.TdApi.FactCheck
Packages that use TdApi.FactCheck
-
Uses of TdApi.FactCheck in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.FactCheckModifier and TypeFieldDescriptionTdApi.Message.factCheck
Information about fact-check added to the message; may be null if none.TdApi.UpdateMessageFactCheck.factCheck
The new fact-check.Constructors in org.drinkless.tdlib with parameters of type TdApi.FactCheckModifierConstructorDescriptionMessage
(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.UpdateMessageFactCheck
(long chatId, long messageId, TdApi.FactCheck factCheck) A fact-check added to a message was changed.