Uses of Record Class
it.auties.whatsapp.model.message.standard.CallMessage
Packages that use CallMessage
Package
Description
-
Uses of CallMessage in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type CallMessageModifier and TypeFieldDescriptionprivate final Optional<CallMessage> MessageContainer.callMessageThe field for thecallMessagerecord component.private Optional<CallMessage> MessageContainerBuilder.callMessageMethods in it.auties.whatsapp.model.message.model that return types with arguments of type CallMessageModifier and TypeMethodDescriptionMessageContainer.callMessage()Returns the value of thecallMessagerecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type CallMessageMethod parameters in it.auties.whatsapp.model.message.model with type arguments of type CallMessageModifier and TypeMethodDescriptionMessageContainerBuilder.callMessage(Optional<CallMessage> callMessage) -
Uses of CallMessage in it.auties.whatsapp.model.message.standard
Methods in it.auties.whatsapp.model.message.standard that return CallMessageModifier and TypeMethodDescriptionCallMessageBuilder.build()static CallMessageCallMessageSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.message.standard with parameters of type CallMessageModifier and TypeMethodDescriptionstatic byte[]CallMessageSpec.encode(CallMessage protoInputObject)