Uses of Record Class
it.auties.whatsapp.model.info.ExternalAdReplyInfo
Packages that use ExternalAdReplyInfo
-
Uses of ExternalAdReplyInfo in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as ExternalAdReplyInfoModifier and TypeFieldDescriptionprivate final ExternalAdReplyInfoContextInfo.externalAdReplyExternal ad replyprivate ExternalAdReplyInfoContextInfoBuilder.externalAdReplyMethods in it.auties.whatsapp.model.info that return ExternalAdReplyInfoModifier and TypeMethodDescriptionExternalAdReplyInfoBuilder.build()static ExternalAdReplyInfoExternalAdReplyInfoSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.info that return types with arguments of type ExternalAdReplyInfoMethods in it.auties.whatsapp.model.info with parameters of type ExternalAdReplyInfoModifier and TypeMethodDescriptionstatic byte[]ExternalAdReplyInfoSpec.encode(ExternalAdReplyInfo protoInputObject) ContextInfoBuilder.externalAdReply(ExternalAdReplyInfo externalAdReply) Constructors in it.auties.whatsapp.model.info with parameters of type ExternalAdReplyInfoModifierConstructorDescriptionContextInfo(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)