io.github.biezhi.tgbot.response.GetMeResponse 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.User;
import lombok.Data;
@Data
public class GetMeResponse extends BotResponse {
private User result;
}