telegram_bot v0.1.0 TelegramBot View Source

Link to this section Summary

Functions

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

Link to this section Functions

Link to this function getMe() View Source
getMe() :: telegram_response()

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.

Link to this function sendMessage(chat_id, text, options \\ []) View Source
sendMessage(String.t() | integer(), String.t(), sendMessageOption()) :: telegram_response()