io.github.biezhi.tgbot.response.GetChatAdministratorsResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegram-bot-api Show documentation
Show all versions of telegram-bot-api Show documentation
Telegram bot library by Java
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;
}