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

com.greenapi.client.examples.SendPollExample Maven / Gradle / Ivy

There is a newer version: 0.1.8
Show newest version
package com.greenapi.client.examples;

import com.greenapi.client.pkg.api.GreenApi;
import com.greenapi.client.pkg.models.Option;
import com.greenapi.client.pkg.models.request.OutgoingPoll;
import lombok.extern.log4j.Log4j2;

import java.util.ArrayList;

@Log4j2
public class SendPollExample {
    private void sendPollExample(GreenApi greenApi) {
        var options = new ArrayList




© 2015 - 2024 Weber Informatics LLC | Privacy Policy