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

io.github.biezhi.tgbot.response.GetChatAdministratorsResponse Maven / Gradle / Ivy

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

import io.github.biezhi.tgbot.api.ChatMember;
import lombok.Data;

import java.util.List;

@Data
public class GetChatAdministratorsResponse extends BotResponse {

    private List result;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy