[][src]Module rutebot::requests

Requests for client::Rutebot. Each request struct represent some method telegram bot api

Modules

answer_callback_query

Contains types for sending answerCallbackQuery request

forward_message

Contains types for sending forwardMessage 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_chat_action

Contains types for sending sendChatAction 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.