aiogram
latest
Installation Guide
Quick start
Migration FAQ (1.4 -> 2.0)
Telegram
Dispatcher
Utils
Examples
Contribution
Links
aiogram
»
Index
Edit on GitHub
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
A
AbstractFilter (class in aiogram.dispatcher.filters)
add() (aiogram.types.inline_keyboard.InlineKeyboardMarkup method)
(aiogram.types.reply_keyboard.ReplyKeyboardMarkup method)
(aiogram.types.shipping_option.ShippingOption method)
add_sticker_to_set() (aiogram.bot.bot.Bot method)
AdminFilter (class in aiogram.dispatcher.filters)
aiogram.bot.api
module
aiogram.utils.auth_widget
module
aiogram.utils.deep_linking
module
aiogram.utils.deprecated
module
aiogram.utils.emoji
module
aiogram.utils.exceptions
module
aiogram.utils.executor
module
aiogram.utils.helper
module
aiogram.utils.json
module
aiogram.utils.markdown
module
aiogram.utils.parts
module
aiogram.utils.payload
module
AIOGramWarning
AllowedUpdates (class in aiogram.types.update)
Animation (class in aiogram.types.animation)
answer() (aiogram.types.callback_query.CallbackQuery method)
(aiogram.types.inline_query.InlineQuery method)
(aiogram.types.message.Message method)
answer_animation() (aiogram.types.message.Message method)
answer_audio() (aiogram.types.message.Message method)
answer_callback_query() (aiogram.bot.bot.Bot method)
answer_chat_action() (aiogram.types.message.Message method)
answer_contact() (aiogram.types.message.Message method)
answer_dice() (aiogram.types.message.Message method)
answer_document() (aiogram.types.message.Message method)
answer_inline_query() (aiogram.bot.bot.Bot method)
answer_location() (aiogram.types.message.Message method)
answer_media_group() (aiogram.types.message.Message method)
answer_photo() (aiogram.types.message.Message method)
answer_poll() (aiogram.types.message.Message method)
answer_pre_checkout_query() (aiogram.bot.bot.Bot method)
answer_shipping_query() (aiogram.bot.bot.Bot method)
answer_sticker() (aiogram.types.message.Message method)
answer_venue() (aiogram.types.message.Message method)
answer_video() (aiogram.types.message.Message method)
answer_video_note() (aiogram.types.message.Message method)
answer_voice() (aiogram.types.message.Message method)
answer_web_app_query() (aiogram.bot.bot.Bot method)
api_url() (aiogram.bot.api.TelegramAPIServer method)
approve_chat_join_request() (aiogram.bot.bot.Bot method)
as_json() (aiogram.types.base.TelegramObject method)
async_task() (aiogram.Dispatcher method)
attach() (aiogram.types.input_media.MediaGroup method)
attach_audio() (aiogram.types.input_media.MediaGroup method)
attach_document() (aiogram.types.input_media.MediaGroup method)
attach_many() (aiogram.types.input_media.MediaGroup method)
attach_photo() (aiogram.types.input_media.MediaGroup method)
attach_video() (aiogram.types.input_media.MediaGroup method)
Audio (class in aiogram.types.audio)
AuthWidgetData (class in aiogram.types.auth_widget_data)
B
BadRequest
BadWebhook
BadWebhookAddrInfo
BadWebhookNoAddressAssociatedWithHostname
BadWebhookPort
ban_chat_member() (aiogram.bot.bot.Bot method)
ban_chat_sender_chat() (aiogram.bot.bot.Bot method)
ban_sender_chat() (aiogram.types.chat.Chat method)
BaseBot (class in aiogram.bot.base)
BaseField (class in aiogram.types.fields)
bind() (aiogram.dispatcher.filters.FiltersFactory method)
bind_filter() (aiogram.Dispatcher method)
bold() (in module aiogram.utils.markdown)
Bot (class in aiogram.bot.bot)
BotBlocked
BotDomainInvalid
BotKicked
BoundFilter (class in aiogram.dispatcher.filters)
ButtonDataInvalid
ButtonURLInvalid
C
calc_timeout() (aiogram.types.chat.ChatActions class method)
callback_query_handler() (aiogram.Dispatcher method)
CallbackGame (class in aiogram.types.callback_game)
CallbackQuery (class in aiogram.types.callback_query)
CantDemoteChatCreator
CantGetUpdates
CantInitiateConversation
CantParseEntities
CantParseUrl
CantRestrictChatOwner
CantRestrictSelf
CantTalkWithBots
channel_post_handler() (aiogram.Dispatcher method)
Chat (class in aiogram.types.chat)
chat_join_request_handler() (aiogram.Dispatcher method)
chat_member_handler() (aiogram.Dispatcher method)
ChatActions (class in aiogram.types.chat)
ChatAdminRequired
ChatDescriptionIsNotModified
ChatIdIsEmpty
ChatMember (class in aiogram.types.chat_member)
ChatMemberStatus (class in aiogram.types.chat_member)
ChatNotFound
ChatPhoto (class in aiogram.types.chat_photo)
ChatType (class in aiogram.types.chat)
ChatTypeFilter (class in aiogram.dispatcher.filters)
check() (aiogram.dispatcher.filters.AbstractFilter method)
(aiogram.dispatcher.filters.AdminFilter method)
(aiogram.dispatcher.filters.builtin.IDFilter method)
(aiogram.dispatcher.filters.ChatTypeFilter method)
(aiogram.dispatcher.filters.Command method)
(aiogram.dispatcher.filters.CommandStart method)
(aiogram.dispatcher.filters.ContentTypeFilter method)
(aiogram.dispatcher.filters.ExceptionsFilter method)
(aiogram.dispatcher.filters.ForwardedMessageFilter method)
(aiogram.dispatcher.filters.HashTag method)
(aiogram.dispatcher.filters.IsReplyFilter method)
(aiogram.dispatcher.filters.IsSenderContact method)
(aiogram.dispatcher.filters.MediaGroupFilter method)
(aiogram.dispatcher.filters.Regexp method)
(aiogram.dispatcher.filters.RegexpCommandsFilter method)
(aiogram.dispatcher.filters.StateFilter method)
(aiogram.dispatcher.filters.Text method)
check_integrity() (in module aiogram.utils.auth_widget)
check_key() (aiogram.Dispatcher method)
check_result() (in module aiogram.bot.api)
check_signature() (in module aiogram.utils.auth_widget)
check_token() (in module aiogram.bot.api)
(in module aiogram.utils.auth_widget)
choose_sticker() (aiogram.types.chat.ChatActions class method)
chosen_inline_handler() (aiogram.Dispatcher method)
ChosenInlineResult (class in aiogram.types.chosen_inline_result)
clean() (aiogram.types.base.TelegramObject method)
close() (aiogram.bot.base.BaseBot method)
close_bot() (aiogram.bot.bot.Bot method)
close_forum_topic() (aiogram.bot.bot.Bot method)
close_general_forum_topic() (aiogram.bot.bot.Bot method)
code() (in module aiogram.utils.markdown)
command (aiogram.dispatcher.filters.Command.CommandObj attribute)
Command (class in aiogram.dispatcher.filters)
Command.CommandObj (class in aiogram.dispatcher.filters)
CommandHelp (class in aiogram.dispatcher.filters)
CommandPrivacy (class in aiogram.dispatcher.filters)
CommandSettings (class in aiogram.dispatcher.filters)
CommandStart (class in aiogram.dispatcher.filters)
compose_data() (in module aiogram.bot.api)
ConflictError
Contact (class in aiogram.types.contact)
ContentType (class in aiogram.types.message)
ContentTypeFilter (class in aiogram.dispatcher.filters)
ContentTypes (class in aiogram.types.message)
copy_message() (aiogram.bot.bot.Bot method)
create() (aiogram.types.force_reply.ForceReply class method)
create_chat_invite_link() (aiogram.bot.bot.Bot method)
create_forum_topic() (aiogram.bot.bot.Bot method)
create_invite_link() (aiogram.types.chat.Chat method)
create_invoice_link() (aiogram.bot.bot.Bot method)
create_new_sticker_set() (aiogram.bot.bot.Bot method)
CurrencyTotalAmountInvalid
current_state() (aiogram.Dispatcher method)
D
DateTimeField (class in aiogram.types.fields)
decline_chat_join_request() (aiogram.bot.bot.Bot method)
decode_payload() (in module aiogram.utils.deep_linking)
default (aiogram.dispatcher.filters.BoundFilter attribute)
(aiogram.dispatcher.filters.ContentTypeFilter attribute)
delete() (aiogram.types.message.Message method)
delete_chat_photo() (aiogram.bot.bot.Bot method)
delete_chat_sticker_set() (aiogram.bot.bot.Bot method)
delete_forum_topic() (aiogram.bot.bot.Bot method)
delete_from_set() (aiogram.types.sticker.Sticker method)
delete_message() (aiogram.bot.bot.Bot method)
(aiogram.types.chat.Chat method)
delete_my_commands() (aiogram.bot.bot.Bot method)
delete_photo() (aiogram.types.chat.Chat method)
delete_reply_markup() (aiogram.types.message.Message method)
delete_sticker_from_set() (aiogram.bot.bot.Bot method)
delete_sticker_set() (aiogram.types.chat.Chat method)
delete_webhook() (aiogram.bot.bot.Bot method)
deprecated() (in module aiogram.utils.deprecated)
DeprecatedReadOnlyClassVar (class in aiogram.utils.deprecated)
deserialize() (aiogram.types.fields.BaseField method)
(aiogram.types.fields.DateTimeField method)
(aiogram.types.fields.Field method)
(aiogram.types.fields.ListField method)
(aiogram.types.fields.ListOfLists method)
(aiogram.types.fields.TextField method)
Dispatcher (class in aiogram)
do() (aiogram.types.chat.Chat method)
Document (class in aiogram.types.document)
download() (aiogram.types.mixins.Downloadable method)
download_big() (aiogram.types.chat_photo.ChatPhoto method)
download_file() (aiogram.bot.base.BaseBot method)
download_file_by_id() (aiogram.bot.bot.Bot method)
download_small() (aiogram.types.chat_photo.ChatPhoto method)
Downloadable (class in aiogram.types.mixins)
E
edit_caption() (aiogram.types.message.Message method)
edit_chat_invite_link() (aiogram.bot.bot.Bot method)
edit_forum_topic() (aiogram.bot.bot.Bot method)
edit_general_forum_topic() (aiogram.bot.bot.Bot method)
edit_invite_link() (aiogram.types.chat.Chat method)
edit_live_location() (aiogram.types.message.Message method)
edit_media() (aiogram.types.message.Message method)
edit_message_caption() (aiogram.bot.bot.Bot method)
edit_message_live_location() (aiogram.bot.bot.Bot method)
edit_message_media() (aiogram.bot.bot.Bot method)
edit_message_reply_markup() (aiogram.bot.bot.Bot method)
edit_message_text() (aiogram.bot.bot.Bot method)
edit_reply_markup() (aiogram.types.message.Message method)
edit_text() (aiogram.types.message.Message method)
edited_channel_post_handler() (aiogram.Dispatcher method)
edited_message_handler() (aiogram.Dispatcher method)
encode_payload() (in module aiogram.utils.deep_linking)
EncryptedCredentials (class in aiogram.types.encrypted_credentials)
EncryptedPassportElement (class in aiogram.types.encrypted_passport_element)
errors_handler() (aiogram.Dispatcher method)
escape_md() (in module aiogram.utils.markdown)
ExceptionsFilter (class in aiogram.dispatcher.filters)
Executor (class in aiogram.utils.executor)
export() (aiogram.types.fields.BaseField method)
export_chat_invite_link() (aiogram.bot.bot.Bot method)
export_invite_link() (aiogram.types.chat.Chat method)
F
Field (class in aiogram.types.fields)
File (class in aiogram.types.file)
file_url() (aiogram.bot.api.TelegramAPIServer method)
FileIsTooBig
Filter (class in aiogram.dispatcher.filters)
FiltersFactory (class in aiogram.dispatcher.filters)
find_location() (aiogram.types.chat.ChatActions class method)
ForceReply (class in aiogram.types.force_reply)
forward() (aiogram.types.message.Message method)
forward_message() (aiogram.bot.bot.Bot method)
ForwardedMessageFilter (class in aiogram.dispatcher.filters)
from_id (aiogram.types.message.Message property)
from_url() (aiogram.types.input_file.InputFile class method)
FSMStorageWarning
full_name (aiogram.types.user.User property)
G
Game (class in aiogram.types.game)
GameHighScore (class in aiogram.types.game_high_score)
generate_hash() (in module aiogram.utils.auth_widget)
generate_payload() (in module aiogram.utils.payload)
get_administrators() (aiogram.types.chat.Chat method)
get_args() (aiogram.types.message.Message method)
get_chat() (aiogram.bot.bot.Bot method)
get_chat_administrators() (aiogram.bot.bot.Bot method)
get_chat_member() (aiogram.bot.bot.Bot method)
get_chat_member_count() (aiogram.bot.bot.Bot method)
get_chat_members_count() (aiogram.bot.bot.Bot method)
get_chat_menu_button() (aiogram.bot.bot.Bot method)
get_command() (aiogram.types.message.Message method)
get_custom_emoji_stickers() (aiogram.bot.bot.Bot method)
get_file() (aiogram.bot.bot.Bot method)
(aiogram.types.input_file.InputFile method)
(aiogram.types.mixins.Downloadable method)
get_filename() (aiogram.types.input_file.InputFile method)
get_forum_topic_icon_stickers() (aiogram.bot.bot.Bot method)
get_full_command() (aiogram.types.message.Message method)
get_game_high_scores() (aiogram.bot.bot.Bot method)
get_me() (aiogram.bot.bot.Bot method)
get_member() (aiogram.types.chat.Chat method)
get_member_count() (aiogram.types.chat.Chat method)
get_members_count() (aiogram.types.chat.Chat method)
get_my_commands() (aiogram.bot.bot.Bot method)
get_my_default_administrator_rights() (aiogram.bot.bot.Bot method)
get_start_link() (in module aiogram.utils.deep_linking)
get_startgroup_link() (in module aiogram.utils.deep_linking)
get_sticker_set() (aiogram.bot.bot.Bot method)
get_text() (aiogram.types.message_entity.MessageEntity method)
get_updates() (aiogram.bot.bot.Bot method)
get_url() (aiogram.types.chat.Chat method)
(aiogram.types.mixins.Downloadable method)
get_user_profile_photos() (aiogram.bot.bot.Bot method)
get_value() (aiogram.types.fields.BaseField method)
get_webhook_info() (aiogram.bot.bot.Bot method)
GroupDeactivated
guess_filename() (in module aiogram.bot.api)
H
HashTag (class in aiogram.dispatcher.filters)
hbold() (in module aiogram.utils.markdown)
hcode() (in module aiogram.utils.markdown)
hide_general_forum_topic() (aiogram.bot.bot.Bot method)
hide_link() (in module aiogram.utils.markdown)
hitalic() (in module aiogram.utils.markdown)
hlink() (in module aiogram.utils.markdown)
hpre() (in module aiogram.utils.markdown)
hspoiler() (in module aiogram.utils.markdown)
hstrikethrough() (in module aiogram.utils.markdown)
html_text (aiogram.types.message.Message property)
hunderline() (in module aiogram.utils.markdown)
I
IDFilter (class in aiogram.dispatcher.filters.builtin)
inline_handler() (aiogram.Dispatcher method)
InlineKeyboardButton (class in aiogram.types.inline_keyboard)
InlineKeyboardExpected
InlineKeyboardMarkup (class in aiogram.types.inline_keyboard)
InlineQuery (class in aiogram.types.inline_query)
InlineQueryResult (class in aiogram.types.inline_query_result)
InlineQueryResultArticle (class in aiogram.types.inline_query_result)
InlineQueryResultAudio (class in aiogram.types.inline_query_result)
InlineQueryResultCachedAudio (class in aiogram.types.inline_query_result)
InlineQueryResultCachedDocument (class in aiogram.types.inline_query_result)
InlineQueryResultCachedGif (class in aiogram.types.inline_query_result)
InlineQueryResultCachedMpeg4Gif (class in aiogram.types.inline_query_result)
InlineQueryResultCachedPhoto (class in aiogram.types.inline_query_result)
InlineQueryResultCachedSticker (class in aiogram.types.inline_query_result)
InlineQueryResultCachedVideo (class in aiogram.types.inline_query_result)
InlineQueryResultCachedVoice (class in aiogram.types.inline_query_result)
InlineQueryResultContact (class in aiogram.types.inline_query_result)
InlineQueryResultDocument (class in aiogram.types.inline_query_result)
InlineQueryResultGame (class in aiogram.types.inline_query_result)
InlineQueryResultGif (class in aiogram.types.inline_query_result)
InlineQueryResultLocation (class in aiogram.types.inline_query_result)
InlineQueryResultMpeg4Gif (class in aiogram.types.inline_query_result)
InlineQueryResultPhoto (class in aiogram.types.inline_query_result)
InlineQueryResultVenue (class in aiogram.types.inline_query_result)
InlineQueryResultVideo (class in aiogram.types.inline_query_result)
InlineQueryResultVoice (class in aiogram.types.inline_query_result)
InputContactMessageContent (class in aiogram.types.input_message_content)
InputFile (class in aiogram.types.input_file)
InputLocationMessageContent (class in aiogram.types.input_message_content)
InputMedia (class in aiogram.types.input_media)
InputMediaAnimation (class in aiogram.types.input_media)
InputMediaAudio (class in aiogram.types.input_media)
InputMediaDocument (class in aiogram.types.input_media)
InputMediaPhoto (class in aiogram.types.input_media)
InputMediaVideo (class in aiogram.types.input_media)
InputMessageContent (class in aiogram.types.input_message_content)
InputTextMessageContent (class in aiogram.types.input_message_content)
InputVenueMessageContent (class in aiogram.types.input_message_content)
insert() (aiogram.types.inline_keyboard.InlineKeyboardMarkup method)
(aiogram.types.reply_keyboard.ReplyKeyboardMarkup method)
InvalidHTTPUrlContent
InvalidPeerID
InvalidQueryID
InvalidStickersSet
InvalidUserId
Invoice (class in aiogram.types.invoice)
is_channel() (aiogram.types.chat.ChatType class method)
is_command() (aiogram.types.message.Message method)
is_forward() (aiogram.types.message.Message method)
is_group() (aiogram.types.chat.ChatType class method)
is_group_or_super_group() (aiogram.types.chat.ChatType class method)
is_polling() (aiogram.Dispatcher method)
is_private() (aiogram.types.chat.ChatType class method)
is_super_group() (aiogram.types.chat.ChatType class method)
IsReplyFilter (class in aiogram.dispatcher.filters)
IsSenderContact (class in aiogram.dispatcher.filters)
italic() (in module aiogram.utils.markdown)
Item (class in aiogram.utils.helper)
ItemsList (class in aiogram.utils.helper)
iter_keys() (aiogram.types.base.TelegramObject method)
iter_values() (aiogram.types.base.TelegramObject method)
K
key (aiogram.dispatcher.filters.BoundFilter attribute)
(aiogram.dispatcher.filters.ChatTypeFilter attribute)
(aiogram.dispatcher.filters.ContentTypeFilter attribute)
(aiogram.dispatcher.filters.ExceptionsFilter attribute)
(aiogram.dispatcher.filters.ForwardedMessageFilter attribute)
(aiogram.dispatcher.filters.IsReplyFilter attribute)
(aiogram.dispatcher.filters.IsSenderContact attribute)
(aiogram.dispatcher.filters.MediaGroupFilter attribute)
(aiogram.dispatcher.filters.RegexpCommandsFilter attribute)
(aiogram.dispatcher.filters.StateFilter attribute)
KeyboardButton (class in aiogram.types.reply_keyboard)
kick() (aiogram.types.chat.Chat method)
kick_chat_member() (aiogram.bot.bot.Bot method)
L
LabeledPrice (class in aiogram.types.labeled_price)
leave() (aiogram.types.chat.Chat method)
leave_chat() (aiogram.bot.bot.Bot method)
link() (aiogram.types.message.Message method)
(in module aiogram.utils.markdown)
ListField (class in aiogram.types.fields)
ListItem (class in aiogram.utils.helper)
ListOfLists (class in aiogram.types.fields)
locale (aiogram.types.user.User property)
Location (class in aiogram.types.location)
log_out() (aiogram.bot.bot.Bot method)
M
MaskPosition (class in aiogram.types.mask_position)
md_text (aiogram.types.message.Message property)
me (aiogram.bot.bot.Bot property)
MediaGroup (class in aiogram.types.input_media)
MediaGroupFilter (class in aiogram.dispatcher.filters)
MemoryStorage (class in aiogram.contrib.fsm_storage.memory)
mention (aiogram.dispatcher.filters.Command.CommandObj attribute)
(aiogram.types.chat.Chat property)
(aiogram.types.user.User property)
mentioned (aiogram.dispatcher.filters.Command.CommandObj property)
Message (class in aiogram.types.message)
message_handler() (aiogram.Dispatcher method)
MessageCantBeDeleted
MessageCantBeEdited
MessageCantBeForwarded
MessageEntity (class in aiogram.types.message_entity)
MessageEntityType (class in aiogram.types.message_entity)
MessageError
MessageIdentifierNotSpecified
MessageIdInvalid
MessageIsNotAPoll
MessageIsTooLong
MessageNotModified
MessageTextIsEmpty
MessageToDeleteNotFound
MessageToEditNotFound
MessageToForwardNotFound
MessageToPinNotFound
MessageToReplyNotFound
MessageWithPollNotFound
MetaTelegramObject (class in aiogram.types.base)
MethodIsNotAvailable
MethodNotAvailableInPrivateChats
MethodNotKnown
Methods (class in aiogram.bot.api)
MigrateToChat
module
aiogram.bot.api
aiogram.utils.auth_widget
aiogram.utils.deep_linking
aiogram.utils.deprecated
aiogram.utils.emoji
aiogram.utils.exceptions
aiogram.utils.executor
aiogram.utils.helper
aiogram.utils.json
aiogram.utils.markdown
aiogram.utils.parts
aiogram.utils.payload
MongoStorage (class in aiogram.contrib.fsm_storage.mongo)
my_chat_member_handler() (aiogram.Dispatcher method)
N
NeedAdministratorRightsInTheChannel
NetworkError
NoStickerInRequest
NotEnoughRightsToPinMessage
NotEnoughRightsToRestrict
NotFound
O
ObjectExpectedAsReplyMarkup
on_shutdown() (aiogram.utils.executor.Executor method)
on_startup() (aiogram.utils.executor.Executor method)
OrderInfo (class in aiogram.types.order_info)
P
paginate() (in module aiogram.utils.parts)
parse() (aiogram.types.auth_widget_data.AuthWidgetData class method)
(aiogram.types.message_entity.MessageEntity method)
parse_entities() (aiogram.types.message.Message method)
ParseMode (class in aiogram.types.message)
PassportData (class in aiogram.types.passport_data)
PassportElementError (class in aiogram.types.passport_element_error)
PassportElementErrorDataField (class in aiogram.types.passport_element_error)
PassportElementErrorFile (class in aiogram.types.passport_element_error)
PassportElementErrorFiles (class in aiogram.types.passport_element_error)
PassportElementErrorFrontSide (class in aiogram.types.passport_element_error)
PassportElementErrorReverseSide (class in aiogram.types.passport_element_error)
PassportElementErrorSelfie (class in aiogram.types.passport_element_error)
PassportFile (class in aiogram.types.passport_file)
PaymentProviderInvalid
PhotoAsInputFileRequired
PhotoDimensions
PhotoSize (class in aiogram.types.photo_size)
pin() (aiogram.types.message.Message method)
pin_chat_message() (aiogram.bot.bot.Bot method)
pin_message() (aiogram.types.chat.Chat method)
poll_answer_handler() (aiogram.Dispatcher method)
poll_handler() (aiogram.Dispatcher method)
PollCanBeRequestedInPrivateChatsOnly
PollCantBeStopped
PollCantHaveMoreOptions
PollError
PollHasAlreadyBeenClosed
PollMustHaveMoreOptions
PollOptionsLengthTooLong
PollOptionsMustBeNonEmpty
PollQuestionLengthTooLong
PollQuestionMustBeNonEmpty
PollsCantBeSentToPrivateChats
PollSizeError
pre() (in module aiogram.utils.markdown)
pre_checkout_query_handler() (aiogram.Dispatcher method)
PreCheckoutQuery (class in aiogram.types.pre_checkout_query)
prefix (aiogram.dispatcher.filters.Command.CommandObj attribute)
prepare_arg() (in module aiogram.utils.payload)
process_update() (aiogram.Dispatcher method)
process_updates() (aiogram.Dispatcher method)
promote() (aiogram.types.chat.Chat method)
promote_chat_member() (aiogram.bot.bot.Bot method)
props (aiogram.types.base.TelegramObject property)
props_aliases (aiogram.types.base.TelegramObject property)
Q
quote_html() (in module aiogram.utils.markdown)
R
record_audio() (aiogram.types.chat.ChatActions class method)
record_video() (aiogram.types.chat.ChatActions class method)
record_video_note() (aiogram.types.chat.ChatActions class method)
record_voice() (aiogram.types.chat.ChatActions class method)
RedisStorage2 (class in aiogram.contrib.fsm_storage.redis)
Regexp (class in aiogram.dispatcher.filters)
RegexpCommandsFilter (class in aiogram.dispatcher.filters)
register_callback_query_handler() (aiogram.Dispatcher method)
register_channel_post_handler() (aiogram.Dispatcher method)
register_chat_join_request_handler() (aiogram.Dispatcher method)
register_chat_member_handler() (aiogram.Dispatcher method)
register_chosen_inline_handler() (aiogram.Dispatcher method)
register_edited_channel_post_handler() (aiogram.Dispatcher method)
register_edited_message_handler() (aiogram.Dispatcher method)
register_errors_handler() (aiogram.Dispatcher method)
register_inline_handler() (aiogram.Dispatcher method)
register_message_handler() (aiogram.Dispatcher method)
register_my_chat_member_handler() (aiogram.Dispatcher method)
register_poll_answer_handler() (aiogram.Dispatcher method)
register_poll_handler() (aiogram.Dispatcher method)
register_pre_checkout_query_handler() (aiogram.Dispatcher method)
register_shipping_query_handler() (aiogram.Dispatcher method)
release_key() (aiogram.Dispatcher method)
removed_argument() (in module aiogram.utils.deprecated)
renamed_argument() (in module aiogram.utils.deprecated)
reopen_forum_topic() (aiogram.bot.bot.Bot method)
reopen_general_forum_topic() (aiogram.bot.bot.Bot method)
reply() (aiogram.types.message.Message method)
reply_animation() (aiogram.types.message.Message method)
reply_audio() (aiogram.types.message.Message method)
reply_contact() (aiogram.types.message.Message method)
reply_dice() (aiogram.types.message.Message method)
reply_document() (aiogram.types.message.Message method)
reply_location() (aiogram.types.message.Message method)
reply_media_group() (aiogram.types.message.Message method)
reply_photo() (aiogram.types.message.Message method)
reply_poll() (aiogram.types.message.Message method)
reply_sticker() (aiogram.types.message.Message method)
reply_venue() (aiogram.types.message.Message method)
reply_video() (aiogram.types.message.Message method)
reply_video_note() (aiogram.types.message.Message method)
reply_voice() (aiogram.types.message.Message method)
ReplyKeyboardMarkup (class in aiogram.types.reply_keyboard)
ReplyKeyboardRemove (class in aiogram.types.reply_keyboard)
request() (aiogram.bot.base.BaseBot method)
request_timeout() (aiogram.bot.base.BaseBot method)
required (aiogram.dispatcher.filters.BoundFilter attribute)
(aiogram.dispatcher.filters.ContentTypeFilter attribute)
(aiogram.dispatcher.filters.StateFilter attribute)
reset_webhook() (aiogram.Dispatcher method)
resolve() (aiogram.dispatcher.filters.FiltersFactory method)
ResponseParameters (class in aiogram.types.response_parameters)
RestartingTelegram
restrict() (aiogram.types.chat.Chat method)
restrict_chat_member() (aiogram.bot.bot.Bot method)
ResultIdDuplicate
RethinkDBStorage (class in aiogram.contrib.fsm_storage.rethinkdb)
RetryAfter
revoke_chat_invite_link() (aiogram.bot.bot.Bot method)
revoke_invite_link() (aiogram.types.chat.Chat method)
row() (aiogram.types.inline_keyboard.InlineKeyboardMarkup method)
(aiogram.types.reply_keyboard.ReplyKeyboardMarkup method)
S
safe_split_text() (in module aiogram.utils.parts)
save() (aiogram.types.input_file.InputFile method)
send_animation() (aiogram.bot.bot.Bot method)
send_audio() (aiogram.bot.bot.Bot method)
send_chat_action() (aiogram.bot.bot.Bot method)
send_contact() (aiogram.bot.bot.Bot method)
send_copy() (aiogram.types.message.Message method)
send_dice() (aiogram.bot.bot.Bot method)
send_document() (aiogram.bot.bot.Bot method)
send_file() (aiogram.bot.base.BaseBot method)
send_game() (aiogram.bot.bot.Bot method)
send_invoice() (aiogram.bot.bot.Bot method)
send_location() (aiogram.bot.bot.Bot method)
send_media_group() (aiogram.bot.bot.Bot method)
send_message() (aiogram.bot.bot.Bot method)
send_photo() (aiogram.bot.bot.Bot method)
send_poll() (aiogram.bot.bot.Bot method)
send_sticker() (aiogram.bot.bot.Bot method)
send_venue() (aiogram.bot.bot.Bot method)
send_video() (aiogram.bot.bot.Bot method)
send_video_note() (aiogram.bot.bot.Bot method)
send_voice() (aiogram.bot.bot.Bot method)
serialize() (aiogram.types.fields.BaseField method)
(aiogram.types.fields.DateTimeField method)
(aiogram.types.fields.Field method)
(aiogram.types.fields.ListField method)
(aiogram.types.fields.ListOfLists method)
(aiogram.types.fields.TextField method)
set_administrator_custom_title() (aiogram.types.chat.Chat method)
set_chat_administrator_custom_title() (aiogram.bot.bot.Bot method)
set_chat_description() (aiogram.bot.bot.Bot method)
set_chat_menu_button() (aiogram.bot.bot.Bot method)
set_chat_permissions() (aiogram.bot.bot.Bot method)
set_chat_photo() (aiogram.bot.bot.Bot method)
set_chat_sticker_set() (aiogram.bot.bot.Bot method)
set_chat_title() (aiogram.bot.bot.Bot method)
set_description() (aiogram.types.chat.Chat method)
set_game_score() (aiogram.bot.bot.Bot method)
set_my_commands() (aiogram.bot.bot.Bot method)
set_my_default_administrator_rights() (aiogram.bot.bot.Bot method)
set_passport_data_errors() (aiogram.bot.bot.Bot method)
set_permissions() (aiogram.types.chat.Chat method)
set_photo() (aiogram.types.chat.Chat method)
set_position_in_set() (aiogram.types.sticker.Sticker method)
set_sticker_position_in_set() (aiogram.bot.bot.Bot method)
set_sticker_set() (aiogram.types.chat.Chat method)
set_sticker_set_thumb() (aiogram.bot.bot.Bot method)
set_title() (aiogram.types.chat.Chat method)
set_value() (aiogram.types.fields.BaseField method)
set_web_app() (aiogram.utils.executor.Executor method)
set_webhook() (aiogram.bot.bot.Bot method)
(aiogram.utils.executor.Executor method)
(in module aiogram.utils.executor)
setup_middleware() (aiogram.Dispatcher method)
shifted_id (aiogram.types.chat.Chat property)
shipping_query_handler() (aiogram.Dispatcher method)
ShippingAddress (class in aiogram.types.shipping_address)
ShippingOption (class in aiogram.types.shipping_option)
ShippingQuery (class in aiogram.types.shipping_query)
skip_updates() (aiogram.Dispatcher method)
split_text() (in module aiogram.utils.parts)
spoiler() (in module aiogram.utils.markdown)
start() (aiogram.utils.executor.Executor method)
(in module aiogram.utils.executor)
start_polling() (aiogram.Dispatcher method)
(aiogram.utils.executor.Executor method)
(in module aiogram.utils.executor)
start_webhook() (aiogram.utils.executor.Executor method)
(in module aiogram.utils.executor)
StartParamInvalid
StateFilter (class in aiogram.dispatcher.filters)
Sticker (class in aiogram.types.sticker)
StickerSet (class in aiogram.types.sticker_set)
stop_live_location() (aiogram.types.message.Message method)
stop_message_live_location() (aiogram.bot.bot.Bot method)
stop_poll() (aiogram.bot.bot.Bot method)
stop_polling() (aiogram.Dispatcher method)
strikethrough() (in module aiogram.utils.markdown)
SuccessfulPayment (class in aiogram.types.successful_payment)
T
TelegramAPIError
TelegramAPIServer (class in aiogram.bot.api)
TelegramObject (class in aiogram.types.base)
TerminatedByOtherGetUpdates
text (aiogram.dispatcher.filters.Command.CommandObj property)
Text (class in aiogram.dispatcher.filters)
text() (in module aiogram.utils.markdown)
TextField (class in aiogram.types.fields)
throttle() (aiogram.Dispatcher method)
Throttled
throttled() (aiogram.Dispatcher method)
TimeoutWarning
to_object() (aiogram.types.base.TelegramObject class method)
(aiogram.types.chat_member.ChatMember class method)
(aiogram.types.input_file.InputFile class method)
to_python() (aiogram.types.base.TelegramObject method)
(aiogram.types.input_file.InputFile method)
(aiogram.types.input_media.MediaGroup method)
ToMuchMessages
TypeOfFileMismatch
typing() (aiogram.types.chat.ChatActions class method)
U
Unauthorized
UnavailableMembers
unban() (aiogram.types.chat.Chat method)
unban_chat_member() (aiogram.bot.bot.Bot method)
unban_chat_sender_chat() (aiogram.bot.bot.Bot method)
unban_sender_chat() (aiogram.types.chat.Chat method)
unbind() (aiogram.dispatcher.filters.FiltersFactory method)
unbind_filter() (aiogram.Dispatcher method)
underline() (in module aiogram.utils.markdown)
unhide_general_forum_topic() (aiogram.bot.bot.Bot method)
unpin() (aiogram.types.message.Message method)
unpin_all_chat_messages() (aiogram.bot.bot.Bot method)
unpin_all_forum_topic_messages() (aiogram.bot.bot.Bot method)
unpin_all_messages() (aiogram.types.chat.Chat method)
unpin_chat_message() (aiogram.bot.bot.Bot method)
unpin_message() (aiogram.types.chat.Chat method)
UnsupportedUrlProtocol
Update (class in aiogram.types.update)
update_chat() (aiogram.types.chat.Chat method)
upload_audio() (aiogram.types.chat.ChatActions class method)
upload_document() (aiogram.types.chat.ChatActions class method)
upload_photo() (aiogram.types.chat.ChatActions class method)
upload_sticker_file() (aiogram.bot.bot.Bot method)
upload_video() (aiogram.types.chat.ChatActions class method)
upload_video_note() (aiogram.types.chat.ChatActions class method)
upload_voice() (aiogram.types.chat.ChatActions class method)
url (aiogram.types.message.Message property)
URLHostIsEmpty
User (class in aiogram.types.user)
UserDeactivated
UserIsAnAdministratorOfTheChat
UserProfilePhotos (class in aiogram.types.user_profile_photos)
V
validate() (aiogram.dispatcher.filters.AbstractFilter class method)
(aiogram.dispatcher.filters.AdminFilter class method)
(aiogram.dispatcher.filters.BoundFilter class method)
(aiogram.dispatcher.filters.builtin.IDFilter class method)
(aiogram.dispatcher.filters.Command class method)
(aiogram.dispatcher.filters.Filter class method)
(aiogram.dispatcher.filters.HashTag class method)
(aiogram.dispatcher.filters.Regexp class method)
(aiogram.dispatcher.filters.Text class method)
ValidationError
values (aiogram.types.base.TelegramObject property)
Venue (class in aiogram.types.venue)
Video (class in aiogram.types.video)
VideoNote (class in aiogram.types.video_note)
Voice (class in aiogram.types.voice)
W
wait_closed() (aiogram.Dispatcher method)
WebhookInfo (class in aiogram.types.webhook_info)
WebhookRequireHTTPS
WrongFileIdentifier
WrongRemoteFileIdSpecified
Read the Docs
v: latest
Versions
latest
dev-3.x
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds