Uses of Record Class
it.auties.whatsapp.model.info.AdReplyInfo
Packages that use AdReplyInfo
-
Uses of AdReplyInfo in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as AdReplyInfoModifier and TypeFieldDescriptionprivate final AdReplyInfoContextInfo.quotedAdThe ad that this ContextualMessage quotesprivate AdReplyInfoContextInfoBuilder.quotedAdMethods in it.auties.whatsapp.model.info that return AdReplyInfoModifier and TypeMethodDescriptionAdReplyInfoBuilder.build()static AdReplyInfoAdReplyInfoSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.info that return types with arguments of type AdReplyInfoMethods in it.auties.whatsapp.model.info with parameters of type AdReplyInfoModifier and TypeMethodDescriptionstatic byte[]AdReplyInfoSpec.encode(AdReplyInfo protoInputObject) ContextInfoBuilder.quotedAd(AdReplyInfo quotedAd) Constructors in it.auties.whatsapp.model.info with parameters of type AdReplyInfoModifierConstructorDescriptionContextInfo(String quotedMessageId, Jid quotedMessageSenderJid, MessageContainer quotedMessage, Jid quotedMessageChatJid, List<Jid> mentions, String conversionSource, byte[] conversionData, int conversionDelaySeconds, int forwardingScore, boolean forwarded, AdReplyInfo quotedAd, ChatMessageKey placeholderKey, int ephemeralExpiration, long ephemeralSettingTimestamp, byte[] ephemeralSharedSecret, ExternalAdReplyInfo externalAdReply, String entryPointConversionSource, String entryPointConversionApp, int entryPointConversionDelaySeconds, ChatDisappear disappearingMode, ButtonActionLink actionLink, String groupSubject, Jid parentGroup, String trustBannerType, int trustBannerAction)