Telegex.get_me
You're seeing just the function
get_me
, go back to Telegex module for more information.
Specs
get_me() :: {:ok, Telegex.Model.User.t()} | {:error, Telegex.Model.errors()}
A simple method for testing your bot's auth token. Requires no parameters.
Returns basic information about the bot in form of a Telegex.Model.User
object.