[][src]Module rutebot::requests

Requests that you can send to telegram bot api

Modules

answer_callback_query

Contains types for sending answerCallbackQuery request

get_file

Contains types for sending getFile request

get_me

Contains types for sending getMe request

get_updates

Contains types for sending getUpdates request

send_message

Contains types for sending messages

Enums

ChatId

Unique identifier for the target chat or username of the target channel (in the format @channelusername)

Traits

Request

Basic request type.