getMe method

Future<User> getMe()
inherited

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.

Implementation

Future<User> getMe() => _client.apiCall(_token, 'getMe');