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

io.github.biezhi.tgbot.request.DeleteStickerFromSet Maven / Gradle / Ivy

The newest version!
package io.github.biezhi.tgbot.request;

import io.github.biezhi.tgbot.response.BotResponse;

/**
 * Stas Parshin
 * 23 July 2017
 */
public class DeleteStickerFromSet extends BotRequest {
    public DeleteStickerFromSet(String sticker) {
        super(BotResponse.class);
        add("sticker", sticker);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy