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

com.pengrad.telegrambot.request.GetCustomEmojiStickers Maven / Gradle / Ivy

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

import com.pengrad.telegrambot.response.GetCustomEmojiStickersResponse;

/**
 * Mirco Ianese
 * 16 Aug 2022
 */
public class GetCustomEmojiStickers extends BaseRequest {

    public GetCustomEmojiStickers(String... custom_emoji_ids) {
        super(GetCustomEmojiStickersResponse.class);
        add("custom_emoji_ids", custom_emoji_ids);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy