
it.auties.whatsapp.model.message.button.ButtonsMessageHeader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of whatsappweb4j Show documentation
Show all versions of whatsappweb4j Show documentation
Standalone fully-featured Whatsapp Web API for Java and Kotlin
package it.auties.whatsapp.model.message.button;
import it.auties.protobuf.base.ProtobufMessage;
import it.auties.whatsapp.model.message.standard.*;
/**
* A model that represents the header of a {@link ButtonsMessage}
*/
public sealed interface ButtonsMessageHeader extends ProtobufMessage permits DocumentMessage, ImageMessage, LocationMessage, TextMessage, VideoMessage {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy