Telegram.Bot.API.Methods.GetMe
Contents
getMe
type GetMe = "getMe" :> Get '[JSON] (Response User) Source #
getMe :: ClientM (Response User) Source #
A simple method for testing your bot's auth token. Requires no parameters. Returns basic information about the bot in form of a User object.
User