[−][src]Module my_iot::services::telegram
Telegram bot service able to receive and send messages.
Structs
| Context | |
| Settings | |
| TelegramChat | |
| TelegramMessage | |
| TelegramResponse | |
| TelegramUpdate |
Enums
| TelegramChatId | |
| TelegramFile |
Constants
Functions
| call_api | Call Telegram Bot API method. |
| get_updates | |
| send_animation | |
| send_message | |
| send_photo | |
| send_readings | Send reading messages from the provided Telegram update. |
| spawn | Spawn the service. |
| spawn_consumer | Spawn thread that listens for |
| spawn_producer | Spawn thread that listens for Telegram updates and produces reading messages. |