Telebot  4.7.0
Library for Telegram bot API
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 Ctelebot_animationThis object represents a video file
 Ctelebot_audioThis object represents an audio file to be treated as music by the Telegram clients
 Ctelebot_bot_commandThis object represents a bot command
 Ctelebot_callback_queryThis object represents an incoming callback query from a callback button in an inline keyboard. If the button that originated the query was attached to a message sent by the bot, the field message will be present. If the button was attached to a message sent via the bot (in inline mode), the field inline_message_id will be present. Exactly one of the fields data or game_short_name will be present
 Ctelebot_chatThis object represents a chat
 Ctelebot_chat_memberThis object contains information about one member of a chat
 Ctelebot_chat_permissionsDescribes actions that a non-administrator user is allowed to take in a chat
 Ctelebot_chat_photoThis object represents a chat photo
 Ctelebot_contactThis object represents a phone contact
 Ctelebot_core_handlerThis object represents a core telebot handler
 Ctelebot_core_responseThis object represents a telegram bot response
 Ctelebot_diceThis object represents a dice with random value from 1 to 6
 Ctelebot_documentThis object represents a general file (as opposed to photos, voice messages and audio files)
 Ctelebot_fileThis object represents a file ready to be downloaded
 Ctelebot_force_replyUpon receiving a message with this object, Telegram clients will display a reply interface to the user (act as if the user has selected the bot's message and tapped ’Reply'). This can be extremely useful if you want to create user-friendly step-by-step interfaces without having to sacrifice privacy mode
 Ctelebot_keyboard_buttonThis object represents one button of the reply keyboard. For simple text buttons String can be used instead of this object to specify text of the button. Optional fields request_contact, request_location, and request_poll are mutually exclusive
 Ctelebot_keyboard_button_poll_typeThis object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed
 Ctelebot_locationThis object represents a point on the map
 Ctelebot_mask_positionThis object describes the position on faces where a mask should be placed by default
 Ctelebot_messageThis object represents a message
 Ctelebot_message_entityThis object represents one special entity in a text message. For example, hashtags, usernames, URLs, etc
 Ctelebot_photoThis object represents one size of a photo or a file / sticker thumbnail
 Ctelebot_pollThis object contains information about a poll
 Ctelebot_poll_answerThis object represents an answer of a user in a non-anonymous poll
 Ctelebot_poll_optionThis object contains information about one answer option in a poll
 Ctelebot_reply_keyboard_markupThis object represents a custom keyboard with reply options
 Ctelebot_reply_keyboard_removeUpon receiving a message with this object, Telegram clients will remove the current custom keyboard and display the default letter-keyboard. By default, custom keyboards are displayed until a new keyboard is sent by a bot. An exception is made for one-time keyboards that are hidden immediately after the user presses a button (see telebot_reply_keyboard_markup_t)
 Ctelebot_response_paramtersContains information about why a request was unsuccessful
 Ctelebot_stickerThis object represents a sticker
 Ctelebot_sticker_setThis object represents a sticker set
 Ctelebot_updateThis object represents an incoming update
 Ctelebot_userThis object represents a Telegram user or bot
 Ctelebot_user_profile_photosThis object represent a user's profile pictures
 Ctelebot_venueThis object represents a venue
 Ctelebot_videoThis object represents a video file
 Ctelebot_video_noteThis object represents a video message (available in Telegram apps as of v.4.0)
 Ctelebot_voiceThis object represents a voice note
 Ctelebot_webhook_infoThi object represetns information about the current status of a webhook