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

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

package com.pengrad.telegrambot.request;

/**
 * stas
 * 5/2/16.
 */
public class UrbanChatMember extends KickChatMember {

    public UrbanChatMember(Object chatId, int userId) {
        super(chatId, userId);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy