mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +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,77 +1,79 @@
|
||||||
# Methods
|
# Methods
|
||||||
|
|
||||||
Here is list of all available API methods:
|
Here is list of all available API methods:
|
||||||
* Getting updates
|
|
||||||
- [getUpdates](get_updates.md)
|
|
||||||
- [setWebhook](set_webhook.md)
|
- Getting updates
|
||||||
- [deleteWebhook](delete_webhook.md)
|
- [getUpdates](get_updates.md)
|
||||||
- [getWebhookInfo](get_webhook_info.md)
|
- [setWebhook](set_webhook.md)
|
||||||
* Available methods
|
- [deleteWebhook](delete_webhook.md)
|
||||||
- [getMe](get_me.md)
|
- [getWebhookInfo](get_webhook_info.md)
|
||||||
- [sendMessage](send_message.md)
|
- Available methods
|
||||||
- [forwardMessage](forward_message.md)
|
- [getMe](get_me.md)
|
||||||
- [sendPhoto](send_photo.md)
|
- [sendMessage](send_message.md)
|
||||||
- [sendAudio](send_audio.md)
|
- [forwardMessage](forward_message.md)
|
||||||
- [sendDocument](send_document.md)
|
- [sendPhoto](send_photo.md)
|
||||||
- [sendVideo](send_video.md)
|
- [sendAudio](send_audio.md)
|
||||||
- [sendAnimation](send_animation.md)
|
- [sendDocument](send_document.md)
|
||||||
- [sendVoice](send_voice.md)
|
- [sendVideo](send_video.md)
|
||||||
- [sendVideoNote](send_video_note.md)
|
- [sendAnimation](send_animation.md)
|
||||||
- [sendMediaGroup](send_media_group.md)
|
- [sendVoice](send_voice.md)
|
||||||
- [sendLocation](send_location.md)
|
- [sendVideoNote](send_video_note.md)
|
||||||
- [editMessageLiveLocation](edit_message_live_location.md)
|
- [sendMediaGroup](send_media_group.md)
|
||||||
- [stopMessageLiveLocation](stop_message_live_location.md)
|
- [sendLocation](send_location.md)
|
||||||
- [sendVenue](send_venue.md)
|
- [editMessageLiveLocation](edit_message_live_location.md)
|
||||||
- [sendContact](send_contact.md)
|
- [stopMessageLiveLocation](stop_message_live_location.md)
|
||||||
- [sendPoll](send_poll.md)
|
- [sendVenue](send_venue.md)
|
||||||
- [sendChatAction](send_chat_action.md)
|
- [sendContact](send_contact.md)
|
||||||
- [getUserProfilePhotos](get_user_profile_photos.md)
|
- [sendPoll](send_poll.md)
|
||||||
- [getFile](get_file.md)
|
- [sendChatAction](send_chat_action.md)
|
||||||
- [kickChatMember](kick_chat_member.md)
|
- [getUserProfilePhotos](get_user_profile_photos.md)
|
||||||
- [unbanChatMember](unban_chat_member.md)
|
- [getFile](get_file.md)
|
||||||
- [restrictChatMember](restrict_chat_member.md)
|
- [kickChatMember](kick_chat_member.md)
|
||||||
- [promoteChatMember](promote_chat_member.md)
|
- [unbanChatMember](unban_chat_member.md)
|
||||||
- [setChatAdministratorCustomTitle](set_chat_administrator_custom_title.md)
|
- [restrictChatMember](restrict_chat_member.md)
|
||||||
- [setChatPermissions](set_chat_permissions.md)
|
- [promoteChatMember](promote_chat_member.md)
|
||||||
- [exportChatInviteLink](export_chat_invite_link.md)
|
- [setChatAdministratorCustomTitle](set_chat_administrator_custom_title.md)
|
||||||
- [setChatPhoto](set_chat_photo.md)
|
- [setChatPermissions](set_chat_permissions.md)
|
||||||
- [deleteChatPhoto](delete_chat_photo.md)
|
- [exportChatInviteLink](export_chat_invite_link.md)
|
||||||
- [setChatTitle](set_chat_title.md)
|
- [setChatPhoto](set_chat_photo.md)
|
||||||
- [setChatDescription](set_chat_description.md)
|
- [deleteChatPhoto](delete_chat_photo.md)
|
||||||
- [pinChatMessage](pin_chat_message.md)
|
- [setChatTitle](set_chat_title.md)
|
||||||
- [unpinChatMessage](unpin_chat_message.md)
|
- [setChatDescription](set_chat_description.md)
|
||||||
- [leaveChat](leave_chat.md)
|
- [pinChatMessage](pin_chat_message.md)
|
||||||
- [getChat](get_chat.md)
|
- [unpinChatMessage](unpin_chat_message.md)
|
||||||
- [getChatAdministrators](get_chat_administrators.md)
|
- [leaveChat](leave_chat.md)
|
||||||
- [getChatMembersCount](get_chat_members_count.md)
|
- [getChat](get_chat.md)
|
||||||
- [getChatMember](get_chat_member.md)
|
- [getChatAdministrators](get_chat_administrators.md)
|
||||||
- [setChatStickerSet](set_chat_sticker_set.md)
|
- [getChatMembersCount](get_chat_members_count.md)
|
||||||
- [deleteChatStickerSet](delete_chat_sticker_set.md)
|
- [getChatMember](get_chat_member.md)
|
||||||
- [answerCallbackQuery](answer_callback_query.md)
|
- [setChatStickerSet](set_chat_sticker_set.md)
|
||||||
* Updating messages
|
- [deleteChatStickerSet](delete_chat_sticker_set.md)
|
||||||
- [editMessageText](edit_message_text.md)
|
- [answerCallbackQuery](answer_callback_query.md)
|
||||||
- [editMessageCaption](edit_message_caption.md)
|
- Updating messages
|
||||||
- [editMessageMedia](edit_message_media.md)
|
- [editMessageText](edit_message_text.md)
|
||||||
- [editMessageReplyMarkup](edit_message_reply_markup.md)
|
- [editMessageCaption](edit_message_caption.md)
|
||||||
- [stopPoll](stop_poll.md)
|
- [editMessageMedia](edit_message_media.md)
|
||||||
- [deleteMessage](delete_message.md)
|
- [editMessageReplyMarkup](edit_message_reply_markup.md)
|
||||||
* Stickers
|
- [stopPoll](stop_poll.md)
|
||||||
- [sendSticker](send_sticker.md)
|
- [deleteMessage](delete_message.md)
|
||||||
- [getStickerSet](get_sticker_set.md)
|
- Stickers
|
||||||
- [uploadStickerFile](upload_sticker_file.md)
|
- [sendSticker](send_sticker.md)
|
||||||
- [createNewStickerSet](create_new_sticker_set.md)
|
- [getStickerSet](get_sticker_set.md)
|
||||||
- [addStickerToSet](add_sticker_to_set.md)
|
- [uploadStickerFile](upload_sticker_file.md)
|
||||||
- [setStickerPositionInSet](set_sticker_position_in_set.md)
|
- [createNewStickerSet](create_new_sticker_set.md)
|
||||||
- [deleteStickerFromSet](delete_sticker_from_set.md)
|
- [addStickerToSet](add_sticker_to_set.md)
|
||||||
* Inline mode
|
- [setStickerPositionInSet](set_sticker_position_in_set.md)
|
||||||
- [answerInlineQuery](answer_inline_query.md)
|
- [deleteStickerFromSet](delete_sticker_from_set.md)
|
||||||
* Payments
|
- Inline mode
|
||||||
- [sendInvoice](send_invoice.md)
|
- [answerInlineQuery](answer_inline_query.md)
|
||||||
- [answerShippingQuery](answer_shipping_query.md)
|
- Payments
|
||||||
- [answerPreCheckoutQuery](answer_pre_checkout_query.md)
|
- [sendInvoice](send_invoice.md)
|
||||||
* Telegram Passport
|
- [answerShippingQuery](answer_shipping_query.md)
|
||||||
- [setPassportDataErrors](set_passport_data_errors.md)
|
- [answerPreCheckoutQuery](answer_pre_checkout_query.md)
|
||||||
* Games
|
- Telegram Passport
|
||||||
- [sendGame](send_game.md)
|
- [setPassportDataErrors](set_passport_data_errors.md)
|
||||||
- [setGameScore](set_game_score.md)
|
- Games
|
||||||
- [getGameHighScores](get_game_high_scores.md)
|
- [sendGame](send_game.md)
|
||||||
|
- [setGameScore](set_game_score.md)
|
||||||
|
- [getGameHighScores](get_game_high_scores.md)
|
||||||
|
|
|
||||||
|
|
@ -1,69 +1,109 @@
|
||||||
# Methods
|
# Types
|
||||||
|
|
||||||
Here is list of all available API methods:
|
Here is list of all available API types:
|
||||||
* Getting updates
|
|
||||||
- [Update](update.md)
|
|
||||||
- [WebhookInfo](webhook_info.md)
|
- Getting updates
|
||||||
* Available methods
|
- [Update](update.md)
|
||||||
* Updating messages
|
- [WebhookInfo](webhook_info.md)
|
||||||
* Stickers
|
- Available types
|
||||||
- [Sticker](sticker.md)
|
- [User](user.md)
|
||||||
- [StickerSet](sticker_set.md)
|
- [Chat](chat.md)
|
||||||
- [MaskPosition](mask_position.md)
|
- [Message](message.md)
|
||||||
* Inline mode
|
- [MessageEntity](message_entity.md)
|
||||||
- [InlineQuery](inline_query.md)
|
- [PhotoSize](photo_size.md)
|
||||||
- [InlineQueryResult](inline_query_result.md)
|
- [Audio](audio.md)
|
||||||
- [InlineQueryResultArticle](inline_query_result_article.md)
|
- [Document](document.md)
|
||||||
- [InlineQueryResultPhoto](inline_query_result_photo.md)
|
- [Video](video.md)
|
||||||
- [InlineQueryResultGif](inline_query_result_gif.md)
|
- [Animation](animation.md)
|
||||||
- [InlineQueryResultMpeg4Gif](inline_query_result_mpeg4_gif.md)
|
- [Voice](voice.md)
|
||||||
- [InlineQueryResultVideo](inline_query_result_video.md)
|
- [VideoNote](video_note.md)
|
||||||
- [InlineQueryResultAudio](inline_query_result_audio.md)
|
- [Contact](contact.md)
|
||||||
- [InlineQueryResultVoice](inline_query_result_voice.md)
|
- [Location](location.md)
|
||||||
- [InlineQueryResultDocument](inline_query_result_document.md)
|
- [Venue](venue.md)
|
||||||
- [InlineQueryResultLocation](inline_query_result_location.md)
|
- [PollOption](poll_option.md)
|
||||||
- [InlineQueryResultVenue](inline_query_result_venue.md)
|
- [PollAnswer](poll_answer.md)
|
||||||
- [InlineQueryResultContact](inline_query_result_contact.md)
|
- [Poll](poll.md)
|
||||||
- [InlineQueryResultGame](inline_query_result_game.md)
|
- [UserProfilePhotos](user_profile_photos.md)
|
||||||
- [InlineQueryResultCachedPhoto](inline_query_result_cached_photo.md)
|
- [File](file.md)
|
||||||
- [InlineQueryResultCachedGif](inline_query_result_cached_gif.md)
|
- [ReplyKeyboardMarkup](reply_keyboard_markup.md)
|
||||||
- [InlineQueryResultCachedMpeg4Gif](inline_query_result_cached_mpeg4_gif.md)
|
- [KeyboardButton](keyboard_button.md)
|
||||||
- [InlineQueryResultCachedSticker](inline_query_result_cached_sticker.md)
|
- [KeyboardButtonPollType](keyboard_button_poll_type.md)
|
||||||
- [InlineQueryResultCachedDocument](inline_query_result_cached_document.md)
|
- [ReplyKeyboardRemove](reply_keyboard_remove.md)
|
||||||
- [InlineQueryResultCachedVideo](inline_query_result_cached_video.md)
|
- [InlineKeyboardMarkup](inline_keyboard_markup.md)
|
||||||
- [InlineQueryResultCachedVoice](inline_query_result_cached_voice.md)
|
- [InlineKeyboardButton](inline_keyboard_button.md)
|
||||||
- [InlineQueryResultCachedAudio](inline_query_result_cached_audio.md)
|
- [LoginUrl](login_url.md)
|
||||||
- [InputMessageContent](input_message_content.md)
|
- [CallbackQuery](callback_query.md)
|
||||||
- [InputTextMessageContent](input_text_message_content.md)
|
- [ForceReply](force_reply.md)
|
||||||
- [InputLocationMessageContent](input_location_message_content.md)
|
- [ChatPhoto](chat_photo.md)
|
||||||
- [InputVenueMessageContent](input_venue_message_content.md)
|
- [ChatMember](chat_member.md)
|
||||||
- [InputContactMessageContent](input_contact_message_content.md)
|
- [ChatPermissions](chat_permissions.md)
|
||||||
- [ChosenInlineResult](chosen_inline_result.md)
|
- [ResponseParameters](response_parameters.md)
|
||||||
* Payments
|
- [InputMedia](input_media.md)
|
||||||
- [LabeledPrice](labeled_price.md)
|
- [InputMediaPhoto](input_media_photo.md)
|
||||||
- [Invoice](invoice.md)
|
- [InputMediaVideo](input_media_video.md)
|
||||||
- [ShippingAddress](shipping_address.md)
|
- [InputMediaAnimation](input_media_animation.md)
|
||||||
- [OrderInfo](order_info.md)
|
- [InputMediaAudio](input_media_audio.md)
|
||||||
- [ShippingOption](shipping_option.md)
|
- [InputMediaDocument](input_media_document.md)
|
||||||
- [SuccessfulPayment](successful_payment.md)
|
- [InputFile](input_file.md)
|
||||||
- [ShippingQuery](shipping_query.md)
|
- Stickers
|
||||||
- [PreCheckoutQuery](pre_checkout_query.md)
|
- [Sticker](sticker.md)
|
||||||
* Telegram Passport
|
- [StickerSet](sticker_set.md)
|
||||||
- [PassportData](passport_data.md)
|
- [MaskPosition](mask_position.md)
|
||||||
- [PassportFile](passport_file.md)
|
- Inline mode
|
||||||
- [EncryptedPassportElement](encrypted_passport_element.md)
|
- [InlineQuery](inline_query.md)
|
||||||
- [EncryptedCredentials](encrypted_credentials.md)
|
- [InlineQueryResult](inline_query_result.md)
|
||||||
- [PassportElementError](passport_element_error.md)
|
- [InlineQueryResultArticle](inline_query_result_article.md)
|
||||||
- [PassportElementErrorDataField](passport_element_error_data_field.md)
|
- [InlineQueryResultPhoto](inline_query_result_photo.md)
|
||||||
- [PassportElementErrorFrontSide](passport_element_error_front_side.md)
|
- [InlineQueryResultGif](inline_query_result_gif.md)
|
||||||
- [PassportElementErrorReverseSide](passport_element_error_reverse_side.md)
|
- [InlineQueryResultMpeg4Gif](inline_query_result_mpeg4_gif.md)
|
||||||
- [PassportElementErrorSelfie](passport_element_error_selfie.md)
|
- [InlineQueryResultVideo](inline_query_result_video.md)
|
||||||
- [PassportElementErrorFile](passport_element_error_file.md)
|
- [InlineQueryResultAudio](inline_query_result_audio.md)
|
||||||
- [PassportElementErrorFiles](passport_element_error_files.md)
|
- [InlineQueryResultVoice](inline_query_result_voice.md)
|
||||||
- [PassportElementErrorTranslationFile](passport_element_error_translation_file.md)
|
- [InlineQueryResultDocument](inline_query_result_document.md)
|
||||||
- [PassportElementErrorTranslationFiles](passport_element_error_translation_files.md)
|
- [InlineQueryResultLocation](inline_query_result_location.md)
|
||||||
- [PassportElementErrorUnspecified](passport_element_error_unspecified.md)
|
- [InlineQueryResultVenue](inline_query_result_venue.md)
|
||||||
* Games
|
- [InlineQueryResultContact](inline_query_result_contact.md)
|
||||||
- [Game](game.md)
|
- [InlineQueryResultGame](inline_query_result_game.md)
|
||||||
- [CallbackGame](callback_game.md)
|
- [InlineQueryResultCachedPhoto](inline_query_result_cached_photo.md)
|
||||||
- [GameHighScore](game_high_score.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)
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@ nav:
|
||||||
- Bot API:
|
- Bot API:
|
||||||
- api/index.md
|
- api/index.md
|
||||||
- Methods:
|
- Methods:
|
||||||
|
- Overview: api/methods/index.md
|
||||||
- Getting updates:
|
- Getting updates:
|
||||||
- api/methods/get_updates.md
|
- api/methods/get_updates.md
|
||||||
- api/methods/set_webhook.md
|
- api/methods/set_webhook.md
|
||||||
|
|
@ -117,6 +118,7 @@ nav:
|
||||||
- api/methods/set_game_score.md
|
- api/methods/set_game_score.md
|
||||||
- api/methods/get_game_high_scores.md
|
- api/methods/get_game_high_scores.md
|
||||||
- Types:
|
- Types:
|
||||||
|
- Overview: api/types/index.md
|
||||||
- Getting updates:
|
- Getting updates:
|
||||||
- api/types/update.md
|
- api/types/update.md
|
||||||
- api/types/webhook_info.md
|
- api/types/webhook_info.md
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue