mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 02:03:04 +00:00
Fix style of types/methods list
This commit is contained in:
parent
da0b9a4203
commit
fcb8a414e9
3 changed files with 186 additions and 142 deletions
|
|
@ -1,69 +1,109 @@
|
|||
# Methods
|
||||
# Types
|
||||
|
||||
Here is list of all available API methods:
|
||||
* Getting updates
|
||||
- [Update](update.md)
|
||||
- [WebhookInfo](webhook_info.md)
|
||||
* Available methods
|
||||
* Updating messages
|
||||
* Stickers
|
||||
- [Sticker](sticker.md)
|
||||
- [StickerSet](sticker_set.md)
|
||||
- [MaskPosition](mask_position.md)
|
||||
* Inline mode
|
||||
- [InlineQuery](inline_query.md)
|
||||
- [InlineQueryResult](inline_query_result.md)
|
||||
- [InlineQueryResultArticle](inline_query_result_article.md)
|
||||
- [InlineQueryResultPhoto](inline_query_result_photo.md)
|
||||
- [InlineQueryResultGif](inline_query_result_gif.md)
|
||||
- [InlineQueryResultMpeg4Gif](inline_query_result_mpeg4_gif.md)
|
||||
- [InlineQueryResultVideo](inline_query_result_video.md)
|
||||
- [InlineQueryResultAudio](inline_query_result_audio.md)
|
||||
- [InlineQueryResultVoice](inline_query_result_voice.md)
|
||||
- [InlineQueryResultDocument](inline_query_result_document.md)
|
||||
- [InlineQueryResultLocation](inline_query_result_location.md)
|
||||
- [InlineQueryResultVenue](inline_query_result_venue.md)
|
||||
- [InlineQueryResultContact](inline_query_result_contact.md)
|
||||
- [InlineQueryResultGame](inline_query_result_game.md)
|
||||
- [InlineQueryResultCachedPhoto](inline_query_result_cached_photo.md)
|
||||
- [InlineQueryResultCachedGif](inline_query_result_cached_gif.md)
|
||||
- [InlineQueryResultCachedMpeg4Gif](inline_query_result_cached_mpeg4_gif.md)
|
||||
- [InlineQueryResultCachedSticker](inline_query_result_cached_sticker.md)
|
||||
- [InlineQueryResultCachedDocument](inline_query_result_cached_document.md)
|
||||
- [InlineQueryResultCachedVideo](inline_query_result_cached_video.md)
|
||||
- [InlineQueryResultCachedVoice](inline_query_result_cached_voice.md)
|
||||
- [InlineQueryResultCachedAudio](inline_query_result_cached_audio.md)
|
||||
- [InputMessageContent](input_message_content.md)
|
||||
- [InputTextMessageContent](input_text_message_content.md)
|
||||
- [InputLocationMessageContent](input_location_message_content.md)
|
||||
- [InputVenueMessageContent](input_venue_message_content.md)
|
||||
- [InputContactMessageContent](input_contact_message_content.md)
|
||||
- [ChosenInlineResult](chosen_inline_result.md)
|
||||
* Payments
|
||||
- [LabeledPrice](labeled_price.md)
|
||||
- [Invoice](invoice.md)
|
||||
- [ShippingAddress](shipping_address.md)
|
||||
- [OrderInfo](order_info.md)
|
||||
- [ShippingOption](shipping_option.md)
|
||||
- [SuccessfulPayment](successful_payment.md)
|
||||
- [ShippingQuery](shipping_query.md)
|
||||
- [PreCheckoutQuery](pre_checkout_query.md)
|
||||
* Telegram Passport
|
||||
- [PassportData](passport_data.md)
|
||||
- [PassportFile](passport_file.md)
|
||||
- [EncryptedPassportElement](encrypted_passport_element.md)
|
||||
- [EncryptedCredentials](encrypted_credentials.md)
|
||||
- [PassportElementError](passport_element_error.md)
|
||||
- [PassportElementErrorDataField](passport_element_error_data_field.md)
|
||||
- [PassportElementErrorFrontSide](passport_element_error_front_side.md)
|
||||
- [PassportElementErrorReverseSide](passport_element_error_reverse_side.md)
|
||||
- [PassportElementErrorSelfie](passport_element_error_selfie.md)
|
||||
- [PassportElementErrorFile](passport_element_error_file.md)
|
||||
- [PassportElementErrorFiles](passport_element_error_files.md)
|
||||
- [PassportElementErrorTranslationFile](passport_element_error_translation_file.md)
|
||||
- [PassportElementErrorTranslationFiles](passport_element_error_translation_files.md)
|
||||
- [PassportElementErrorUnspecified](passport_element_error_unspecified.md)
|
||||
* Games
|
||||
- [Game](game.md)
|
||||
- [CallbackGame](callback_game.md)
|
||||
- [GameHighScore](game_high_score.md)
|
||||
Here is list of all available API types:
|
||||
|
||||
|
||||
- Getting updates
|
||||
- [Update](update.md)
|
||||
- [WebhookInfo](webhook_info.md)
|
||||
- Available types
|
||||
- [User](user.md)
|
||||
- [Chat](chat.md)
|
||||
- [Message](message.md)
|
||||
- [MessageEntity](message_entity.md)
|
||||
- [PhotoSize](photo_size.md)
|
||||
- [Audio](audio.md)
|
||||
- [Document](document.md)
|
||||
- [Video](video.md)
|
||||
- [Animation](animation.md)
|
||||
- [Voice](voice.md)
|
||||
- [VideoNote](video_note.md)
|
||||
- [Contact](contact.md)
|
||||
- [Location](location.md)
|
||||
- [Venue](venue.md)
|
||||
- [PollOption](poll_option.md)
|
||||
- [PollAnswer](poll_answer.md)
|
||||
- [Poll](poll.md)
|
||||
- [UserProfilePhotos](user_profile_photos.md)
|
||||
- [File](file.md)
|
||||
- [ReplyKeyboardMarkup](reply_keyboard_markup.md)
|
||||
- [KeyboardButton](keyboard_button.md)
|
||||
- [KeyboardButtonPollType](keyboard_button_poll_type.md)
|
||||
- [ReplyKeyboardRemove](reply_keyboard_remove.md)
|
||||
- [InlineKeyboardMarkup](inline_keyboard_markup.md)
|
||||
- [InlineKeyboardButton](inline_keyboard_button.md)
|
||||
- [LoginUrl](login_url.md)
|
||||
- [CallbackQuery](callback_query.md)
|
||||
- [ForceReply](force_reply.md)
|
||||
- [ChatPhoto](chat_photo.md)
|
||||
- [ChatMember](chat_member.md)
|
||||
- [ChatPermissions](chat_permissions.md)
|
||||
- [ResponseParameters](response_parameters.md)
|
||||
- [InputMedia](input_media.md)
|
||||
- [InputMediaPhoto](input_media_photo.md)
|
||||
- [InputMediaVideo](input_media_video.md)
|
||||
- [InputMediaAnimation](input_media_animation.md)
|
||||
- [InputMediaAudio](input_media_audio.md)
|
||||
- [InputMediaDocument](input_media_document.md)
|
||||
- [InputFile](input_file.md)
|
||||
- Stickers
|
||||
- [Sticker](sticker.md)
|
||||
- [StickerSet](sticker_set.md)
|
||||
- [MaskPosition](mask_position.md)
|
||||
- Inline mode
|
||||
- [InlineQuery](inline_query.md)
|
||||
- [InlineQueryResult](inline_query_result.md)
|
||||
- [InlineQueryResultArticle](inline_query_result_article.md)
|
||||
- [InlineQueryResultPhoto](inline_query_result_photo.md)
|
||||
- [InlineQueryResultGif](inline_query_result_gif.md)
|
||||
- [InlineQueryResultMpeg4Gif](inline_query_result_mpeg4_gif.md)
|
||||
- [InlineQueryResultVideo](inline_query_result_video.md)
|
||||
- [InlineQueryResultAudio](inline_query_result_audio.md)
|
||||
- [InlineQueryResultVoice](inline_query_result_voice.md)
|
||||
- [InlineQueryResultDocument](inline_query_result_document.md)
|
||||
- [InlineQueryResultLocation](inline_query_result_location.md)
|
||||
- [InlineQueryResultVenue](inline_query_result_venue.md)
|
||||
- [InlineQueryResultContact](inline_query_result_contact.md)
|
||||
- [InlineQueryResultGame](inline_query_result_game.md)
|
||||
- [InlineQueryResultCachedPhoto](inline_query_result_cached_photo.md)
|
||||
- [InlineQueryResultCachedGif](inline_query_result_cached_gif.md)
|
||||
- [InlineQueryResultCachedMpeg4Gif](inline_query_result_cached_mpeg4_gif.md)
|
||||
- [InlineQueryResultCachedSticker](inline_query_result_cached_sticker.md)
|
||||
- [InlineQueryResultCachedDocument](inline_query_result_cached_document.md)
|
||||
- [InlineQueryResultCachedVideo](inline_query_result_cached_video.md)
|
||||
- [InlineQueryResultCachedVoice](inline_query_result_cached_voice.md)
|
||||
- [InlineQueryResultCachedAudio](inline_query_result_cached_audio.md)
|
||||
- [InputMessageContent](input_message_content.md)
|
||||
- [InputTextMessageContent](input_text_message_content.md)
|
||||
- [InputLocationMessageContent](input_location_message_content.md)
|
||||
- [InputVenueMessageContent](input_venue_message_content.md)
|
||||
- [InputContactMessageContent](input_contact_message_content.md)
|
||||
- [ChosenInlineResult](chosen_inline_result.md)
|
||||
- Payments
|
||||
- [LabeledPrice](labeled_price.md)
|
||||
- [Invoice](invoice.md)
|
||||
- [ShippingAddress](shipping_address.md)
|
||||
- [OrderInfo](order_info.md)
|
||||
- [ShippingOption](shipping_option.md)
|
||||
- [SuccessfulPayment](successful_payment.md)
|
||||
- [ShippingQuery](shipping_query.md)
|
||||
- [PreCheckoutQuery](pre_checkout_query.md)
|
||||
- Telegram Passport
|
||||
- [PassportData](passport_data.md)
|
||||
- [PassportFile](passport_file.md)
|
||||
- [EncryptedPassportElement](encrypted_passport_element.md)
|
||||
- [EncryptedCredentials](encrypted_credentials.md)
|
||||
- [PassportElementError](passport_element_error.md)
|
||||
- [PassportElementErrorDataField](passport_element_error_data_field.md)
|
||||
- [PassportElementErrorFrontSide](passport_element_error_front_side.md)
|
||||
- [PassportElementErrorReverseSide](passport_element_error_reverse_side.md)
|
||||
- [PassportElementErrorSelfie](passport_element_error_selfie.md)
|
||||
- [PassportElementErrorFile](passport_element_error_file.md)
|
||||
- [PassportElementErrorFiles](passport_element_error_files.md)
|
||||
- [PassportElementErrorTranslationFile](passport_element_error_translation_file.md)
|
||||
- [PassportElementErrorTranslationFiles](passport_element_error_translation_files.md)
|
||||
- [PassportElementErrorUnspecified](passport_element_error_unspecified.md)
|
||||
- Games
|
||||
- [Game](game.md)
|
||||
- [CallbackGame](callback_game.md)
|
||||
- [GameHighScore](game_high_score.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue