Uses of Record Class
it.auties.whatsapp.model.button.base.ButtonActionLink
Packages that use ButtonActionLink
-
Uses of ButtonActionLink in it.auties.whatsapp.model.button.base
Methods in it.auties.whatsapp.model.button.base that return ButtonActionLinkModifier and TypeMethodDescriptionButtonActionLinkBuilder.build()static ButtonActionLinkButtonActionLinkSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.button.base with parameters of type ButtonActionLinkModifier and TypeMethodDescriptionstatic byte[]ButtonActionLinkSpec.encode(ButtonActionLink protoInputObject) -
Uses of ButtonActionLink in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as ButtonActionLinkModifier and TypeFieldDescriptionprivate final ButtonActionLinkContextInfo.actionLinkAction linkprivate ButtonActionLinkContextInfoBuilder.actionLinkMethods in it.auties.whatsapp.model.info that return types with arguments of type ButtonActionLinkMethods in it.auties.whatsapp.model.info with parameters of type ButtonActionLinkConstructors in it.auties.whatsapp.model.info with parameters of type ButtonActionLinkModifierConstructorDescriptionContextInfo(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)