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

com.pengrad.telegrambot.model.request.ForceReply Maven / Gradle / Ivy

There is a newer version: 7.11.0
Show newest version
package com.pengrad.telegrambot.model.request;

/**
 * stas
 * 8/4/15.
 */
public class ForceReply extends Keyboard {

    private final boolean force_reply = true;
    private final boolean selective;

    public ForceReply() {
        this(false);
    }

    public ForceReply(boolean selective) {
        this.selective = selective;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy