Uses of Record Class
com.whatsapp.api.domain.webhook.Audio
Packages that use Audio
-
Uses of Audio in com.whatsapp.api.domain.webhook
Methods in com.whatsapp.api.domain.webhook that return AudioModifier and TypeMethodDescriptionMessage.audio()
Returns the value of theaudio
record component.Constructors in com.whatsapp.api.domain.webhook with parameters of type AudioModifierConstructorDescriptionMessage
(Reaction reaction, Image image, Sticker sticker, Location location, List<Contact> contacts, Button button, Context context, String from, String id, Text text, List<Error> errors, MessageType type, Interactive interactive, String timestamp, Referral referral, Order order, System system, Video video, Audio audio, Document document) Creates an instance of aMessage
record class.