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,12 +1,14 @@
|
|||
# Methods
|
||||
|
||||
Here is list of all available API methods:
|
||||
* Getting updates
|
||||
|
||||
|
||||
- Getting updates
|
||||
- [getUpdates](get_updates.md)
|
||||
- [setWebhook](set_webhook.md)
|
||||
- [deleteWebhook](delete_webhook.md)
|
||||
- [getWebhookInfo](get_webhook_info.md)
|
||||
* Available methods
|
||||
- Available methods
|
||||
- [getMe](get_me.md)
|
||||
- [sendMessage](send_message.md)
|
||||
- [forwardMessage](forward_message.md)
|
||||
|
|
@ -48,14 +50,14 @@ Here is list of all available API methods:
|
|||
- [setChatStickerSet](set_chat_sticker_set.md)
|
||||
- [deleteChatStickerSet](delete_chat_sticker_set.md)
|
||||
- [answerCallbackQuery](answer_callback_query.md)
|
||||
* Updating messages
|
||||
- Updating messages
|
||||
- [editMessageText](edit_message_text.md)
|
||||
- [editMessageCaption](edit_message_caption.md)
|
||||
- [editMessageMedia](edit_message_media.md)
|
||||
- [editMessageReplyMarkup](edit_message_reply_markup.md)
|
||||
- [stopPoll](stop_poll.md)
|
||||
- [deleteMessage](delete_message.md)
|
||||
* Stickers
|
||||
- Stickers
|
||||
- [sendSticker](send_sticker.md)
|
||||
- [getStickerSet](get_sticker_set.md)
|
||||
- [uploadStickerFile](upload_sticker_file.md)
|
||||
|
|
@ -63,15 +65,15 @@ Here is list of all available API methods:
|
|||
- [addStickerToSet](add_sticker_to_set.md)
|
||||
- [setStickerPositionInSet](set_sticker_position_in_set.md)
|
||||
- [deleteStickerFromSet](delete_sticker_from_set.md)
|
||||
* Inline mode
|
||||
- Inline mode
|
||||
- [answerInlineQuery](answer_inline_query.md)
|
||||
* Payments
|
||||
- Payments
|
||||
- [sendInvoice](send_invoice.md)
|
||||
- [answerShippingQuery](answer_shipping_query.md)
|
||||
- [answerPreCheckoutQuery](answer_pre_checkout_query.md)
|
||||
* Telegram Passport
|
||||
- Telegram Passport
|
||||
- [setPassportDataErrors](set_passport_data_errors.md)
|
||||
* Games
|
||||
- Games
|
||||
- [sendGame](send_game.md)
|
||||
- [setGameScore](set_game_score.md)
|
||||
- [getGameHighScores](get_game_high_scores.md)
|
||||
|
|
|
|||
|
|
@ -1,16 +1,56 @@
|
|||
# Methods
|
||||
# Types
|
||||
|
||||
Here is list of all available API methods:
|
||||
* Getting updates
|
||||
Here is list of all available API types:
|
||||
|
||||
|
||||
- Getting updates
|
||||
- [Update](update.md)
|
||||
- [WebhookInfo](webhook_info.md)
|
||||
* Available methods
|
||||
* Updating messages
|
||||
* Stickers
|
||||
- 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
|
||||
- Inline mode
|
||||
- [InlineQuery](inline_query.md)
|
||||
- [InlineQueryResult](inline_query_result.md)
|
||||
- [InlineQueryResultArticle](inline_query_result_article.md)
|
||||
|
|
@ -39,7 +79,7 @@ Here is list of all available API methods:
|
|||
- [InputVenueMessageContent](input_venue_message_content.md)
|
||||
- [InputContactMessageContent](input_contact_message_content.md)
|
||||
- [ChosenInlineResult](chosen_inline_result.md)
|
||||
* Payments
|
||||
- Payments
|
||||
- [LabeledPrice](labeled_price.md)
|
||||
- [Invoice](invoice.md)
|
||||
- [ShippingAddress](shipping_address.md)
|
||||
|
|
@ -48,7 +88,7 @@ Here is list of all available API methods:
|
|||
- [SuccessfulPayment](successful_payment.md)
|
||||
- [ShippingQuery](shipping_query.md)
|
||||
- [PreCheckoutQuery](pre_checkout_query.md)
|
||||
* Telegram Passport
|
||||
- Telegram Passport
|
||||
- [PassportData](passport_data.md)
|
||||
- [PassportFile](passport_file.md)
|
||||
- [EncryptedPassportElement](encrypted_passport_element.md)
|
||||
|
|
@ -63,7 +103,7 @@ Here is list of all available API methods:
|
|||
- [PassportElementErrorTranslationFile](passport_element_error_translation_file.md)
|
||||
- [PassportElementErrorTranslationFiles](passport_element_error_translation_files.md)
|
||||
- [PassportElementErrorUnspecified](passport_element_error_unspecified.md)
|
||||
* Games
|
||||
- Games
|
||||
- [Game](game.md)
|
||||
- [CallbackGame](callback_game.md)
|
||||
- [GameHighScore](game_high_score.md)
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ nav:
|
|||
- Bot API:
|
||||
- api/index.md
|
||||
- Methods:
|
||||
- Overview: api/methods/index.md
|
||||
- Getting updates:
|
||||
- api/methods/get_updates.md
|
||||
- api/methods/set_webhook.md
|
||||
|
|
@ -117,6 +118,7 @@ nav:
|
|||
- api/methods/set_game_score.md
|
||||
- api/methods/get_game_high_scores.md
|
||||
- Types:
|
||||
- Overview: api/types/index.md
|
||||
- Getting updates:
|
||||
- api/types/update.md
|
||||
- api/types/webhook_info.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue