Uses of Record Class
it.auties.whatsapp.model.message.server.StickerSyncRMRMessage
Packages that use StickerSyncRMRMessage
-
Uses of StickerSyncRMRMessage in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type StickerSyncRMRMessageModifier and TypeFieldDescriptionprivate final Optional<StickerSyncRMRMessage> MessageContainer.stickerSyncMessageThe field for thestickerSyncMessagerecord component.private Optional<StickerSyncRMRMessage> MessageContainerBuilder.stickerSyncMessageMethods in it.auties.whatsapp.model.message.model that return types with arguments of type StickerSyncRMRMessageModifier and TypeMethodDescriptionMessageContainer.stickerSyncMessage()Returns the value of thestickerSyncMessagerecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type StickerSyncRMRMessageModifier and TypeMethodDescriptionMessageContainerBuilder.stickerSyncMessage(StickerSyncRMRMessage stickerSyncMessage) Method parameters in it.auties.whatsapp.model.message.model with type arguments of type StickerSyncRMRMessageModifier and TypeMethodDescriptionMessageContainerBuilder.stickerSyncMessage(Optional<StickerSyncRMRMessage> stickerSyncMessage) -
Uses of StickerSyncRMRMessage in it.auties.whatsapp.model.message.server
Methods in it.auties.whatsapp.model.message.server that return StickerSyncRMRMessageModifier and TypeMethodDescriptionStickerSyncRMRMessageBuilder.build()static StickerSyncRMRMessageStickerSyncRMRMessageSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.message.server with parameters of type StickerSyncRMRMessageModifier and TypeMethodDescriptionstatic byte[]StickerSyncRMRMessageSpec.encode(StickerSyncRMRMessage protoInputObject)