All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.auties.whatsapp.model.request.NewsletterSubscribersRequest Maven / Gradle / Ivy

package it.auties.whatsapp.model.request;

import it.auties.whatsapp.model.jid.Jid;

public record NewsletterSubscribersRequest(Variable variables) {
    public record Variable(Input input) {

    }

    public record Input(Jid key, String type, String role) {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy