Uses of Record Class
it.auties.whatsapp.model.message.standard.KeepInChatMessage
Packages that use KeepInChatMessage
Package
Description
-
Uses of KeepInChatMessage in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type KeepInChatMessageModifier and TypeFieldDescriptionprivate final Optional<KeepInChatMessage> MessageContainer.keepInChatMessageThe field for thekeepInChatMessagerecord component.private Optional<KeepInChatMessage> MessageContainerBuilder.keepInChatMessageMethods in it.auties.whatsapp.model.message.model that return types with arguments of type KeepInChatMessageModifier and TypeMethodDescriptionMessageContainer.keepInChatMessage()Returns the value of thekeepInChatMessagerecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type KeepInChatMessageModifier and TypeMethodDescriptionMessageContainerBuilder.keepInChatMessage(KeepInChatMessage keepInChatMessage) Method parameters in it.auties.whatsapp.model.message.model with type arguments of type KeepInChatMessageModifier and TypeMethodDescriptionMessageContainerBuilder.keepInChatMessage(Optional<KeepInChatMessage> keepInChatMessage) -
Uses of KeepInChatMessage in it.auties.whatsapp.model.message.standard
Methods in it.auties.whatsapp.model.message.standard that return KeepInChatMessageModifier and TypeMethodDescriptionKeepInChatMessageBuilder.build()static KeepInChatMessageKeepInChatMessageSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.message.standard with parameters of type KeepInChatMessageModifier and TypeMethodDescriptionstatic byte[]KeepInChatMessageSpec.encode(KeepInChatMessage protoInputObject)