Send a callback response to a given botApi
full URL to the telegram API without slug
data to append to the request
Promise with the API response
Send a guest response to a given botApi
full URL to the telegram API without slug
data to append to the request
Promise with the API response
Send an inline response to a given botApi
full URL to the telegram API without slug
data to append to the request
Promise with the API response
Answer a pre-checkout query
full URL to the telegram API without slug
pre-checkout parameters
Promise with the API response
Delete a message
full URL to the telegram API without slug
data to append to the request
Promise with the API response
Edit a message text
full URL to the telegram API without slug
data to append to the request
Promise with the API response
Get the API URL for a given bot API and slug
full URL to the telegram API without slug
slug to append to the API URL
data to append to the request
Request object with the full URL and parameters
Get a file with a given file_id
full URL to the telegram API without slug
data to append to the request
bot token
Promise with the file response
Send a chat action to indicate the bot is doing something
full URL to the telegram API without slug
data to append to the request
Promise with the API response
Send an invoice to a user
full URL to the telegram API without slug
invoice parameters
Promise with the API response
Send a message to a given botApi
full URL to the telegram API without slug
data to append to the request
Promise with the API response
Send a photo message to a given botApi
full URL to the telegram API without slug
data to append to the request
Promise with the API response
Send a video message to a given botApi
full URL to the telegram API without slug
data to append to the request
Promise with the API response
Class representing the Telegram API and all its methods