+.TelegramObject        Constructing an Updater
BaseFilter              The base of all filters
Bot                     Creating a Bot
CallbackQueryHandler    Handling callback queries
CommandHandler          Handling commands
Dispatcher              The dispatcher of all updates
ErrorHandler            Handling errors
ForceReply              Display a reply
Handler                 The base of all handlers
InlineKeyboardButton    Create an inline keyboard button
InlineKeyboardMarkup    Create an inline keyboard markup
InlineQueryResult       The base of inline query results
KeyboardButton          Create a keyboard button
MessageFilters          Filter message updates
MessageHandler          Handling messages
ReplyKeyboardMarkup     Create a keyboard markup
ReplyKeyboardRemove     Remove a keyboard
TelegramObject          The base of telegram.bot objects
Update                  Represent an update
Updater                 Building a Telegram Bot with Update Polling
Webhook                 Building a Telegram Bot with a Webhook
add_error_handler       Add an error handler
add_handler             Add a handler
answerCallbackQuery     Send answers to callback queries
answerInlineQuery       Send answers to an inline query
bot_token               Get a token from environment
check_update            Check an update
clean_updates           Clean any pending updates
deleteMessage           Delete a message
deleteWebhook           Remove webhook integration
editMessageCaption      Edit a caption
editMessageReplyMarkup
                        Edit a reply markup
editMessageText         Edit a text message
effective_chat          Get the effective chat
effective_message       Get the effective message
effective_user          Get the effective user
filtersLogic            Combining filters
forwardMessage          Forward messages of any kind
from_chat_id            Get an update's chat ID
from_user_id            Get an update's user ID
getFile                 Prepare a file for downloading
getMe                   Check your bot's information
getUpdates              Receive incoming updates
getUserProfilePhotos    Get a user's profile photos
getWebhookInfo          Get current webhook status
handle_update           Handle an update
leaveChat               Leave a chat
running                 Retrieve the status of the Webhook.
sendAnimation           Send animation files
sendAudio               Send audio files
sendChatAction          Send a chat action
sendDocument            Send general files
sendLocation            Send point on the map
sendMessage             Send text messages
sendPhoto               Send image files
sendSticker             Send a sticker
sendVideo               Send a video
sendVideoNote           Send video messages
sendVoice               Send voice files
setWebhook              Set a webhook
set_token               Change your bot's auth token
start_polling           Start polling
start_server            Start the webhook server.
stop_polling            Stop polling
stop_server             Stop the webhook server.
user_id                 Get a user from environment
