Create a telegram execution context
the telegram bot
the telegram update
reference to TelegramApi class
an instance of the telegram bot
an instance of the telegram update
string representing the type of update that was sent
Reply to the last message with text
text to reply with
one of HTML, MarkdownV2, Markdown, or an empty string for ascii
any additional options to pass to sendMessage
Reply to the last message with a photo
url or file_id to photo
photo caption
any additional options to pass to sendPhoto
Reply to the last message with a video
string to a video on the internet or a file_id on telegram
any additional options to pass to sendVideo
Class representing the context of execution