diff --git a/docs/source/conf.py b/docs/source/conf.py index d55b51a..360e2a4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -68,3 +68,5 @@ html_theme_options = { "light_logo": "logo.png", "dark_logo": "logo2.png", } + +locale_dirs = ["locales/"] diff --git a/docs/source/locales/en/LC_MESSAGES/async_version.po b/docs/source/locales/en/LC_MESSAGES/async_version.po new file mode 100644 index 0000000..f731d31 --- /dev/null +++ b/docs/source/locales/en/LC_MESSAGES/async_version.po @@ -0,0 +1,4805 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2022, coder2020official +# This file is distributed under the same license as the pyTelegramBotAPI +# Documentation package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: pyTelegramBotAPI Documentation \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-29 14:44+0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../async_version/index.rst:3 +msgid "AsyncTeleBot" +msgstr "" + +#: ../../async_version/index.rst:6 +msgid "Asynchronous pyTelegramBotAPI" +msgstr "" + +#: ../../async_version/index.rst:6 +msgid "ptba, pytba, pyTelegramBotAPI, asynctelebot, documentation" +msgstr "" + +#: ../../async_version/index.rst:12 +msgid "AsyncTeleBot methods" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:1 +#: telebot.async_telebot.ExceptionHandler:1 telebot.async_telebot.Handler:1 +#: telebot.asyncio_filters.TextFilter:1 +#: telebot.asyncio_handler_backends.BaseMiddleware:1 +#: telebot.asyncio_handler_backends.CancelUpdate:1 +#: telebot.asyncio_handler_backends.ContinueHandling:1 +#: telebot.asyncio_handler_backends.SkipHandler:1 +#: telebot.asyncio_handler_backends.State:1 +#: telebot.asyncio_handler_backends.StatesGroup:1 +#: telebot.ext.aio.webhooks.AsyncWebhookListener:1 +msgid "Bases: :py:class:`object`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:1 +msgid "This is the main asynchronous class for Bot." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:3 +msgid "It allows you to add handlers for different kind of updates." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:5 +msgid "Usage:" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:7 +msgid "Using asynchronous implementation of TeleBot." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:16 +msgid "" +"See more examples in examples/ directory: " +"https://github.com/eternnoir/pyTelegramBotAPI/tree/master/examples" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:21 +msgid "Install coloredlogs module to specify colorful_logs=True" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot +#: telebot.async_telebot.AsyncTeleBot.add_custom_filter +#: telebot.async_telebot.AsyncTeleBot.add_data +#: telebot.async_telebot.AsyncTeleBot.add_sticker_to_set +#: telebot.async_telebot.AsyncTeleBot.answer_callback_query +#: telebot.async_telebot.AsyncTeleBot.answer_inline_query +#: telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query +#: telebot.async_telebot.AsyncTeleBot.answer_shipping_query +#: telebot.async_telebot.AsyncTeleBot.answer_web_app_query +#: telebot.async_telebot.AsyncTeleBot.approve_chat_join_request +#: telebot.async_telebot.AsyncTeleBot.ban_chat_member +#: telebot.async_telebot.AsyncTeleBot.ban_chat_sender_chat +#: telebot.async_telebot.AsyncTeleBot.callback_query_handler +#: telebot.async_telebot.AsyncTeleBot.channel_post_handler +#: telebot.async_telebot.AsyncTeleBot.chat_join_request_handler +#: telebot.async_telebot.AsyncTeleBot.chat_member_handler +#: telebot.async_telebot.AsyncTeleBot.chosen_inline_handler +#: telebot.async_telebot.AsyncTeleBot.close_forum_topic +#: telebot.async_telebot.AsyncTeleBot.copy_message +#: telebot.async_telebot.AsyncTeleBot.create_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.create_forum_topic +#: telebot.async_telebot.AsyncTeleBot.create_invoice_link +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set +#: telebot.async_telebot.AsyncTeleBot.decline_chat_join_request +#: telebot.async_telebot.AsyncTeleBot.delete_chat_photo +#: telebot.async_telebot.AsyncTeleBot.delete_chat_sticker_set +#: telebot.async_telebot.AsyncTeleBot.delete_forum_topic +#: telebot.async_telebot.AsyncTeleBot.delete_message +#: telebot.async_telebot.AsyncTeleBot.delete_my_commands +#: telebot.async_telebot.AsyncTeleBot.delete_state +#: telebot.async_telebot.AsyncTeleBot.delete_sticker_from_set +#: telebot.async_telebot.AsyncTeleBot.delete_webhook +#: telebot.async_telebot.AsyncTeleBot.download_file +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.edit_forum_topic +#: telebot.async_telebot.AsyncTeleBot.edit_message_caption +#: telebot.async_telebot.AsyncTeleBot.edit_message_live_location +#: telebot.async_telebot.AsyncTeleBot.edit_message_media +#: telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup +#: telebot.async_telebot.AsyncTeleBot.edit_message_text +#: telebot.async_telebot.AsyncTeleBot.edited_channel_post_handler +#: telebot.async_telebot.AsyncTeleBot.edited_message_handler +#: telebot.async_telebot.AsyncTeleBot.enable_saving_states +#: telebot.async_telebot.AsyncTeleBot.export_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.forward_message +#: telebot.async_telebot.AsyncTeleBot.get_chat +#: telebot.async_telebot.AsyncTeleBot.get_chat_administrators +#: telebot.async_telebot.AsyncTeleBot.get_chat_member +#: telebot.async_telebot.AsyncTeleBot.get_chat_member_count +#: telebot.async_telebot.AsyncTeleBot.get_chat_menu_button +#: telebot.async_telebot.AsyncTeleBot.get_custom_emoji_stickers +#: telebot.async_telebot.AsyncTeleBot.get_file +#: telebot.async_telebot.AsyncTeleBot.get_file_url +#: telebot.async_telebot.AsyncTeleBot.get_game_high_scores +#: telebot.async_telebot.AsyncTeleBot.get_my_commands +#: telebot.async_telebot.AsyncTeleBot.get_my_default_administrator_rights +#: telebot.async_telebot.AsyncTeleBot.get_state +#: telebot.async_telebot.AsyncTeleBot.get_sticker_set +#: telebot.async_telebot.AsyncTeleBot.get_updates +#: telebot.async_telebot.AsyncTeleBot.get_user_profile_photos +#: telebot.async_telebot.AsyncTeleBot.get_webhook_info +#: telebot.async_telebot.AsyncTeleBot.infinity_polling +#: telebot.async_telebot.AsyncTeleBot.inline_handler +#: telebot.async_telebot.AsyncTeleBot.leave_chat +#: telebot.async_telebot.AsyncTeleBot.message_handler +#: telebot.async_telebot.AsyncTeleBot.my_chat_member_handler +#: telebot.async_telebot.AsyncTeleBot.pin_chat_message +#: telebot.async_telebot.AsyncTeleBot.poll_answer_handler +#: telebot.async_telebot.AsyncTeleBot.poll_handler +#: telebot.async_telebot.AsyncTeleBot.polling +#: telebot.async_telebot.AsyncTeleBot.pre_checkout_query_handler +#: telebot.async_telebot.AsyncTeleBot.process_new_updates +#: telebot.async_telebot.AsyncTeleBot.promote_chat_member +#: telebot.async_telebot.AsyncTeleBot.register_callback_query_handler +#: telebot.async_telebot.AsyncTeleBot.register_channel_post_handler +#: telebot.async_telebot.AsyncTeleBot.register_chat_join_request_handler +#: telebot.async_telebot.AsyncTeleBot.register_chat_member_handler +#: telebot.async_telebot.AsyncTeleBot.register_chosen_inline_handler +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler +#: telebot.async_telebot.AsyncTeleBot.register_inline_handler +#: telebot.async_telebot.AsyncTeleBot.register_message_handler +#: telebot.async_telebot.AsyncTeleBot.register_my_chat_member_handler +#: telebot.async_telebot.AsyncTeleBot.register_poll_answer_handler +#: telebot.async_telebot.AsyncTeleBot.register_poll_handler +#: telebot.async_telebot.AsyncTeleBot.register_pre_checkout_query_handler +#: telebot.async_telebot.AsyncTeleBot.register_shipping_query_handler +#: telebot.async_telebot.AsyncTeleBot.reopen_forum_topic +#: telebot.async_telebot.AsyncTeleBot.reply_to +#: telebot.async_telebot.AsyncTeleBot.reset_data +#: telebot.async_telebot.AsyncTeleBot.restrict_chat_member +#: telebot.async_telebot.AsyncTeleBot.retrieve_data +#: telebot.async_telebot.AsyncTeleBot.revoke_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.run_webhooks +#: telebot.async_telebot.AsyncTeleBot.send_animation +#: telebot.async_telebot.AsyncTeleBot.send_audio +#: telebot.async_telebot.AsyncTeleBot.send_chat_action +#: telebot.async_telebot.AsyncTeleBot.send_contact +#: telebot.async_telebot.AsyncTeleBot.send_dice +#: telebot.async_telebot.AsyncTeleBot.send_document +#: telebot.async_telebot.AsyncTeleBot.send_game +#: telebot.async_telebot.AsyncTeleBot.send_invoice +#: telebot.async_telebot.AsyncTeleBot.send_location +#: telebot.async_telebot.AsyncTeleBot.send_media_group +#: telebot.async_telebot.AsyncTeleBot.send_message +#: telebot.async_telebot.AsyncTeleBot.send_photo +#: telebot.async_telebot.AsyncTeleBot.send_poll +#: telebot.async_telebot.AsyncTeleBot.send_sticker +#: telebot.async_telebot.AsyncTeleBot.send_venue +#: telebot.async_telebot.AsyncTeleBot.send_video +#: telebot.async_telebot.AsyncTeleBot.send_video_note +#: telebot.async_telebot.AsyncTeleBot.send_voice +#: telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title +#: telebot.async_telebot.AsyncTeleBot.set_chat_description +#: telebot.async_telebot.AsyncTeleBot.set_chat_menu_button +#: telebot.async_telebot.AsyncTeleBot.set_chat_permissions +#: telebot.async_telebot.AsyncTeleBot.set_chat_photo +#: telebot.async_telebot.AsyncTeleBot.set_chat_sticker_set +#: telebot.async_telebot.AsyncTeleBot.set_chat_title +#: telebot.async_telebot.AsyncTeleBot.set_game_score +#: telebot.async_telebot.AsyncTeleBot.set_my_commands +#: telebot.async_telebot.AsyncTeleBot.set_my_default_administrator_rights +#: telebot.async_telebot.AsyncTeleBot.set_state +#: telebot.async_telebot.AsyncTeleBot.set_sticker_position_in_set +#: telebot.async_telebot.AsyncTeleBot.set_sticker_set_thumb +#: telebot.async_telebot.AsyncTeleBot.set_update_listener +#: telebot.async_telebot.AsyncTeleBot.set_webhook +#: telebot.async_telebot.AsyncTeleBot.setup_middleware +#: telebot.async_telebot.AsyncTeleBot.shipping_query_handler +#: telebot.async_telebot.AsyncTeleBot.stop_message_live_location +#: telebot.async_telebot.AsyncTeleBot.stop_poll +#: telebot.async_telebot.AsyncTeleBot.unban_chat_member +#: telebot.async_telebot.AsyncTeleBot.unban_chat_sender_chat +#: telebot.async_telebot.AsyncTeleBot.unpin_all_chat_messages +#: telebot.async_telebot.AsyncTeleBot.unpin_all_forum_topic_messages +#: telebot.async_telebot.AsyncTeleBot.unpin_chat_message +#: telebot.async_telebot.AsyncTeleBot.upload_sticker_file +#: telebot.asyncio_filters.TextFilter +msgid "Parameters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:24 +msgid "Token of a bot, obtained from @BotFather" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:27 +msgid "Default parse mode, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:30 +msgid "Offset used in get_updates, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:33 +msgid "" +"Exception handler, which will handle the exception occured, defaults to " +"None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:36 +msgid "Storage for states, defaults to StateMemoryStorage()" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:39 +msgid "Default value for disable_web_page_preview, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:42 +msgid "Default value for disable_notification, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:45 +msgid "Default value for protect_content, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:48 +msgid "Default value for allow_sending_without_reply, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:51 +msgid "Outputs colorful logs" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_custom_filter:1 +msgid "Create custom filter." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_custom_filter:3 +msgid "Example on checking the text of a message" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_custom_filter:12 +msgid "Class with check(message) method." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_custom_filter +#: telebot.async_telebot.AsyncTeleBot.add_data +#: telebot.async_telebot.AsyncTeleBot.add_sticker_to_set +#: telebot.async_telebot.AsyncTeleBot.answer_callback_query +#: telebot.async_telebot.AsyncTeleBot.answer_inline_query +#: telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query +#: telebot.async_telebot.AsyncTeleBot.answer_shipping_query +#: telebot.async_telebot.AsyncTeleBot.answer_web_app_query +#: telebot.async_telebot.AsyncTeleBot.approve_chat_join_request +#: telebot.async_telebot.AsyncTeleBot.ban_chat_member +#: telebot.async_telebot.AsyncTeleBot.ban_chat_sender_chat +#: telebot.async_telebot.AsyncTeleBot.callback_query_handler +#: telebot.async_telebot.AsyncTeleBot.channel_post_handler +#: telebot.async_telebot.AsyncTeleBot.chat_join_request_handler +#: telebot.async_telebot.AsyncTeleBot.chat_member_handler +#: telebot.async_telebot.AsyncTeleBot.chosen_inline_handler +#: telebot.async_telebot.AsyncTeleBot.close +#: telebot.async_telebot.AsyncTeleBot.close_forum_topic +#: telebot.async_telebot.AsyncTeleBot.copy_message +#: telebot.async_telebot.AsyncTeleBot.create_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.create_forum_topic +#: telebot.async_telebot.AsyncTeleBot.create_invoice_link +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set +#: telebot.async_telebot.AsyncTeleBot.decline_chat_join_request +#: telebot.async_telebot.AsyncTeleBot.delete_chat_photo +#: telebot.async_telebot.AsyncTeleBot.delete_chat_sticker_set +#: telebot.async_telebot.AsyncTeleBot.delete_forum_topic +#: telebot.async_telebot.AsyncTeleBot.delete_message +#: telebot.async_telebot.AsyncTeleBot.delete_my_commands +#: telebot.async_telebot.AsyncTeleBot.delete_state +#: telebot.async_telebot.AsyncTeleBot.delete_sticker_from_set +#: telebot.async_telebot.AsyncTeleBot.delete_webhook +#: telebot.async_telebot.AsyncTeleBot.download_file +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.edit_forum_topic +#: telebot.async_telebot.AsyncTeleBot.edit_message_caption +#: telebot.async_telebot.AsyncTeleBot.edit_message_live_location +#: telebot.async_telebot.AsyncTeleBot.edit_message_media +#: telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup +#: telebot.async_telebot.AsyncTeleBot.edit_message_text +#: telebot.async_telebot.AsyncTeleBot.edited_channel_post_handler +#: telebot.async_telebot.AsyncTeleBot.edited_message_handler +#: telebot.async_telebot.AsyncTeleBot.export_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.forward_message +#: telebot.async_telebot.AsyncTeleBot.get_chat +#: telebot.async_telebot.AsyncTeleBot.get_chat_administrators +#: telebot.async_telebot.AsyncTeleBot.get_chat_member +#: telebot.async_telebot.AsyncTeleBot.get_chat_member_count +#: telebot.async_telebot.AsyncTeleBot.get_chat_menu_button +#: telebot.async_telebot.AsyncTeleBot.get_custom_emoji_stickers +#: telebot.async_telebot.AsyncTeleBot.get_file +#: telebot.async_telebot.AsyncTeleBot.get_file_url +#: telebot.async_telebot.AsyncTeleBot.get_forum_topic_icon_stickers +#: telebot.async_telebot.AsyncTeleBot.get_game_high_scores +#: telebot.async_telebot.AsyncTeleBot.get_my_commands +#: telebot.async_telebot.AsyncTeleBot.get_my_default_administrator_rights +#: telebot.async_telebot.AsyncTeleBot.get_state +#: telebot.async_telebot.AsyncTeleBot.get_sticker_set +#: telebot.async_telebot.AsyncTeleBot.get_updates +#: telebot.async_telebot.AsyncTeleBot.get_user_profile_photos +#: telebot.async_telebot.AsyncTeleBot.get_webhook_info +#: telebot.async_telebot.AsyncTeleBot.infinity_polling +#: telebot.async_telebot.AsyncTeleBot.inline_handler +#: telebot.async_telebot.AsyncTeleBot.leave_chat +#: telebot.async_telebot.AsyncTeleBot.log_out +#: telebot.async_telebot.AsyncTeleBot.message_handler +#: telebot.async_telebot.AsyncTeleBot.my_chat_member_handler +#: telebot.async_telebot.AsyncTeleBot.pin_chat_message +#: telebot.async_telebot.AsyncTeleBot.poll_answer_handler +#: telebot.async_telebot.AsyncTeleBot.poll_handler +#: telebot.async_telebot.AsyncTeleBot.polling +#: telebot.async_telebot.AsyncTeleBot.pre_checkout_query_handler +#: telebot.async_telebot.AsyncTeleBot.process_new_updates +#: telebot.async_telebot.AsyncTeleBot.promote_chat_member +#: telebot.async_telebot.AsyncTeleBot.register_callback_query_handler +#: telebot.async_telebot.AsyncTeleBot.register_channel_post_handler +#: telebot.async_telebot.AsyncTeleBot.register_chat_join_request_handler +#: telebot.async_telebot.AsyncTeleBot.register_chosen_inline_handler +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler +#: telebot.async_telebot.AsyncTeleBot.register_inline_handler +#: telebot.async_telebot.AsyncTeleBot.register_message_handler +#: telebot.async_telebot.AsyncTeleBot.register_my_chat_member_handler +#: telebot.async_telebot.AsyncTeleBot.register_poll_answer_handler +#: telebot.async_telebot.AsyncTeleBot.register_poll_handler +#: telebot.async_telebot.AsyncTeleBot.register_pre_checkout_query_handler +#: telebot.async_telebot.AsyncTeleBot.register_shipping_query_handler +#: telebot.async_telebot.AsyncTeleBot.reopen_forum_topic +#: telebot.async_telebot.AsyncTeleBot.reply_to +#: telebot.async_telebot.AsyncTeleBot.reset_data +#: telebot.async_telebot.AsyncTeleBot.restrict_chat_member +#: telebot.async_telebot.AsyncTeleBot.retrieve_data +#: telebot.async_telebot.AsyncTeleBot.revoke_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.run_webhooks +#: telebot.async_telebot.AsyncTeleBot.send_animation +#: telebot.async_telebot.AsyncTeleBot.send_audio +#: telebot.async_telebot.AsyncTeleBot.send_chat_action +#: telebot.async_telebot.AsyncTeleBot.send_contact +#: telebot.async_telebot.AsyncTeleBot.send_dice +#: telebot.async_telebot.AsyncTeleBot.send_document +#: telebot.async_telebot.AsyncTeleBot.send_game +#: telebot.async_telebot.AsyncTeleBot.send_invoice +#: telebot.async_telebot.AsyncTeleBot.send_location +#: telebot.async_telebot.AsyncTeleBot.send_media_group +#: telebot.async_telebot.AsyncTeleBot.send_message +#: telebot.async_telebot.AsyncTeleBot.send_photo +#: telebot.async_telebot.AsyncTeleBot.send_poll +#: telebot.async_telebot.AsyncTeleBot.send_sticker +#: telebot.async_telebot.AsyncTeleBot.send_venue +#: telebot.async_telebot.AsyncTeleBot.send_video +#: telebot.async_telebot.AsyncTeleBot.send_video_note +#: telebot.async_telebot.AsyncTeleBot.send_voice +#: telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title +#: telebot.async_telebot.AsyncTeleBot.set_chat_description +#: telebot.async_telebot.AsyncTeleBot.set_chat_menu_button +#: telebot.async_telebot.AsyncTeleBot.set_chat_permissions +#: telebot.async_telebot.AsyncTeleBot.set_chat_photo +#: telebot.async_telebot.AsyncTeleBot.set_chat_sticker_set +#: telebot.async_telebot.AsyncTeleBot.set_chat_title +#: telebot.async_telebot.AsyncTeleBot.set_game_score +#: telebot.async_telebot.AsyncTeleBot.set_my_commands +#: telebot.async_telebot.AsyncTeleBot.set_my_default_administrator_rights +#: telebot.async_telebot.AsyncTeleBot.set_state +#: telebot.async_telebot.AsyncTeleBot.set_sticker_position_in_set +#: telebot.async_telebot.AsyncTeleBot.set_sticker_set_thumb +#: telebot.async_telebot.AsyncTeleBot.set_update_listener +#: telebot.async_telebot.AsyncTeleBot.set_webhook +#: telebot.async_telebot.AsyncTeleBot.setup_middleware +#: telebot.async_telebot.AsyncTeleBot.shipping_query_handler +#: telebot.async_telebot.AsyncTeleBot.stop_message_live_location +#: telebot.async_telebot.AsyncTeleBot.stop_poll +#: telebot.async_telebot.AsyncTeleBot.unban_chat_member +#: telebot.async_telebot.AsyncTeleBot.unban_chat_sender_chat +#: telebot.async_telebot.AsyncTeleBot.unpin_all_chat_messages +#: telebot.async_telebot.AsyncTeleBot.unpin_all_forum_topic_messages +#: telebot.async_telebot.AsyncTeleBot.unpin_chat_message +#: telebot.async_telebot.AsyncTeleBot.upload_sticker_file +#: telebot.asyncio_filters.TextFilter +#: telebot.ext.aio.webhooks.AsyncWebhookListener.run_app +msgid "Returns" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_custom_filter:15 +#: telebot.async_telebot.AsyncTeleBot.add_data:10 +#: telebot.async_telebot.AsyncTeleBot.callback_query_handler:9 +#: telebot.async_telebot.AsyncTeleBot.channel_post_handler:17 +#: telebot.async_telebot.AsyncTeleBot.chat_join_request_handler:10 +#: telebot.async_telebot.AsyncTeleBot.chat_member_handler:11 +#: telebot.async_telebot.AsyncTeleBot.chosen_inline_handler:10 +#: telebot.async_telebot.AsyncTeleBot.delete_state:9 +#: telebot.async_telebot.AsyncTeleBot.edited_message_handler:22 +#: telebot.async_telebot.AsyncTeleBot.infinity_polling:35 +#: telebot.async_telebot.AsyncTeleBot.inline_handler:9 +#: telebot.async_telebot.AsyncTeleBot.my_chat_member_handler:10 +#: telebot.async_telebot.AsyncTeleBot.poll_answer_handler:10 +#: telebot.async_telebot.AsyncTeleBot.poll_handler:8 +#: telebot.async_telebot.AsyncTeleBot.pre_checkout_query_handler:9 +#: telebot.async_telebot.AsyncTeleBot.process_new_updates:8 +#: telebot.async_telebot.AsyncTeleBot.register_callback_query_handler:14 +#: telebot.async_telebot.AsyncTeleBot.register_channel_post_handler:23 +#: telebot.async_telebot.AsyncTeleBot.register_chat_join_request_handler:14 +#: telebot.async_telebot.AsyncTeleBot.register_chosen_inline_handler:14 +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:26 +#: telebot.async_telebot.AsyncTeleBot.register_message_handler:26 +#: telebot.async_telebot.AsyncTeleBot.register_my_chat_member_handler:14 +#: telebot.async_telebot.AsyncTeleBot.register_poll_answer_handler:14 +#: telebot.async_telebot.AsyncTeleBot.register_poll_handler:14 +#: telebot.async_telebot.AsyncTeleBot.register_shipping_query_handler:14 +#: telebot.async_telebot.AsyncTeleBot.reset_data:9 +#: telebot.async_telebot.AsyncTeleBot.set_state:18 +#: telebot.async_telebot.AsyncTeleBot.set_update_listener:15 +#: telebot.async_telebot.AsyncTeleBot.setup_middleware:10 +#: telebot.async_telebot.AsyncTeleBot.shipping_query_handler:9 +#: telebot.asyncio_filters.TextFilter:22 +#: telebot.ext.aio.webhooks.AsyncWebhookListener.run_app:4 +msgid "None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_data:1 +msgid "Add data to states." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_data:3 +#: telebot.async_telebot.AsyncTeleBot.delete_state:3 +#: telebot.async_telebot.AsyncTeleBot.get_state:4 +#: telebot.async_telebot.AsyncTeleBot.reset_data:3 +#: telebot.async_telebot.AsyncTeleBot.set_state:9 +msgid "User's identifier" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_data:6 +#: telebot.async_telebot.AsyncTeleBot.delete_state:6 +#: telebot.async_telebot.AsyncTeleBot.get_state:7 +#: telebot.async_telebot.AsyncTeleBot.reset_data:6 +#: telebot.async_telebot.AsyncTeleBot.set_state:15 +msgid "Chat's identifier" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_data:9 +msgid "Data to add" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:1 +msgid "" +"Use this method to add a new sticker to a set created by the bot. It's " +"required to pass `png_sticker` or `tgs_sticker`. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:5 +msgid "Telegram documentation: https://core.telegram.org/bots/api#addstickertoset" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:7 +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:7 +msgid "User identifier of created sticker set owner" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:10 +#: telebot.async_telebot.AsyncTeleBot.get_sticker_set:5 +#: telebot.async_telebot.AsyncTeleBot.set_sticker_set_thumb:6 +msgid "Sticker set name" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:13 +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:18 +msgid "One or more emoji corresponding to the sticker" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:16 +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:21 +msgid "" +"PNG image with the sticker, must be up to 512 kilobytes in size, " +"dimensions must not exceed 512px, and either width or height must be " +"exactly 512px. Pass a file_id as a String to send a file that already " +"exists on the Telegram servers, pass an HTTP URL as a String for Telegram" +" to get a file from the Internet, or upload a new one using multipart" +"/form-data." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:21 +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:26 +msgid "TGS animation with the sticker, uploaded using multipart/form-data." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:24 +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:29 +msgid "WebM animation with the sticker, uploaded using multipart/form-data." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:27 +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:40 +msgid "" +"A JSON-serialized object for position where the mask should be placed on " +"faces" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:30 +#: telebot.async_telebot.AsyncTeleBot.answer_callback_query:22 +#: telebot.async_telebot.AsyncTeleBot.answer_inline_query:35 +#: telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query:21 +#: telebot.async_telebot.AsyncTeleBot.answer_shipping_query:18 +#: telebot.async_telebot.AsyncTeleBot.close_forum_topic:13 +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:43 +#: telebot.async_telebot.AsyncTeleBot.delete_forum_topic:13 +#: telebot.async_telebot.AsyncTeleBot.delete_sticker_from_set:6 +#: telebot.async_telebot.AsyncTeleBot.edit_forum_topic:19 +#: telebot.async_telebot.AsyncTeleBot.reopen_forum_topic:13 +#: telebot.async_telebot.AsyncTeleBot.set_sticker_position_in_set:11 +#: telebot.async_telebot.AsyncTeleBot.set_sticker_set_thumb:15 +#: telebot.async_telebot.AsyncTeleBot.unpin_all_forum_topic_messages:13 +msgid "On success, True is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set +#: telebot.async_telebot.AsyncTeleBot.answer_callback_query +#: telebot.async_telebot.AsyncTeleBot.answer_inline_query +#: telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query +#: telebot.async_telebot.AsyncTeleBot.answer_shipping_query +#: telebot.async_telebot.AsyncTeleBot.answer_web_app_query +#: telebot.async_telebot.AsyncTeleBot.approve_chat_join_request +#: telebot.async_telebot.AsyncTeleBot.ban_chat_member +#: telebot.async_telebot.AsyncTeleBot.ban_chat_sender_chat +#: telebot.async_telebot.AsyncTeleBot.close_forum_topic +#: telebot.async_telebot.AsyncTeleBot.copy_message +#: telebot.async_telebot.AsyncTeleBot.create_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.create_forum_topic +#: telebot.async_telebot.AsyncTeleBot.create_invoice_link +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set +#: telebot.async_telebot.AsyncTeleBot.decline_chat_join_request +#: telebot.async_telebot.AsyncTeleBot.delete_chat_photo +#: telebot.async_telebot.AsyncTeleBot.delete_chat_sticker_set +#: telebot.async_telebot.AsyncTeleBot.delete_forum_topic +#: telebot.async_telebot.AsyncTeleBot.delete_message +#: telebot.async_telebot.AsyncTeleBot.delete_my_commands +#: telebot.async_telebot.AsyncTeleBot.delete_sticker_from_set +#: telebot.async_telebot.AsyncTeleBot.delete_webhook +#: telebot.async_telebot.AsyncTeleBot.download_file +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.edit_forum_topic +#: telebot.async_telebot.AsyncTeleBot.edit_message_caption +#: telebot.async_telebot.AsyncTeleBot.edit_message_live_location +#: telebot.async_telebot.AsyncTeleBot.edit_message_media +#: telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup +#: telebot.async_telebot.AsyncTeleBot.edit_message_text +#: telebot.async_telebot.AsyncTeleBot.export_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.forward_message +#: telebot.async_telebot.AsyncTeleBot.get_chat +#: telebot.async_telebot.AsyncTeleBot.get_chat_administrators +#: telebot.async_telebot.AsyncTeleBot.get_chat_member +#: telebot.async_telebot.AsyncTeleBot.get_chat_member_count +#: telebot.async_telebot.AsyncTeleBot.get_chat_menu_button +#: telebot.async_telebot.AsyncTeleBot.get_custom_emoji_stickers +#: telebot.async_telebot.AsyncTeleBot.get_file_url +#: telebot.async_telebot.AsyncTeleBot.get_forum_topic_icon_stickers +#: telebot.async_telebot.AsyncTeleBot.get_game_high_scores +#: telebot.async_telebot.AsyncTeleBot.get_my_commands +#: telebot.async_telebot.AsyncTeleBot.get_my_default_administrator_rights +#: telebot.async_telebot.AsyncTeleBot.get_state +#: telebot.async_telebot.AsyncTeleBot.get_sticker_set +#: telebot.async_telebot.AsyncTeleBot.get_updates +#: telebot.async_telebot.AsyncTeleBot.get_user_profile_photos +#: telebot.async_telebot.AsyncTeleBot.get_webhook_info +#: telebot.async_telebot.AsyncTeleBot.log_out +#: telebot.async_telebot.AsyncTeleBot.pin_chat_message +#: telebot.async_telebot.AsyncTeleBot.promote_chat_member +#: telebot.async_telebot.AsyncTeleBot.reopen_forum_topic +#: telebot.async_telebot.AsyncTeleBot.reply_to +#: telebot.async_telebot.AsyncTeleBot.restrict_chat_member +#: telebot.async_telebot.AsyncTeleBot.retrieve_data +#: telebot.async_telebot.AsyncTeleBot.revoke_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.send_animation +#: telebot.async_telebot.AsyncTeleBot.send_audio +#: telebot.async_telebot.AsyncTeleBot.send_chat_action +#: telebot.async_telebot.AsyncTeleBot.send_contact +#: telebot.async_telebot.AsyncTeleBot.send_dice +#: telebot.async_telebot.AsyncTeleBot.send_document +#: telebot.async_telebot.AsyncTeleBot.send_game +#: telebot.async_telebot.AsyncTeleBot.send_invoice +#: telebot.async_telebot.AsyncTeleBot.send_location +#: telebot.async_telebot.AsyncTeleBot.send_media_group +#: telebot.async_telebot.AsyncTeleBot.send_message +#: telebot.async_telebot.AsyncTeleBot.send_photo +#: telebot.async_telebot.AsyncTeleBot.send_poll +#: telebot.async_telebot.AsyncTeleBot.send_sticker +#: telebot.async_telebot.AsyncTeleBot.send_venue +#: telebot.async_telebot.AsyncTeleBot.send_video +#: telebot.async_telebot.AsyncTeleBot.send_video_note +#: telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title +#: telebot.async_telebot.AsyncTeleBot.set_chat_description +#: telebot.async_telebot.AsyncTeleBot.set_chat_menu_button +#: telebot.async_telebot.AsyncTeleBot.set_chat_permissions +#: telebot.async_telebot.AsyncTeleBot.set_chat_photo +#: telebot.async_telebot.AsyncTeleBot.set_chat_sticker_set +#: telebot.async_telebot.AsyncTeleBot.set_chat_title +#: telebot.async_telebot.AsyncTeleBot.set_game_score +#: telebot.async_telebot.AsyncTeleBot.set_my_commands +#: telebot.async_telebot.AsyncTeleBot.set_my_default_administrator_rights +#: telebot.async_telebot.AsyncTeleBot.set_sticker_position_in_set +#: telebot.async_telebot.AsyncTeleBot.set_sticker_set_thumb +#: telebot.async_telebot.AsyncTeleBot.set_webhook +#: telebot.async_telebot.AsyncTeleBot.stop_message_live_location +#: telebot.async_telebot.AsyncTeleBot.stop_poll +#: telebot.async_telebot.AsyncTeleBot.unban_chat_member +#: telebot.async_telebot.AsyncTeleBot.unban_chat_sender_chat +#: telebot.async_telebot.AsyncTeleBot.unpin_all_chat_messages +#: telebot.async_telebot.AsyncTeleBot.unpin_all_forum_topic_messages +#: telebot.async_telebot.AsyncTeleBot.unpin_chat_message +#: telebot.async_telebot.AsyncTeleBot.upload_sticker_file +msgid "Return type" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:31 +#: telebot.async_telebot.AsyncTeleBot.answer_callback_query:23 +#: telebot.async_telebot.AsyncTeleBot.answer_inline_query:36 +#: telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query:22 +#: telebot.async_telebot.AsyncTeleBot.answer_shipping_query:19 +#: telebot.async_telebot.AsyncTeleBot.approve_chat_join_request:15 +#: telebot.async_telebot.AsyncTeleBot.ban_chat_member:25 +#: telebot.async_telebot.AsyncTeleBot.ban_chat_sender_chat:17 +#: telebot.async_telebot.AsyncTeleBot.close:9 +#: telebot.async_telebot.AsyncTeleBot.close_forum_topic:14 +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:44 +#: telebot.async_telebot.AsyncTeleBot.decline_chat_join_request:15 +#: telebot.async_telebot.AsyncTeleBot.delete_chat_photo:13 +#: telebot.async_telebot.AsyncTeleBot.delete_chat_sticker_set:11 +#: telebot.async_telebot.AsyncTeleBot.delete_forum_topic:14 +#: telebot.async_telebot.AsyncTeleBot.delete_message:23 +#: telebot.async_telebot.AsyncTeleBot.delete_my_commands:17 +#: telebot.async_telebot.AsyncTeleBot.delete_sticker_from_set:7 +#: telebot.async_telebot.AsyncTeleBot.delete_webhook:13 +#: telebot.async_telebot.AsyncTeleBot.edit_forum_topic:20 +#: telebot.async_telebot.AsyncTeleBot.leave_chat:8 +#: telebot.async_telebot.AsyncTeleBot.log_out:11 +#: telebot.async_telebot.AsyncTeleBot.pin_chat_message:19 +#: telebot.async_telebot.AsyncTeleBot.promote_chat_member:61 +#: telebot.async_telebot.AsyncTeleBot.reopen_forum_topic:14 +#: telebot.async_telebot.AsyncTeleBot.restrict_chat_member:48 +#: telebot.async_telebot.AsyncTeleBot.send_chat_action:23 +#: telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title:18 +#: telebot.async_telebot.AsyncTeleBot.set_chat_description:14 +#: telebot.async_telebot.AsyncTeleBot.set_chat_menu_button:15 +#: telebot.async_telebot.AsyncTeleBot.set_chat_permissions:15 +#: telebot.async_telebot.AsyncTeleBot.set_chat_photo:16 +#: telebot.async_telebot.AsyncTeleBot.set_chat_title:17 +#: telebot.async_telebot.AsyncTeleBot.set_my_commands:18 +#: telebot.async_telebot.AsyncTeleBot.set_my_default_administrator_rights:18 +#: telebot.async_telebot.AsyncTeleBot.set_sticker_position_in_set:12 +#: telebot.async_telebot.AsyncTeleBot.set_sticker_set_thumb:16 +#: telebot.async_telebot.AsyncTeleBot.unban_chat_member:20 +#: telebot.async_telebot.AsyncTeleBot.unban_chat_sender_chat:15 +#: telebot.async_telebot.AsyncTeleBot.unpin_all_chat_messages:12 +#: telebot.async_telebot.AsyncTeleBot.unpin_all_forum_topic_messages:14 +#: telebot.async_telebot.AsyncTeleBot.unpin_chat_message:15 +msgid ":obj:`bool`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_callback_query:1 +msgid "" +"Use this method to send answers to callback queries sent from inline " +"keyboards. The answer will be displayed to the user as a notification at " +"the top of the chat screen or as an alert." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_callback_query:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#answercallbackquery" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_callback_query:6 +#: telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query:10 +#: telebot.async_telebot.AsyncTeleBot.answer_shipping_query:5 +#: telebot.async_telebot.AsyncTeleBot.answer_web_app_query:8 +msgid "Unique identifier for the query to be answered" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_callback_query:9 +msgid "" +"Text of the notification. If not specified, nothing will be shown to the " +"user, 0-200 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_callback_query:12 +msgid "" +"If True, an alert will be shown by the client instead of a notification " +"at the top of the chat screen. Defaults to false." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_callback_query:15 +msgid "" +"URL that will be opened by the user's client. If you have created a Game " +"and accepted the conditions via @BotFather, specify the URL that opens " +"your game - note that this will only work if the query comes from a " +"callback_game button." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_callback_query:19 +msgid "" +"The maximum amount of time in seconds that the result of the callback " +"query may be cached client-side. Telegram apps will support caching " +"starting in version 3.14. Defaults to 0." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_inline_query:1 +msgid "" +"Use this method to send answers to an inline query. On success, True is " +"returned. No more than 50 results per query are allowed." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_inline_query:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#answerinlinequery" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_inline_query:6 +msgid "Unique identifier for the answered query" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_inline_query:9 +msgid "Array of results for the inline query" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_inline_query:12 +msgid "" +"The maximum amount of time in seconds that the result of the inline query" +" may be cached on the server." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_inline_query:16 +msgid "" +"Pass True, if results may be cached on the server side only for the user " +"that sent the query." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_inline_query:20 +msgid "" +"Pass the offset that a client should send in the next query with the same" +" text to receive more results." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_inline_query:24 +msgid "" +"Deep-linking parameter for the /start message sent to the bot when user " +"presses the switch button. 1-64 characters, only A-Z, a-z, 0-9, _ and - " +"are allowed. Example: An inline bot that sends YouTube videos can ask the" +" user to connect the bot to their YouTube account to adapt search results" +" accordingly. To do this, it displays a 'Connect your YouTube account' " +"button above the results, or even before showing any. The user presses " +"the button, switches to a private chat with the bot and, in doing so, " +"passes a start parameter that instructs the bot to return an OAuth link. " +"Once done, the bot can offer a switch_inline button so that the user can " +"easily return to the chat where they wanted to use the bot's inline " +"capabilities." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_inline_query:32 +msgid "" +"Parameter for the start message sent to the bot when user presses the " +"switch button" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query:1 +msgid "" +"Once the user has confirmed their payment and shipping details, the Bot " +"API sends the final confirmation in the form of an Update with the field " +"pre_checkout_query. Use this method to respond to such pre-checkout " +"queries. On success, True is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query:6 +msgid "" +"The Bot API must receive an answer within 10 seconds after the pre-" +"checkout query was sent." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query:8 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#answerprecheckoutquery" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query:13 +msgid "" +"Specify True if everything is alright (goods are available, etc.) and the" +" bot is ready to proceed with the order. Use False if there are any " +"problems." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query:16 +msgid "" +"Required if ok is False. Error message in human readable form that " +"explains the reason for failure to proceed with the checkout (e.g. " +"\"Sorry, somebody just bought the last of our amazing black T-shirts " +"while you were busy filling out your payment details. Please choose a " +"different color or garment!\"). Telegram will display this message to the" +" user." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_shipping_query:1 +msgid "Asks for an answer to a shipping question." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_shipping_query:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#answershippingquery" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_shipping_query:8 +msgid "" +"Specify True if delivery to the specified address is possible and False " +"if there are any problems (for example, if delivery to the specified " +"address is not possible)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_shipping_query:11 +msgid "" +"Required if ok is True. A JSON-serialized array of available shipping " +"options." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_shipping_query:14 +msgid "" +"Required if ok is False. Error message in human readable form that " +"explains why it is impossible to complete the order (e.g. \"Sorry, " +"delivery to your desired address is unavailable'). Telegram will display " +"this message to the user." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_web_app_query:1 +msgid "" +"Use this method to set the result of an interaction with a Web App and " +"send a corresponding message on behalf of the user to the chat from which" +" the query originated. On success, a SentWebAppMessage object is " +"returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_web_app_query:6 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#answerwebappquery" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_web_app_query:11 +msgid "A JSON-serialized object describing the message to be sent" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_web_app_query:14 +msgid "On success, a SentWebAppMessage object is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_web_app_query:15 +msgid ":class:`telebot.types.SentWebAppMessage`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.approve_chat_join_request:1 +msgid "" +"Use this method to approve a chat join request. The bot must be an " +"administrator in the chat for this to work and must have the " +"can_invite_users administrator right. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.approve_chat_join_request:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#approvechatjoinrequest" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.approve_chat_join_request:7 +#: telebot.async_telebot.AsyncTeleBot.decline_chat_join_request:7 +#: telebot.async_telebot.AsyncTeleBot.delete_chat_sticker_set:7 +#: telebot.async_telebot.AsyncTeleBot.get_chat_member:5 +#: telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title:6 +#: telebot.async_telebot.AsyncTeleBot.set_chat_permissions:7 +#: telebot.async_telebot.AsyncTeleBot.set_chat_sticker_set:7 +msgid "" +"Unique identifier for the target chat or username of the target " +"supergroup (in the format @supergroupusername)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.approve_chat_join_request:11 +#: telebot.async_telebot.AsyncTeleBot.ban_chat_member:12 +#: telebot.async_telebot.AsyncTeleBot.decline_chat_join_request:11 +#: telebot.async_telebot.AsyncTeleBot.get_chat_member:8 +#: telebot.async_telebot.AsyncTeleBot.get_user_profile_photos:6 +#: telebot.async_telebot.AsyncTeleBot.promote_chat_member:11 +#: telebot.async_telebot.AsyncTeleBot.restrict_chat_member:11 +#: telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title:10 +#: telebot.async_telebot.AsyncTeleBot.unban_chat_member:13 +msgid "Unique identifier of the target user" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.approve_chat_join_request:14 +#: telebot.async_telebot.AsyncTeleBot.ban_chat_sender_chat:16 +#: telebot.async_telebot.AsyncTeleBot.decline_chat_join_request:14 +#: telebot.async_telebot.AsyncTeleBot.delete_chat_photo:12 +#: telebot.async_telebot.AsyncTeleBot.delete_my_commands:16 +#: telebot.async_telebot.AsyncTeleBot.log_out:10 +#: telebot.async_telebot.AsyncTeleBot.pin_chat_message:18 +#: telebot.async_telebot.AsyncTeleBot.promote_chat_member:60 +#: telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title:17 +#: telebot.async_telebot.AsyncTeleBot.set_chat_description:13 +#: telebot.async_telebot.AsyncTeleBot.set_chat_menu_button:14 +#: telebot.async_telebot.AsyncTeleBot.set_chat_photo:15 +#: telebot.async_telebot.AsyncTeleBot.set_chat_title:16 +#: telebot.async_telebot.AsyncTeleBot.set_my_commands:17 +#: telebot.async_telebot.AsyncTeleBot.set_my_default_administrator_rights:17 +#: telebot.async_telebot.AsyncTeleBot.set_webhook:46 +#: telebot.async_telebot.AsyncTeleBot.unban_chat_sender_chat:14 +#: telebot.async_telebot.AsyncTeleBot.unpin_all_chat_messages:11 +#: telebot.async_telebot.AsyncTeleBot.unpin_chat_message:14 +msgid "True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_member:1 +msgid "" +"Use this method to ban a user in a group, a supergroup or a channel. In " +"the case of supergroups and channels, the user will not be able to return" +" to the chat on their own using invite links, etc., unless unbanned " +"first. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_member:6 +msgid "Telegram documentation: https://core.telegram.org/bots/api#banchatmember" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_member:8 +#: telebot.async_telebot.AsyncTeleBot.restrict_chat_member:7 +msgid "" +"Unique identifier for the target group or username of the target " +"supergroup or channel (in the format @channelusername)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_member:15 +msgid "" +"Date when the user will be unbanned, unix time. If user is banned for " +"more than 366 days or less than 30 seconds from the current time they are" +" considered to be banned forever" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_member:19 +msgid "" +"Bool: Pass True to delete all messages from the chat for the user that is" +" being removed. If False, the user will be able to see messages in the " +"group that were sent before the user was removed. Always True for " +"supergroups and channels." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_member:24 +#: telebot.async_telebot.AsyncTeleBot.delete_chat_sticker_set:10 +#: telebot.async_telebot.AsyncTeleBot.delete_message:22 +#: telebot.async_telebot.AsyncTeleBot.delete_webhook:12 +#: telebot.async_telebot.AsyncTeleBot.send_chat_action:22 +msgid "Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_sender_chat:1 +msgid "" +"Use this method to ban a channel chat in a supergroup or a channel. The " +"owner of the chat will not be able to send messages and join live streams" +" on behalf of the chat, unless it is unbanned first. The bot must be an " +"administrator in the supergroup or channel for this to work and must have" +" the appropriate administrator rights. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_sender_chat:8 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#banchatsenderchat" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_sender_chat:10 +#: telebot.async_telebot.AsyncTeleBot.close_forum_topic:7 +#: telebot.async_telebot.AsyncTeleBot.copy_message:5 +#: telebot.async_telebot.AsyncTeleBot.create_forum_topic:7 +#: telebot.async_telebot.AsyncTeleBot.delete_forum_topic:7 +#: telebot.async_telebot.AsyncTeleBot.delete_message:13 +#: telebot.async_telebot.AsyncTeleBot.edit_forum_topic:7 +#: telebot.async_telebot.AsyncTeleBot.edit_message_live_location:13 +#: telebot.async_telebot.AsyncTeleBot.forward_message:8 +#: telebot.async_telebot.AsyncTeleBot.pin_chat_message:7 +#: telebot.async_telebot.AsyncTeleBot.reopen_forum_topic:7 +#: telebot.async_telebot.AsyncTeleBot.send_animation:6 +#: telebot.async_telebot.AsyncTeleBot.send_audio:9 +#: telebot.async_telebot.AsyncTeleBot.send_dice:5 +#: telebot.async_telebot.AsyncTeleBot.send_document:5 +#: telebot.async_telebot.AsyncTeleBot.send_game:5 +#: telebot.async_telebot.AsyncTeleBot.send_location:5 +#: telebot.async_telebot.AsyncTeleBot.send_media_group:6 +#: telebot.async_telebot.AsyncTeleBot.send_message:9 +#: telebot.async_telebot.AsyncTeleBot.send_photo:5 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:6 +#: telebot.async_telebot.AsyncTeleBot.send_video:5 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:6 +#: telebot.async_telebot.AsyncTeleBot.send_voice:7 +#: telebot.async_telebot.AsyncTeleBot.set_chat_description:6 +#: telebot.async_telebot.AsyncTeleBot.set_chat_title:9 +#: telebot.async_telebot.AsyncTeleBot.stop_message_live_location:6 +#: telebot.async_telebot.AsyncTeleBot.unban_chat_sender_chat:8 +#: telebot.async_telebot.AsyncTeleBot.unpin_all_forum_topic_messages:7 +#: telebot.async_telebot.AsyncTeleBot.unpin_chat_message:7 +msgid "" +"Unique identifier for the target chat or username of the target channel " +"(in the format @channelusername)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_sender_chat:13 +msgid "Unique identifier of the target sender chat" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.callback_query_handler:1 +msgid "" +"Handles new incoming callback query. As a parameter to the decorator " +"function, it passes :class:`telebot.types.CallbackQuery` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.callback_query_handler:4 +#: telebot.async_telebot.AsyncTeleBot.channel_post_handler:10 +#: telebot.async_telebot.AsyncTeleBot.chat_join_request_handler:5 +#: telebot.async_telebot.AsyncTeleBot.chat_member_handler:6 +#: telebot.async_telebot.AsyncTeleBot.chosen_inline_handler:5 +#: telebot.async_telebot.AsyncTeleBot.edited_channel_post_handler:10 +#: telebot.async_telebot.AsyncTeleBot.edited_message_handler:11 +#: telebot.async_telebot.AsyncTeleBot.inline_handler:4 +#: telebot.async_telebot.AsyncTeleBot.my_chat_member_handler:5 +#: telebot.async_telebot.AsyncTeleBot.poll_answer_handler:5 +#: telebot.async_telebot.AsyncTeleBot.poll_handler:4 +#: telebot.async_telebot.AsyncTeleBot.pre_checkout_query_handler:4 +#: telebot.async_telebot.AsyncTeleBot.register_callback_query_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_channel_post_handler:15 +#: telebot.async_telebot.AsyncTeleBot.register_chat_join_request_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_chat_member_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_chosen_inline_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler:15 +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:15 +#: telebot.async_telebot.AsyncTeleBot.register_inline_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_message_handler:15 +#: telebot.async_telebot.AsyncTeleBot.register_my_chat_member_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_poll_answer_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_poll_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_pre_checkout_query_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_shipping_query_handler:6 +#: telebot.async_telebot.AsyncTeleBot.shipping_query_handler:4 +msgid "Function executed as a filter" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.callback_query_handler:7 +#: telebot.async_telebot.AsyncTeleBot.channel_post_handler:16 +#: telebot.async_telebot.AsyncTeleBot.chat_join_request_handler:8 +#: telebot.async_telebot.AsyncTeleBot.chat_member_handler:9 +#: telebot.async_telebot.AsyncTeleBot.chosen_inline_handler:8 +#: telebot.async_telebot.AsyncTeleBot.edited_channel_post_handler:16 +#: telebot.async_telebot.AsyncTeleBot.edited_message_handler:20 +#: telebot.async_telebot.AsyncTeleBot.inline_handler:7 +#: telebot.async_telebot.AsyncTeleBot.message_handler:50 +#: telebot.async_telebot.AsyncTeleBot.my_chat_member_handler:8 +#: telebot.async_telebot.AsyncTeleBot.poll_answer_handler:8 +#: telebot.async_telebot.AsyncTeleBot.poll_handler:7 +#: telebot.async_telebot.AsyncTeleBot.pre_checkout_query_handler:7 +#: telebot.async_telebot.AsyncTeleBot.register_callback_query_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_channel_post_handler:21 +#: telebot.async_telebot.AsyncTeleBot.register_chat_join_request_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_chat_member_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_chosen_inline_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler:21 +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:24 +#: telebot.async_telebot.AsyncTeleBot.register_inline_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_message_handler:24 +#: telebot.async_telebot.AsyncTeleBot.register_my_chat_member_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_poll_answer_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_poll_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_pre_checkout_query_handler:11 +#: telebot.async_telebot.AsyncTeleBot.register_shipping_query_handler:12 +#: telebot.async_telebot.AsyncTeleBot.shipping_query_handler:7 +msgid "Optional keyword arguments(custom filters)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.channel_post_handler:1 +msgid "" +"Handles new incoming channel post of any kind - text, photo, sticker, " +"etc. As a parameter to the decorator function, it passes " +":class:`telebot.types.Message` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.channel_post_handler:4 +#: telebot.async_telebot.AsyncTeleBot.edited_channel_post_handler:4 +#: telebot.async_telebot.AsyncTeleBot.edited_message_handler:5 +#: telebot.async_telebot.AsyncTeleBot.message_handler:34 +msgid "Optional list of strings (commands to handle)." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.channel_post_handler:7 +#: telebot.async_telebot.AsyncTeleBot.edited_channel_post_handler:7 +#: telebot.async_telebot.AsyncTeleBot.edited_message_handler:8 +#: telebot.async_telebot.AsyncTeleBot.message_handler:37 +msgid "Optional regular expression." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.channel_post_handler:13 +#: telebot.async_telebot.AsyncTeleBot.edited_channel_post_handler:13 +#: telebot.async_telebot.AsyncTeleBot.edited_message_handler:14 +#: telebot.async_telebot.AsyncTeleBot.message_handler:44 +#: telebot.async_telebot.AsyncTeleBot.register_channel_post_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_message_handler:6 +msgid "Supported message content types. Must be a list. Defaults to ['text']." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.chat_join_request_handler:1 +msgid "" +"Handles a request to join the chat has been sent. The bot must have the " +"can_invite_users administrator right in the chat to receive these " +"updates. As a parameter to the decorator function, it passes " +":class:`telebot.types.ChatJoinRequest` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.chat_member_handler:1 +msgid "" +"Handles update in a status of a user in a chat. The bot must be an " +"administrator in the chat and must explicitly specify “chat_member” in " +"the list of allowed_updates to receive these updates. As a parameter to " +"the decorator function, it passes " +":class:`telebot.types.ChatMemberUpdated` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.chosen_inline_handler:1 +msgid "" +"The result of an inline query that was chosen by a user and sent to their" +" chat partner. Please see our documentation on the feedback collecting " +"for details on how to enable these updates for your bot. As a parameter " +"to the decorator function, it passes " +":class:`telebot.types.ChosenInlineResult` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.close:1 +msgid "" +"Use this method to close the bot instance before moving it from one local" +" server to another. You need to delete the webhook before calling this " +"method to ensure that the bot isn't launched again after server restart. " +"The method will return error 429 in the first 10 minutes after the bot is" +" launched. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.close:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#close" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.close_forum_topic:1 +msgid "" +"Use this method to close an open topic in a forum supergroup chat. The " +"bot must be an administrator in the chat for this to work and must have " +"the can_manage_topics administrator rights, unless it is the creator of " +"the topic. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.close_forum_topic:5 +msgid "Telegram documentation: https://core.telegram.org/bots/api#closeforumtopic" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.close_forum_topic:10 +msgid "Identifier of the topic to close" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.close_session:1 +msgid "" +"Closes existing session of aiohttp. Use this function if you stop " +"polling/webhooks." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:1 +msgid "Use this method to copy messages of any kind." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#copymessage" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:8 +#: telebot.async_telebot.AsyncTeleBot.forward_message:11 +msgid "" +"Unique identifier for the chat where the original message was sent (or " +"channel username in the format @channelusername)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:10 +#: telebot.async_telebot.AsyncTeleBot.forward_message:14 +msgid "Message identifier in the chat specified in from_chat_id" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:13 +msgid "" +"New caption for media, 0-1024 characters after entities parsing. If not " +"specified, the original caption is kept" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:16 +msgid "Mode for parsing entities in the new caption." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:19 +msgid "" +"A JSON-serialized list of special entities that appear in the new " +"caption, which can be specified instead of parse_mode" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:22 +#: telebot.async_telebot.AsyncTeleBot.send_animation:45 +#: telebot.async_telebot.AsyncTeleBot.send_audio:39 +#: telebot.async_telebot.AsyncTeleBot.send_contact:20 +#: telebot.async_telebot.AsyncTeleBot.send_dice:12 +#: telebot.async_telebot.AsyncTeleBot.send_document:26 +#: telebot.async_telebot.AsyncTeleBot.send_game:11 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:67 +#: telebot.async_telebot.AsyncTeleBot.send_location:25 +#: telebot.async_telebot.AsyncTeleBot.send_message:24 +#: telebot.async_telebot.AsyncTeleBot.send_photo:22 +#: telebot.async_telebot.AsyncTeleBot.send_poll:44 +#: telebot.async_telebot.AsyncTeleBot.send_venue:27 +#: telebot.async_telebot.AsyncTeleBot.send_video:35 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:27 +#: telebot.async_telebot.AsyncTeleBot.send_voice:31 +msgid "" +"Sends the message silently. Users will receive a notification with no " +"sound." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:25 +#: telebot.async_telebot.AsyncTeleBot.send_animation:34 +#: telebot.async_telebot.AsyncTeleBot.send_audio:57 +#: telebot.async_telebot.AsyncTeleBot.send_contact:38 +#: telebot.async_telebot.AsyncTeleBot.send_document:50 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:95 +#: telebot.async_telebot.AsyncTeleBot.send_location:43 +#: telebot.async_telebot.AsyncTeleBot.send_media_group:15 +#: telebot.async_telebot.AsyncTeleBot.send_photo:25 +#: telebot.async_telebot.AsyncTeleBot.send_poll:64 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:30 +#: telebot.async_telebot.AsyncTeleBot.send_venue:51 +#: telebot.async_telebot.AsyncTeleBot.send_video:38 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:42 +#: telebot.async_telebot.AsyncTeleBot.send_voice:43 +msgid "Protects the contents of the sent message from forwarding and saving" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:28 +#: telebot.async_telebot.AsyncTeleBot.send_animation:37 +#: telebot.async_telebot.AsyncTeleBot.send_audio:29 +#: telebot.async_telebot.AsyncTeleBot.send_contact:23 +#: telebot.async_telebot.AsyncTeleBot.send_dice:15 +#: telebot.async_telebot.AsyncTeleBot.send_document:12 +#: telebot.async_telebot.AsyncTeleBot.send_game:14 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:70 +#: telebot.async_telebot.AsyncTeleBot.send_location:17 +#: telebot.async_telebot.AsyncTeleBot.send_media_group:18 +#: telebot.async_telebot.AsyncTeleBot.send_message:30 +#: telebot.async_telebot.AsyncTeleBot.send_photo:28 +#: telebot.async_telebot.AsyncTeleBot.send_poll:47 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:13 +#: telebot.async_telebot.AsyncTeleBot.send_venue:30 +#: telebot.async_telebot.AsyncTeleBot.send_video:41 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:19 +#: telebot.async_telebot.AsyncTeleBot.send_voice:20 +msgid "If the message is a reply, ID of the original message" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:31 +#: telebot.async_telebot.AsyncTeleBot.send_animation:54 +#: telebot.async_telebot.AsyncTeleBot.send_audio:54 +#: telebot.async_telebot.AsyncTeleBot.send_dice:26 +#: telebot.async_telebot.AsyncTeleBot.send_document:38 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:84 +#: telebot.async_telebot.AsyncTeleBot.send_location:40 +#: telebot.async_telebot.AsyncTeleBot.send_media_group:24 +#: telebot.async_telebot.AsyncTeleBot.send_message:33 +#: telebot.async_telebot.AsyncTeleBot.send_photo:31 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:27 +#: telebot.async_telebot.AsyncTeleBot.send_video:44 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:39 +#: telebot.async_telebot.AsyncTeleBot.send_voice:40 +msgid "" +"Pass True, if the message should be sent even if the specified replied-to" +" message is not found" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:34 +#: telebot.async_telebot.AsyncTeleBot.send_animation:40 +#: telebot.async_telebot.AsyncTeleBot.send_contact:26 +#: telebot.async_telebot.AsyncTeleBot.send_dice:18 +#: telebot.async_telebot.AsyncTeleBot.send_document:18 +#: telebot.async_telebot.AsyncTeleBot.send_game:17 +#: telebot.async_telebot.AsyncTeleBot.send_location:20 +#: telebot.async_telebot.AsyncTeleBot.send_message:36 +#: telebot.async_telebot.AsyncTeleBot.send_photo:34 +#: telebot.async_telebot.AsyncTeleBot.send_poll:53 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:16 +#: telebot.async_telebot.AsyncTeleBot.send_venue:33 +#: telebot.async_telebot.AsyncTeleBot.send_video:47 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:22 +#: telebot.async_telebot.AsyncTeleBot.send_voice:23 +msgid "" +"Additional interface options. A JSON-serialized object for an inline " +"keyboard, custom reply keyboard, instructions to remove reply keyboard or" +" to force a reply from the user." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:39 +#: telebot.async_telebot.AsyncTeleBot.delete_message:19 +#: telebot.async_telebot.AsyncTeleBot.edit_message_live_location:23 +#: telebot.async_telebot.AsyncTeleBot.forward_message:20 +#: telebot.async_telebot.AsyncTeleBot.send_animation:48 +#: telebot.async_telebot.AsyncTeleBot.send_audio:42 +#: telebot.async_telebot.AsyncTeleBot.send_chat_action:19 +#: telebot.async_telebot.AsyncTeleBot.send_contact:31 +#: telebot.async_telebot.AsyncTeleBot.send_dice:23 +#: telebot.async_telebot.AsyncTeleBot.send_document:29 +#: telebot.async_telebot.AsyncTeleBot.send_location:28 +#: telebot.async_telebot.AsyncTeleBot.send_media_group:21 +#: telebot.async_telebot.AsyncTeleBot.send_message:40 +#: telebot.async_telebot.AsyncTeleBot.send_photo:39 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:24 +#: telebot.async_telebot.AsyncTeleBot.send_venue:38 +#: telebot.async_telebot.AsyncTeleBot.send_video:52 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:30 +#: telebot.async_telebot.AsyncTeleBot.send_voice:34 +#: telebot.async_telebot.AsyncTeleBot.stop_message_live_location:19 +msgid "Timeout in seconds for the request." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:42 +#: telebot.async_telebot.AsyncTeleBot.send_audio:60 +#: telebot.async_telebot.AsyncTeleBot.send_document:53 +#: telebot.async_telebot.AsyncTeleBot.send_location:46 +#: telebot.async_telebot.AsyncTeleBot.send_photo:42 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:36 +#: telebot.async_telebot.AsyncTeleBot.send_voice:46 +msgid "Identifier of a message thread, in which the message will be sent" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:45 +#: telebot.async_telebot.AsyncTeleBot.forward_message:26 +#: telebot.async_telebot.AsyncTeleBot.reply_to:11 +#: telebot.async_telebot.AsyncTeleBot.send_animation:60 +#: telebot.async_telebot.AsyncTeleBot.send_audio:63 +#: telebot.async_telebot.AsyncTeleBot.send_contact:44 +#: telebot.async_telebot.AsyncTeleBot.send_dice:35 +#: telebot.async_telebot.AsyncTeleBot.send_document:56 +#: telebot.async_telebot.AsyncTeleBot.send_game:32 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:101 +#: telebot.async_telebot.AsyncTeleBot.send_location:49 +#: telebot.async_telebot.AsyncTeleBot.send_message:46 +#: telebot.async_telebot.AsyncTeleBot.send_photo:45 +#: telebot.async_telebot.AsyncTeleBot.send_poll:70 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:39 +#: telebot.async_telebot.AsyncTeleBot.send_venue:57 +#: telebot.async_telebot.AsyncTeleBot.send_video:61 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:48 +#: telebot.async_telebot.AsyncTeleBot.send_voice:49 +msgid "On success, the sent Message is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:46 +#: telebot.async_telebot.AsyncTeleBot.forward_message:27 +#: telebot.async_telebot.AsyncTeleBot.reply_to:12 +#: telebot.async_telebot.AsyncTeleBot.send_animation:61 +#: telebot.async_telebot.AsyncTeleBot.send_audio:64 +#: telebot.async_telebot.AsyncTeleBot.send_contact:45 +#: telebot.async_telebot.AsyncTeleBot.send_dice:36 +#: telebot.async_telebot.AsyncTeleBot.send_document:57 +#: telebot.async_telebot.AsyncTeleBot.send_location:50 +#: telebot.async_telebot.AsyncTeleBot.send_message:47 +#: telebot.async_telebot.AsyncTeleBot.send_photo:46 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:40 +#: telebot.async_telebot.AsyncTeleBot.send_venue:58 +#: telebot.async_telebot.AsyncTeleBot.send_video:62 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:49 +msgid ":class:`telebot.types.Message`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_chat_invite_link:1 +msgid "" +"Use this method to create an additional invite link for a chat. The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate administrator rights. The link can be revoked using the " +"method revokeChatInviteLink. Returns the new invite link as " +"ChatInviteLink object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_chat_invite_link:6 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#createchatinvitelink" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_chat_invite_link:8 +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:6 +#: telebot.async_telebot.AsyncTeleBot.export_chat_invite_link:6 +#: telebot.async_telebot.AsyncTeleBot.revoke_chat_invite_link:7 +msgid "" +"Id: Unique identifier for the target chat or username of the target " +"channel (in the format @channelusername)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_chat_invite_link:12 +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:10 +msgid "Invite link name; 0-32 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_chat_invite_link:15 +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:16 +msgid "Point in time (Unix timestamp) when the link will expire" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_chat_invite_link:18 +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:19 +msgid "Maximum number of users that can be members of the chat simultaneously" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_chat_invite_link:21 +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:22 +msgid "" +"True, if users joining the chat via the link need to be approved by chat " +"administrators. If True, member_limit can't be specified" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_chat_invite_link:24 +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:25 +#: telebot.async_telebot.AsyncTeleBot.revoke_chat_invite_link:14 +msgid "Returns the new invite link as ChatInviteLink object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_chat_invite_link:25 +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:26 +#: telebot.async_telebot.AsyncTeleBot.revoke_chat_invite_link:15 +msgid ":class:`telebot.types.ChatInviteLink`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_forum_topic:1 +msgid "" +"Use this method to create a topic in a forum supergroup chat. The bot " +"must be an administrator in the chat for this to work and must have the " +"can_manage_topics administrator rights. Returns information about the " +"created topic as a ForumTopic object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_forum_topic:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#createforumtopic" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_forum_topic:10 +msgid "Name of the topic, 1-128 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_forum_topic:13 +msgid "" +"Color of the topic icon in RGB format. Currently, must be one of " +"0x6FB9F0, 0xFFD67E, 0xCB86DB, 0x8EEE98, 0xFF93B2, or 0xFB6F5F" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_forum_topic:16 +msgid "" +"Custom emoji for the topic icon. Must be an emoji of type “tgs” and must " +"be exactly 1 character long" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_forum_topic:19 +msgid "" +"On success, information about the created topic is returned as a " +"ForumTopic object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_forum_topic:20 +msgid ":class:`telebot.types.ForumTopic`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:1 +msgid "" +"Use this method to create a link for an invoice. Returns the created " +"invoice link as String on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#createinvoicelink" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:7 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:8 +msgid "Product name, 1-32 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:10 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:11 +msgid "Product description, 1-255 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:13 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:14 +msgid "" +"Bot-defined invoice payload, 1-128 bytes. This will not be displayed to " +"the user, use for your internal processes." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:17 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:18 +msgid "Payments provider token, obtained via @Botfather" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:20 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:21 +msgid "" +"Three-letter ISO 4217 currency code, see " +"https://core.telegram.org/bots/payments#supported-currencies" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:24 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:25 +msgid "" +"Price breakdown, a list of components (e.g. product price, tax, discount," +" delivery cost, delivery tax, bonus, etc.)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:28 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:87 +msgid "The maximum accepted amount for tips in the smallest units of the currency" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:31 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:90 +msgid "" +"A JSON-serialized array of suggested amounts of tips in the smallest " +"units of the currency. At most 4 suggested tip amounts can be specified." +" The suggested tip amounts must be positive, passed in a strictly " +"increased order and must not exceed max_tip_amount." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:36 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:77 +msgid "" +"A JSON-serialized data about the invoice, which will be shared with the " +"payment provider. A detailed description of required fields should be " +"provided by the payment provider." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:40 +msgid "" +"URL of the product photo for the invoice. Can be a photo of the goods or " +"a photo of the invoice. People like it better when they see a photo of " +"what they are paying for." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:44 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:37 +msgid "Photo size in bytes" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:47 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:40 +msgid "Photo width" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:50 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:43 +msgid "Photo height" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:53 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:46 +msgid "Pass True, if you require the user's full name to complete the order" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:56 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:49 +msgid "Pass True, if you require the user's phone number to complete the order" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:59 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:52 +msgid "Pass True, if you require the user's email to complete the order" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:62 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:55 +msgid "" +"Pass True, if you require the user's shipping address to complete the " +"order" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:65 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:61 +msgid "Pass True, if user's phone number should be sent to provider" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:68 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:64 +msgid "Pass True, if user's email address should be sent to provider" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:71 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:58 +msgid "Pass True, if the final price depends on the shipping method" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:74 +msgid "Created invoice link as String on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:75 +#: telebot.async_telebot.AsyncTeleBot.export_chat_invite_link:11 +#: telebot.async_telebot.AsyncTeleBot.get_file_url:7 +msgid ":obj:`str`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:1 +msgid "" +"Use this method to create new sticker set owned by a user. The bot will " +"be able to edit the created sticker set. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#createnewstickerset" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:10 +msgid "" +"Short name of sticker set, to be used in t.me/addstickers/ URLs (e.g., " +"animals). Can contain only English letters, digits and underscores. Must " +"begin with a letter, can't contain consecutive underscores and must end " +"in \"_by_\". is case insensitive. 1-64 " +"characters." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:15 +msgid "Sticker set title, 1-64 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:32 +msgid "" +"Pass True, if a set of mask stickers should be created. Deprecated since " +"Bot API 6.2, use sticker_type instead." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:36 +msgid "" +"Optional, Type of stickers in the set, pass “regular” or “mask”. Custom " +"emoji sticker sets can't be created via the Bot API at the moment. By " +"default, a regular sticker set is created." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.decline_chat_join_request:1 +msgid "" +"Use this method to decline a chat join request. The bot must be an " +"administrator in the chat for this to work and must have the " +"can_invite_users administrator right. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.decline_chat_join_request:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#declinechatjoinrequest" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_chat_photo:1 +msgid "" +"Use this method to delete a chat photo. Photos can't be changed for " +"private chats. The bot must be an administrator in the chat for this to " +"work and must have the appropriate admin rights. Returns True on success." +" Note: In regular groups (non-supergroups), this method will only work if" +" the ‘All Members Are Admins’ setting is off in the target group." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_chat_photo:6 +msgid "Telegram documentation: https://core.telegram.org/bots/api#deletechatphoto" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_chat_photo:8 +#: telebot.async_telebot.AsyncTeleBot.set_chat_photo:9 +#: telebot.async_telebot.AsyncTeleBot.unpin_all_chat_messages:7 +msgid "" +"Int or Str: Unique identifier for the target chat or username of the " +"target channel (in the format @channelusername)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_chat_sticker_set:1 +msgid "" +"Use this method to delete a group sticker set from a supergroup. The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate admin rights. Use the field can_set_sticker_set optionally " +"returned in getChat requests to check if the bot can use this method. " +"Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_chat_sticker_set:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#deletechatstickerset" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_forum_topic:1 +msgid "" +"Use this method to delete a topic in a forum supergroup chat. The bot " +"must be an administrator in the chat for this to work and must have the " +"can_manage_topics administrator rights, unless it is the creator of the " +"topic. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_forum_topic:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#deleteforumtopic" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_forum_topic:10 +msgid "Identifier of the topic to delete" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_message:1 +msgid "" +"Use this method to delete a message, including service messages, with the" +" following limitations: - A message can only be deleted if it was sent " +"less than 48 hours ago. - A dice message in a private chat can only be " +"deleted if it was sent more than 24 hours ago. - Bots can delete outgoing" +" messages in private chats, groups, and supergroups. - Bots can delete " +"incoming messages in private chats. - Bots granted can_post_messages " +"permissions can delete outgoing messages in channels. - If the bot is an " +"administrator of a group, it can delete any message there. - If the bot " +"has can_delete_messages permission in a supergroup or a channel, it can " +"delete any message there. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_message:11 +msgid "Telegram documentation: https://core.telegram.org/bots/api#deletemessage" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_message:16 +msgid "Identifier of the message to delete" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_my_commands:1 +msgid "" +"Use this method to delete the list of the bot's commands for the given " +"scope and user language. After deletion, higher level commands will be " +"shown to affected users. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_my_commands:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#deletemycommands" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_my_commands:7 +#: telebot.async_telebot.AsyncTeleBot.get_my_commands:6 +#: telebot.async_telebot.AsyncTeleBot.set_my_commands:8 +msgid "" +"The scope of users for which the commands are relevant. Defaults to " +"BotCommandScopeDefault." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_my_commands:11 +#: telebot.async_telebot.AsyncTeleBot.get_my_commands:10 +#: telebot.async_telebot.AsyncTeleBot.set_my_commands:12 +msgid "" +"A two-letter ISO 639-1 language code. If empty, commands will be applied " +"to all users from the given scope, for whose language there are no " +"dedicated commands" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_state:1 +msgid "Delete the current state of a user." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_sticker_from_set:1 +msgid "" +"Use this method to delete a sticker from a set created by the bot. " +"Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_sticker_from_set:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#deletestickerfromset" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_sticker_from_set:5 +#: telebot.async_telebot.AsyncTeleBot.set_sticker_position_in_set:5 +msgid "File identifier of the sticker" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_webhook:1 +msgid "" +"Use this method to remove webhook integration if you decide to switch " +"back to getUpdates. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_webhook:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#deletewebhook" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_webhook:6 +#: telebot.async_telebot.AsyncTeleBot.set_webhook:36 +msgid "Pass True to drop all pending updates, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_webhook:9 +msgid "Request connection timeout, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.download_file:1 +msgid "Downloads file." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.download_file:3 +msgid "Path where the file should be downloaded." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.download_file:6 +msgid "bytes" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.download_file:7 +msgid ":obj:`bytes`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:1 +msgid "" +"Use this method to edit a non-primary invite link created by the bot. The" +" bot must be an administrator in the chat for this to work and must have " +"the appropriate admin rights." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editchatinvitelink" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:13 +msgid "The invite link to edit" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_forum_topic:1 +msgid "" +"Use this method to edit name and icon of a topic in a forum supergroup " +"chat. The bot must be an administrator in the chat for this to work and " +"must have can_manage_topics administrator rights, unless it is the " +"creator of the topic. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_forum_topic:5 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#editforumtopic" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_forum_topic:10 +msgid "Identifier of the topic to edit" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_forum_topic:13 +msgid "New name of the topic, 1-128 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_forum_topic:16 +msgid "" +"New custom emoji for the topic icon. Must be an emoji of type “tgs” and " +"must be exactly 1 character long" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:1 +msgid "Use this method to edit captions of messages." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editmessagecaption" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:5 +msgid "New caption of the message" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:8 +msgid "" +"Required if inline_message_id is not specified. Unique identifier for the" +" target chat or username of the target channel" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:11 +msgid "Required if inline_message_id is not specified." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:14 +msgid "" +"Required if inline_message_id is not specified. Identifier of the inline " +"message." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:17 +msgid "New caption of the message, 0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:20 +msgid "" +"A JSON-serialized array of objects that describe how the caption should " +"be parsed." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:23 +#: telebot.async_telebot.AsyncTeleBot.edit_message_media:19 +#: telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup:14 +#: telebot.async_telebot.AsyncTeleBot.edit_message_text:26 +msgid "A JSON-serialized object for an inline keyboard." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:26 +#: telebot.async_telebot.AsyncTeleBot.edit_message_media:22 +#: telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup:17 +#: telebot.async_telebot.AsyncTeleBot.edit_message_text:29 +msgid "" +"On success, if edited message is sent by the bot, the edited Message is " +"returned, otherwise True is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:27 +msgid ":obj:`types.Message` | :obj:`bool`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:3 +msgid "" +"Use this method to edit live location messages. A location can be edited " +"until its live_period expires or editing is explicitly" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:2 +msgid "" +"disabled by a call to stopMessageLiveLocation. On success, if the edited " +"message is not an inline message, the edited Message is returned, " +"otherwise True is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editmessagelivelocation" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:7 +msgid "Latitude of new location" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:10 +msgid "Longitude of new location" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:16 +msgid "" +"Required if inline_message_id is not specified. Identifier of the message" +" to edit" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:19 +#: telebot.async_telebot.AsyncTeleBot.stop_message_live_location:15 +msgid "A JSON-serialized object for a new inline keyboard." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:26 +#: telebot.async_telebot.AsyncTeleBot.edit_message_media:16 +#: telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup:11 +#: telebot.async_telebot.AsyncTeleBot.edit_message_text:14 +#: telebot.async_telebot.AsyncTeleBot.get_game_high_scores:19 +#: telebot.async_telebot.AsyncTeleBot.set_game_score:20 +msgid "" +"Required if chat_id and message_id are not specified. Identifier of the " +"inline message" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:29 +#: telebot.async_telebot.AsyncTeleBot.send_location:31 +msgid "The radius of uncertainty for the location, measured in meters; 0-1500" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:32 +msgid "" +"Direction in which the user is moving, in degrees. Must be between 1 and " +"360 if specified." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:35 +msgid "" +"The maximum distance for proximity alerts about approaching another chat " +"member, in meters. Must be between 1 and 100000 if specified." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:38 +msgid "" +"On success, if the edited message is not an inline message, the edited " +"Message is returned, otherwise True is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:39 +#: telebot.async_telebot.AsyncTeleBot.stop_message_live_location:23 +msgid ":class:`telebot.types.Message` or bool" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_media:1 +msgid "" +"Use this method to edit animation, audio, document, photo, or video " +"messages. If a message is a part of a message album, then it can be " +"edited only to a photo or a video. Otherwise, message type can be changed" +" arbitrarily. When inline message is edited, new file can't be uploaded. " +"Use previously uploaded file via its file_id or specify a URL." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_media:6 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editmessagemedia" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_media:8 +msgid "A JSON-serialized object for a new media content of the message" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_media:10 +#: telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup:5 +#: telebot.async_telebot.AsyncTeleBot.edit_message_text:8 +#: telebot.async_telebot.AsyncTeleBot.get_game_high_scores:13 +#: telebot.async_telebot.AsyncTeleBot.set_game_score:14 +msgid "" +"Required if inline_message_id is not specified. Unique identifier for the" +" target chat or username of the target channel (in the format " +"@channelusername)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_media:13 +#: telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup:8 +#: telebot.async_telebot.AsyncTeleBot.edit_message_text:11 +#: telebot.async_telebot.AsyncTeleBot.get_game_high_scores:16 +#: telebot.async_telebot.AsyncTeleBot.set_game_score:17 +msgid "" +"Required if inline_message_id is not specified. Identifier of the sent " +"message" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_media:23 +#: telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup:18 +#: telebot.async_telebot.AsyncTeleBot.edit_message_text:30 +#: telebot.async_telebot.AsyncTeleBot.set_game_score:27 +msgid ":obj:`types.Message` or :obj:`bool`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup:1 +msgid "Use this method to edit only the reply markup of messages." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editmessagereplymarkup" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_text:1 +msgid "Use this method to edit text and game messages." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_text:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#editmessagetext" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_text:5 +msgid "New text of the message, 1-4096 characters after entities parsing" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_text:17 +#: telebot.async_telebot.AsyncTeleBot.send_message:15 +msgid "Mode for parsing entities in the message text." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_text:20 +msgid "" +"List of special entities that appear in the message text, which can be " +"specified instead of parse_mode" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_text:23 +#: telebot.async_telebot.AsyncTeleBot.send_message:21 +msgid "Disables link previews for links in this message" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edited_channel_post_handler:1 +msgid "" +"Handles new version of a channel post that is known to the bot and was " +"edited. As a parameter to the decorator function, it passes " +":class:`telebot.types.Message` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edited_message_handler:1 +msgid "Handles new version of a message that is known to the bot and was edited." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edited_message_handler:3 +msgid "" +"As a parameter to the decorator function, it passes " +":class:`telebot.types.Message` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edited_message_handler:17 +#: telebot.async_telebot.AsyncTeleBot.message_handler:47 +msgid "list of chat types" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.enable_saving_states:1 +msgid "Enable saving states (by default saving disabled)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.enable_saving_states:4 +msgid "" +"It is recommended to pass a " +":class:`~telebot.asyncio_storage.StatePickleStorage` instance as " +"state_storage to TeleBot class." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.enable_saving_states:7 +msgid "Filename of saving file, defaults to \"./.state-save/states.pkl\"" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.export_chat_invite_link:1 +msgid "" +"Use this method to export an invite link to a supergroup or a channel. " +"The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.export_chat_invite_link:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#exportchatinvitelink" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.export_chat_invite_link:10 +msgid "exported invite link as String on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.forward_message:1 +msgid "Use this method to forward messages of any kind." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.forward_message:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#forwardmessage" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.forward_message:5 +msgid "" +"Sends the message silently. Users will receive a notification with no " +"sound" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.forward_message:17 +msgid "Protects the contents of the forwarded message from forwarding and saving" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.forward_message:23 +#: telebot.async_telebot.AsyncTeleBot.send_message:43 +msgid "" +"Unique identifier for the target message thread (topic) of the forum; for" +" forum supergroups only" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat:1 +msgid "" +"Use this method to get up to date information about the chat (current " +"name of the user for one-on-one conversations, current username of a " +"user, group or channel, etc.). Returns a Chat object on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getchat" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat:6 +#: telebot.async_telebot.AsyncTeleBot.get_chat_administrators:7 +#: telebot.async_telebot.AsyncTeleBot.get_chat_member_count:5 +#: telebot.async_telebot.AsyncTeleBot.leave_chat:5 +msgid "" +"Unique identifier for the target chat or username of the target " +"supergroup or channel (in the format @channelusername)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat:9 +msgid "Chat information" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat:10 +msgid ":class:`telebot.types.Chat`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_administrators:1 +msgid "" +"Use this method to get a list of administrators in a chat. On success, " +"returns an Array of ChatMember objects that contains information about " +"all chat administrators except other bots." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_administrators:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getchatadministrators" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_administrators:9 +msgid "List made of ChatMember objects." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_administrators:10 +msgid ":obj:`list` of :class:`telebot.types.ChatMember`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_member:1 +msgid "" +"Use this method to get information about a member of a chat. Returns a " +"ChatMember object on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_member:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getchatmember" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_member:11 +msgid "Returns ChatMember object on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_member:12 +msgid ":class:`telebot.types.ChatMember`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_member_count:1 +msgid "Use this method to get the number of members in a chat." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_member_count:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getchatmembercount" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_member_count:8 +msgid "Number of members in the chat." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_member_count:9 +msgid ":obj:`int`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_menu_button:1 +msgid "" +"Use this method to get the current value of the bot's menu button in a " +"private chat, or the default menu button. Returns MenuButton on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_menu_button:5 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#getchatmenubutton" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_menu_button:7 +msgid "" +"Unique identifier for the target private chat. If not specified, default " +"bot's menu button will be returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_menu_button:11 +msgid "types.MenuButton" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_menu_button:12 +msgid ":class:`telebot.types.MenuButton`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_custom_emoji_stickers:1 +msgid "" +"Use this method to get information about custom emoji stickers by their " +"identifiers. Returns an Array of Sticker objects." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_custom_emoji_stickers:4 +msgid "" +"List of custom emoji identifiers. At most 200 custom emoji identifiers " +"can be specified." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_custom_emoji_stickers:7 +msgid "Returns an Array of Sticker objects." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_custom_emoji_stickers:8 +msgid ":obj:`list` of :class:`telebot.types.Sticker`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_file:1 +msgid "" +"Use this method to get basic info about a file and prepare it for " +"downloading. For the moment, bots can download files of up to 20MB in " +"size. On success, a File object is returned. It is guaranteed that the " +"link will be valid for at least 1 hour. When the link expires, a new one " +"can be requested by calling get_file again." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_file:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getfile" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_file:9 +msgid "File identifier" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_file:12 +#: telebot.async_telebot.AsyncTeleBot.upload_sticker_file:14 +msgid ":class:`telebot.types.File`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_file_url:1 +msgid "Get a valid URL for downloading a file." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_file_url:3 +msgid "File identifier to get download URL for." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_file_url:6 +msgid "URL for downloading the file." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_forum_topic_icon_stickers:1 +msgid "" +"Use this method to get custom emoji stickers, which can be used as a " +"forum topic icon by any user. Requires no parameters. Returns an Array of" +" Sticker objects." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_forum_topic_icon_stickers:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getforumtopiciconstickers" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_forum_topic_icon_stickers:6 +msgid "On success, a list of StickerSet objects is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_forum_topic_icon_stickers:7 +msgid "List[:class:`telebot.types.StickerSet`]" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_game_high_scores:1 +msgid "" +"Use this method to get data for high score tables. Will return the score " +"of the specified user and several of their neighbors in a game. On " +"success, returns an Array of GameHighScore objects." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_game_high_scores:4 +msgid "" +"This method will currently return scores for the target user, plus two of" +" their closest neighbors on each side. Will also return the top three " +"users if the user and their neighbors are not among them. Please note " +"that this behavior is subject to change." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_game_high_scores:8 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getgamehighscores" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_game_high_scores:10 +#: telebot.async_telebot.AsyncTeleBot.retrieve_data:3 +#: telebot.async_telebot.AsyncTeleBot.set_game_score:5 +#: telebot.async_telebot.AsyncTeleBot.set_sticker_set_thumb:9 +msgid "User identifier" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_game_high_scores:22 +msgid "On success, returns an Array of GameHighScore objects." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_me:1 +msgid "Returns basic information about the bot in form of a User object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_me:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getme" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_my_commands:1 +msgid "" +"Use this method to get the current list of the bot's commands. Returns " +"List of BotCommand on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_my_commands:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getmycommands" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_my_commands:15 +msgid "List of BotCommand on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_my_commands:16 +msgid ":obj:`list` of :class:`telebot.types.BotCommand`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_my_default_administrator_rights:1 +msgid "" +"Use this method to get the current default administrator rights of the " +"bot. Returns ChatAdministratorRights on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_my_default_administrator_rights:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getmydefaultadministratorrights" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_my_default_administrator_rights:6 +msgid "" +"Pass True to get the default administrator rights of the bot in channels." +" Otherwise, the default administrator rights of the bot for groups and " +"supergroups will be returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_my_default_administrator_rights:9 +msgid "Returns ChatAdministratorRights on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_my_default_administrator_rights:10 +msgid ":class:`telebot.types.ChatAdministratorRights`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_state:1 +msgid "" +"Gets current state of a user. Not recommended to use this method. But it " +"is ok for debugging." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_state:10 +msgid "state of a user" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_state:11 +msgid ":obj:`int` or :obj:`str` or :class:`telebot.types.State`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_sticker_set:1 +msgid "" +"Use this method to get a sticker set. On success, a StickerSet object is " +"returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_sticker_set:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getstickerset" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_sticker_set:8 +msgid "On success, a StickerSet object is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_sticker_set:9 +#: telebot.async_telebot.AsyncTeleBot.set_chat_sticker_set:14 +msgid ":class:`telebot.types.StickerSet`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_updates:1 +msgid "" +"Use this method to receive incoming updates using long polling (wiki). An" +" Array of Update objects is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_updates:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getupdates" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_updates:6 +msgid "" +"Identifier of the first update to be returned. Must be greater by one " +"than the highest among the identifiers of previously received updates. By" +" default, updates starting with the earliest unconfirmed update are " +"returned. An update is considered confirmed as soon as getUpdates is " +"called with an offset higher than its update_id. The negative offset can " +"be specified to retrieve updates starting from -offset update from the " +"end of the updates queue. All previous updates will forgotten." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_updates:12 +msgid "" +"Limits the number of updates to be retrieved. Values between 1-100 are " +"accepted. Defaults to 100." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_updates:15 +#: telebot.async_telebot.AsyncTeleBot.get_webhook_info:6 +#: telebot.async_telebot.AsyncTeleBot.polling:26 +msgid "Request connection timeout" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_updates:18 +msgid "Array of string. List the types of updates you want your bot to receive." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_updates:21 +msgid "Timeout in seconds for long polling." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_updates:24 +msgid "An Array of Update objects is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_updates:25 +msgid ":obj:`list` of :class:`telebot.types.Update`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_user_profile_photos:1 +msgid "" +"Use this method to get a list of profile pictures for a user. Returns a " +":class:`telebot.types.UserProfilePhotos` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_user_profile_photos:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getuserprofilephotos" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_user_profile_photos:9 +msgid "" +"Sequential number of the first photo to be returned. By default, all " +"photos are returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_user_profile_photos:12 +msgid "" +"Limits the number of photos to be retrieved. Values between 1-100 are " +"accepted. Defaults to 100." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_user_profile_photos:15 +msgid "" +"`UserProfilePhotos " +"`_" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_user_profile_photos:16 +msgid ":class:`telebot.types.UserProfilePhotos`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_webhook_info:1 +msgid "" +"Use this method to get current webhook status. Requires no parameters. On" +" success, returns a WebhookInfo object. If the bot is using getUpdates, " +"will return an object with the url field empty." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_webhook_info:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getwebhookinfo" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_webhook_info:9 +msgid "On success, returns a WebhookInfo object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_webhook_info:10 +msgid ":class:`telebot.types.WebhookInfo`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:1 +msgid "" +"Wrap polling with infinite loop and exception handling to avoid bot stops" +" polling." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:4 +#: telebot.async_telebot.AsyncTeleBot.polling:15 +msgid "Install watchdog and psutil before using restart_on_change option." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:6 +#: telebot.async_telebot.AsyncTeleBot.polling:29 +msgid "Timeout in seconds for get_updates(Defaults to None)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:9 +#: telebot.async_telebot.AsyncTeleBot.polling:20 +msgid "skip old updates" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:12 +msgid "Aiohttp's request timeout. Defaults to 5 minutes(aiohttp.ClientTimeout)." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:15 +msgid "" +"Custom logging level for infinity_polling logging. Use logger levels from" +" logging as a value. None/NOTSET = no error logging" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:19 +#: telebot.async_telebot.AsyncTeleBot.polling:32 +msgid "" +"A list of the update types you want your bot to receive. For example, " +"specify [“message”, “edited_channel_post”, “callback_query”] to only " +"receive updates of these types. See util.update_types for a complete list" +" of available update types. Specify an empty list to receive all update " +"types except chat_member (default). If not specified, the previous " +"setting will be used. Please note that this parameter doesn't affect " +"updates created before the call to the get_updates, so unwanted updates " +"may be received for a short period of time." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:19 +#: telebot.async_telebot.AsyncTeleBot.polling:32 +msgid "" +"A list of the update types you want your bot to receive. For example, " +"specify [“message”, “edited_channel_post”, “callback_query”] to only " +"receive updates of these types. See util.update_types for a complete list" +" of available update types. Specify an empty list to receive all update " +"types except chat_member (default). If not specified, the previous " +"setting will be used." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:25 +#: telebot.async_telebot.AsyncTeleBot.polling:38 +msgid "" +"Please note that this parameter doesn't affect updates created before the" +" call to the get_updates, so unwanted updates may be received for a short" +" period of time." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:29 +msgid "Restart a file on file(s) change. Defaults to False" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:32 +#: telebot.async_telebot.AsyncTeleBot.polling:48 +msgid "Path to watch for changes. Defaults to current directory" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.inline_handler:1 +msgid "" +"Handles new incoming inline query. As a parameter to the decorator " +"function, it passes :class:`telebot.types.InlineQuery` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.kick_chat_member:1 +msgid "This function is deprecated. Use `ban_chat_member` instead" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.leave_chat:1 +msgid "" +"Use this method for your bot to leave a group, supergroup or channel. " +"Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.leave_chat:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#leavechat" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.log_out:1 +msgid "" +"Use this method to log out from the cloud Bot API server before launching" +" the bot locally. You MUST log out the bot before running it locally, " +"otherwise there is no guarantee that the bot will receive updates. After " +"a successful call, you can immediately log in on a local server, but will" +" not be able to log in back to the cloud Bot API server for 10 minutes. " +"Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.log_out:8 +msgid "Telegram documentation: https://core.telegram.org/bots/api#logout" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.message_handler:1 +msgid "" +"Handles ew incoming message of any kind - text, photo, sticker, etc. As a" +" parameter to the decorator function, it passes " +":class:`telebot.types.Message` object. All message handlers are tested in" +" the order they were added." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.message_handler:5 +msgid "Example:" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.message_handler:7 +msgid "Usage of message_handler" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.message_handler:40 +msgid "" +"Optional lambda function. The lambda receives the message to test as the " +"first parameter. It must return True if the command should handle the " +"message." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.message_handler:52 +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler:23 +#: telebot.async_telebot.AsyncTeleBot.register_inline_handler:14 +#: telebot.async_telebot.AsyncTeleBot.register_pre_checkout_query_handler:13 +msgid "decorated function" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.my_chat_member_handler:1 +msgid "" +"Handles update in a status of a bot. For private chats, this update is " +"received only when the bot is blocked or unblocked by the user. As a " +"parameter to the decorator function, it passes " +":class:`telebot.types.ChatMemberUpdated` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.pin_chat_message:1 +msgid "" +"Use this method to pin a message in a supergroup. The bot must be an " +"administrator in the chat for this to work and must have the appropriate " +"admin rights. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.pin_chat_message:5 +msgid "Telegram documentation: https://core.telegram.org/bots/api#pinchatmessage" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.pin_chat_message:11 +msgid "Identifier of a message to pin" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.pin_chat_message:14 +msgid "" +"Pass True, if it is not necessary to send a notification to all group " +"members about the new pinned message" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.poll_answer_handler:1 +msgid "" +"Handles change of user's answer in a non-anonymous poll(when user changes" +" the vote). Bots receive new votes only in polls that were sent by the " +"bot itself. As a parameter to the decorator function, it passes " +":class:`telebot.types.PollAnswer` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.poll_handler:1 +msgid "" +"Handles new state of a poll. Bots receive only updates about stopped " +"polls and polls, which are sent by the bot As a parameter to the " +"decorator function, it passes :class:`telebot.types.Poll` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.polling:1 +msgid "" +"Runs bot in long-polling mode in a main loop. This allows the bot to " +"retrieve Updates automagically and notify listeners and message handlers " +"accordingly." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.polling:4 +msgid "Warning: Do not call this function more than once!" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.polling:6 +msgid "Always gets updates." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.polling:10 +msgid "" +"Set non_stop=True if you want your bot to continue receiving updates if " +"there is an error." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.polling:17 +msgid "Do not stop polling when an ApiException occurs." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.polling:23 +msgid "Delay between two update retrivals" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.polling:42 +msgid "Deprecated, use non_stop. Old typo, kept for backward compatibility." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.polling:45 +msgid "Restart a file on file(s) change. Defaults to False." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.pre_checkout_query_handler:1 +msgid "" +"New incoming pre-checkout query. Contains full information about " +"checkout. As a parameter to the decorator function, it passes " +":class:`telebot.types.PreCheckoutQuery` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.process_new_updates:1 +msgid "" +"Process new updates. Just pass list of updates - each update should be " +"instance of Update object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.process_new_updates:5 +msgid "list of updates" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:1 +msgid "" +"Use this method to promote or demote a user in a supergroup or a channel." +" The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights. Pass False for all boolean parameters " +"to demote a user." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#promotechatmember" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:7 +msgid "" +"Unique identifier for the target chat or username of the target channel (" +" in the format @channelusername)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:14 +msgid "" +"Pass True, if the administrator can change chat title, photo and other " +"settings" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:17 +msgid "Pass True, if the administrator can create channel posts, channels only" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:20 +msgid "" +"Pass True, if the administrator can edit messages of other users, " +"channels only" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:23 +msgid "Pass True, if the administrator can delete messages of other users" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:26 +msgid "Pass True, if the administrator can invite new users to the chat" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:29 +msgid "Pass True, if the administrator can restrict, ban or unban chat members" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:32 +msgid "Pass True, if the administrator can pin messages, supergroups only" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:35 +msgid "" +"Pass True, if the administrator can add new administrators with a subset " +"of his own privileges or demote administrators that he has promoted, " +"directly or indirectly (promoted by administrators that were appointed by" +" him)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:40 +msgid "Pass True, if the administrator's presence in the chat is hidden" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:43 +msgid "" +"Pass True, if the administrator can access the chat event log, chat " +"statistics, message statistics in channels, see channel members, see " +"anonymous administrators in supergroups and ignore slow mode. Implied by " +"any other administrator privilege" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:49 +msgid "" +"Pass True, if the administrator can manage voice chats For now, bots can " +"use this privilege only for passing to other administrators." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:53 +msgid "Deprecated, use can_manage_video_chats." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:56 +msgid "" +"Pass True if the user is allowed to create, rename, close, and reopen " +"forum topics, supergroups only" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_callback_query_handler:1 +msgid "Registers callback query handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_callback_query_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_channel_post_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_chat_join_request_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_chat_member_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_chosen_inline_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_inline_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_message_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_my_chat_member_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_poll_answer_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_poll_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_pre_checkout_query_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_shipping_query_handler:3 +msgid "function to be called" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_callback_query_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_channel_post_handler:18 +#: telebot.async_telebot.AsyncTeleBot.register_chat_join_request_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_chat_member_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_chosen_inline_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler:18 +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:21 +#: telebot.async_telebot.AsyncTeleBot.register_inline_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_message_handler:21 +#: telebot.async_telebot.AsyncTeleBot.register_my_chat_member_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_poll_answer_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_poll_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_pre_checkout_query_handler:8 +#: telebot.async_telebot.AsyncTeleBot.register_shipping_query_handler:9 +msgid "" +"True if you need to pass TeleBot instance to handler(useful for " +"separating handlers into different files)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_channel_post_handler:1 +msgid "Registers channel post message handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_channel_post_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_message_handler:9 +msgid "list of commands" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_channel_post_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:12 +msgid "Regular expression" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_chat_join_request_handler:1 +msgid "Registers chat join request handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_chat_member_handler:1 +msgid "Registers chat member handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_chat_member_handler:14 +msgid ":return:None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_chosen_inline_handler:1 +msgid "Registers chosen inline handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler:1 +msgid "Registers edited channel post message handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:1 +msgid "Registers edited message handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:18 +msgid "True for private chat" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_inline_handler:1 +msgid "Registers inline handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_message_handler:1 +msgid "Registers message handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_message_handler:18 +msgid "List of chat types" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_my_chat_member_handler:1 +msgid "Registers my chat member handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_poll_answer_handler:1 +msgid "Registers poll answer handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_poll_handler:1 +msgid "Registers poll handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_pre_checkout_query_handler:1 +msgid "Registers pre-checkout request handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_shipping_query_handler:1 +msgid "Registers shipping query handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.remove_webhook:1 +msgid "Alternative for delete_webhook but uses set_webhook" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.reopen_forum_topic:1 +msgid "" +"Use this method to reopen a closed topic in a forum supergroup chat. The " +"bot must be an administrator in the chat for this to work and must have " +"the can_manage_topics administrator rights, unless it is the creator of " +"the topic. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.reopen_forum_topic:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#reopenforumtopic" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.reopen_forum_topic:10 +msgid "Identifier of the topic to reopen" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.reply_to:1 +msgid "" +"Convenience function for `send_message(message.chat.id, text, " +"reply_to_message_id=message.message_id, **kwargs)`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.reply_to:3 +msgid "Instance of :class:`telebot.types.Message`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.reply_to:6 +msgid "Text of the message." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.reply_to:9 +msgid "" +"Additional keyword arguments which are passed to " +":meth:`telebot.TeleBot.send_message`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.reset_data:1 +msgid "Reset data for a user in chat." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:1 +msgid "" +"Use this method to restrict a user in a supergroup. The bot must be an " +"administrator in the supergroup for this to work and must have the " +"appropriate admin rights. Pass True for all boolean parameters to lift " +"restrictions from a user." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#restrictchatmember" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:14 +msgid "" +"Date when restrictions will be lifted for the user, unix time. If user is" +" restricted for more than 366 days or less than 30 seconds from the " +"current time, they are considered to be restricted forever" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:19 +msgid "" +"Pass True, if the user can send text messages, contacts, locations and " +"venues" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:22 +msgid "" +"Pass True, if the user can send audios, documents, photos, videos, video " +"notes and voice notes, implies can_send_messages" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:26 +msgid "Pass True, if the user is allowed to send polls, implies can_send_messages" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:29 +msgid "" +"Pass True, if the user can send animations, games, stickers and use " +"inline bots, implies can_send_media_messages" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:32 +msgid "" +"Pass True, if the user may add web page previews to their messages, " +"implies can_send_media_messages" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:36 +msgid "" +"Pass True, if the user is allowed to change the chat title, photo and " +"other settings. Ignored in public supergroups" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:40 +msgid "" +"Pass True, if the user is allowed to invite new users to the chat, " +"implies can_invite_users" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:44 +msgid "" +"Pass True, if the user is allowed to pin messages. Ignored in public " +"supergroups" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:47 +#: telebot.async_telebot.AsyncTeleBot.set_chat_permissions:14 +#: telebot.async_telebot.AsyncTeleBot.unban_chat_member:19 +msgid "True on success" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.retrieve_data:1 +msgid "Returns context manager with data for a user in chat." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.retrieve_data:6 +msgid "Chat's unique identifier, defaults to user_id" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.retrieve_data:9 +msgid "Context manager with data for a user in chat" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.revoke_chat_invite_link:1 +msgid "" +"Use this method to revoke an invite link created by the bot. Note: If the" +" primary link is revoked, a new link is automatically generated The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate admin rights." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.revoke_chat_invite_link:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#revokechatinvitelink" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.revoke_chat_invite_link:11 +msgid "The invite link to revoke" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:1 +msgid "This class sets webhooks and listens to a given url and port." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:3 +msgid "IP address to listen to. Defaults to 0.0.0.0" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:5 +msgid "A port which will be used to listen to webhooks." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:6 +msgid "Path to the webhook. Defaults to /token" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:7 +msgid "Path to the certificate file." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:8 +msgid "Path to the certificate key file." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:9 +msgid "Webhook URL." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:10 +msgid "" +"Maximum allowed number of simultaneous HTTPS connections to the webhook " +"for update delivery, 1-100. Defaults to 40. Use lower values to limit the" +" load on your bot's server, and higher values to increase your bot's " +"throughput." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:11 +msgid "" +"A JSON-serialized list of the update types you want your bot to receive. " +"For example, specify [“message”, “edited_channel_post”, “callback_query”]" +" to only receive updates of these types. See Update for a complete list " +"of available update types. Specify an empty list to receive all updates " +"regardless of type (default). If not specified, the previous setting will" +" be used." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:12 +msgid "" +"The fixed IP address which will be used to send webhook requests instead " +"of the IP address resolved through DNS" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:13 +msgid "Pass True to drop all pending updates" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:14 +msgid "Integer. Request connection timeout" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:15 +msgid "Secret token to be used to verify the webhook request." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:1 +msgid "" +"Use this method to send animation files (GIF or H.264/MPEG-4 AVC video " +"without sound). On success, the sent Message is returned. Bots can " +"currently send animation files of up to 50 MB in size, this limit may be " +"changed in the future." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendanimation" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:9 +msgid "" +"Animation to send. Pass a file_id as String to send an animation that " +"exists on the Telegram servers (recommended), pass an HTTP URL as a " +"String for Telegram to get an animation from the Internet, or upload a " +"new animation using multipart/form-data." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:13 +msgid "Duration of sent animation in seconds" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:16 +msgid "Animation width" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:19 +msgid "Animation height" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:22 +#: telebot.async_telebot.AsyncTeleBot.send_video:20 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:33 +msgid "" +"Thumbnail of the file sent; can be ignored if thumbnail generation for " +"the file is supported server-side. The thumbnail should be in JPEG format" +" and less than 200 kB in size. A thumbnail's width and height should not " +"exceed 320. Ignored if the file is not uploaded using multipart/form-" +"data. Thumbnails can't be reused and can be only uploaded as a new file, " +"so you can pass “attach://” if the thumbnail was " +"uploaded using multipart/form-data under ." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:28 +msgid "" +"Animation caption (may also be used when resending animation by file_id)," +" 0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:31 +msgid "Mode for parsing entities in the animation caption" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:51 +#: telebot.async_telebot.AsyncTeleBot.send_video:29 +msgid "" +"List of special entities that appear in the caption, which can be " +"specified instead of parse_mode" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:57 +#: telebot.async_telebot.AsyncTeleBot.send_video:58 +msgid "Identifier of a message thread, in which the video will be sent" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:1 +msgid "" +"Use this method to send audio files, if you want Telegram clients to " +"display them in the music player. Your audio must be in the .MP3 or .M4A " +"format. On success, the sent Message is returned. Bots can currently send" +" audio files of up to 50 MB in size, this limit may be changed in the " +"future." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:5 +msgid "For sending voice messages, use the send_voice method instead." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendaudio" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:12 +msgid "" +"Audio file to send. Pass a file_id as String to send an audio file that " +"exists on the Telegram servers (recommended), pass an HTTP URL as a " +"String for Telegram to get an audio file from the Internet, or upload a " +"new one using multipart/form-data. Audio must be in the .MP3 or .M4A " +"format." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:17 +msgid "Audio caption, 0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:20 +msgid "Duration of the audio in seconds" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:23 +msgid "Performer" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:26 +msgid "Track name" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:36 +msgid "" +"Mode for parsing entities in the audio caption. See formatting options " +"for more details." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:45 +msgid "" +"Thumbnail of the file sent; can be ignored if thumbnail generation for " +"the file is supported server-side. The thumbnail should be in JPEG format" +" and less than 200 kB in size. A thumbnail's width and height should not " +"exceed 320. Ignored if the file is not uploaded using multipart/form-" +"data. Thumbnails can't be reused and can be only uploaded as a new file, " +"so you can pass “attach://” if the thumbnail was " +"uploaded using multipart/form-data under " +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:51 +#: telebot.async_telebot.AsyncTeleBot.send_document:35 +#: telebot.async_telebot.AsyncTeleBot.send_photo:19 +#: telebot.async_telebot.AsyncTeleBot.send_voice:37 +msgid "" +"A JSON-serialized list of special entities that appear in the caption, " +"which can be specified instead of parse_mode" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_chat_action:1 +msgid "" +"Use this method when you need to tell the user that something is " +"happening on the bot's side. The status is set for 5 seconds or less " +"(when a message arrives from your bot, Telegram clients clear its typing " +"status). Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_chat_action:5 +msgid "" +"Example: The ImageBot needs some time to process a request and upload the" +" image. Instead of sending a text message along the lines of “Retrieving " +"image, please wait…”, the bot may use sendChatAction with action = " +"upload_photo. The user will see a “sending photo” status for the bot." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_chat_action:8 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendchataction" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_chat_action:10 +#: telebot.async_telebot.AsyncTeleBot.send_contact:5 +#: telebot.async_telebot.AsyncTeleBot.send_poll:6 +#: telebot.async_telebot.AsyncTeleBot.send_venue:5 +#: telebot.async_telebot.AsyncTeleBot.stop_poll:5 +msgid "Unique identifier for the target chat or username of the target channel" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_chat_action:13 +msgid "" +"Type of action to broadcast. Choose one, depending on what the user is " +"about to receive: typing for text messages, upload_photo for photos, " +"record_video or upload_video for videos, record_voice or upload_voice for" +" voice notes, upload_document for general files, choose_sticker for " +"stickers, find_location for location data, record_video_note or " +"upload_video_note for video notes." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_contact:1 +msgid "" +"Use this method to send phone contacts. On success, the sent Message is " +"returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_contact:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendcontact" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_contact:8 +msgid "Contact's phone number" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_contact:11 +msgid "Contact's first name" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_contact:14 +msgid "Contact's last name" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_contact:17 +msgid "Additional data about the contact in the form of a vCard, 0-2048 bytes" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_contact:34 +#: telebot.async_telebot.AsyncTeleBot.send_game:23 +#: telebot.async_telebot.AsyncTeleBot.send_venue:41 +msgid "" +"Pass True, if the message should be sent even if one of the specified " +"replied-to messages is not found." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_contact:41 +#: telebot.async_telebot.AsyncTeleBot.send_venue:54 +msgid "The thread to which the message will be sent" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_dice:1 +msgid "" +"Use this method to send an animated emoji that will display a random " +"value. On success, the sent Message is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_dice:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#senddice" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_dice:8 +msgid "" +"Emoji on which the dice throw animation is based. Currently, must be one " +"of “🎲”, “🎯”, “🏀”, “⚽”, “🎳”, or “🎰”. Dice can have values 1-6 for “🎲”, “🎯”" +" and “🎳”, values 1-5 for “🏀” and “⚽”, and values 1-64 for “🎰”. Defaults " +"to “🎲”" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_dice:29 +msgid "Protects the contents of the sent message from forwarding" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_dice:32 +msgid "" +"The identifier of a message thread, unique within the chat to which the " +"message with the thread identifier belongs" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_document:1 +msgid "Use this method to send general files." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_document:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#senddocument" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_document:8 +msgid "" +"(document) File to send. Pass a file_id as String to send a file that " +"exists on the Telegram servers (recommended), pass an HTTP URL as a " +"String for Telegram to get a file from the Internet, or upload a new one " +"using multipart/form-data" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_document:15 +msgid "" +"Document caption (may also be used when resending documents by file_id), " +"0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_document:23 +msgid "Mode for parsing entities in the document caption" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_document:32 +msgid "" +"InputFile or String : Thumbnail of the file sent; can be ignored if " +"thumbnail generation for the file is supported server-side. The thumbnail" +" should be in JPEG format and less than 200 kB in size. A thumbnail's " +"width and height should not exceed 320. Ignored if the file is not " +"uploaded using multipart/form-data. Thumbnails can't be reused and can be" +" only uploaded as a new file, so you can pass " +"“attach://” if the thumbnail was uploaded using " +"multipart/form-data under " +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_document:41 +msgid "" +"allows to define file name that will be visible in the Telegram instead " +"of original file name" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_document:44 +msgid "" +"Disables automatic server-side content type detection for files uploaded " +"using multipart/form-data" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_document:47 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:33 +#: telebot.async_telebot.AsyncTeleBot.send_video:55 +msgid "function typo miss compatibility: do not use it" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_game:1 +msgid "Used to send the game." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_game:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendgame" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_game:8 +msgid "" +"Short name of the game, serves as the unique identifier for the game. Set" +" up your games via @BotFather." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_game:20 +msgid "Timeout in seconds for waiting for a response from the bot." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_game:26 +msgid "" +"Pass True, if content of the message needs to be protected from being " +"viewed by the bot." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_game:29 +msgid "Identifier of the thread to which the message will be sent." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_game:33 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:102 +#: telebot.async_telebot.AsyncTeleBot.send_poll:71 +msgid ":obj:`types.Message`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_invoice:1 +msgid "Sends invoice." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_invoice:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendinvoice" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_invoice:5 +msgid "Unique identifier for the target private chat" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_invoice:29 +msgid "" +"Unique deep-linking parameter that can be used to generate this invoice " +"when used as a start parameter" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_invoice:33 +msgid "" +"URL of the product photo for the invoice. Can be a photo of the goods or " +"a marketing image for a service. People like it better when they see what" +" they are paying for." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_invoice:73 +msgid "" +"A JSON-serialized object for an inline keyboard. If empty, one 'Pay total" +" price' button will be shown. If not empty, the first button must be a " +"Pay button" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_invoice:81 +#: telebot.async_telebot.AsyncTeleBot.set_webhook:39 +msgid "Timeout of a request, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_invoice:98 +msgid "" +"The identifier of a message thread, in which the invoice message will be " +"sent" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_location:1 +msgid "" +"Use this method to send point on the map. On success, the sent Message is" +" returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_location:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendlocation" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_location:8 +msgid "Latitude of the location" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_location:11 +msgid "Longitude of the location" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_location:14 +msgid "" +"Period in seconds for which the location will be updated (see Live " +"Locations, should be between 60 and 86400." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_location:34 +msgid "" +"For live locations, a direction in which the user is moving, in degrees. " +"Must be between 1 and 360 if specified." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_location:37 +msgid "" +"For live locations, a maximum distance for proximity alerts about " +"approaching another chat member, in meters. Must be between 1 and 100000 " +"if specified." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_media_group:1 +msgid "" +"Use this method to send a group of photos, videos, documents or audios as" +" an album. Documents and audio files can be only grouped in an album with" +" messages of the same type. On success, an array of Messages that were " +"sent is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_media_group:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendmediagroup" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_media_group:9 +msgid "" +"A JSON-serialized array describing messages to be sent, must include 2-10" +" items" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_media_group:12 +msgid "" +"Sends the messages silently. Users will receive a notification with no " +"sound." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_media_group:27 +msgid "Identifier of a message thread, in which the messages will be sent" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_media_group:30 +msgid "On success, an array of Messages that were sent is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_message:1 +msgid "Use this method to send text messages." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_message:3 +msgid "" +"Warning: Do not send more than about 4096 characters each message, " +"otherwise you'll risk an HTTP 414 error. If you must send more than 4096 " +"characters, use the `split_string` or `smart_split` function in util.py." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_message:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendmessage" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_message:12 +msgid "Text of the message to be sent" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_message:18 +msgid "" +"List of special entities that appear in message text, which can be " +"specified instead of parse_mode" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_message:27 +msgid "" +"If True, the message content will be hidden for all users except for the " +"target user" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_photo:1 +msgid "Use this method to send photos. On success, the sent Message is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_photo:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendphoto" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_photo:8 +msgid "" +"Photo to send. Pass a file_id as String to send a photo that exists on " +"the Telegram servers (recommended), pass an HTTP URL as a String for " +"Telegram to get a photo from the Internet, or upload a new photo using " +"multipart/form-data. The photo must be at most 10 MB in size. The photo's" +" width and height must not exceed 10000 in total. Width and height ratio " +"must be at most 20." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_photo:13 +msgid "" +"Photo caption (may also be used when resending photos by file_id), 0-1024" +" characters after entities parsing" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_photo:16 +msgid "Mode for parsing entities in the photo caption." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:1 +msgid "" +"Use this method to send a native poll. On success, the sent Message is " +"returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendpoll" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:9 +msgid "Poll question, 1-300 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:12 +msgid "" +"A JSON-serialized list of answer options, 2-10 strings 1-100 characters " +"each" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:15 +msgid "True, if the poll needs to be anonymous, defaults to True" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:18 +msgid "Poll type, “quiz” or “regular”, defaults to “regular”" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:21 +msgid "" +"True, if the poll allows multiple answers, ignored for polls in quiz " +"mode, defaults to False" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:24 +msgid "" +"0-based identifier of the correct answer option. Available only for polls" +" in quiz mode, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:28 +msgid "" +"Text that is shown when a user chooses an incorrect answer or taps on the" +" lamp icon in a quiz-style poll, 0-200 characters with at most 2 line " +"feeds after entities parsing" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:32 +msgid "" +"Mode for parsing entities in the explanation. See formatting options for " +"more details." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:35 +msgid "" +"Amount of time in seconds the poll will be active after creation, 5-600. " +"Can't be used together with close_date." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:38 +msgid "Point in time (Unix timestamp) when the poll will be automatically closed." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:41 +msgid "" +"Pass True, if the poll needs to be immediately closed. This can be useful" +" for poll preview." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:50 +msgid "Pass True, if the poll allows multiple options to be voted simultaneously." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:57 +msgid "Timeout in seconds for waiting for a response from the user." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:60 +msgid "" +"A JSON-serialized list of special entities that appear in the " +"explanation, which can be specified instead of parse_mode" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:67 +msgid "The identifier of a message thread, in which the poll will be sent" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_sticker:1 +msgid "" +"Use this method to send static .WEBP, animated .TGS, or video .WEBM " +"stickers. On success, the sent Message is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_sticker:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendsticker" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_sticker:9 +msgid "" +"Sticker to send. Pass a file_id as String to send a file that exists on " +"the Telegram servers (recommended), pass an HTTP URL as a String for " +"Telegram to get a .webp file from the Internet, or upload a new one using" +" multipart/form-data." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_sticker:21 +msgid "to disable the notification" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:1 +msgid "" +"Use this method to send information about a venue. On success, the sent " +"Message is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendvenue" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:8 +msgid "Latitude of the venue" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:11 +msgid "Longitude of the venue" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:14 +msgid "Name of the venue" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:17 +msgid "Address of the venue" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:20 +msgid "Foursquare identifier of the venue" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:23 +msgid "" +"Foursquare type of the venue, if known. (For example, " +"“arts_entertainment/default”, “arts_entertainment/aquarium” or " +"“food/icecream”.)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:45 +msgid "Google Places identifier of the venue" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:48 +msgid "Google Places type of the venue." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video:1 +msgid "" +"Use this method to send video files, Telegram clients support mp4 videos " +"(other formats may be sent as Document)." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendvideo" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video:8 +msgid "" +"Video to send. You can either pass a file_id as String to resend a video " +"that is already on the Telegram servers, or upload a new video file using" +" multipart/form-data." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video:11 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:13 +msgid "Duration of sent video in seconds" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video:14 +msgid "Video width" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video:17 +msgid "Video height" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video:23 +msgid "" +"Video caption (may also be used when resending videos by file_id), 0-1024" +" characters after entities parsing" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video:26 +msgid "Mode for parsing entities in the video caption" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video:32 +msgid "Pass True, if the uploaded video is suitable for streaming" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video_note:1 +msgid "" +"As of v.4.0, Telegram clients support rounded square MPEG4 videos of up " +"to 1 minute long. Use this method to send video messages. On success, the" +" sent Message is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video_note:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendvideonote" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video_note:9 +msgid "" +"Video note to send. Pass a file_id as String to send a video note that " +"exists on the Telegram servers (recommended) or upload a new video using " +"multipart/form-data. Sending video notes by a URL is currently " +"unsupported" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video_note:16 +msgid "Video width and height, i.e. diameter of the video message" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video_note:45 +msgid "Identifier of a message thread, in which the video note will be sent" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_voice:1 +msgid "" +"Use this method to send audio files, if you want Telegram clients to " +"display the file as a playable voice message. For this to work, your " +"audio must be in an .OGG file encoded with OPUS (other formats may be " +"sent as Audio or Document). On success, the sent Message is returned. " +"Bots can currently send voice messages of up to 50 MB in size, this limit" +" may be changed in the future." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_voice:5 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendvoice" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_voice:10 +msgid "" +"Audio file to send. Pass a file_id as String to send a file that exists " +"on the Telegram servers (recommended), pass an HTTP URL as a String for " +"Telegram to get a file from the Internet, or upload a new one using " +"multipart/form-data." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_voice:14 +msgid "Voice message caption, 0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_voice:17 +msgid "Duration of the voice message in seconds" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_voice:28 +msgid "" +"Mode for parsing entities in the voice message caption. See formatting " +"options for more details." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title:1 +msgid "" +"Use this method to set a custom title for an administrator in a " +"supergroup promoted by the bot. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatadministratorcustomtitle" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title:13 +msgid "" +"New custom title for the administrator; 0-16 characters, emoji are not " +"allowed" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_description:1 +msgid "" +"Use this method to change the description of a supergroup or a channel. " +"The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_description:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatdescription" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_description:10 +msgid "Str: New chat description, 0-255 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_menu_button:1 +msgid "" +"Use this method to change the bot's menu button in a private chat, or the" +" default menu button. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_menu_button:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatmenubutton" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_menu_button:7 +msgid "" +"Unique identifier for the target private chat. If not specified, default " +"bot's menu button will be changed." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_menu_button:11 +msgid "" +"A JSON-serialized object for the new bot's menu button. Defaults to " +"MenuButtonDefault" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_permissions:1 +msgid "" +"Use this method to set default chat permissions for all members. The bot " +"must be an administrator in the group or a supergroup for this to work " +"and must have the can_restrict_members admin rights." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_permissions:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatpermissions" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_permissions:11 +msgid "New default chat permissions" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_photo:1 +msgid "" +"Use this method to set a new profile photo for the chat. Photos can't be " +"changed for private chats. The bot must be an administrator in the chat " +"for this to work and must have the appropriate admin rights. Returns True" +" on success. Note: In regular groups (non-supergroups), this method will " +"only work if the ‘All Members Are Admins’ setting is off in the target " +"group." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_photo:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#setchatphoto" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_photo:13 +msgid "InputFile: New chat photo, uploaded using multipart/form-data" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_sticker_set:1 +msgid "" +"Use this method to set a new group sticker set for a supergroup. The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate administrator rights. Use the field can_set_sticker_set " +"optionally returned in getChat requests to check if the bot can use this " +"method. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_sticker_set:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatstickerset" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_sticker_set:10 +msgid "Name of the sticker set to be set as the group sticker set" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_sticker_set:13 +msgid "StickerSet object" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_title:1 +msgid "" +"Use this method to change the title of a chat. Titles can't be changed " +"for private chats. The bot must be an administrator in the chat for this " +"to work and must have the appropriate admin rights. Returns True on " +"success. Note: In regular groups (non-supergroups), this method will only" +" work if the ‘All Members Are Admins’ setting is off in the target group." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_title:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#setchattitle" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_title:13 +msgid "New chat title, 1-255 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_game_score:1 +msgid "Sets the value of points in the game to a specific user." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_game_score:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#setgamescore" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_game_score:8 +msgid "New score, must be non-negative" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_game_score:11 +msgid "" +"Pass True, if the high score is allowed to decrease. This can be useful " +"when fixing mistakes or banning cheaters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_game_score:23 +msgid "" +"Pass True, if the game message should not be automatically edited to " +"include the current scoreboard" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_game_score:26 +msgid "" +"On success, if the message was sent by the bot, returns the edited " +"Message, otherwise returns True." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_my_commands:1 +msgid "Use this method to change the list of the bot's commands." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_my_commands:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#setmycommands" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_my_commands:5 +msgid "List of BotCommand. At most 100 commands can be specified." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_my_default_administrator_rights:1 +msgid "" +"Use this method to change the default administrator rights requested by " +"the bot when it's added as an administrator to groups or channels. These " +"rights will be suggested to users, but they are are free to modify the " +"list before adding the bot. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_my_default_administrator_rights:7 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setmydefaultadministratorrights" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_my_default_administrator_rights:9 +msgid "" +"A JSON-serialized object describing new default administrator rights. If " +"not specified, the default administrator rights will be cleared." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_my_default_administrator_rights:13 +msgid "" +"Pass True to change the default administrator rights of the bot in " +"channels. Otherwise, the default administrator rights of the bot for " +"groups and supergroups will be changed." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_state:1 +msgid "Sets a new state of a user." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_state:5 +msgid "" +"You should set both user id and chat id in order to set state for a user " +"in a chat. Otherwise, if you only set user_id, chat_id will equal to " +"user_id, this means that state will be set for the user in his private " +"chat with a bot." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_state:12 +msgid "new state. can be string, integer, or :class:`telebot.types.State`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_sticker_position_in_set:1 +msgid "" +"Use this method to move a sticker in a set created by the bot to a " +"specific position . Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_sticker_position_in_set:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setstickerpositioninset" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_sticker_position_in_set:8 +msgid "New sticker position in the set, zero-based" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_sticker_set_thumb:1 +msgid "" +"Use this method to set the thumbnail of a sticker set. Animated " +"thumbnails can be set for animated sticker sets only. Returns True on " +"success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_sticker_set_thumb:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setstickersetthumb" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_update_listener:1 +msgid "Update listener is a function that gets any update." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_update_listener:3 +msgid "function that should get update." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_update_listener:6 +msgid "Example on asynchronous update listeners." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:1 +msgid "" +"Use this method to specify a URL and receive incoming updates via an " +"outgoing webhook. Whenever there is an update for the bot, we will send " +"an HTTPS POST request to the specified URL, containing a JSON-serialized " +"Update. In case of an unsuccessful request, we will give up after a " +"reasonable amount of attempts. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:6 +msgid "" +"If you'd like to make sure that the webhook was set by you, you can " +"specify secret data in the parameter secret_token. If specified, the " +"request will contain a header “X-Telegram-Bot-Api-Secret-Token” with the " +"secret token as content." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:9 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#setwebhook" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:11 +msgid "" +"HTTPS URL to send updates to. Use an empty string to remove webhook " +"integration, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:14 +msgid "" +"Upload your public key certificate so that the root certificate in use " +"can be checked, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:17 +msgid "" +"The maximum allowed number of simultaneous HTTPS connections to the " +"webhook for update delivery, 1-100. Defaults to 40. Use lower values to " +"limit the load on your bot's server, and higher values to increase your " +"bot's throughput, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:22 +msgid "" +"A JSON-serialized list of the update types you want your bot to receive. " +"For example, specify [“message”, “edited_channel_post”, “callback_query”]" +" to only receive updates of these types. See Update for a complete list " +"of available update types. Specify an empty list to receive all update " +"types except chat_member (default). If not specified, the previous " +"setting will be used. Please note that this parameter doesn't affect " +"updates created before the call to the setWebhook, so unwanted updates " +"may be received for a short period of time. Defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:22 +msgid "" +"A JSON-serialized list of the update types you want your bot to receive. " +"For example, specify [“message”, “edited_channel_post”, “callback_query”]" +" to only receive updates of these types. See Update for a complete list " +"of available update types. Specify an empty list to receive all update " +"types except chat_member (default). If not specified, the previous " +"setting will be used." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:27 +msgid "" +"Please note that this parameter doesn't affect updates created before the" +" call to the setWebhook, so unwanted updates may be received for a short " +"period of time. Defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:32 +msgid "" +"The fixed IP address which will be used to send webhook requests instead " +"of the IP address resolved through DNS, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:42 +msgid "" +"A secret token to be sent in a header “X-Telegram-Bot-Api-Secret-Token” " +"in every webhook request, 1-256 characters. Only characters A-Z, a-z, " +"0-9, _ and - are allowed. The header is useful to ensure that the request" +" comes from a webhook set by you. Defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:47 +msgid ":obj:`bool` if the request was successful." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.setup_middleware:1 +msgid "Setup middleware." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.setup_middleware:5 +msgid "" +"Take a look at the " +":class:`telebot.asyncio_handler_backends.BaseMiddleware` section for " +"more." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.setup_middleware:7 +msgid "Middleware-class." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.shipping_query_handler:1 +msgid "" +"Handles new incoming shipping query. Only for invoices with flexible " +"price. As a parameter to the decorator function, it passes " +":class:`telebot.types.ShippingQuery` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.skip_updates:1 +msgid "Skip existing updates. Only last update will remain on server." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_message_live_location:1 +msgid "" +"Use this method to stop updating a live location message before " +"live_period expires. On success, if the message is not an inline message," +" the edited Message is returned, otherwise True is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_message_live_location:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#stopmessagelivelocation" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_message_live_location:9 +msgid "" +"Required if inline_message_id is not specified. Identifier of the message" +" with live location to stop" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_message_live_location:12 +msgid "" +"Required if chat_id and message_id are not specified. Identifier of the " +"inline message with live location to stop" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_message_live_location:22 +msgid "" +"On success, if the message is not an inline message, the edited Message " +"is returned, otherwise True is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_poll:1 +msgid "" +"Use this method to stop a poll which was sent by the bot. On success, the" +" stopped Poll is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_poll:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#stoppoll" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_poll:8 +msgid "Identifier of the original message with the poll" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_poll:11 +msgid "A JSON-serialized object for a new message markup." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_poll:14 +msgid "On success, the stopped Poll is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_poll:15 +msgid ":obj:`types.Poll`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unban_chat_member:1 +msgid "" +"Use this method to unban a previously kicked user in a supergroup or " +"channel. The user will not return to the group or channel automatically, " +"but will be able to join via link, etc. The bot must be an administrator " +"for this to work. By default, this method guarantees that after the call " +"the user is not a member of the chat, but will be able to join it. So if " +"the user is a member of the chat they will also be removed from the chat." +" If you don't want this, use the parameter only_if_banned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unban_chat_member:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#unbanchatmember" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unban_chat_member:9 +msgid "" +"Unique identifier for the target group or username of the target " +"supergroup or channel (in the format @username)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unban_chat_member:16 +msgid "Do nothing if the user is not banned" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unban_chat_sender_chat:1 +msgid "" +"Use this method to unban a previously banned channel chat in a supergroup" +" or channel. The bot must be an administrator for this to work and must " +"have the appropriate administrator rights. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unban_chat_sender_chat:6 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#unbanchatsenderchat" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unban_chat_sender_chat:11 +msgid "Unique identifier of the target sender chat." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unpin_all_chat_messages:1 +msgid "" +"Use this method to unpin a all pinned messages in a supergroup chat. The " +"bot must be an administrator in the chat for this to work and must have " +"the appropriate admin rights. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unpin_all_chat_messages:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#unpinallchatmessages" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unpin_all_forum_topic_messages:1 +msgid "" +"Use this method to clear the list of pinned messages in a forum topic. " +"The bot must be an administrator in the chat for this to work and must " +"have the can_pin_messages administrator right in the supergroup. Returns " +"True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unpin_all_forum_topic_messages:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#unpinallforumtopicmessages" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unpin_all_forum_topic_messages:10 +msgid "Identifier of the topic" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unpin_chat_message:1 +msgid "" +"Use this method to unpin specific pinned message in a supergroup chat. " +"The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unpin_chat_message:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#unpinchatmessage" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unpin_chat_message:11 +msgid "Int: Identifier of a message to unpin" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.upload_sticker_file:1 +msgid "" +"Use this method to upload a .png file with a sticker for later use in " +"createNewStickerSet and addStickerToSet methods (can be used multiple " +"times). Returns the uploaded File on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.upload_sticker_file:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#uploadstickerfile" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.upload_sticker_file:6 +msgid "User identifier of sticker set owner" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.upload_sticker_file:9 +msgid "" +"PNG image with the sticker, must be up to 512 kilobytes in size, " +"dimensions must not exceed 512px, and either width or height must be " +"exactly 512px." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.upload_sticker_file:13 +msgid "On success, the sent file is returned." +msgstr "" + +#: of telebot.async_telebot.ExceptionHandler:1 +msgid "Class for handling exceptions while Polling" +msgstr "" + +#: of telebot.async_telebot.Handler:1 +msgid "Class for (next step|reply) handlers" +msgstr "" + +#: ../../async_version/index.rst:22 +msgid "Asyncio filters" +msgstr "" + +#: of telebot.asyncio_filters.AdvancedCustomFilter:1 +#: telebot.asyncio_filters.SimpleCustomFilter:1 +msgid "Bases: :py:class:`abc.ABC`" +msgstr "" + +#: of telebot.asyncio_filters.AdvancedCustomFilter:1 +msgid "" +"Advanced Custom Filter base class. Create child class with check() " +"method. Accepts two parameters, returns bool: True - filter passed, False" +" - filter failed. message: Message class text: Filter value given in " +"handler" +msgstr "" + +#: of telebot.asyncio_filters.AdvancedCustomFilter:7 +#: telebot.asyncio_filters.SimpleCustomFilter:5 +msgid "Child classes should have .key property." +msgstr "" + +#: of telebot.asyncio_filters.AdvancedCustomFilter:9 +msgid "Example on creating an advanced custom filter." +msgstr "" + +#: of telebot.asyncio_filters.AdvancedCustomFilter.check:1 +#: telebot.asyncio_filters.SimpleCustomFilter.check:1 +msgid "Perform a check." +msgstr "" + +#: of telebot.asyncio_filters.ChatFilter:1 +#: telebot.asyncio_filters.LanguageFilter:1 +#: telebot.asyncio_filters.StateFilter:1 +#: telebot.asyncio_filters.TextContainsFilter:1 +#: telebot.asyncio_filters.TextMatchFilter:1 +#: telebot.asyncio_filters.TextStartsFilter:1 +msgid "Bases: :py:class:`telebot.asyncio_filters.AdvancedCustomFilter`" +msgstr "" + +#: of telebot.asyncio_filters.ChatFilter:1 +msgid "Check whether chat_id corresponds to given chat_id." +msgstr "" + +#: of telebot.asyncio_filters.ChatFilter:3 +#: telebot.asyncio_filters.ForwardFilter:3 +#: telebot.asyncio_filters.IsAdminFilter:3 +#: telebot.asyncio_filters.IsDigitFilter:3 +#: telebot.asyncio_filters.IsReplyFilter:3 +#: telebot.asyncio_filters.LanguageFilter:3 +#: telebot.asyncio_filters.StateFilter:3 +#: telebot.asyncio_filters.TextContainsFilter:5 +#: telebot.asyncio_filters.TextMatchFilter:3 +#: telebot.asyncio_filters.TextStartsFilter:3 +msgid "Example on using this filter:" +msgstr "" + +#: of telebot.asyncio_filters.ForwardFilter:1 +#: telebot.asyncio_filters.IsAdminFilter:1 +#: telebot.asyncio_filters.IsDigitFilter:1 +#: telebot.asyncio_filters.IsReplyFilter:1 +msgid "Bases: :py:class:`telebot.asyncio_filters.SimpleCustomFilter`" +msgstr "" + +#: of telebot.asyncio_filters.ForwardFilter:1 +msgid "Check whether message was forwarded from channel or group." +msgstr "" + +#: of telebot.asyncio_filters.IsAdminFilter:1 +msgid "Check whether the user is administrator / owner of the chat." +msgstr "" + +#: of telebot.asyncio_filters.IsDigitFilter:1 +msgid "Filter to check whether the string is made up of only digits." +msgstr "" + +#: of telebot.asyncio_filters.IsReplyFilter:1 +msgid "Check whether message is a reply." +msgstr "" + +#: of telebot.asyncio_filters.LanguageFilter:1 +msgid "Check users language_code." +msgstr "" + +#: of telebot.asyncio_filters.SimpleCustomFilter:1 +msgid "" +"Simple Custom Filter base class. Create child class with check() method. " +"Accepts only message, returns bool value, that is compared with given in " +"handler." +msgstr "" + +#: of telebot.asyncio_filters.SimpleCustomFilter:7 +msgid "Example on creating a simple custom filter." +msgstr "" + +#: of telebot.asyncio_filters.StateFilter:1 +msgid "Filter to check state." +msgstr "" + +#: of telebot.asyncio_filters.TextContainsFilter:1 +msgid "Filter to check Text message. key: text" +msgstr "" + +#: of telebot.asyncio_filters.TextFilter:1 +msgid "" +"Advanced text filter to check (types.Message, types.CallbackQuery, " +"types.InlineQuery, types.Poll)" +msgstr "" + +#: of telebot.asyncio_filters.TextFilter:3 +msgid "" +"example of usage is in " +"examples/asynchronous_telebot/custom_filters/advanced_text_filter.py" +msgstr "" + +#: of telebot.asyncio_filters.TextFilter:5 +msgid "string, True if object's text is equal to passed string" +msgstr "" + +#: of telebot.asyncio_filters.TextFilter:8 +msgid "list[str] or tuple[str], True if any string element of iterable is in text" +msgstr "" + +#: of telebot.asyncio_filters.TextFilter:11 +#: telebot.asyncio_filters.TextFilter:14 +msgid "string, True if object's text starts with passed string" +msgstr "" + +#: of telebot.asyncio_filters.TextFilter:17 +msgid "bool (default False), case insensitive" +msgstr "" + +#: of telebot.asyncio_filters.TextFilter +msgid "Raises" +msgstr "" + +#: of telebot.asyncio_filters.TextFilter:20 +msgid "if incorrect value for a parameter was supplied" +msgstr "" + +#: of telebot.asyncio_filters.TextMatchFilter:1 +msgid "Filter to check Text message." +msgstr "" + +#: of telebot.asyncio_filters.TextStartsFilter:1 +msgid "Filter to check whether message starts with some text." +msgstr "" + +#: ../../async_version/index.rst:30 +msgid "Asyncio handler backends" +msgstr "" + +#: of telebot.asyncio_handler_backends:1 +msgid "File with all middleware classes, states." +msgstr "" + +#: of telebot.asyncio_handler_backends.BaseMiddleware:1 +msgid "" +"Base class for middleware. Your middlewares should be inherited from this" +" class." +msgstr "" + +#: of telebot.asyncio_handler_backends.BaseMiddleware:4 +msgid "" +"Set update_sensitive=True if you want to get different updates on " +"different functions. For example, if you want to handle pre_process for " +"message update, then you will have to create pre_process_message " +"function, and so on. Same applies to post_process." +msgstr "" + +#: of telebot.asyncio_handler_backends.BaseMiddleware:9 +msgid "Example of class-based middlewares" +msgstr "" + +#: of telebot.asyncio_handler_backends.CancelUpdate:1 +msgid "" +"Class for canceling updates. Just return instance of this class in " +"middleware to skip update. Update will skip handler and execution of " +"post_process in middlewares." +msgstr "" + +#: of telebot.asyncio_handler_backends.ContinueHandling:1 +msgid "" +"Class for continue updates in handlers. Just return instance of this " +"class in handlers to continue process." +msgstr "" + +#: of telebot.asyncio_handler_backends.ContinueHandling:5 +msgid "Example of using ContinueHandling" +msgstr "" + +#: of telebot.asyncio_handler_backends.SkipHandler:1 +msgid "" +"Class for skipping handlers. Just return instance of this class in " +"middleware to skip handler. Update will go to post_process, but will skip" +" execution of handler." +msgstr "" + +#: of telebot.asyncio_handler_backends.State:1 +msgid "Class representing a state." +msgstr "" + +#: of telebot.asyncio_handler_backends.StatesGroup:1 +msgid "Class representing common states." +msgstr "" + +#: ../../async_version/index.rst:41 +msgid "Extensions" +msgstr "" + +#: of telebot.ext.aio.webhooks:1 +msgid "This file is used by AsyncTeleBot.run_webhooks() function." +msgstr "" + +#: of telebot.ext.aio.webhooks:3 +msgid "Fastapi and starlette(0.20.2+) libraries are required to run this script." +msgstr "" + +#: of telebot.ext.aio.webhooks.AsyncWebhookListener.run_app:1 +msgid "" +"Run app with the given parameters to init. Not supposed to be used " +"manually by user." +msgstr "" + diff --git a/docs/source/locales/en/LC_MESSAGES/calldata.po b/docs/source/locales/en/LC_MESSAGES/calldata.po new file mode 100644 index 0000000..03484e8 --- /dev/null +++ b/docs/source/locales/en/LC_MESSAGES/calldata.po @@ -0,0 +1,127 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2022, coder2020official +# This file is distributed under the same license as the pyTelegramBotAPI +# Documentation package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: pyTelegramBotAPI Documentation \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-29 14:44+0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../calldata.rst:4 +msgid "Callback data factory" +msgstr "" + +#: ../../calldata.rst:6 +msgid "Callback data factory in pyTelegramBotAPI" +msgstr "" + +#: ../../calldata.rst:6 +msgid "" +"ptba, pytba, pyTelegramBotAPI, callbackdatafactory, guide, callbackdata, " +"factory" +msgstr "" + +#: ../../calldata.rst:12 +msgid "callback\\_data file" +msgstr "" + +#: of telebot.callback_data:1 +msgid "Callback data factory's file." +msgstr "" + +#: of telebot.callback_data.CallbackData:1 +#: telebot.callback_data.CallbackDataFilter:1 +msgid "Bases: :py:class:`object`" +msgstr "" + +#: of telebot.callback_data.CallbackData:1 +msgid "Callback data factory This class will help you to work with CallbackQuery" +msgstr "" + +#: of telebot.callback_data.CallbackData.filter:1 +msgid "Generate filter" +msgstr "" + +#: of telebot.callback_data.CallbackData.filter +#: telebot.callback_data.CallbackData.new +#: telebot.callback_data.CallbackData.parse +#: telebot.callback_data.CallbackDataFilter.check +msgid "Parameters" +msgstr "" + +#: of telebot.callback_data.CallbackData.filter:3 +msgid "specified named parameters will be checked with CallbackQuery.data" +msgstr "" + +#: of telebot.callback_data.CallbackData.filter +#: telebot.callback_data.CallbackData.new +#: telebot.callback_data.CallbackData.parse +#: telebot.callback_data.CallbackDataFilter.check +msgid "Returns" +msgstr "" + +#: of telebot.callback_data.CallbackData.filter:4 +msgid "CallbackDataFilter class" +msgstr "" + +#: of telebot.callback_data.CallbackData.new:1 +msgid "Generate callback data" +msgstr "" + +#: of telebot.callback_data.CallbackData.new:3 +msgid "positional parameters of CallbackData instance parts" +msgstr "" + +#: of telebot.callback_data.CallbackData.new:4 +msgid "named parameters" +msgstr "" + +#: of telebot.callback_data.CallbackData.new:5 +msgid "str" +msgstr "" + +#: of telebot.callback_data.CallbackData.parse:1 +msgid "Parse data from the callback data" +msgstr "" + +#: of telebot.callback_data.CallbackData.parse:3 +msgid "" +"string, use to telebot.types.CallbackQuery to parse it from string to a " +"dict" +msgstr "" + +#: of telebot.callback_data.CallbackData.parse:4 +msgid "dict parsed from callback data" +msgstr "" + +#: of telebot.callback_data.CallbackDataFilter:1 +msgid "Filter for CallbackData." +msgstr "" + +#: of telebot.callback_data.CallbackDataFilter.check:1 +msgid "Checks if query.data appropriates to specified config" +msgstr "" + +#: of telebot.callback_data.CallbackDataFilter.check:3 +msgid "telebot.types.CallbackQuery" +msgstr "" + +#: of telebot.callback_data.CallbackDataFilter.check:6 +msgid "True if query.data appropriates to specified config" +msgstr "" + +#: of telebot.callback_data.CallbackDataFilter.check +msgid "Return type" +msgstr "" + diff --git a/docs/source/locales/en/LC_MESSAGES/formatting.po b/docs/source/locales/en/LC_MESSAGES/formatting.po new file mode 100644 index 0000000..0f6eff0 --- /dev/null +++ b/docs/source/locales/en/LC_MESSAGES/formatting.po @@ -0,0 +1,251 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2022, coder2020official +# This file is distributed under the same license as the pyTelegramBotAPI +# Documentation package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: pyTelegramBotAPI Documentation \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-29 14:44+0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../formatting.rst:3 +msgid "Formatting options" +msgstr "" + +#: ../../formatting.rst:5 +msgid "Formatting options in pyTelegramBotAPI" +msgstr "" + +#: ../../formatting.rst:5 +msgid "html, markdown, parse_mode, formatting, ptba, pytba, pyTelegramBotAPI" +msgstr "" + +#: of telebot.formatting:1 +msgid "Markdown & HTML formatting functions." +msgstr "" + +#: of telebot.formatting.escape_html:1 +msgid "Escapes HTML characters in a string of HTML." +msgstr "" + +#: of telebot.formatting.escape_html telebot.formatting.escape_markdown +#: telebot.formatting.format_text telebot.formatting.hbold +#: telebot.formatting.hcode telebot.formatting.hide_link +#: telebot.formatting.hitalic telebot.formatting.hlink telebot.formatting.hpre +#: telebot.formatting.hspoiler telebot.formatting.hstrikethrough +#: telebot.formatting.hunderline telebot.formatting.mbold +#: telebot.formatting.mcode telebot.formatting.mitalic telebot.formatting.mlink +#: telebot.formatting.mspoiler telebot.formatting.mstrikethrough +#: telebot.formatting.munderline +msgid "Parameters" +msgstr "" + +#: of telebot.formatting.escape_html:3 +msgid "The string of HTML to escape." +msgstr "" + +#: of telebot.formatting.escape_html telebot.formatting.escape_markdown +#: telebot.formatting.format_text telebot.formatting.hbold +#: telebot.formatting.hcode telebot.formatting.hide_link +#: telebot.formatting.hitalic telebot.formatting.hlink telebot.formatting.hpre +#: telebot.formatting.hspoiler telebot.formatting.hstrikethrough +#: telebot.formatting.hunderline telebot.formatting.mbold +#: telebot.formatting.mcode telebot.formatting.mitalic telebot.formatting.mlink +#: telebot.formatting.mspoiler telebot.formatting.mstrikethrough +#: telebot.formatting.munderline +msgid "Returns" +msgstr "" + +#: of telebot.formatting.escape_html:6 telebot.formatting.escape_markdown:8 +msgid "The escaped string." +msgstr "" + +#: of telebot.formatting.escape_html telebot.formatting.escape_markdown +#: telebot.formatting.format_text telebot.formatting.hbold +#: telebot.formatting.hcode telebot.formatting.hide_link +#: telebot.formatting.hitalic telebot.formatting.hlink telebot.formatting.hpre +#: telebot.formatting.hspoiler telebot.formatting.hstrikethrough +#: telebot.formatting.hunderline telebot.formatting.mbold +#: telebot.formatting.mcode telebot.formatting.mitalic telebot.formatting.mlink +#: telebot.formatting.mspoiler telebot.formatting.mstrikethrough +#: telebot.formatting.munderline +msgid "Return type" +msgstr "" + +#: of telebot.formatting.escape_html:7 telebot.formatting.escape_markdown:9 +#: telebot.formatting.format_text:17 telebot.formatting.hbold:10 +#: telebot.formatting.hcode:10 telebot.formatting.hide_link:7 +#: telebot.formatting.hitalic:10 telebot.formatting.hlink:13 +#: telebot.formatting.hpre:10 telebot.formatting.hspoiler:10 +#: telebot.formatting.hstrikethrough:10 telebot.formatting.hunderline:10 +#: telebot.formatting.mbold:10 telebot.formatting.mcode:10 +#: telebot.formatting.mitalic:10 telebot.formatting.mlink:13 +#: telebot.formatting.mspoiler:10 telebot.formatting.mstrikethrough:10 +#: telebot.formatting.munderline:10 +msgid ":obj:`str`" +msgstr "" + +#: of telebot.formatting.escape_markdown:1 +msgid "Escapes Markdown characters in a string of Markdown." +msgstr "" + +#: of telebot.formatting.escape_markdown:3 +msgid "Credits to: simonsmh" +msgstr "" + +#: of telebot.formatting.escape_markdown:5 +msgid "The string of Markdown to escape." +msgstr "" + +#: of telebot.formatting.format_text:1 +msgid "Formats a list of strings into a single string." +msgstr "" + +#: of telebot.formatting.format_text:10 +msgid "Strings to format." +msgstr "" + +#: of telebot.formatting.format_text:13 +msgid "The separator to use between each string." +msgstr "" + +#: of telebot.formatting.format_text:16 telebot.formatting.hbold:9 +#: telebot.formatting.hcode:9 telebot.formatting.hitalic:9 +#: telebot.formatting.hlink:12 telebot.formatting.hpre:9 +#: telebot.formatting.hspoiler:9 telebot.formatting.hstrikethrough:9 +#: telebot.formatting.hunderline:9 telebot.formatting.mbold:9 +#: telebot.formatting.mcode:9 telebot.formatting.mitalic:9 +#: telebot.formatting.mlink:12 telebot.formatting.mspoiler:9 +#: telebot.formatting.mstrikethrough:9 telebot.formatting.munderline:9 +msgid "The formatted string." +msgstr "" + +#: of telebot.formatting.hbold:1 +msgid "Returns an HTML-formatted bold string." +msgstr "" + +#: of telebot.formatting.hbold:3 telebot.formatting.mbold:3 +msgid "The string to bold." +msgstr "" + +#: of telebot.formatting.hbold:6 telebot.formatting.hcode:6 +#: telebot.formatting.hitalic:6 telebot.formatting.hlink:9 +#: telebot.formatting.hpre:6 telebot.formatting.hspoiler:6 +#: telebot.formatting.hstrikethrough:6 telebot.formatting.hunderline:6 +#: telebot.formatting.mbold:6 telebot.formatting.mcode:6 +#: telebot.formatting.mitalic:6 telebot.formatting.mlink:9 +#: telebot.formatting.mspoiler:6 telebot.formatting.mstrikethrough:6 +#: telebot.formatting.munderline:6 +msgid "True if you need to escape special characters. Defaults to True." +msgstr "" + +#: of telebot.formatting.hcode:1 +msgid "Returns an HTML-formatted code string." +msgstr "" + +#: of telebot.formatting.hcode:3 telebot.formatting.mcode:3 +msgid "The string to code." +msgstr "" + +#: of telebot.formatting.hide_link:1 +msgid "Hide url of an image." +msgstr "" + +#: of telebot.formatting.hide_link:3 +msgid "The url of the image." +msgstr "" + +#: of telebot.formatting.hide_link:6 +msgid "The hidden url." +msgstr "" + +#: of telebot.formatting.hitalic:1 +msgid "Returns an HTML-formatted italic string." +msgstr "" + +#: of telebot.formatting.hitalic:3 telebot.formatting.mitalic:3 +msgid "The string to italicize." +msgstr "" + +#: of telebot.formatting.hlink:1 +msgid "Returns an HTML-formatted link string." +msgstr "" + +#: of telebot.formatting.hlink:3 telebot.formatting.mlink:3 +msgid "The string to link." +msgstr "" + +#: of telebot.formatting.hlink:6 telebot.formatting.mlink:6 +msgid "The URL to link to." +msgstr "" + +#: of telebot.formatting.hpre:1 +msgid "Returns an HTML-formatted preformatted string." +msgstr "" + +#: of telebot.formatting.hpre:3 +msgid "The string to preformatted." +msgstr "" + +#: of telebot.formatting.hspoiler:1 +msgid "Returns an HTML-formatted spoiler string." +msgstr "" + +#: of telebot.formatting.hspoiler:3 telebot.formatting.mspoiler:3 +msgid "The string to spoiler." +msgstr "" + +#: of telebot.formatting.hstrikethrough:1 +msgid "Returns an HTML-formatted strikethrough string." +msgstr "" + +#: of telebot.formatting.hstrikethrough:3 telebot.formatting.mstrikethrough:3 +msgid "The string to strikethrough." +msgstr "" + +#: of telebot.formatting.hunderline:1 +msgid "Returns an HTML-formatted underline string." +msgstr "" + +#: of telebot.formatting.hunderline:3 telebot.formatting.munderline:3 +msgid "The string to underline." +msgstr "" + +#: of telebot.formatting.mbold:1 +msgid "Returns a Markdown-formatted bold string." +msgstr "" + +#: of telebot.formatting.mcode:1 +msgid "Returns a Markdown-formatted code string." +msgstr "" + +#: of telebot.formatting.mitalic:1 +msgid "Returns a Markdown-formatted italic string." +msgstr "" + +#: of telebot.formatting.mlink:1 +msgid "Returns a Markdown-formatted link string." +msgstr "" + +#: of telebot.formatting.mspoiler:1 +msgid "Returns a Markdown-formatted spoiler string." +msgstr "" + +#: of telebot.formatting.mstrikethrough:1 +msgid "Returns a Markdown-formatted strikethrough string." +msgstr "" + +#: of telebot.formatting.munderline:1 +msgid "Returns a Markdown-formatted underline string." +msgstr "" + diff --git a/docs/source/locales/en/LC_MESSAGES/index.po b/docs/source/locales/en/LC_MESSAGES/index.po new file mode 100644 index 0000000..38a4954 --- /dev/null +++ b/docs/source/locales/en/LC_MESSAGES/index.po @@ -0,0 +1,120 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2022, coder2020official +# This file is distributed under the same license as the pyTelegramBotAPI +# Documentation package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: pyTelegramBotAPI Documentation \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-29 14:44+0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../index.rst:8 +msgid "Welcome to pyTelegramBotAPI's documentation!" +msgstr "" + +#: ../../index.rst:10 +msgid "Official documentation of pyTelegramBotAPI" +msgstr "" + +#: ../../index.rst:10 +msgid "ptba, pytba, pyTelegramBotAPI, documentation, guide" +msgstr "" + +#: ../../index.rst:17 +msgid "TeleBot" +msgstr "" + +#: ../../index.rst:18 +msgid "" +"TeleBot is synchronous and asynchronous implementation of `Telegram Bot " +"API `_." +msgstr "" + +#: ../../index.rst:21 +msgid "Chats" +msgstr "" + +#: ../../index.rst:22 +msgid "" +"English chat: `Private chat " +"`__" +msgstr "" + +#: ../../index.rst:24 +msgid "" +"Russian chat: `@pytelegrambotapi_talks_ru " +"`__" +msgstr "" + +#: ../../index.rst:26 +msgid "News: `@pyTelegramBotAPI `__" +msgstr "" + +#: ../../index.rst:28 +msgid "Pypi: `Pypi `__" +msgstr "" + +#: ../../index.rst:30 +msgid "" +"Source: `Github repository " +"`__" +msgstr "" + +#: ../../index.rst:33 +msgid "Some features:" +msgstr "" + +#: ../../index.rst:34 +msgid "Easy to learn and use." +msgstr "" + +#: ../../index.rst:36 +msgid "Easy to understand." +msgstr "" + +#: ../../index.rst:38 +msgid "Both sync and async." +msgstr "" + +#: ../../index.rst:40 +msgid "Examples on features." +msgstr "" + +#: ../../index.rst:42 +msgid "States" +msgstr "" + +#: ../../index.rst:44 +msgid "And more..." +msgstr "" + +#: ../../index.rst:47 +msgid "Content" +msgstr "" + +#: ../../index.rst:63 +msgid "Indices and tables" +msgstr "" + +#: ../../index.rst:65 +msgid ":ref:`genindex`" +msgstr "" + +#: ../../index.rst:66 +msgid ":ref:`modindex`" +msgstr "" + +#: ../../index.rst:67 +msgid ":ref:`search`" +msgstr "" + diff --git a/docs/source/locales/en/LC_MESSAGES/install.po b/docs/source/locales/en/LC_MESSAGES/install.po new file mode 100644 index 0000000..0f4a3b3 --- /dev/null +++ b/docs/source/locales/en/LC_MESSAGES/install.po @@ -0,0 +1,58 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2022, coder2020official +# This file is distributed under the same license as the pyTelegramBotAPI +# Documentation package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: pyTelegramBotAPI Documentation \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-29 14:44+0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../install.rst:3 +msgid "Installation Guide" +msgstr "" + +#: ../../install.rst:5 +msgid "Installation of pyTelegramBotAPI" +msgstr "" + +#: ../../install.rst:5 +msgid "ptba, pytba, pyTelegramBotAPI, installation, guide" +msgstr "" + +#: ../../install.rst:11 +msgid "Using PIP" +msgstr "" + +#: ../../install.rst:17 +msgid "Using pipenv" +msgstr "" + +#: ../../install.rst:23 +msgid "By cloning repository" +msgstr "" + +#: ../../install.rst:31 +msgid "Directly using pip" +msgstr "" + +#: ../../install.rst:37 +msgid "It is generally recommended to use the first option." +msgstr "" + +#: ../../install.rst:39 +msgid "" +"While the API is production-ready, it is still under development and it " +"has regular updates, do not forget to update it regularly by calling:" +msgstr "" + diff --git a/docs/source/locales/en/LC_MESSAGES/quick_start.po b/docs/source/locales/en/LC_MESSAGES/quick_start.po new file mode 100644 index 0000000..9e7c22f --- /dev/null +++ b/docs/source/locales/en/LC_MESSAGES/quick_start.po @@ -0,0 +1,40 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2022, coder2020official +# This file is distributed under the same license as the pyTelegramBotAPI +# Documentation package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: pyTelegramBotAPI Documentation \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-29 14:44+0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../quick_start.rst:4 +msgid "Quick start" +msgstr "" + +#: ../../quick_start.rst:6 +msgid "Quickstart guide" +msgstr "" + +#: ../../quick_start.rst:6 +msgid "ptba, pytba, pyTelegramBotAPI, quickstart, guide" +msgstr "" + +#: ../../quick_start.rst:11 +msgid "Synchronous TeleBot" +msgstr "" + +#: ../../quick_start.rst:16 +msgid "Asynchronous TeleBot" +msgstr "" + diff --git a/docs/source/locales/en/LC_MESSAGES/sync_version.po b/docs/source/locales/en/LC_MESSAGES/sync_version.po new file mode 100644 index 0000000..1c91ece --- /dev/null +++ b/docs/source/locales/en/LC_MESSAGES/sync_version.po @@ -0,0 +1,4805 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2022, coder2020official +# This file is distributed under the same license as the pyTelegramBotAPI +# Documentation package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: pyTelegramBotAPI Documentation \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-29 14:44+0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../sync_version/index.rst:3 +msgid "TeleBot version" +msgstr "" + +#: ../../sync_version/index.rst:5 +msgid "Synchronous pyTelegramBotAPI documentation" +msgstr "" + +#: ../../sync_version/index.rst:5 +msgid "ptba, pytba, pyTelegramBotAPI, methods, guide, files, sync" +msgstr "" + +#: ../../sync_version/index.rst:10 +msgid "TeleBot methods" +msgstr "" + +#: of telebot.ExceptionHandler:1 telebot.Handler:1 telebot.TeleBot:1 +#: telebot.custom_filters.TextFilter:1 +#: telebot.ext.sync.webhooks.SyncWebhookListener:1 +#: telebot.handler_backends.BaseMiddleware:1 +#: telebot.handler_backends.CancelUpdate:1 +#: telebot.handler_backends.ContinueHandling:1 +#: telebot.handler_backends.SkipHandler:1 telebot.handler_backends.State:1 +#: telebot.handler_backends.StatesGroup:1 +msgid "Bases: :py:class:`object`" +msgstr "" + +#: of telebot.ExceptionHandler:1 +msgid "Class for handling exceptions while Polling" +msgstr "" + +#: of telebot.Handler:1 +msgid "Class for (next step|reply) handlers." +msgstr "" + +#: ../../docstring of telebot.REPLY_MARKUP_TYPES:1 +msgid "telebot" +msgstr "" + +#: ../../docstring of telebot.REPLY_MARKUP_TYPES +msgid "type" +msgstr "" + +#: ../../docstring of telebot.REPLY_MARKUP_TYPES:3 +msgid "Module" +msgstr "" + +#: of telebot.TeleBot:1 +msgid "This is the main synchronous class for Bot." +msgstr "" + +#: of telebot.TeleBot:3 +msgid "It allows you to add handlers for different kind of updates." +msgstr "" + +#: of telebot.TeleBot:5 +msgid "Usage:" +msgstr "" + +#: of telebot.TeleBot:7 +msgid "Creating instance of TeleBot" +msgstr "" + +#: of telebot.TeleBot:15 +msgid "" +"See more examples in examples/ directory: " +"https://github.com/eternnoir/pyTelegramBotAPI/tree/master/examples" +msgstr "" + +#: of telebot.TeleBot:20 +msgid "Install coloredlogs module to specify colorful_logs=True" +msgstr "" + +#: of telebot.TeleBot telebot.TeleBot.add_custom_filter +#: telebot.TeleBot.add_data telebot.TeleBot.add_sticker_to_set +#: telebot.TeleBot.answer_callback_query telebot.TeleBot.answer_inline_query +#: telebot.TeleBot.answer_pre_checkout_query +#: telebot.TeleBot.answer_shipping_query telebot.TeleBot.answer_web_app_query +#: telebot.TeleBot.approve_chat_join_request telebot.TeleBot.ban_chat_member +#: telebot.TeleBot.ban_chat_sender_chat telebot.TeleBot.callback_query_handler +#: telebot.TeleBot.channel_post_handler +#: telebot.TeleBot.chat_join_request_handler +#: telebot.TeleBot.chat_member_handler telebot.TeleBot.chosen_inline_handler +#: telebot.TeleBot.clear_reply_handlers +#: telebot.TeleBot.clear_reply_handlers_by_message_id +#: telebot.TeleBot.clear_step_handler +#: telebot.TeleBot.clear_step_handler_by_chat_id +#: telebot.TeleBot.close_forum_topic telebot.TeleBot.copy_message +#: telebot.TeleBot.create_chat_invite_link telebot.TeleBot.create_forum_topic +#: telebot.TeleBot.create_invoice_link telebot.TeleBot.create_new_sticker_set +#: telebot.TeleBot.decline_chat_join_request telebot.TeleBot.delete_chat_photo +#: telebot.TeleBot.delete_chat_sticker_set telebot.TeleBot.delete_forum_topic +#: telebot.TeleBot.delete_message telebot.TeleBot.delete_my_commands +#: telebot.TeleBot.delete_state telebot.TeleBot.delete_sticker_from_set +#: telebot.TeleBot.delete_webhook telebot.TeleBot.download_file +#: telebot.TeleBot.edit_chat_invite_link telebot.TeleBot.edit_forum_topic +#: telebot.TeleBot.edit_message_caption +#: telebot.TeleBot.edit_message_live_location +#: telebot.TeleBot.edit_message_media telebot.TeleBot.edit_message_reply_markup +#: telebot.TeleBot.edit_message_text +#: telebot.TeleBot.edited_channel_post_handler +#: telebot.TeleBot.edited_message_handler +#: telebot.TeleBot.enable_save_next_step_handlers +#: telebot.TeleBot.enable_save_reply_handlers +#: telebot.TeleBot.enable_saving_states telebot.TeleBot.export_chat_invite_link +#: telebot.TeleBot.forward_message telebot.TeleBot.get_chat +#: telebot.TeleBot.get_chat_administrators telebot.TeleBot.get_chat_member +#: telebot.TeleBot.get_chat_member_count telebot.TeleBot.get_chat_menu_button +#: telebot.TeleBot.get_custom_emoji_stickers telebot.TeleBot.get_file +#: telebot.TeleBot.get_file_url telebot.TeleBot.get_game_high_scores +#: telebot.TeleBot.get_my_commands +#: telebot.TeleBot.get_my_default_administrator_rights +#: telebot.TeleBot.get_state telebot.TeleBot.get_sticker_set +#: telebot.TeleBot.get_updates telebot.TeleBot.get_user_profile_photos +#: telebot.TeleBot.get_webhook_info telebot.TeleBot.infinity_polling +#: telebot.TeleBot.inline_handler telebot.TeleBot.leave_chat +#: telebot.TeleBot.load_next_step_handlers telebot.TeleBot.load_reply_handlers +#: telebot.TeleBot.message_handler telebot.TeleBot.middleware_handler +#: telebot.TeleBot.my_chat_member_handler telebot.TeleBot.pin_chat_message +#: telebot.TeleBot.poll_answer_handler telebot.TeleBot.poll_handler +#: telebot.TeleBot.polling telebot.TeleBot.pre_checkout_query_handler +#: telebot.TeleBot.process_new_updates telebot.TeleBot.promote_chat_member +#: telebot.TeleBot.register_callback_query_handler +#: telebot.TeleBot.register_channel_post_handler +#: telebot.TeleBot.register_chat_join_request_handler +#: telebot.TeleBot.register_chat_member_handler +#: telebot.TeleBot.register_chosen_inline_handler +#: telebot.TeleBot.register_edited_channel_post_handler +#: telebot.TeleBot.register_edited_message_handler +#: telebot.TeleBot.register_for_reply +#: telebot.TeleBot.register_for_reply_by_message_id +#: telebot.TeleBot.register_inline_handler +#: telebot.TeleBot.register_message_handler +#: telebot.TeleBot.register_middleware_handler +#: telebot.TeleBot.register_my_chat_member_handler +#: telebot.TeleBot.register_next_step_handler +#: telebot.TeleBot.register_next_step_handler_by_chat_id +#: telebot.TeleBot.register_poll_answer_handler +#: telebot.TeleBot.register_poll_handler +#: telebot.TeleBot.register_pre_checkout_query_handler +#: telebot.TeleBot.register_shipping_query_handler +#: telebot.TeleBot.reopen_forum_topic telebot.TeleBot.reply_to +#: telebot.TeleBot.reset_data telebot.TeleBot.restrict_chat_member +#: telebot.TeleBot.retrieve_data telebot.TeleBot.revoke_chat_invite_link +#: telebot.TeleBot.run_webhooks telebot.TeleBot.send_animation +#: telebot.TeleBot.send_audio telebot.TeleBot.send_chat_action +#: telebot.TeleBot.send_contact telebot.TeleBot.send_dice +#: telebot.TeleBot.send_document telebot.TeleBot.send_game +#: telebot.TeleBot.send_invoice telebot.TeleBot.send_location +#: telebot.TeleBot.send_media_group telebot.TeleBot.send_message +#: telebot.TeleBot.send_photo telebot.TeleBot.send_poll +#: telebot.TeleBot.send_sticker telebot.TeleBot.send_venue +#: telebot.TeleBot.send_video telebot.TeleBot.send_video_note +#: telebot.TeleBot.send_voice +#: telebot.TeleBot.set_chat_administrator_custom_title +#: telebot.TeleBot.set_chat_description telebot.TeleBot.set_chat_menu_button +#: telebot.TeleBot.set_chat_permissions telebot.TeleBot.set_chat_photo +#: telebot.TeleBot.set_chat_sticker_set telebot.TeleBot.set_chat_title +#: telebot.TeleBot.set_game_score telebot.TeleBot.set_my_commands +#: telebot.TeleBot.set_my_default_administrator_rights +#: telebot.TeleBot.set_state telebot.TeleBot.set_sticker_position_in_set +#: telebot.TeleBot.set_sticker_set_thumb telebot.TeleBot.set_update_listener +#: telebot.TeleBot.set_webhook telebot.TeleBot.setup_middleware +#: telebot.TeleBot.shipping_query_handler +#: telebot.TeleBot.stop_message_live_location telebot.TeleBot.stop_poll +#: telebot.TeleBot.unban_chat_member telebot.TeleBot.unban_chat_sender_chat +#: telebot.TeleBot.unpin_all_chat_messages +#: telebot.TeleBot.unpin_all_forum_topic_messages +#: telebot.TeleBot.unpin_chat_message telebot.TeleBot.upload_sticker_file +#: telebot.custom_filters.TextFilter +msgid "Parameters" +msgstr "" + +#: of telebot.TeleBot:23 +msgid "Token of a bot, should be obtained from @BotFather" +msgstr "" + +#: of telebot.TeleBot:26 +msgid "Default parse mode, defaults to None" +msgstr "" + +#: of telebot.TeleBot:29 +msgid "Threaded or not, defaults to True" +msgstr "" + +#: of telebot.TeleBot:32 +msgid "Skips pending updates, defaults to False" +msgstr "" + +#: of telebot.TeleBot:35 +msgid "Number of maximum parallel threads, defaults to 2" +msgstr "" + +#: of telebot.TeleBot:38 +msgid "Next step backend class, defaults to None" +msgstr "" + +#: of telebot.TeleBot:41 +msgid "Reply step handler class, defaults to None" +msgstr "" + +#: of telebot.TeleBot:44 +msgid "Exception handler to handle errors, defaults to None" +msgstr "" + +#: of telebot.TeleBot:47 +msgid "Last update's id, defaults to 0" +msgstr "" + +#: of telebot.TeleBot:50 +msgid "Supress middleware exceptions, defaults to False" +msgstr "" + +#: of telebot.TeleBot:53 +msgid "Storage for states, defaults to StateMemoryStorage()" +msgstr "" + +#: of telebot.TeleBot:56 +msgid "Use class middlewares, defaults to False" +msgstr "" + +#: of telebot.TeleBot:59 +msgid "Default value for disable_web_page_preview, defaults to None" +msgstr "" + +#: of telebot.TeleBot:62 +msgid "Default value for disable_notification, defaults to None" +msgstr "" + +#: of telebot.TeleBot:65 +msgid "Default value for protect_content, defaults to None" +msgstr "" + +#: of telebot.TeleBot:68 +msgid "Default value for allow_sending_without_reply, defaults to None" +msgstr "" + +#: of telebot.TeleBot:72 +msgid "Outputs colorful logs" +msgstr "" + +#: of telebot.TeleBot.add_custom_filter:1 +msgid "Create custom filter." +msgstr "" + +#: of telebot.TeleBot.add_custom_filter:3 +msgid "Example on checking the text of a message" +msgstr "" + +#: of telebot.TeleBot.add_custom_filter:12 +msgid "Class with check(message) method." +msgstr "" + +#: of telebot.TeleBot.add_custom_filter:13 +msgid "Custom filter class with key." +msgstr "" + +#: of telebot.TeleBot.add_data:1 +msgid "Add data to states." +msgstr "" + +#: of telebot.TeleBot.add_data:3 telebot.TeleBot.delete_state:3 +#: telebot.TeleBot.get_state:4 telebot.TeleBot.reset_data:3 +#: telebot.TeleBot.set_state:9 +msgid "User's identifier" +msgstr "" + +#: of telebot.TeleBot.add_data:6 telebot.TeleBot.delete_state:6 +#: telebot.TeleBot.get_state:7 telebot.TeleBot.reset_data:6 +#: telebot.TeleBot.set_state:15 +msgid "Chat's identifier" +msgstr "" + +#: of telebot.TeleBot.add_data:9 +msgid "Data to add" +msgstr "" + +#: of telebot.TeleBot.add_data telebot.TeleBot.add_sticker_to_set +#: telebot.TeleBot.answer_callback_query telebot.TeleBot.answer_inline_query +#: telebot.TeleBot.answer_pre_checkout_query +#: telebot.TeleBot.answer_shipping_query telebot.TeleBot.answer_web_app_query +#: telebot.TeleBot.approve_chat_join_request telebot.TeleBot.ban_chat_member +#: telebot.TeleBot.ban_chat_sender_chat telebot.TeleBot.callback_query_handler +#: telebot.TeleBot.channel_post_handler +#: telebot.TeleBot.chat_join_request_handler +#: telebot.TeleBot.chat_member_handler telebot.TeleBot.chosen_inline_handler +#: telebot.TeleBot.clear_reply_handlers +#: telebot.TeleBot.clear_reply_handlers_by_message_id +#: telebot.TeleBot.clear_step_handler +#: telebot.TeleBot.clear_step_handler_by_chat_id telebot.TeleBot.close +#: telebot.TeleBot.close_forum_topic telebot.TeleBot.copy_message +#: telebot.TeleBot.create_chat_invite_link telebot.TeleBot.create_forum_topic +#: telebot.TeleBot.create_invoice_link telebot.TeleBot.create_new_sticker_set +#: telebot.TeleBot.decline_chat_join_request telebot.TeleBot.delete_chat_photo +#: telebot.TeleBot.delete_chat_sticker_set telebot.TeleBot.delete_forum_topic +#: telebot.TeleBot.delete_message telebot.TeleBot.delete_my_commands +#: telebot.TeleBot.delete_state telebot.TeleBot.delete_sticker_from_set +#: telebot.TeleBot.delete_webhook telebot.TeleBot.download_file +#: telebot.TeleBot.edit_chat_invite_link telebot.TeleBot.edit_forum_topic +#: telebot.TeleBot.edit_message_caption +#: telebot.TeleBot.edit_message_live_location +#: telebot.TeleBot.edit_message_media telebot.TeleBot.edit_message_reply_markup +#: telebot.TeleBot.edit_message_text +#: telebot.TeleBot.edited_channel_post_handler +#: telebot.TeleBot.edited_message_handler +#: telebot.TeleBot.enable_save_next_step_handlers +#: telebot.TeleBot.export_chat_invite_link telebot.TeleBot.forward_message +#: telebot.TeleBot.get_chat telebot.TeleBot.get_chat_administrators +#: telebot.TeleBot.get_chat_member telebot.TeleBot.get_chat_member_count +#: telebot.TeleBot.get_chat_menu_button +#: telebot.TeleBot.get_custom_emoji_stickers telebot.TeleBot.get_file +#: telebot.TeleBot.get_file_url telebot.TeleBot.get_forum_topic_icon_stickers +#: telebot.TeleBot.get_game_high_scores telebot.TeleBot.get_my_commands +#: telebot.TeleBot.get_my_default_administrator_rights +#: telebot.TeleBot.get_state telebot.TeleBot.get_sticker_set +#: telebot.TeleBot.get_updates telebot.TeleBot.get_user_profile_photos +#: telebot.TeleBot.get_webhook_info telebot.TeleBot.infinity_polling +#: telebot.TeleBot.inline_handler telebot.TeleBot.leave_chat +#: telebot.TeleBot.log_out telebot.TeleBot.message_handler +#: telebot.TeleBot.middleware_handler telebot.TeleBot.my_chat_member_handler +#: telebot.TeleBot.pin_chat_message telebot.TeleBot.poll_answer_handler +#: telebot.TeleBot.poll_handler telebot.TeleBot.polling +#: telebot.TeleBot.pre_checkout_query_handler +#: telebot.TeleBot.promote_chat_member +#: telebot.TeleBot.register_callback_query_handler +#: telebot.TeleBot.register_channel_post_handler +#: telebot.TeleBot.register_chat_join_request_handler +#: telebot.TeleBot.register_chosen_inline_handler +#: telebot.TeleBot.register_edited_channel_post_handler +#: telebot.TeleBot.register_edited_message_handler +#: telebot.TeleBot.register_for_reply +#: telebot.TeleBot.register_for_reply_by_message_id +#: telebot.TeleBot.register_inline_handler +#: telebot.TeleBot.register_message_handler +#: telebot.TeleBot.register_middleware_handler +#: telebot.TeleBot.register_my_chat_member_handler +#: telebot.TeleBot.register_next_step_handler +#: telebot.TeleBot.register_next_step_handler_by_chat_id +#: telebot.TeleBot.register_poll_answer_handler +#: telebot.TeleBot.register_poll_handler +#: telebot.TeleBot.register_pre_checkout_query_handler +#: telebot.TeleBot.register_shipping_query_handler +#: telebot.TeleBot.remove_webhook telebot.TeleBot.reopen_forum_topic +#: telebot.TeleBot.reply_to telebot.TeleBot.reset_data +#: telebot.TeleBot.restrict_chat_member telebot.TeleBot.retrieve_data +#: telebot.TeleBot.revoke_chat_invite_link telebot.TeleBot.send_animation +#: telebot.TeleBot.send_audio telebot.TeleBot.send_chat_action +#: telebot.TeleBot.send_contact telebot.TeleBot.send_dice +#: telebot.TeleBot.send_document telebot.TeleBot.send_game +#: telebot.TeleBot.send_invoice telebot.TeleBot.send_location +#: telebot.TeleBot.send_media_group telebot.TeleBot.send_message +#: telebot.TeleBot.send_photo telebot.TeleBot.send_poll +#: telebot.TeleBot.send_sticker telebot.TeleBot.send_venue +#: telebot.TeleBot.send_video telebot.TeleBot.send_video_note +#: telebot.TeleBot.send_voice +#: telebot.TeleBot.set_chat_administrator_custom_title +#: telebot.TeleBot.set_chat_description telebot.TeleBot.set_chat_menu_button +#: telebot.TeleBot.set_chat_permissions telebot.TeleBot.set_chat_photo +#: telebot.TeleBot.set_chat_sticker_set telebot.TeleBot.set_chat_title +#: telebot.TeleBot.set_game_score telebot.TeleBot.set_my_commands +#: telebot.TeleBot.set_my_default_administrator_rights +#: telebot.TeleBot.set_state telebot.TeleBot.set_sticker_position_in_set +#: telebot.TeleBot.set_sticker_set_thumb telebot.TeleBot.set_webhook +#: telebot.TeleBot.setup_middleware telebot.TeleBot.shipping_query_handler +#: telebot.TeleBot.stop_message_live_location telebot.TeleBot.stop_poll +#: telebot.TeleBot.unban_chat_member telebot.TeleBot.unban_chat_sender_chat +#: telebot.TeleBot.unpin_all_chat_messages +#: telebot.TeleBot.unpin_all_forum_topic_messages +#: telebot.TeleBot.unpin_chat_message telebot.TeleBot.upload_sticker_file +#: telebot.TeleBot.user telebot.custom_filters.TextFilter +#: telebot.ext.sync.webhooks.SyncWebhookListener.run_app +msgid "Returns" +msgstr "" + +#: of telebot.TeleBot.add_data:10 telebot.TeleBot.callback_query_handler:9 +#: telebot.TeleBot.channel_post_handler:18 +#: telebot.TeleBot.chat_join_request_handler:10 +#: telebot.TeleBot.chat_member_handler:11 +#: telebot.TeleBot.chosen_inline_handler:10 +#: telebot.TeleBot.clear_reply_handlers:6 +#: telebot.TeleBot.clear_reply_handlers_by_message_id:6 +#: telebot.TeleBot.clear_step_handler:6 +#: telebot.TeleBot.clear_step_handler_by_chat_id:6 +#: telebot.TeleBot.delete_state:9 telebot.TeleBot.edited_message_handler:21 +#: telebot.TeleBot.enable_save_next_step_handlers:13 +#: telebot.TeleBot.inline_handler:9 telebot.TeleBot.my_chat_member_handler:10 +#: telebot.TeleBot.poll_answer_handler:10 telebot.TeleBot.poll_handler:8 +#: telebot.TeleBot.pre_checkout_query_handler:9 +#: telebot.TeleBot.register_callback_query_handler:14 +#: telebot.TeleBot.register_channel_post_handler:23 +#: telebot.TeleBot.register_chat_join_request_handler:14 +#: telebot.TeleBot.register_chosen_inline_handler:14 +#: telebot.TeleBot.register_edited_message_handler:26 +#: telebot.TeleBot.register_for_reply:15 +#: telebot.TeleBot.register_for_reply_by_message_id:15 +#: telebot.TeleBot.register_message_handler:26 +#: telebot.TeleBot.register_middleware_handler:18 +#: telebot.TeleBot.register_my_chat_member_handler:14 +#: telebot.TeleBot.register_next_step_handler:15 +#: telebot.TeleBot.register_next_step_handler_by_chat_id:15 +#: telebot.TeleBot.register_poll_answer_handler:14 +#: telebot.TeleBot.register_poll_handler:14 +#: telebot.TeleBot.register_shipping_query_handler:14 +#: telebot.TeleBot.reset_data:9 telebot.TeleBot.set_state:18 +#: telebot.TeleBot.setup_middleware:5 telebot.TeleBot.shipping_query_handler:9 +#: telebot.custom_filters.TextFilter:22 +#: telebot.ext.sync.webhooks.SyncWebhookListener.run_app:4 +msgid "None" +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:1 +msgid "" +"Use this method to add a new sticker to a set created by the bot. It's " +"required to pass `png_sticker` or `tgs_sticker`. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:5 +msgid "Telegram documentation: https://core.telegram.org/bots/api#addstickertoset" +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:7 +#: telebot.TeleBot.create_new_sticker_set:7 +msgid "User identifier of created sticker set owner" +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:10 telebot.TeleBot.get_sticker_set:5 +#: telebot.TeleBot.set_sticker_set_thumb:6 +msgid "Sticker set name" +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:13 +#: telebot.TeleBot.create_new_sticker_set:18 +msgid "One or more emoji corresponding to the sticker" +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:16 +#: telebot.TeleBot.create_new_sticker_set:21 +msgid "" +"PNG image with the sticker, must be up to 512 kilobytes in size, " +"dimensions must not exceed 512px, and either width or height must be " +"exactly 512px. Pass a file_id as a String to send a file that already " +"exists on the Telegram servers, pass an HTTP URL as a String for Telegram" +" to get a file from the Internet, or upload a new one using multipart" +"/form-data." +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:21 +#: telebot.TeleBot.create_new_sticker_set:26 +msgid "TGS animation with the sticker, uploaded using multipart/form-data." +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:24 +#: telebot.TeleBot.create_new_sticker_set:29 +msgid "WebM animation with the sticker, uploaded using multipart/form-data." +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:27 +#: telebot.TeleBot.create_new_sticker_set:40 +msgid "" +"A JSON-serialized object for position where the mask should be placed on " +"faces" +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:30 +#: telebot.TeleBot.answer_callback_query:22 +#: telebot.TeleBot.answer_inline_query:35 +#: telebot.TeleBot.answer_pre_checkout_query:21 +#: telebot.TeleBot.answer_shipping_query:18 +#: telebot.TeleBot.close_forum_topic:13 +#: telebot.TeleBot.create_new_sticker_set:43 +#: telebot.TeleBot.delete_forum_topic:13 +#: telebot.TeleBot.delete_sticker_from_set:6 +#: telebot.TeleBot.edit_forum_topic:19 telebot.TeleBot.reopen_forum_topic:13 +#: telebot.TeleBot.set_sticker_position_in_set:11 +#: telebot.TeleBot.set_sticker_set_thumb:15 +#: telebot.TeleBot.unpin_all_forum_topic_messages:13 +msgid "On success, True is returned." +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set telebot.TeleBot.answer_callback_query +#: telebot.TeleBot.answer_inline_query +#: telebot.TeleBot.answer_pre_checkout_query +#: telebot.TeleBot.answer_shipping_query telebot.TeleBot.answer_web_app_query +#: telebot.TeleBot.approve_chat_join_request telebot.TeleBot.ban_chat_member +#: telebot.TeleBot.ban_chat_sender_chat telebot.TeleBot.close_forum_topic +#: telebot.TeleBot.copy_message telebot.TeleBot.create_chat_invite_link +#: telebot.TeleBot.create_forum_topic telebot.TeleBot.create_invoice_link +#: telebot.TeleBot.create_new_sticker_set +#: telebot.TeleBot.decline_chat_join_request telebot.TeleBot.delete_chat_photo +#: telebot.TeleBot.delete_chat_sticker_set telebot.TeleBot.delete_forum_topic +#: telebot.TeleBot.delete_message telebot.TeleBot.delete_my_commands +#: telebot.TeleBot.delete_sticker_from_set telebot.TeleBot.delete_webhook +#: telebot.TeleBot.download_file telebot.TeleBot.edit_chat_invite_link +#: telebot.TeleBot.edit_forum_topic telebot.TeleBot.edit_message_caption +#: telebot.TeleBot.edit_message_live_location +#: telebot.TeleBot.edit_message_media telebot.TeleBot.edit_message_reply_markup +#: telebot.TeleBot.edit_message_text telebot.TeleBot.export_chat_invite_link +#: telebot.TeleBot.forward_message telebot.TeleBot.get_chat +#: telebot.TeleBot.get_chat_administrators telebot.TeleBot.get_chat_member +#: telebot.TeleBot.get_chat_member_count telebot.TeleBot.get_chat_menu_button +#: telebot.TeleBot.get_custom_emoji_stickers telebot.TeleBot.get_file_url +#: telebot.TeleBot.get_forum_topic_icon_stickers +#: telebot.TeleBot.get_game_high_scores telebot.TeleBot.get_my_commands +#: telebot.TeleBot.get_my_default_administrator_rights +#: telebot.TeleBot.get_state telebot.TeleBot.get_sticker_set +#: telebot.TeleBot.get_updates telebot.TeleBot.get_user_profile_photos +#: telebot.TeleBot.get_webhook_info telebot.TeleBot.log_out +#: telebot.TeleBot.pin_chat_message telebot.TeleBot.promote_chat_member +#: telebot.TeleBot.remove_webhook telebot.TeleBot.reopen_forum_topic +#: telebot.TeleBot.reply_to telebot.TeleBot.restrict_chat_member +#: telebot.TeleBot.retrieve_data telebot.TeleBot.revoke_chat_invite_link +#: telebot.TeleBot.send_animation telebot.TeleBot.send_audio +#: telebot.TeleBot.send_chat_action telebot.TeleBot.send_contact +#: telebot.TeleBot.send_dice telebot.TeleBot.send_document +#: telebot.TeleBot.send_game telebot.TeleBot.send_invoice +#: telebot.TeleBot.send_location telebot.TeleBot.send_media_group +#: telebot.TeleBot.send_message telebot.TeleBot.send_photo +#: telebot.TeleBot.send_poll telebot.TeleBot.send_sticker +#: telebot.TeleBot.send_venue telebot.TeleBot.send_video +#: telebot.TeleBot.send_video_note +#: telebot.TeleBot.set_chat_administrator_custom_title +#: telebot.TeleBot.set_chat_description telebot.TeleBot.set_chat_menu_button +#: telebot.TeleBot.set_chat_permissions telebot.TeleBot.set_chat_photo +#: telebot.TeleBot.set_chat_sticker_set telebot.TeleBot.set_chat_title +#: telebot.TeleBot.set_game_score telebot.TeleBot.set_my_commands +#: telebot.TeleBot.set_my_default_administrator_rights +#: telebot.TeleBot.set_sticker_position_in_set +#: telebot.TeleBot.set_sticker_set_thumb telebot.TeleBot.set_webhook +#: telebot.TeleBot.stop_message_live_location telebot.TeleBot.stop_poll +#: telebot.TeleBot.unban_chat_member telebot.TeleBot.unban_chat_sender_chat +#: telebot.TeleBot.unpin_all_chat_messages +#: telebot.TeleBot.unpin_all_forum_topic_messages +#: telebot.TeleBot.unpin_chat_message telebot.TeleBot.upload_sticker_file +#: telebot.TeleBot.user +msgid "Return type" +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:31 +#: telebot.TeleBot.answer_callback_query:23 +#: telebot.TeleBot.answer_inline_query:36 +#: telebot.TeleBot.answer_pre_checkout_query:22 +#: telebot.TeleBot.answer_shipping_query:19 +#: telebot.TeleBot.approve_chat_join_request:15 +#: telebot.TeleBot.ban_chat_member:25 telebot.TeleBot.ban_chat_sender_chat:17 +#: telebot.TeleBot.close:9 telebot.TeleBot.close_forum_topic:14 +#: telebot.TeleBot.create_new_sticker_set:44 +#: telebot.TeleBot.decline_chat_join_request:15 +#: telebot.TeleBot.delete_chat_photo:13 +#: telebot.TeleBot.delete_chat_sticker_set:11 +#: telebot.TeleBot.delete_forum_topic:14 telebot.TeleBot.delete_message:23 +#: telebot.TeleBot.delete_my_commands:17 +#: telebot.TeleBot.delete_sticker_from_set:7 telebot.TeleBot.delete_webhook:13 +#: telebot.TeleBot.edit_forum_topic:20 telebot.TeleBot.leave_chat:8 +#: telebot.TeleBot.log_out:11 telebot.TeleBot.pin_chat_message:19 +#: telebot.TeleBot.promote_chat_member:61 telebot.TeleBot.remove_webhook:4 +#: telebot.TeleBot.reopen_forum_topic:14 +#: telebot.TeleBot.restrict_chat_member:48 telebot.TeleBot.send_chat_action:23 +#: telebot.TeleBot.set_chat_administrator_custom_title:18 +#: telebot.TeleBot.set_chat_description:14 +#: telebot.TeleBot.set_chat_menu_button:15 +#: telebot.TeleBot.set_chat_permissions:15 telebot.TeleBot.set_chat_photo:16 +#: telebot.TeleBot.set_chat_title:17 telebot.TeleBot.set_my_commands:18 +#: telebot.TeleBot.set_my_default_administrator_rights:18 +#: telebot.TeleBot.set_sticker_position_in_set:12 +#: telebot.TeleBot.set_sticker_set_thumb:16 +#: telebot.TeleBot.unban_chat_member:20 +#: telebot.TeleBot.unban_chat_sender_chat:15 +#: telebot.TeleBot.unpin_all_chat_messages:12 +#: telebot.TeleBot.unpin_all_forum_topic_messages:14 +#: telebot.TeleBot.unpin_chat_message:15 +msgid ":obj:`bool`" +msgstr "" + +#: of telebot.TeleBot.answer_callback_query:1 +msgid "" +"Use this method to send answers to callback queries sent from inline " +"keyboards. The answer will be displayed to the user as a notification at " +"the top of the chat screen or as an alert." +msgstr "" + +#: of telebot.TeleBot.answer_callback_query:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#answercallbackquery" +msgstr "" + +#: of telebot.TeleBot.answer_callback_query:6 +#: telebot.TeleBot.answer_pre_checkout_query:10 +#: telebot.TeleBot.answer_shipping_query:5 +#: telebot.TeleBot.answer_web_app_query:8 +msgid "Unique identifier for the query to be answered" +msgstr "" + +#: of telebot.TeleBot.answer_callback_query:9 +msgid "" +"Text of the notification. If not specified, nothing will be shown to the " +"user, 0-200 characters" +msgstr "" + +#: of telebot.TeleBot.answer_callback_query:12 +msgid "" +"If True, an alert will be shown by the client instead of a notification " +"at the top of the chat screen. Defaults to false." +msgstr "" + +#: of telebot.TeleBot.answer_callback_query:15 +msgid "" +"URL that will be opened by the user's client. If you have created a Game " +"and accepted the conditions via @BotFather, specify the URL that opens " +"your game - note that this will only work if the query comes from a " +"callback_game button." +msgstr "" + +#: of telebot.TeleBot.answer_callback_query:19 +msgid "" +"The maximum amount of time in seconds that the result of the callback " +"query may be cached client-side. Telegram apps will support caching " +"starting in version 3.14. Defaults to 0." +msgstr "" + +#: of telebot.TeleBot.answer_inline_query:1 +msgid "" +"Use this method to send answers to an inline query. On success, True is " +"returned. No more than 50 results per query are allowed." +msgstr "" + +#: of telebot.TeleBot.answer_inline_query:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#answerinlinequery" +msgstr "" + +#: of telebot.TeleBot.answer_inline_query:6 +msgid "Unique identifier for the answered query" +msgstr "" + +#: of telebot.TeleBot.answer_inline_query:9 +msgid "Array of results for the inline query" +msgstr "" + +#: of telebot.TeleBot.answer_inline_query:12 +msgid "" +"The maximum amount of time in seconds that the result of the inline query" +" may be cached on the server." +msgstr "" + +#: of telebot.TeleBot.answer_inline_query:16 +msgid "" +"Pass True, if results may be cached on the server side only for the user " +"that sent the query." +msgstr "" + +#: of telebot.TeleBot.answer_inline_query:20 +msgid "" +"Pass the offset that a client should send in the next query with the same" +" text to receive more results." +msgstr "" + +#: of telebot.TeleBot.answer_inline_query:24 +msgid "" +"Deep-linking parameter for the /start message sent to the bot when user " +"presses the switch button. 1-64 characters, only A-Z, a-z, 0-9, _ and - " +"are allowed. Example: An inline bot that sends YouTube videos can ask the" +" user to connect the bot to their YouTube account to adapt search results" +" accordingly. To do this, it displays a 'Connect your YouTube account' " +"button above the results, or even before showing any. The user presses " +"the button, switches to a private chat with the bot and, in doing so, " +"passes a start parameter that instructs the bot to return an OAuth link. " +"Once done, the bot can offer a switch_inline button so that the user can " +"easily return to the chat where they wanted to use the bot's inline " +"capabilities." +msgstr "" + +#: of telebot.TeleBot.answer_inline_query:32 +msgid "" +"Parameter for the start message sent to the bot when user presses the " +"switch button" +msgstr "" + +#: of telebot.TeleBot.answer_pre_checkout_query:1 +msgid "" +"Once the user has confirmed their payment and shipping details, the Bot " +"API sends the final confirmation in the form of an Update with the field " +"pre_checkout_query. Use this method to respond to such pre-checkout " +"queries. On success, True is returned." +msgstr "" + +#: of telebot.TeleBot.answer_pre_checkout_query:6 +msgid "" +"The Bot API must receive an answer within 10 seconds after the pre-" +"checkout query was sent." +msgstr "" + +#: of telebot.TeleBot.answer_pre_checkout_query:8 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#answerprecheckoutquery" +msgstr "" + +#: of telebot.TeleBot.answer_pre_checkout_query:13 +msgid "" +"Specify True if everything is alright (goods are available, etc.) and the" +" bot is ready to proceed with the order. Use False if there are any " +"problems." +msgstr "" + +#: of telebot.TeleBot.answer_pre_checkout_query:16 +msgid "" +"Required if ok is False. Error message in human readable form that " +"explains the reason for failure to proceed with the checkout (e.g. " +"\"Sorry, somebody just bought the last of our amazing black T-shirts " +"while you were busy filling out your payment details. Please choose a " +"different color or garment!\"). Telegram will display this message to the" +" user." +msgstr "" + +#: of telebot.TeleBot.answer_shipping_query:1 +msgid "Asks for an answer to a shipping question." +msgstr "" + +#: of telebot.TeleBot.answer_shipping_query:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#answershippingquery" +msgstr "" + +#: of telebot.TeleBot.answer_shipping_query:8 +msgid "" +"Specify True if delivery to the specified address is possible and False " +"if there are any problems (for example, if delivery to the specified " +"address is not possible)" +msgstr "" + +#: of telebot.TeleBot.answer_shipping_query:11 +msgid "" +"Required if ok is True. A JSON-serialized array of available shipping " +"options." +msgstr "" + +#: of telebot.TeleBot.answer_shipping_query:14 +msgid "" +"Required if ok is False. Error message in human readable form that " +"explains why it is impossible to complete the order (e.g. \"Sorry, " +"delivery to your desired address is unavailable'). Telegram will display " +"this message to the user." +msgstr "" + +#: of telebot.TeleBot.answer_web_app_query:1 +msgid "" +"Use this method to set the result of an interaction with a Web App and " +"send a corresponding message on behalf of the user to the chat from which" +" the query originated. On success, a SentWebAppMessage object is " +"returned." +msgstr "" + +#: of telebot.TeleBot.answer_web_app_query:6 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#answerwebappquery" +msgstr "" + +#: of telebot.TeleBot.answer_web_app_query:11 +msgid "A JSON-serialized object describing the message to be sent" +msgstr "" + +#: of telebot.TeleBot.answer_web_app_query:14 +msgid "On success, a SentWebAppMessage object is returned." +msgstr "" + +#: of telebot.TeleBot.answer_web_app_query:15 +msgid ":class:`telebot.types.SentWebAppMessage`" +msgstr "" + +#: of telebot.TeleBot.approve_chat_join_request:1 +msgid "" +"Use this method to approve a chat join request. The bot must be an " +"administrator in the chat for this to work and must have the " +"can_invite_users administrator right. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.approve_chat_join_request:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#approvechatjoinrequest" +msgstr "" + +#: of telebot.TeleBot.approve_chat_join_request:7 +#: telebot.TeleBot.decline_chat_join_request:7 +#: telebot.TeleBot.delete_chat_sticker_set:7 telebot.TeleBot.get_chat_member:5 +#: telebot.TeleBot.set_chat_administrator_custom_title:6 +#: telebot.TeleBot.set_chat_permissions:7 +#: telebot.TeleBot.set_chat_sticker_set:7 +msgid "" +"Unique identifier for the target chat or username of the target " +"supergroup (in the format @supergroupusername)" +msgstr "" + +#: of telebot.TeleBot.approve_chat_join_request:11 +#: telebot.TeleBot.ban_chat_member:12 +#: telebot.TeleBot.decline_chat_join_request:11 +#: telebot.TeleBot.get_chat_member:8 telebot.TeleBot.get_user_profile_photos:6 +#: telebot.TeleBot.promote_chat_member:11 +#: telebot.TeleBot.restrict_chat_member:11 +#: telebot.TeleBot.set_chat_administrator_custom_title:10 +#: telebot.TeleBot.unban_chat_member:13 +msgid "Unique identifier of the target user" +msgstr "" + +#: of telebot.TeleBot.approve_chat_join_request:14 +#: telebot.TeleBot.ban_chat_sender_chat:16 +#: telebot.TeleBot.decline_chat_join_request:14 +#: telebot.TeleBot.delete_chat_photo:12 telebot.TeleBot.delete_my_commands:16 +#: telebot.TeleBot.log_out:10 telebot.TeleBot.pin_chat_message:18 +#: telebot.TeleBot.promote_chat_member:60 telebot.TeleBot.remove_webhook:3 +#: telebot.TeleBot.set_chat_administrator_custom_title:17 +#: telebot.TeleBot.set_chat_description:13 +#: telebot.TeleBot.set_chat_menu_button:14 telebot.TeleBot.set_chat_photo:15 +#: telebot.TeleBot.set_chat_title:16 telebot.TeleBot.set_my_commands:17 +#: telebot.TeleBot.set_my_default_administrator_rights:17 +#: telebot.TeleBot.set_webhook:46 telebot.TeleBot.unban_chat_sender_chat:14 +#: telebot.TeleBot.unpin_all_chat_messages:11 +#: telebot.TeleBot.unpin_chat_message:14 +msgid "True on success." +msgstr "" + +#: of telebot.TeleBot.ban_chat_member:1 +msgid "" +"Use this method to ban a user in a group, a supergroup or a channel. In " +"the case of supergroups and channels, the user will not be able to return" +" to the chat on their own using invite links, etc., unless unbanned " +"first. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.ban_chat_member:6 +msgid "Telegram documentation: https://core.telegram.org/bots/api#banchatmember" +msgstr "" + +#: of telebot.TeleBot.ban_chat_member:8 telebot.TeleBot.restrict_chat_member:7 +msgid "" +"Unique identifier for the target group or username of the target " +"supergroup or channel (in the format @channelusername)" +msgstr "" + +#: of telebot.TeleBot.ban_chat_member:15 +msgid "" +"Date when the user will be unbanned, unix time. If user is banned for " +"more than 366 days or less than 30 seconds from the current time they are" +" considered to be banned forever" +msgstr "" + +#: of telebot.TeleBot.ban_chat_member:19 +msgid "" +"Bool: Pass True to delete all messages from the chat for the user that is" +" being removed. If False, the user will be able to see messages in the " +"group that were sent before the user was removed. Always True for " +"supergroups and channels." +msgstr "" + +#: of telebot.TeleBot.ban_chat_member:24 +#: telebot.TeleBot.delete_chat_sticker_set:10 telebot.TeleBot.delete_message:22 +#: telebot.TeleBot.delete_webhook:12 telebot.TeleBot.send_chat_action:22 +msgid "Returns True on success." +msgstr "" + +#: of telebot.TeleBot.ban_chat_sender_chat:1 +msgid "" +"Use this method to ban a channel chat in a supergroup or a channel. The " +"owner of the chat will not be able to send messages and join live streams" +" on behalf of the chat, unless it is unbanned first. The bot must be an " +"administrator in the supergroup or channel for this to work and must have" +" the appropriate administrator rights. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.ban_chat_sender_chat:8 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#banchatsenderchat" +msgstr "" + +#: of telebot.TeleBot.ban_chat_sender_chat:10 +#: telebot.TeleBot.close_forum_topic:7 telebot.TeleBot.copy_message:5 +#: telebot.TeleBot.create_forum_topic:7 telebot.TeleBot.delete_forum_topic:7 +#: telebot.TeleBot.delete_message:13 telebot.TeleBot.edit_forum_topic:7 +#: telebot.TeleBot.edit_message_live_location:13 +#: telebot.TeleBot.forward_message:8 telebot.TeleBot.pin_chat_message:7 +#: telebot.TeleBot.reopen_forum_topic:7 telebot.TeleBot.send_animation:6 +#: telebot.TeleBot.send_audio:9 telebot.TeleBot.send_dice:5 +#: telebot.TeleBot.send_document:5 telebot.TeleBot.send_game:5 +#: telebot.TeleBot.send_location:5 telebot.TeleBot.send_media_group:6 +#: telebot.TeleBot.send_message:9 telebot.TeleBot.send_photo:5 +#: telebot.TeleBot.send_sticker:6 telebot.TeleBot.send_video:5 +#: telebot.TeleBot.send_video_note:6 telebot.TeleBot.send_voice:7 +#: telebot.TeleBot.set_chat_description:6 telebot.TeleBot.set_chat_title:9 +#: telebot.TeleBot.stop_message_live_location:6 +#: telebot.TeleBot.unban_chat_sender_chat:8 +#: telebot.TeleBot.unpin_all_forum_topic_messages:7 +#: telebot.TeleBot.unpin_chat_message:7 +msgid "" +"Unique identifier for the target chat or username of the target channel " +"(in the format @channelusername)" +msgstr "" + +#: of telebot.TeleBot.ban_chat_sender_chat:13 +msgid "Unique identifier of the target sender chat" +msgstr "" + +#: of telebot.TeleBot.callback_query_handler:1 +msgid "" +"Handles new incoming callback query. As a parameter to the decorator " +"function, it passes :class:`telebot.types.CallbackQuery` object." +msgstr "" + +#: of telebot.TeleBot.callback_query_handler:4 +#: telebot.TeleBot.channel_post_handler:10 +#: telebot.TeleBot.chat_join_request_handler:5 +#: telebot.TeleBot.chat_member_handler:6 +#: telebot.TeleBot.chosen_inline_handler:5 +#: telebot.TeleBot.edited_channel_post_handler:10 +#: telebot.TeleBot.edited_message_handler:10 telebot.TeleBot.inline_handler:4 +#: telebot.TeleBot.my_chat_member_handler:5 +#: telebot.TeleBot.poll_answer_handler:5 telebot.TeleBot.poll_handler:4 +#: telebot.TeleBot.pre_checkout_query_handler:4 +#: telebot.TeleBot.register_callback_query_handler:6 +#: telebot.TeleBot.register_channel_post_handler:15 +#: telebot.TeleBot.register_chat_join_request_handler:6 +#: telebot.TeleBot.register_chat_member_handler:6 +#: telebot.TeleBot.register_chosen_inline_handler:6 +#: telebot.TeleBot.register_edited_channel_post_handler:15 +#: telebot.TeleBot.register_edited_message_handler:15 +#: telebot.TeleBot.register_inline_handler:6 +#: telebot.TeleBot.register_message_handler:15 +#: telebot.TeleBot.register_my_chat_member_handler:6 +#: telebot.TeleBot.register_poll_answer_handler:6 +#: telebot.TeleBot.register_poll_handler:6 +#: telebot.TeleBot.register_pre_checkout_query_handler:6 +#: telebot.TeleBot.register_shipping_query_handler:6 +#: telebot.TeleBot.shipping_query_handler:4 +msgid "Function executed as a filter" +msgstr "" + +#: of telebot.TeleBot.callback_query_handler:7 +#: telebot.TeleBot.channel_post_handler:16 +#: telebot.TeleBot.chat_join_request_handler:8 +#: telebot.TeleBot.chat_member_handler:9 +#: telebot.TeleBot.chosen_inline_handler:8 +#: telebot.TeleBot.edited_channel_post_handler:16 +#: telebot.TeleBot.edited_message_handler:19 telebot.TeleBot.inline_handler:7 +#: telebot.TeleBot.message_handler:50 telebot.TeleBot.my_chat_member_handler:8 +#: telebot.TeleBot.poll_answer_handler:8 telebot.TeleBot.poll_handler:7 +#: telebot.TeleBot.pre_checkout_query_handler:7 +#: telebot.TeleBot.register_callback_query_handler:12 +#: telebot.TeleBot.register_channel_post_handler:21 +#: telebot.TeleBot.register_chat_join_request_handler:12 +#: telebot.TeleBot.register_chat_member_handler:12 +#: telebot.TeleBot.register_chosen_inline_handler:12 +#: telebot.TeleBot.register_edited_channel_post_handler:21 +#: telebot.TeleBot.register_edited_message_handler:24 +#: telebot.TeleBot.register_inline_handler:12 +#: telebot.TeleBot.register_message_handler:24 +#: telebot.TeleBot.register_my_chat_member_handler:12 +#: telebot.TeleBot.register_poll_answer_handler:12 +#: telebot.TeleBot.register_poll_handler:12 +#: telebot.TeleBot.register_pre_checkout_query_handler:11 +#: telebot.TeleBot.register_shipping_query_handler:12 +#: telebot.TeleBot.shipping_query_handler:7 +msgid "Optional keyword arguments(custom filters)" +msgstr "" + +#: of telebot.TeleBot.channel_post_handler:1 +msgid "" +"Handles new incoming channel post of any kind - text, photo, sticker, " +"etc. As a parameter to the decorator function, it passes " +":class:`telebot.types.Message` object." +msgstr "" + +#: of telebot.TeleBot.channel_post_handler:4 +#: telebot.TeleBot.edited_channel_post_handler:4 +#: telebot.TeleBot.edited_message_handler:4 telebot.TeleBot.message_handler:34 +msgid "Optional list of strings (commands to handle)." +msgstr "" + +#: of telebot.TeleBot.channel_post_handler:7 +#: telebot.TeleBot.edited_channel_post_handler:7 +#: telebot.TeleBot.edited_message_handler:7 telebot.TeleBot.message_handler:37 +msgid "Optional regular expression." +msgstr "" + +#: of telebot.TeleBot.channel_post_handler:13 +#: telebot.TeleBot.edited_channel_post_handler:13 +#: telebot.TeleBot.edited_message_handler:13 telebot.TeleBot.message_handler:44 +#: telebot.TeleBot.register_channel_post_handler:6 +#: telebot.TeleBot.register_edited_channel_post_handler:6 +#: telebot.TeleBot.register_edited_message_handler:6 +#: telebot.TeleBot.register_message_handler:6 +msgid "Supported message content types. Must be a list. Defaults to ['text']." +msgstr "" + +#: of telebot.TeleBot.chat_join_request_handler:1 +msgid "" +"Handles a request to join the chat has been sent. The bot must have the " +"can_invite_users administrator right in the chat to receive these " +"updates. As a parameter to the decorator function, it passes " +":class:`telebot.types.ChatJoinRequest` object." +msgstr "" + +#: of telebot.TeleBot.chat_member_handler:1 +msgid "" +"Handles update in a status of a user in a chat. The bot must be an " +"administrator in the chat and must explicitly specify “chat_member” in " +"the list of allowed_updates to receive these updates. As a parameter to " +"the decorator function, it passes " +":class:`telebot.types.ChatMemberUpdated` object." +msgstr "" + +#: of telebot.TeleBot.chosen_inline_handler:1 +msgid "" +"Handles the result of an inline query that was chosen by a user and sent " +"to their chat partner. Please see our documentation on the feedback " +"collecting for details on how to enable these updates for your bot. As a " +"parameter to the decorator function, it passes " +":class:`telebot.types.ChosenInlineResult` object." +msgstr "" + +#: of telebot.TeleBot.clear_reply_handlers:1 +#: telebot.TeleBot.clear_reply_handlers_by_message_id:1 +msgid "" +"Clears all callback functions registered by register_for_reply() and " +"register_for_reply_by_message_id()." +msgstr "" + +#: of telebot.TeleBot.clear_reply_handlers:3 +msgid "The message for which we want to clear reply handlers" +msgstr "" + +#: of telebot.TeleBot.clear_reply_handlers_by_message_id:3 +msgid "The message id for which we want to clear reply handlers" +msgstr "" + +#: of telebot.TeleBot.clear_step_handler:1 +#: telebot.TeleBot.clear_step_handler_by_chat_id:1 +msgid "Clears all callback functions registered by register_next_step_handler()." +msgstr "" + +#: of telebot.TeleBot.clear_step_handler:3 +msgid "" +"The message for which we want to handle new message after that in same " +"chat." +msgstr "" + +#: of telebot.TeleBot.clear_step_handler_by_chat_id:3 +msgid "The chat for which we want to clear next step handlers" +msgstr "" + +#: of telebot.TeleBot.close:1 +msgid "" +"Use this method to close the bot instance before moving it from one local" +" server to another. You need to delete the webhook before calling this " +"method to ensure that the bot isn't launched again after server restart. " +"The method will return error 429 in the first 10 minutes after the bot is" +" launched. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.close:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#close" +msgstr "" + +#: of telebot.TeleBot.close_forum_topic:1 +msgid "" +"Use this method to close an open topic in a forum supergroup chat. The " +"bot must be an administrator in the chat for this to work and must have " +"the can_manage_topics administrator rights, unless it is the creator of " +"the topic. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.close_forum_topic:5 +msgid "Telegram documentation: https://core.telegram.org/bots/api#closeforumtopic" +msgstr "" + +#: of telebot.TeleBot.close_forum_topic:10 +msgid "Identifier of the topic to close" +msgstr "" + +#: of telebot.TeleBot.copy_message:1 +msgid "Use this method to copy messages of any kind." +msgstr "" + +#: of telebot.TeleBot.copy_message:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#copymessage" +msgstr "" + +#: of telebot.TeleBot.copy_message:8 telebot.TeleBot.forward_message:11 +msgid "" +"Unique identifier for the chat where the original message was sent (or " +"channel username in the format @channelusername)" +msgstr "" + +#: of telebot.TeleBot.copy_message:10 telebot.TeleBot.forward_message:14 +msgid "Message identifier in the chat specified in from_chat_id" +msgstr "" + +#: of telebot.TeleBot.copy_message:13 +msgid "" +"New caption for media, 0-1024 characters after entities parsing. If not " +"specified, the original caption is kept" +msgstr "" + +#: of telebot.TeleBot.copy_message:16 +msgid "Mode for parsing entities in the new caption." +msgstr "" + +#: of telebot.TeleBot.copy_message:19 +msgid "" +"A JSON-serialized list of special entities that appear in the new " +"caption, which can be specified instead of parse_mode" +msgstr "" + +#: of telebot.TeleBot.copy_message:22 telebot.TeleBot.send_animation:45 +#: telebot.TeleBot.send_audio:39 telebot.TeleBot.send_contact:20 +#: telebot.TeleBot.send_dice:12 telebot.TeleBot.send_document:26 +#: telebot.TeleBot.send_game:11 telebot.TeleBot.send_invoice:67 +#: telebot.TeleBot.send_location:25 telebot.TeleBot.send_message:24 +#: telebot.TeleBot.send_photo:22 telebot.TeleBot.send_poll:44 +#: telebot.TeleBot.send_venue:27 telebot.TeleBot.send_video:35 +#: telebot.TeleBot.send_video_note:27 telebot.TeleBot.send_voice:31 +msgid "" +"Sends the message silently. Users will receive a notification with no " +"sound." +msgstr "" + +#: of telebot.TeleBot.copy_message:25 telebot.TeleBot.send_animation:34 +#: telebot.TeleBot.send_audio:57 telebot.TeleBot.send_contact:38 +#: telebot.TeleBot.send_document:50 telebot.TeleBot.send_invoice:95 +#: telebot.TeleBot.send_location:43 telebot.TeleBot.send_media_group:15 +#: telebot.TeleBot.send_photo:25 telebot.TeleBot.send_poll:64 +#: telebot.TeleBot.send_sticker:30 telebot.TeleBot.send_venue:51 +#: telebot.TeleBot.send_video:38 telebot.TeleBot.send_video_note:42 +#: telebot.TeleBot.send_voice:43 +msgid "Protects the contents of the sent message from forwarding and saving" +msgstr "" + +#: of telebot.TeleBot.copy_message:28 telebot.TeleBot.send_animation:37 +#: telebot.TeleBot.send_audio:29 telebot.TeleBot.send_contact:23 +#: telebot.TeleBot.send_dice:15 telebot.TeleBot.send_document:12 +#: telebot.TeleBot.send_game:14 telebot.TeleBot.send_invoice:70 +#: telebot.TeleBot.send_location:17 telebot.TeleBot.send_media_group:18 +#: telebot.TeleBot.send_message:30 telebot.TeleBot.send_photo:28 +#: telebot.TeleBot.send_poll:47 telebot.TeleBot.send_sticker:13 +#: telebot.TeleBot.send_venue:30 telebot.TeleBot.send_video:41 +#: telebot.TeleBot.send_video_note:19 telebot.TeleBot.send_voice:20 +msgid "If the message is a reply, ID of the original message" +msgstr "" + +#: of telebot.TeleBot.copy_message:31 telebot.TeleBot.send_animation:54 +#: telebot.TeleBot.send_audio:54 telebot.TeleBot.send_dice:26 +#: telebot.TeleBot.send_document:38 telebot.TeleBot.send_invoice:84 +#: telebot.TeleBot.send_location:40 telebot.TeleBot.send_media_group:24 +#: telebot.TeleBot.send_message:33 telebot.TeleBot.send_photo:31 +#: telebot.TeleBot.send_sticker:27 telebot.TeleBot.send_video:44 +#: telebot.TeleBot.send_video_note:39 telebot.TeleBot.send_voice:40 +msgid "" +"Pass True, if the message should be sent even if the specified replied-to" +" message is not found" +msgstr "" + +#: of telebot.TeleBot.copy_message:34 telebot.TeleBot.send_animation:40 +#: telebot.TeleBot.send_contact:26 telebot.TeleBot.send_dice:18 +#: telebot.TeleBot.send_document:18 telebot.TeleBot.send_game:17 +#: telebot.TeleBot.send_location:20 telebot.TeleBot.send_message:36 +#: telebot.TeleBot.send_photo:34 telebot.TeleBot.send_poll:53 +#: telebot.TeleBot.send_sticker:16 telebot.TeleBot.send_venue:33 +#: telebot.TeleBot.send_video:47 telebot.TeleBot.send_video_note:22 +#: telebot.TeleBot.send_voice:23 +msgid "" +"Additional interface options. A JSON-serialized object for an inline " +"keyboard, custom reply keyboard, instructions to remove reply keyboard or" +" to force a reply from the user." +msgstr "" + +#: of telebot.TeleBot.copy_message:39 telebot.TeleBot.delete_message:19 +#: telebot.TeleBot.edit_message_live_location:23 +#: telebot.TeleBot.forward_message:20 telebot.TeleBot.send_animation:48 +#: telebot.TeleBot.send_audio:42 telebot.TeleBot.send_chat_action:19 +#: telebot.TeleBot.send_contact:31 telebot.TeleBot.send_dice:23 +#: telebot.TeleBot.send_document:29 telebot.TeleBot.send_location:28 +#: telebot.TeleBot.send_media_group:21 telebot.TeleBot.send_message:40 +#: telebot.TeleBot.send_photo:39 telebot.TeleBot.send_sticker:24 +#: telebot.TeleBot.send_venue:38 telebot.TeleBot.send_video:52 +#: telebot.TeleBot.send_video_note:30 telebot.TeleBot.send_voice:34 +#: telebot.TeleBot.stop_message_live_location:19 +msgid "Timeout in seconds for the request." +msgstr "" + +#: of telebot.TeleBot.copy_message:42 telebot.TeleBot.forward_message:23 +#: telebot.TeleBot.send_audio:60 telebot.TeleBot.send_dice:32 +#: telebot.TeleBot.send_location:46 telebot.TeleBot.send_message:43 +#: telebot.TeleBot.send_photo:42 telebot.TeleBot.send_voice:46 +msgid "Identifier of a message thread, in which the message will be sent" +msgstr "" + +#: of telebot.TeleBot.copy_message:45 telebot.TeleBot.forward_message:26 +#: telebot.TeleBot.reply_to:11 telebot.TeleBot.send_animation:60 +#: telebot.TeleBot.send_audio:63 telebot.TeleBot.send_contact:44 +#: telebot.TeleBot.send_dice:35 telebot.TeleBot.send_document:56 +#: telebot.TeleBot.send_game:32 telebot.TeleBot.send_invoice:101 +#: telebot.TeleBot.send_location:49 telebot.TeleBot.send_message:46 +#: telebot.TeleBot.send_photo:45 telebot.TeleBot.send_poll:70 +#: telebot.TeleBot.send_sticker:39 telebot.TeleBot.send_venue:57 +#: telebot.TeleBot.send_video:61 telebot.TeleBot.send_video_note:48 +#: telebot.TeleBot.send_voice:49 +msgid "On success, the sent Message is returned." +msgstr "" + +#: of telebot.TeleBot.copy_message:46 telebot.TeleBot.forward_message:27 +#: telebot.TeleBot.reply_to:12 telebot.TeleBot.send_animation:61 +#: telebot.TeleBot.send_audio:64 telebot.TeleBot.send_contact:45 +#: telebot.TeleBot.send_dice:36 telebot.TeleBot.send_document:57 +#: telebot.TeleBot.send_location:50 telebot.TeleBot.send_message:47 +#: telebot.TeleBot.send_photo:46 telebot.TeleBot.send_sticker:40 +#: telebot.TeleBot.send_venue:58 telebot.TeleBot.send_video:62 +#: telebot.TeleBot.send_video_note:49 +msgid ":class:`telebot.types.Message`" +msgstr "" + +#: of telebot.TeleBot.create_chat_invite_link:1 +msgid "" +"Use this method to create an additional invite link for a chat. The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate administrator rights. The link can be revoked using the " +"method revokeChatInviteLink. Returns the new invite link as " +"ChatInviteLink object." +msgstr "" + +#: of telebot.TeleBot.create_chat_invite_link:6 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#createchatinvitelink" +msgstr "" + +#: of telebot.TeleBot.create_chat_invite_link:8 +#: telebot.TeleBot.edit_chat_invite_link:6 +#: telebot.TeleBot.export_chat_invite_link:6 +#: telebot.TeleBot.revoke_chat_invite_link:7 +msgid "" +"Id: Unique identifier for the target chat or username of the target " +"channel (in the format @channelusername)" +msgstr "" + +#: of telebot.TeleBot.create_chat_invite_link:12 +#: telebot.TeleBot.edit_chat_invite_link:10 +msgid "Invite link name; 0-32 characters" +msgstr "" + +#: of telebot.TeleBot.create_chat_invite_link:15 +#: telebot.TeleBot.edit_chat_invite_link:16 +msgid "Point in time (Unix timestamp) when the link will expire" +msgstr "" + +#: of telebot.TeleBot.create_chat_invite_link:18 +#: telebot.TeleBot.edit_chat_invite_link:19 +msgid "Maximum number of users that can be members of the chat simultaneously" +msgstr "" + +#: of telebot.TeleBot.create_chat_invite_link:21 +#: telebot.TeleBot.edit_chat_invite_link:22 +msgid "" +"True, if users joining the chat via the link need to be approved by chat " +"administrators. If True, member_limit can't be specified" +msgstr "" + +#: of telebot.TeleBot.create_chat_invite_link:24 +#: telebot.TeleBot.edit_chat_invite_link:25 +#: telebot.TeleBot.revoke_chat_invite_link:14 +msgid "Returns the new invite link as ChatInviteLink object." +msgstr "" + +#: of telebot.TeleBot.create_chat_invite_link:25 +#: telebot.TeleBot.edit_chat_invite_link:26 +#: telebot.TeleBot.revoke_chat_invite_link:15 +msgid ":class:`telebot.types.ChatInviteLink`" +msgstr "" + +#: of telebot.TeleBot.create_forum_topic:1 +msgid "" +"Use this method to create a topic in a forum supergroup chat. The bot " +"must be an administrator in the chat for this to work and must have the " +"can_manage_topics administrator rights. Returns information about the " +"created topic as a ForumTopic object." +msgstr "" + +#: of telebot.TeleBot.create_forum_topic:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#createforumtopic" +msgstr "" + +#: of telebot.TeleBot.create_forum_topic:10 +msgid "Name of the topic, 1-128 characters" +msgstr "" + +#: of telebot.TeleBot.create_forum_topic:13 +msgid "" +"Color of the topic icon in RGB format. Currently, must be one of " +"0x6FB9F0, 0xFFD67E, 0xCB86DB, 0x8EEE98, 0xFF93B2, or 0xFB6F5F" +msgstr "" + +#: of telebot.TeleBot.create_forum_topic:16 +msgid "" +"Custom emoji for the topic icon. Must be an emoji of type “tgs” and must " +"be exactly 1 character long" +msgstr "" + +#: of telebot.TeleBot.create_forum_topic:19 +msgid "" +"On success, information about the created topic is returned as a " +"ForumTopic object." +msgstr "" + +#: of telebot.TeleBot.create_forum_topic:20 +msgid ":class:`telebot.types.ForumTopic`" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:1 +msgid "" +"Use this method to create a link for an invoice. Returns the created " +"invoice link as String on success." +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#createinvoicelink" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:7 telebot.TeleBot.send_invoice:8 +msgid "Product name, 1-32 characters" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:10 telebot.TeleBot.send_invoice:11 +msgid "Product description, 1-255 characters" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:13 telebot.TeleBot.send_invoice:14 +msgid "" +"Bot-defined invoice payload, 1-128 bytes. This will not be displayed to " +"the user, use for your internal processes." +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:17 telebot.TeleBot.send_invoice:18 +msgid "Payments provider token, obtained via @Botfather" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:20 telebot.TeleBot.send_invoice:21 +msgid "" +"Three-letter ISO 4217 currency code, see " +"https://core.telegram.org/bots/payments#supported-currencies" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:24 telebot.TeleBot.send_invoice:25 +msgid "" +"Price breakdown, a list of components (e.g. product price, tax, discount," +" delivery cost, delivery tax, bonus, etc.)" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:28 telebot.TeleBot.send_invoice:87 +msgid "The maximum accepted amount for tips in the smallest units of the currency" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:31 telebot.TeleBot.send_invoice:90 +msgid "" +"A JSON-serialized array of suggested amounts of tips in the smallest " +"units of the currency. At most 4 suggested tip amounts can be specified." +" The suggested tip amounts must be positive, passed in a strictly " +"increased order and must not exceed max_tip_amount." +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:36 telebot.TeleBot.send_invoice:77 +msgid "" +"A JSON-serialized data about the invoice, which will be shared with the " +"payment provider. A detailed description of required fields should be " +"provided by the payment provider." +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:40 +msgid "" +"URL of the product photo for the invoice. Can be a photo of the goods or " +"a photo of the invoice. People like it better when they see a photo of " +"what they are paying for." +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:44 telebot.TeleBot.send_invoice:37 +msgid "Photo size in bytes" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:47 telebot.TeleBot.send_invoice:40 +msgid "Photo width" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:50 telebot.TeleBot.send_invoice:43 +msgid "Photo height" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:53 telebot.TeleBot.send_invoice:46 +msgid "Pass True, if you require the user's full name to complete the order" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:56 telebot.TeleBot.send_invoice:49 +msgid "Pass True, if you require the user's phone number to complete the order" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:59 telebot.TeleBot.send_invoice:52 +msgid "Pass True, if you require the user's email to complete the order" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:62 telebot.TeleBot.send_invoice:55 +msgid "" +"Pass True, if you require the user's shipping address to complete the " +"order" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:65 telebot.TeleBot.send_invoice:61 +msgid "Pass True, if user's phone number should be sent to provider" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:68 telebot.TeleBot.send_invoice:64 +msgid "Pass True, if user's email address should be sent to provider" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:71 telebot.TeleBot.send_invoice:58 +msgid "Pass True, if the final price depends on the shipping method" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:74 +msgid "Created invoice link as String on success." +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:75 +#: telebot.TeleBot.export_chat_invite_link:11 telebot.TeleBot.get_file_url:7 +msgid ":obj:`str`" +msgstr "" + +#: of telebot.TeleBot.create_new_sticker_set:1 +msgid "" +"Use this method to create new sticker set owned by a user. The bot will " +"be able to edit the created sticker set. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.create_new_sticker_set:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#createnewstickerset" +msgstr "" + +#: of telebot.TeleBot.create_new_sticker_set:10 +msgid "" +"Short name of sticker set, to be used in t.me/addstickers/ URLs (e.g., " +"animals). Can contain only English letters, digits and underscores. Must " +"begin with a letter, can't contain consecutive underscores and must end " +"in \"_by_\". is case insensitive. 1-64 " +"characters." +msgstr "" + +#: of telebot.TeleBot.create_new_sticker_set:15 +msgid "Sticker set title, 1-64 characters" +msgstr "" + +#: of telebot.TeleBot.create_new_sticker_set:32 +msgid "" +"Pass True, if a set of mask stickers should be created. Deprecated since " +"Bot API 6.2, use sticker_type instead." +msgstr "" + +#: of telebot.TeleBot.create_new_sticker_set:36 +msgid "" +"Optional, Type of stickers in the set, pass “regular” or “mask”. Custom " +"emoji sticker sets can't be created via the Bot API at the moment. By " +"default, a regular sticker set is created." +msgstr "" + +#: of telebot.TeleBot.decline_chat_join_request:1 +msgid "" +"Use this method to decline a chat join request. The bot must be an " +"administrator in the chat for this to work and must have the " +"can_invite_users administrator right. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.decline_chat_join_request:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#declinechatjoinrequest" +msgstr "" + +#: of telebot.TeleBot.delete_chat_photo:1 +msgid "" +"Use this method to delete a chat photo. Photos can't be changed for " +"private chats. The bot must be an administrator in the chat for this to " +"work and must have the appropriate admin rights. Returns True on success." +" Note: In regular groups (non-supergroups), this method will only work if" +" the ‘All Members Are Admins’ setting is off in the target group." +msgstr "" + +#: of telebot.TeleBot.delete_chat_photo:6 +msgid "Telegram documentation: https://core.telegram.org/bots/api#deletechatphoto" +msgstr "" + +#: of telebot.TeleBot.delete_chat_photo:8 telebot.TeleBot.set_chat_photo:9 +#: telebot.TeleBot.unpin_all_chat_messages:7 +msgid "" +"Int or Str: Unique identifier for the target chat or username of the " +"target channel (in the format @channelusername)" +msgstr "" + +#: of telebot.TeleBot.delete_chat_sticker_set:1 +msgid "" +"Use this method to delete a group sticker set from a supergroup. The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate admin rights. Use the field can_set_sticker_set optionally " +"returned in getChat requests to check if the bot can use this method. " +"Returns True on success." +msgstr "" + +#: of telebot.TeleBot.delete_chat_sticker_set:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#deletechatstickerset" +msgstr "" + +#: of telebot.TeleBot.delete_forum_topic:1 +msgid "" +"Use this method to delete a topic in a forum supergroup chat. The bot " +"must be an administrator in the chat for this to work and must have the " +"can_manage_topics administrator rights, unless it is the creator of the " +"topic. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.delete_forum_topic:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#deleteforumtopic" +msgstr "" + +#: of telebot.TeleBot.delete_forum_topic:10 +msgid "Identifier of the topic to delete" +msgstr "" + +#: of telebot.TeleBot.delete_message:1 +msgid "" +"Use this method to delete a message, including service messages, with the" +" following limitations: - A message can only be deleted if it was sent " +"less than 48 hours ago. - A dice message in a private chat can only be " +"deleted if it was sent more than 24 hours ago. - Bots can delete outgoing" +" messages in private chats, groups, and supergroups. - Bots can delete " +"incoming messages in private chats. - Bots granted can_post_messages " +"permissions can delete outgoing messages in channels. - If the bot is an " +"administrator of a group, it can delete any message there. - If the bot " +"has can_delete_messages permission in a supergroup or a channel, it can " +"delete any message there. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.delete_message:11 +msgid "Telegram documentation: https://core.telegram.org/bots/api#deletemessage" +msgstr "" + +#: of telebot.TeleBot.delete_message:16 +msgid "Identifier of the message to delete" +msgstr "" + +#: of telebot.TeleBot.delete_my_commands:1 +msgid "" +"Use this method to delete the list of the bot's commands for the given " +"scope and user language. After deletion, higher level commands will be " +"shown to affected users. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.delete_my_commands:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#deletemycommands" +msgstr "" + +#: of telebot.TeleBot.delete_my_commands:7 telebot.TeleBot.get_my_commands:6 +#: telebot.TeleBot.set_my_commands:8 +msgid "" +"The scope of users for which the commands are relevant. Defaults to " +"BotCommandScopeDefault." +msgstr "" + +#: of telebot.TeleBot.delete_my_commands:11 telebot.TeleBot.get_my_commands:10 +#: telebot.TeleBot.set_my_commands:12 +msgid "" +"A two-letter ISO 639-1 language code. If empty, commands will be applied " +"to all users from the given scope, for whose language there are no " +"dedicated commands" +msgstr "" + +#: of telebot.TeleBot.delete_state:1 +msgid "Delete the current state of a user." +msgstr "" + +#: of telebot.TeleBot.delete_sticker_from_set:1 +msgid "" +"Use this method to delete a sticker from a set created by the bot. " +"Returns True on success." +msgstr "" + +#: of telebot.TeleBot.delete_sticker_from_set:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#deletestickerfromset" +msgstr "" + +#: of telebot.TeleBot.delete_sticker_from_set:5 +#: telebot.TeleBot.set_sticker_position_in_set:5 +msgid "File identifier of the sticker" +msgstr "" + +#: of telebot.TeleBot.delete_webhook:1 +msgid "" +"Use this method to remove webhook integration if you decide to switch " +"back to getUpdates. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.delete_webhook:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#deletewebhook" +msgstr "" + +#: of telebot.TeleBot.delete_webhook:6 telebot.TeleBot.run_webhooks:36 +#: telebot.TeleBot.set_webhook:36 +msgid "Pass True to drop all pending updates, defaults to None" +msgstr "" + +#: of telebot.TeleBot.delete_webhook:9 telebot.TeleBot.run_webhooks:39 +msgid "Request connection timeout, defaults to None" +msgstr "" + +#: of telebot.TeleBot.disable_save_next_step_handlers:1 +#: telebot.TeleBot.disable_save_reply_handlers:1 +msgid "Disable saving next step handlers (by default saving disable)" +msgstr "" + +#: of telebot.TeleBot.disable_save_next_step_handlers:3 +msgid "" +"This function is left to keep backward compatibility whose purpose was to" +" disable file saving capability for handlers. For the same purpose, " +"MemoryHandlerBackend is reassigned as a new next_step_backend backend " +"instead of FileHandlerBackend." +msgstr "" + +#: of telebot.TeleBot.disable_save_reply_handlers:3 +msgid "" +"This function is left to keep backward compatibility whose purpose was to" +" disable file saving capability for handlers. For the same purpose, " +"MemoryHandlerBackend is reassigned as a new reply_backend backend instead" +" of FileHandlerBackend." +msgstr "" + +#: of telebot.TeleBot.download_file:1 +msgid "Downloads file." +msgstr "" + +#: of telebot.TeleBot.download_file:3 +msgid "Path where the file should be downloaded." +msgstr "" + +#: of telebot.TeleBot.download_file:6 +msgid "bytes" +msgstr "" + +#: of telebot.TeleBot.download_file:7 +msgid ":obj:`bytes`" +msgstr "" + +#: of telebot.TeleBot.edit_chat_invite_link:1 +msgid "" +"Use this method to edit a non-primary invite link created by the bot. The" +" bot must be an administrator in the chat for this to work and must have " +"the appropriate admin rights." +msgstr "" + +#: of telebot.TeleBot.edit_chat_invite_link:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editchatinvitelink" +msgstr "" + +#: of telebot.TeleBot.edit_chat_invite_link:13 +msgid "The invite link to edit" +msgstr "" + +#: of telebot.TeleBot.edit_forum_topic:1 +msgid "" +"Use this method to edit name and icon of a topic in a forum supergroup " +"chat. The bot must be an administrator in the chat for this to work and " +"must have can_manage_topics administrator rights, unless it is the " +"creator of the topic. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.edit_forum_topic:5 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#editforumtopic" +msgstr "" + +#: of telebot.TeleBot.edit_forum_topic:10 +msgid "Identifier of the topic to edit" +msgstr "" + +#: of telebot.TeleBot.edit_forum_topic:13 +msgid "New name of the topic, 1-128 characters" +msgstr "" + +#: of telebot.TeleBot.edit_forum_topic:16 +msgid "" +"New custom emoji for the topic icon. Must be an emoji of type “tgs” and " +"must be exactly 1 character long" +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:1 +msgid "Use this method to edit captions of messages." +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editmessagecaption" +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:5 +msgid "New caption of the message" +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:8 +msgid "" +"Required if inline_message_id is not specified. Unique identifier for the" +" target chat or username of the target channel" +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:11 +msgid "Required if inline_message_id is not specified." +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:14 +msgid "" +"Required if inline_message_id is not specified. Identifier of the inline " +"message." +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:17 +msgid "New caption of the message, 0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:20 +msgid "" +"A JSON-serialized array of objects that describe how the caption should " +"be parsed." +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:23 +#: telebot.TeleBot.edit_message_media:19 +#: telebot.TeleBot.edit_message_reply_markup:14 +#: telebot.TeleBot.edit_message_text:26 +msgid "A JSON-serialized object for an inline keyboard." +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:26 +#: telebot.TeleBot.edit_message_media:22 +#: telebot.TeleBot.edit_message_reply_markup:17 +#: telebot.TeleBot.edit_message_text:29 +msgid "" +"On success, if edited message is sent by the bot, the edited Message is " +"returned, otherwise True is returned." +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:27 +msgid ":obj:`types.Message` | :obj:`bool`" +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:3 +msgid "" +"Use this method to edit live location messages. A location can be edited " +"until its live_period expires or editing is explicitly" +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:2 +msgid "" +"disabled by a call to stopMessageLiveLocation. On success, if the edited " +"message is not an inline message, the edited Message is returned, " +"otherwise True is returned." +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editmessagelivelocation" +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:7 +msgid "Latitude of new location" +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:10 +msgid "Longitude of new location" +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:16 +msgid "" +"Required if inline_message_id is not specified. Identifier of the message" +" to edit" +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:19 +#: telebot.TeleBot.stop_message_live_location:15 +msgid "A JSON-serialized object for a new inline keyboard." +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:26 +#: telebot.TeleBot.edit_message_media:16 +#: telebot.TeleBot.edit_message_reply_markup:11 +#: telebot.TeleBot.edit_message_text:14 telebot.TeleBot.get_game_high_scores:19 +#: telebot.TeleBot.set_game_score:20 +msgid "" +"Required if chat_id and message_id are not specified. Identifier of the " +"inline message" +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:29 +#: telebot.TeleBot.send_location:31 +msgid "The radius of uncertainty for the location, measured in meters; 0-1500" +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:32 +msgid "" +"Direction in which the user is moving, in degrees. Must be between 1 and " +"360 if specified." +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:35 +msgid "" +"The maximum distance for proximity alerts about approaching another chat " +"member, in meters. Must be between 1 and 100000 if specified." +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:38 +msgid "" +"On success, if the edited message is not an inline message, the edited " +"Message is returned, otherwise True is returned." +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:39 +#: telebot.TeleBot.stop_message_live_location:23 +msgid ":class:`telebot.types.Message` or bool" +msgstr "" + +#: of telebot.TeleBot.edit_message_media:1 +msgid "" +"Use this method to edit animation, audio, document, photo, or video " +"messages. If a message is a part of a message album, then it can be " +"edited only to a photo or a video. Otherwise, message type can be changed" +" arbitrarily. When inline message is edited, new file can't be uploaded. " +"Use previously uploaded file via its file_id or specify a URL." +msgstr "" + +#: of telebot.TeleBot.edit_message_media:6 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editmessagemedia" +msgstr "" + +#: of telebot.TeleBot.edit_message_media:8 +msgid "A JSON-serialized object for a new media content of the message" +msgstr "" + +#: of telebot.TeleBot.edit_message_media:10 +#: telebot.TeleBot.edit_message_reply_markup:5 +#: telebot.TeleBot.edit_message_text:8 telebot.TeleBot.get_game_high_scores:13 +#: telebot.TeleBot.set_game_score:14 +msgid "" +"Required if inline_message_id is not specified. Unique identifier for the" +" target chat or username of the target channel (in the format " +"@channelusername)" +msgstr "" + +#: of telebot.TeleBot.edit_message_media:13 +#: telebot.TeleBot.edit_message_reply_markup:8 +#: telebot.TeleBot.edit_message_text:11 telebot.TeleBot.get_game_high_scores:16 +#: telebot.TeleBot.set_game_score:17 +msgid "" +"Required if inline_message_id is not specified. Identifier of the sent " +"message" +msgstr "" + +#: of telebot.TeleBot.edit_message_media:23 +#: telebot.TeleBot.edit_message_reply_markup:18 +#: telebot.TeleBot.edit_message_text:30 telebot.TeleBot.set_game_score:27 +msgid ":obj:`types.Message` or :obj:`bool`" +msgstr "" + +#: of telebot.TeleBot.edit_message_reply_markup:1 +msgid "Use this method to edit only the reply markup of messages." +msgstr "" + +#: of telebot.TeleBot.edit_message_reply_markup:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editmessagereplymarkup" +msgstr "" + +#: of telebot.TeleBot.edit_message_text:1 +msgid "Use this method to edit text and game messages." +msgstr "" + +#: of telebot.TeleBot.edit_message_text:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#editmessagetext" +msgstr "" + +#: of telebot.TeleBot.edit_message_text:5 +msgid "New text of the message, 1-4096 characters after entities parsing" +msgstr "" + +#: of telebot.TeleBot.edit_message_text:17 telebot.TeleBot.send_message:15 +msgid "Mode for parsing entities in the message text." +msgstr "" + +#: of telebot.TeleBot.edit_message_text:20 +msgid "" +"List of special entities that appear in the message text, which can be " +"specified instead of parse_mode" +msgstr "" + +#: of telebot.TeleBot.edit_message_text:23 telebot.TeleBot.send_message:21 +msgid "Disables link previews for links in this message" +msgstr "" + +#: of telebot.TeleBot.edited_channel_post_handler:1 +msgid "" +"Handles new version of a channel post that is known to the bot and was " +"edited. As a parameter to the decorator function, it passes " +":class:`telebot.types.Message` object." +msgstr "" + +#: of telebot.TeleBot.edited_message_handler:1 +msgid "" +"Handles new version of a message that is known to the bot and was edited." +" As a parameter to the decorator function, it passes " +":class:`telebot.types.Message` object." +msgstr "" + +#: of telebot.TeleBot.edited_message_handler:16 +#: telebot.TeleBot.message_handler:47 +msgid "list of chat types" +msgstr "" + +#: of telebot.TeleBot.enable_save_next_step_handlers:1 +msgid "Enable saving next step handlers (by default saving disabled)" +msgstr "" + +#: of telebot.TeleBot.enable_save_next_step_handlers:3 +#: telebot.TeleBot.enable_save_reply_handlers:3 +msgid "" +"This function explicitly assigns FileHandlerBackend (instead of Saver) " +"just to keep backward compatibility whose purpose was to enable file " +"saving capability for handlers. And the same implementation is now " +"available with FileHandlerBackend" +msgstr "" + +#: of telebot.TeleBot.enable_save_next_step_handlers:7 +#: telebot.TeleBot.enable_save_reply_handlers:7 +msgid "Delay between changes in handlers and saving, defaults to 120" +msgstr "" + +#: of telebot.TeleBot.enable_save_next_step_handlers:10 +msgid "Filename of save file, defaults to \"./.handler-saves/step.save\"" +msgstr "" + +#: of telebot.TeleBot.enable_save_reply_handlers:1 +msgid "Enable saving reply handlers (by default saving disable)" +msgstr "" + +#: of telebot.TeleBot.enable_save_reply_handlers:10 +msgid "Filename of save file, defaults to \"./.handler-saves/reply.save\"" +msgstr "" + +#: of telebot.TeleBot.enable_saving_states:1 +msgid "Enable saving states (by default saving disabled)" +msgstr "" + +#: of telebot.TeleBot.enable_saving_states:4 +msgid "" +"It is recommended to pass a :class:`~telebot.storage.StatePickleStorage` " +"instance as state_storage to TeleBot class." +msgstr "" + +#: of telebot.TeleBot.enable_saving_states:7 +msgid "Filename of saving file, defaults to \"./.state-save/states.pkl\"" +msgstr "" + +#: of telebot.TeleBot.export_chat_invite_link:1 +msgid "" +"Use this method to export an invite link to a supergroup or a channel. " +"The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights." +msgstr "" + +#: of telebot.TeleBot.export_chat_invite_link:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#exportchatinvitelink" +msgstr "" + +#: of telebot.TeleBot.export_chat_invite_link:10 +msgid "exported invite link as String on success." +msgstr "" + +#: of telebot.TeleBot.forward_message:1 +msgid "Use this method to forward messages of any kind." +msgstr "" + +#: of telebot.TeleBot.forward_message:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#forwardmessage" +msgstr "" + +#: of telebot.TeleBot.forward_message:5 +msgid "" +"Sends the message silently. Users will receive a notification with no " +"sound" +msgstr "" + +#: of telebot.TeleBot.forward_message:17 +msgid "Protects the contents of the forwarded message from forwarding and saving" +msgstr "" + +#: of telebot.TeleBot.get_chat:1 +msgid "" +"Use this method to get up to date information about the chat (current " +"name of the user for one-on-one conversations, current username of a " +"user, group or channel, etc.). Returns a Chat object on success." +msgstr "" + +#: of telebot.TeleBot.get_chat:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getchat" +msgstr "" + +#: of telebot.TeleBot.get_chat:6 telebot.TeleBot.get_chat_administrators:7 +#: telebot.TeleBot.get_chat_member_count:5 telebot.TeleBot.leave_chat:5 +msgid "" +"Unique identifier for the target chat or username of the target " +"supergroup or channel (in the format @channelusername)" +msgstr "" + +#: of telebot.TeleBot.get_chat:9 +msgid "Chat information" +msgstr "" + +#: of telebot.TeleBot.get_chat:10 +msgid ":class:`telebot.types.Chat`" +msgstr "" + +#: of telebot.TeleBot.get_chat_administrators:1 +msgid "" +"Use this method to get a list of administrators in a chat. On success, " +"returns an Array of ChatMember objects that contains information about " +"all chat administrators except other bots." +msgstr "" + +#: of telebot.TeleBot.get_chat_administrators:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getchatadministrators" +msgstr "" + +#: of telebot.TeleBot.get_chat_administrators:9 +msgid "List made of ChatMember objects." +msgstr "" + +#: of telebot.TeleBot.get_chat_administrators:10 +msgid ":obj:`list` of :class:`telebot.types.ChatMember`" +msgstr "" + +#: of telebot.TeleBot.get_chat_member:1 +msgid "" +"Use this method to get information about a member of a chat. Returns a " +"ChatMember object on success." +msgstr "" + +#: of telebot.TeleBot.get_chat_member:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getchatmember" +msgstr "" + +#: of telebot.TeleBot.get_chat_member:11 +msgid "Returns ChatMember object on success." +msgstr "" + +#: of telebot.TeleBot.get_chat_member:12 +msgid ":class:`telebot.types.ChatMember`" +msgstr "" + +#: of telebot.TeleBot.get_chat_member_count:1 +msgid "Use this method to get the number of members in a chat." +msgstr "" + +#: of telebot.TeleBot.get_chat_member_count:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getchatmembercount" +msgstr "" + +#: of telebot.TeleBot.get_chat_member_count:8 +msgid "Number of members in the chat." +msgstr "" + +#: of telebot.TeleBot.get_chat_member_count:9 +msgid ":obj:`int`" +msgstr "" + +#: of telebot.TeleBot.get_chat_menu_button:1 +msgid "" +"Use this method to get the current value of the bot's menu button in a " +"private chat, or the default menu button. Returns MenuButton on success." +msgstr "" + +#: of telebot.TeleBot.get_chat_menu_button:5 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#getchatmenubutton" +msgstr "" + +#: of telebot.TeleBot.get_chat_menu_button:7 +msgid "" +"Unique identifier for the target private chat. If not specified, default " +"bot's menu button will be returned." +msgstr "" + +#: of telebot.TeleBot.get_chat_menu_button:11 +msgid "types.MenuButton" +msgstr "" + +#: of telebot.TeleBot.get_chat_menu_button:12 +msgid ":class:`telebot.types.MenuButton`" +msgstr "" + +#: of telebot.TeleBot.get_custom_emoji_stickers:1 +msgid "" +"Use this method to get information about custom emoji stickers by their " +"identifiers. Returns an Array of Sticker objects." +msgstr "" + +#: of telebot.TeleBot.get_custom_emoji_stickers:4 +msgid "" +"List of custom emoji identifiers. At most 200 custom emoji identifiers " +"can be specified." +msgstr "" + +#: of telebot.TeleBot.get_custom_emoji_stickers:7 +msgid "Returns an Array of Sticker objects." +msgstr "" + +#: of telebot.TeleBot.get_custom_emoji_stickers:8 +msgid ":obj:`list` of :class:`telebot.types.Sticker`" +msgstr "" + +#: of telebot.TeleBot.get_file:1 +msgid "" +"Use this method to get basic info about a file and prepare it for " +"downloading. For the moment, bots can download files of up to 20MB in " +"size. On success, a File object is returned. It is guaranteed that the " +"link will be valid for at least 1 hour. When the link expires, a new one " +"can be requested by calling get_file again." +msgstr "" + +#: of telebot.TeleBot.get_file:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getfile" +msgstr "" + +#: of telebot.TeleBot.get_file:9 +msgid "File identifier" +msgstr "" + +#: of telebot.TeleBot.get_file:12 telebot.TeleBot.upload_sticker_file:14 +msgid ":class:`telebot.types.File`" +msgstr "" + +#: of telebot.TeleBot.get_file_url:1 +msgid "Get a valid URL for downloading a file." +msgstr "" + +#: of telebot.TeleBot.get_file_url:3 +msgid "File identifier to get download URL for." +msgstr "" + +#: of telebot.TeleBot.get_file_url:6 +msgid "URL for downloading the file." +msgstr "" + +#: of telebot.TeleBot.get_forum_topic_icon_stickers:1 +msgid "" +"Use this method to get custom emoji stickers, which can be used as a " +"forum topic icon by any user. Requires no parameters. Returns an Array of" +" Sticker objects." +msgstr "" + +#: of telebot.TeleBot.get_forum_topic_icon_stickers:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getforumtopiciconstickers" +msgstr "" + +#: of telebot.TeleBot.get_forum_topic_icon_stickers:6 +msgid "On success, a list of StickerSet objects is returned." +msgstr "" + +#: of telebot.TeleBot.get_forum_topic_icon_stickers:7 +msgid "List[:class:`telebot.types.StickerSet`]" +msgstr "" + +#: of telebot.TeleBot.get_game_high_scores:1 +msgid "" +"Use this method to get data for high score tables. Will return the score " +"of the specified user and several of their neighbors in a game. On " +"success, returns an Array of GameHighScore objects." +msgstr "" + +#: of telebot.TeleBot.get_game_high_scores:4 +msgid "" +"This method will currently return scores for the target user, plus two of" +" their closest neighbors on each side. Will also return the top three " +"users if the user and their neighbors are not among them. Please note " +"that this behavior is subject to change." +msgstr "" + +#: of telebot.TeleBot.get_game_high_scores:8 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getgamehighscores" +msgstr "" + +#: of telebot.TeleBot.get_game_high_scores:10 telebot.TeleBot.retrieve_data:3 +#: telebot.TeleBot.set_game_score:5 telebot.TeleBot.set_sticker_set_thumb:9 +msgid "User identifier" +msgstr "" + +#: of telebot.TeleBot.get_game_high_scores:22 +msgid "On success, returns an Array of GameHighScore objects." +msgstr "" + +#: of telebot.TeleBot.get_me:1 +msgid "" +"A simple method for testing your bot's authentication token. Requires no " +"parameters. Returns basic information about the bot in form of a User " +"object." +msgstr "" + +#: of telebot.TeleBot.get_me:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getme" +msgstr "" + +#: of telebot.TeleBot.get_my_commands:1 +msgid "" +"Use this method to get the current list of the bot's commands. Returns " +"List of BotCommand on success." +msgstr "" + +#: of telebot.TeleBot.get_my_commands:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getmycommands" +msgstr "" + +#: of telebot.TeleBot.get_my_commands:15 +msgid "List of BotCommand on success." +msgstr "" + +#: of telebot.TeleBot.get_my_commands:16 +msgid ":obj:`list` of :class:`telebot.types.BotCommand`" +msgstr "" + +#: of telebot.TeleBot.get_my_default_administrator_rights:1 +msgid "" +"Use this method to get the current default administrator rights of the " +"bot. Returns ChatAdministratorRights on success." +msgstr "" + +#: of telebot.TeleBot.get_my_default_administrator_rights:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getmydefaultadministratorrights" +msgstr "" + +#: of telebot.TeleBot.get_my_default_administrator_rights:6 +msgid "" +"Pass True to get the default administrator rights of the bot in channels." +" Otherwise, the default administrator rights of the bot for groups and " +"supergroups will be returned." +msgstr "" + +#: of telebot.TeleBot.get_my_default_administrator_rights:9 +msgid "Returns ChatAdministratorRights on success." +msgstr "" + +#: of telebot.TeleBot.get_my_default_administrator_rights:10 +msgid ":class:`telebot.types.ChatAdministratorRights`" +msgstr "" + +#: of telebot.TeleBot.get_state:1 +msgid "" +"Gets current state of a user. Not recommended to use this method. But it " +"is ok for debugging." +msgstr "" + +#: of telebot.TeleBot.get_state:10 +msgid "state of a user" +msgstr "" + +#: of telebot.TeleBot.get_state:11 +msgid ":obj:`int` or :obj:`str` or :class:`telebot.types.State`" +msgstr "" + +#: of telebot.TeleBot.get_sticker_set:1 +msgid "" +"Use this method to get a sticker set. On success, a StickerSet object is " +"returned." +msgstr "" + +#: of telebot.TeleBot.get_sticker_set:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getstickerset" +msgstr "" + +#: of telebot.TeleBot.get_sticker_set:8 +msgid "On success, a StickerSet object is returned." +msgstr "" + +#: of telebot.TeleBot.get_sticker_set:9 telebot.TeleBot.set_chat_sticker_set:14 +msgid ":class:`telebot.types.StickerSet`" +msgstr "" + +#: of telebot.TeleBot.get_updates:1 +msgid "" +"Use this method to receive incoming updates using long polling (wiki). An" +" Array of Update objects is returned." +msgstr "" + +#: of telebot.TeleBot.get_updates:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getupdates" +msgstr "" + +#: of telebot.TeleBot.get_updates:6 +msgid "" +"Identifier of the first update to be returned. Must be greater by one " +"than the highest among the identifiers of previously received updates. By" +" default, updates starting with the earliest unconfirmed update are " +"returned. An update is considered confirmed as soon as getUpdates is " +"called with an offset higher than its update_id. The negative offset can " +"be specified to retrieve updates starting from -offset update from the " +"end of the updates queue. All previous updates will forgotten." +msgstr "" + +#: of telebot.TeleBot.get_updates:12 +msgid "" +"Limits the number of updates to be retrieved. Values between 1-100 are " +"accepted. Defaults to 100." +msgstr "" + +#: of telebot.TeleBot.get_updates:15 telebot.TeleBot.get_webhook_info:6 +#: telebot.TeleBot.polling:21 +msgid "Request connection timeout" +msgstr "" + +#: of telebot.TeleBot.get_updates:18 +msgid "Array of string. List the types of updates you want your bot to receive." +msgstr "" + +#: of telebot.TeleBot.get_updates:21 +msgid "Timeout in seconds for long polling." +msgstr "" + +#: of telebot.TeleBot.get_updates:24 +msgid "An Array of Update objects is returned." +msgstr "" + +#: of telebot.TeleBot.get_updates:25 +msgid ":obj:`list` of :class:`telebot.types.Update`" +msgstr "" + +#: of telebot.TeleBot.get_user_profile_photos:1 +msgid "" +"Use this method to get a list of profile pictures for a user. Returns a " +":class:`telebot.types.UserProfilePhotos` object." +msgstr "" + +#: of telebot.TeleBot.get_user_profile_photos:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getuserprofilephotos" +msgstr "" + +#: of telebot.TeleBot.get_user_profile_photos:9 +msgid "" +"Sequential number of the first photo to be returned. By default, all " +"photos are returned." +msgstr "" + +#: of telebot.TeleBot.get_user_profile_photos:12 +msgid "" +"Limits the number of photos to be retrieved. Values between 1-100 are " +"accepted. Defaults to 100." +msgstr "" + +#: of telebot.TeleBot.get_user_profile_photos:15 +msgid "" +"`UserProfilePhotos " +"`_" +msgstr "" + +#: of telebot.TeleBot.get_user_profile_photos:16 +msgid ":class:`telebot.types.UserProfilePhotos`" +msgstr "" + +#: of telebot.TeleBot.get_webhook_info:1 +msgid "" +"Use this method to get current webhook status. Requires no parameters. On" +" success, returns a WebhookInfo object. If the bot is using getUpdates, " +"will return an object with the url field empty." +msgstr "" + +#: of telebot.TeleBot.get_webhook_info:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getwebhookinfo" +msgstr "" + +#: of telebot.TeleBot.get_webhook_info:9 +msgid "On success, returns a WebhookInfo object." +msgstr "" + +#: of telebot.TeleBot.get_webhook_info:10 +msgid ":class:`telebot.types.WebhookInfo`" +msgstr "" + +#: of telebot.TeleBot.infinity_polling:1 +msgid "" +"Wrap polling with infinite loop and exception handling to avoid bot stops" +" polling." +msgstr "" + +#: of telebot.TeleBot.infinity_polling:5 telebot.TeleBot.polling:13 +msgid "Install watchdog and psutil before using restart_on_change option." +msgstr "" + +#: of telebot.TeleBot.infinity_polling:7 +msgid "Request connection timeout." +msgstr "" + +#: of telebot.TeleBot.infinity_polling:10 telebot.TeleBot.polling:27 +msgid "Timeout in seconds for long polling (see API docs)" +msgstr "" + +#: of telebot.TeleBot.infinity_polling:13 telebot.TeleBot.polling:24 +msgid "skip old updates" +msgstr "" + +#: of telebot.TeleBot.infinity_polling:16 telebot.TeleBot.polling:30 +msgid "" +"Custom (different from logger itself) logging level for infinity_polling " +"logging. Use logger levels from logging as a value. None/NOTSET = no " +"error logging" +msgstr "" + +#: of telebot.TeleBot.infinity_polling:20 +msgid "" +"A list of the update types you want your bot to receive. For example, " +"specify [“message”, “edited_channel_post”, “callback_query”] to only " +"receive updates of these types. See util.update_types for a complete list" +" of available update types. Specify an empty list to receive all update " +"types except chat_member (default). If not specified, the previous " +"setting will be used. Please note that this parameter doesn't affect " +"updates created before the call to the get_updates, so unwanted updates " +"may be received for a short period of time." +msgstr "" + +#: of telebot.TeleBot.infinity_polling:29 telebot.TeleBot.polling:47 +msgid "Restart a file on file(s) change. Defaults to False" +msgstr "" + +#: of telebot.TeleBot.infinity_polling:32 +msgid "Path to watch for changes. Defaults to current directory" +msgstr "" + +#: of telebot.TeleBot.inline_handler:1 +msgid "" +"Handles new incoming inline query. As a parameter to the decorator " +"function, it passes :class:`telebot.types.InlineQuery` object." +msgstr "" + +#: of telebot.TeleBot.leave_chat:1 +msgid "" +"Use this method for your bot to leave a group, supergroup or channel. " +"Returns True on success." +msgstr "" + +#: of telebot.TeleBot.leave_chat:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#leavechat" +msgstr "" + +#: of telebot.TeleBot.load_next_step_handlers:1 +msgid "Load next step handlers from save file" +msgstr "" + +#: of telebot.TeleBot.load_next_step_handlers:3 +msgid "" +"This function is left to keep backward compatibility whose purpose was to" +" load handlers from file with the help of FileHandlerBackend and is only " +"recommended to use if next_step_backend was assigned as " +"FileHandlerBackend before entering this function" +msgstr "" + +#: of telebot.TeleBot.load_next_step_handlers:8 +msgid "" +"Filename of the file where handlers was saved, defaults to \"./.handler-" +"saves/step.save\"" +msgstr "" + +#: of telebot.TeleBot.load_next_step_handlers:11 +msgid "" +"If True is passed, after the loading file will be deleted, defaults to " +"True" +msgstr "" + +#: of telebot.TeleBot.load_reply_handlers:1 +msgid "Load reply handlers from save file" +msgstr "" + +#: of telebot.TeleBot.load_reply_handlers:3 +msgid "" +"This function is left to keep backward compatibility whose purpose was to" +" load handlers from file with the help of FileHandlerBackend and is only " +"recommended to use if reply_backend was assigned as FileHandlerBackend " +"before entering this function" +msgstr "" + +#: of telebot.TeleBot.load_reply_handlers:7 +msgid "" +"Filename of the file where handlers was saved, defaults to \"./.handler-" +"saves/reply.save\"" +msgstr "" + +#: of telebot.TeleBot.load_reply_handlers:10 +msgid "" +"If True is passed, after the loading file will be deleted, defaults to " +"True, defaults to True" +msgstr "" + +#: of telebot.TeleBot.log_out:1 +msgid "" +"Use this method to log out from the cloud Bot API server before launching" +" the bot locally. You MUST log out the bot before running it locally, " +"otherwise there is no guarantee that the bot will receive updates. After " +"a successful call, you can immediately log in on a local server, but will" +" not be able to log in back to the cloud Bot API server for 10 minutes. " +"Returns True on success." +msgstr "" + +#: of telebot.TeleBot.log_out:8 +msgid "Telegram documentation: https://core.telegram.org/bots/api#logout" +msgstr "" + +#: of telebot.TeleBot.message_handler:1 +msgid "" +"Handles New incoming message of any kind - text, photo, sticker, etc. As " +"a parameter to the decorator function, it passes " +":class:`telebot.types.Message` object. All message handlers are tested in" +" the order they were added." +msgstr "" + +#: of telebot.TeleBot.message_handler:5 telebot.TeleBot.middleware_handler:7 +#: telebot.TeleBot.register_middleware_handler:6 +msgid "Example:" +msgstr "" + +#: of telebot.TeleBot.message_handler:7 +msgid "Usage of message_handler" +msgstr "" + +#: of telebot.TeleBot.message_handler:40 +msgid "" +"Optional lambda function. The lambda receives the message to test as the " +"first parameter. It must return True if the command should handle the " +"message." +msgstr "" + +#: of telebot.TeleBot.message_handler:52 +#: telebot.TeleBot.register_edited_channel_post_handler:23 +#: telebot.TeleBot.register_inline_handler:14 +#: telebot.TeleBot.register_pre_checkout_query_handler:13 +msgid "decorated function" +msgstr "" + +#: of telebot.TeleBot.middleware_handler:1 +msgid "Function-based middleware handler decorator." +msgstr "" + +#: of telebot.TeleBot.middleware_handler:3 +msgid "" +"This decorator can be used to decorate functions that must be handled as " +"middlewares before entering any other message handlers But, be careful " +"and check type of the update inside the handler if more than one " +"update_type is given" +msgstr "" + +#: of telebot.TeleBot.middleware_handler:9 +msgid "Usage of middleware_handler" +msgstr "" + +#: of telebot.TeleBot.middleware_handler:24 +#: telebot.TeleBot.register_middleware_handler:15 +msgid "" +"Optional list of update types that can be passed into the middleware " +"handler." +msgstr "" + +#: of telebot.TeleBot.middleware_handler:27 +msgid "function" +msgstr "" + +#: of telebot.TeleBot.my_chat_member_handler:1 +msgid "" +"Handles update in a status of a bot. For private chats, this update is " +"received only when the bot is blocked or unblocked by the user. As a " +"parameter to the decorator function, it passes " +":class:`telebot.types.ChatMemberUpdated` object." +msgstr "" + +#: of telebot.TeleBot.pin_chat_message:1 +msgid "" +"Use this method to pin a message in a supergroup. The bot must be an " +"administrator in the chat for this to work and must have the appropriate " +"admin rights. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.pin_chat_message:5 +msgid "Telegram documentation: https://core.telegram.org/bots/api#pinchatmessage" +msgstr "" + +#: of telebot.TeleBot.pin_chat_message:11 +msgid "Identifier of a message to pin" +msgstr "" + +#: of telebot.TeleBot.pin_chat_message:14 +msgid "" +"Pass True, if it is not necessary to send a notification to all group " +"members about the new pinned message" +msgstr "" + +#: of telebot.TeleBot.poll_answer_handler:1 +msgid "" +"Handles change of user's answer in a non-anonymous poll(when user changes" +" the vote). Bots receive new votes only in polls that were sent by the " +"bot itself. As a parameter to the decorator function, it passes " +":class:`telebot.types.PollAnswer` object." +msgstr "" + +#: of telebot.TeleBot.poll_handler:1 +msgid "" +"Handles new state of a poll. Bots receive only updates about stopped " +"polls and polls, which are sent by the bot As a parameter to the " +"decorator function, it passes :class:`telebot.types.Poll` object." +msgstr "" + +#: of telebot.TeleBot.polling:1 +msgid "" +"This function creates a new Thread that calls an internal " +"__retrieve_updates function. This allows the bot to retrieve Updates " +"automatically and notify listeners and message handlers accordingly." +msgstr "" + +#: of telebot.TeleBot.polling:4 +msgid "Warning: Do not call this function more than once!" +msgstr "" + +#: of telebot.TeleBot.polling:6 +msgid "Always gets updates." +msgstr "" + +#: of telebot.TeleBot.polling:8 +msgid "Use :meth:`infinity_polling` instead." +msgstr "" + +#: of telebot.TeleBot.polling:15 +msgid "Delay between two update retrivals" +msgstr "" + +#: of telebot.TeleBot.polling:18 +msgid "Do not stop polling when an ApiException occurs." +msgstr "" + +#: of telebot.TeleBot.polling:34 +msgid "" +"A list of the update types you want your bot to receive. For example, " +"specify [“message”, “edited_channel_post”, “callback_query”] to only " +"receive updates of these types. See util.update_types for a complete list" +" of available update types. Specify an empty list to receive all update " +"types except chat_member (default). If not specified, the previous " +"setting will be used. Please note that this parameter doesn't affect " +"updates created before the call to the get_updates, so unwanted updates " +"may be received for a short period of time." +msgstr "" + +#: of telebot.TeleBot.polling:34 +msgid "" +"A list of the update types you want your bot to receive. For example, " +"specify [“message”, “edited_channel_post”, “callback_query”] to only " +"receive updates of these types. See util.update_types for a complete list" +" of available update types. Specify an empty list to receive all update " +"types except chat_member (default). If not specified, the previous " +"setting will be used." +msgstr "" + +#: of telebot.TeleBot.polling:40 +msgid "" +"Please note that this parameter doesn't affect updates created before the" +" call to the get_updates, so unwanted updates may be received for a short" +" period of time." +msgstr "" + +#: of telebot.TeleBot.polling:44 +msgid "Deprecated, use non_stop. Old typo, kept for backward compatibility." +msgstr "" + +#: of telebot.TeleBot.polling:50 +msgid "Path to watch for changes. Defaults to None" +msgstr "" + +#: of telebot.TeleBot.pre_checkout_query_handler:1 +msgid "" +"New incoming pre-checkout query. Contains full information about " +"checkout. As a parameter to the decorator function, it passes " +":class:`telebot.types.PreCheckoutQuery` object." +msgstr "" + +#: of telebot.TeleBot.process_new_updates:1 +msgid "" +"Processes new updates. Just pass list of subclasses of Update to this " +"method." +msgstr "" + +#: of telebot.TeleBot.process_new_updates:3 +msgid "List of :class:`telebot.types.Update` objects." +msgstr "" + +#: of telebot.TeleBot.process_new_updates +msgid "return None" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:1 +msgid "" +"Use this method to promote or demote a user in a supergroup or a channel." +" The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights. Pass False for all boolean parameters " +"to demote a user." +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#promotechatmember" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:7 +msgid "" +"Unique identifier for the target chat or username of the target channel (" +" in the format @channelusername)" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:14 +msgid "" +"Pass True, if the administrator can change chat title, photo and other " +"settings" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:17 +msgid "Pass True, if the administrator can create channel posts, channels only" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:20 +msgid "" +"Pass True, if the administrator can edit messages of other users, " +"channels only" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:23 +msgid "Pass True, if the administrator can delete messages of other users" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:26 +msgid "Pass True, if the administrator can invite new users to the chat" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:29 +msgid "Pass True, if the administrator can restrict, ban or unban chat members" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:32 +msgid "Pass True, if the administrator can pin messages, supergroups only" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:35 +msgid "" +"Pass True, if the administrator can add new administrators with a subset " +"of his own privileges or demote administrators that he has promoted, " +"directly or indirectly (promoted by administrators that were appointed by" +" him)" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:40 +msgid "Pass True, if the administrator's presence in the chat is hidden" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:43 +msgid "" +"Pass True, if the administrator can access the chat event log, chat " +"statistics, message statistics in channels, see channel members, see " +"anonymous administrators in supergroups and ignore slow mode. Implied by " +"any other administrator privilege" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:49 +msgid "" +"Pass True, if the administrator can manage voice chats For now, bots can " +"use this privilege only for passing to other administrators." +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:53 +msgid "Deprecated, use can_manage_video_chats." +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:56 +msgid "" +"Pass True if the user is allowed to create, rename, close, and reopen " +"forum topics, supergroups only" +msgstr "" + +#: of telebot.TeleBot.register_callback_query_handler:1 +msgid "Registers callback query handler." +msgstr "" + +#: of telebot.TeleBot.register_callback_query_handler:3 +#: telebot.TeleBot.register_channel_post_handler:3 +#: telebot.TeleBot.register_chat_join_request_handler:3 +#: telebot.TeleBot.register_chat_member_handler:3 +#: telebot.TeleBot.register_chosen_inline_handler:3 +#: telebot.TeleBot.register_edited_channel_post_handler:3 +#: telebot.TeleBot.register_edited_message_handler:3 +#: telebot.TeleBot.register_inline_handler:3 +#: telebot.TeleBot.register_message_handler:3 +#: telebot.TeleBot.register_my_chat_member_handler:3 +#: telebot.TeleBot.register_poll_answer_handler:3 +#: telebot.TeleBot.register_poll_handler:3 +#: telebot.TeleBot.register_pre_checkout_query_handler:3 +#: telebot.TeleBot.register_shipping_query_handler:3 +msgid "function to be called" +msgstr "" + +#: of telebot.TeleBot.register_callback_query_handler:9 +#: telebot.TeleBot.register_channel_post_handler:18 +#: telebot.TeleBot.register_chat_join_request_handler:9 +#: telebot.TeleBot.register_chat_member_handler:9 +#: telebot.TeleBot.register_chosen_inline_handler:9 +#: telebot.TeleBot.register_edited_channel_post_handler:18 +#: telebot.TeleBot.register_edited_message_handler:21 +#: telebot.TeleBot.register_inline_handler:9 +#: telebot.TeleBot.register_message_handler:21 +#: telebot.TeleBot.register_my_chat_member_handler:9 +#: telebot.TeleBot.register_poll_answer_handler:9 +#: telebot.TeleBot.register_poll_handler:9 +#: telebot.TeleBot.register_pre_checkout_query_handler:8 +#: telebot.TeleBot.register_shipping_query_handler:9 +msgid "" +"True if you need to pass TeleBot instance to handler(useful for " +"separating handlers into different files)" +msgstr "" + +#: of telebot.TeleBot.register_channel_post_handler:1 +msgid "Registers channel post message handler." +msgstr "" + +#: of telebot.TeleBot.register_channel_post_handler:9 +#: telebot.TeleBot.register_edited_channel_post_handler:9 +#: telebot.TeleBot.register_edited_message_handler:9 +#: telebot.TeleBot.register_message_handler:9 +msgid "list of commands" +msgstr "" + +#: of telebot.TeleBot.register_channel_post_handler:12 +#: telebot.TeleBot.register_edited_channel_post_handler:12 +#: telebot.TeleBot.register_edited_message_handler:12 +msgid "Regular expression" +msgstr "" + +#: of telebot.TeleBot.register_chat_join_request_handler:1 +msgid "Registers chat join request handler." +msgstr "" + +#: of telebot.TeleBot.register_chat_member_handler:1 +msgid "Registers chat member handler." +msgstr "" + +#: of telebot.TeleBot.register_chat_member_handler:14 +msgid ":return:None" +msgstr "" + +#: of telebot.TeleBot.register_chosen_inline_handler:1 +msgid "Registers chosen inline handler." +msgstr "" + +#: of telebot.TeleBot.register_edited_channel_post_handler:1 +msgid "Registers edited channel post message handler." +msgstr "" + +#: of telebot.TeleBot.register_edited_message_handler:1 +msgid "Registers edited message handler." +msgstr "" + +#: of telebot.TeleBot.register_edited_message_handler:18 +msgid "True for private chat" +msgstr "" + +#: of telebot.TeleBot.register_for_reply:1 +#: telebot.TeleBot.register_for_reply_by_message_id:1 +msgid "" +"Registers a callback function to be notified when a reply to `message` " +"arrives." +msgstr "" + +#: of telebot.TeleBot.register_for_reply:3 +#: telebot.TeleBot.register_for_reply_by_message_id:3 +msgid "" +"Warning: In case `callback` as lambda function, saving reply handlers " +"will not work." +msgstr "" + +#: of telebot.TeleBot.register_for_reply:5 +msgid "The message for which we are awaiting a reply." +msgstr "" + +#: of telebot.TeleBot.register_for_reply:8 +#: telebot.TeleBot.register_for_reply_by_message_id:8 +msgid "" +"The callback function to be called when a reply arrives. Must accept one " +"`message` parameter, which will contain the replied message." +msgstr "" + +#: of telebot.TeleBot.register_for_reply:12 +#: telebot.TeleBot.register_for_reply_by_message_id:12 +msgid "Optional arguments for the callback function." +msgstr "" + +#: of telebot.TeleBot.register_for_reply:13 +#: telebot.TeleBot.register_for_reply_by_message_id:13 +msgid "Optional keyword arguments for the callback function." +msgstr "" + +#: of telebot.TeleBot.register_for_reply_by_message_id:5 +msgid "The id of the message for which we are awaiting a reply." +msgstr "" + +#: of telebot.TeleBot.register_inline_handler:1 +msgid "Registers inline handler." +msgstr "" + +#: of telebot.TeleBot.register_message_handler:1 +msgid "Registers message handler." +msgstr "" + +#: of telebot.TeleBot.register_message_handler:18 +msgid "List of chat types" +msgstr "" + +#: of telebot.TeleBot.register_middleware_handler:1 +msgid "Adds function-based middleware handler." +msgstr "" + +#: of telebot.TeleBot.register_middleware_handler:3 +msgid "" +"This function will register your decorator function. Function-based " +"middlewares are executed before handlers. But, be careful and check type " +"of the update inside the handler if more than one update_type is given" +msgstr "" + +#: of telebot.TeleBot.register_middleware_handler:8 +msgid "bot = TeleBot('TOKEN')" +msgstr "" + +#: of telebot.TeleBot.register_middleware_handler:10 +msgid "" +"bot.register_middleware_handler(print_channel_post_text, " +"update_types=['channel_post', 'edited_channel_post'])" +msgstr "" + +#: of telebot.TeleBot.register_middleware_handler:12 +msgid "Function that will be used as a middleware handler." +msgstr "" + +#: of telebot.TeleBot.register_my_chat_member_handler:1 +msgid "Registers my chat member handler." +msgstr "" + +#: of telebot.TeleBot.register_next_step_handler:1 +#: telebot.TeleBot.register_next_step_handler_by_chat_id:1 +msgid "" +"Registers a callback function to be notified when new message arrives " +"after `message`." +msgstr "" + +#: of telebot.TeleBot.register_next_step_handler:3 +#: telebot.TeleBot.register_next_step_handler_by_chat_id:3 +msgid "" +"Warning: In case `callback` as lambda function, saving next step handlers" +" will not work." +msgstr "" + +#: of telebot.TeleBot.register_next_step_handler:5 +msgid "The message for which we want to handle new message in the same chat." +msgstr "" + +#: of telebot.TeleBot.register_next_step_handler:8 +#: telebot.TeleBot.register_next_step_handler_by_chat_id:8 +msgid "The callback function which next new message arrives." +msgstr "" + +#: of telebot.TeleBot.register_next_step_handler:11 +#: telebot.TeleBot.register_next_step_handler:13 +#: telebot.TeleBot.register_next_step_handler_by_chat_id:11 +#: telebot.TeleBot.register_next_step_handler_by_chat_id:13 +msgid "Args to pass in callback func" +msgstr "" + +#: of telebot.TeleBot.register_next_step_handler_by_chat_id:5 +msgid "The chat for which we want to handle new message." +msgstr "" + +#: of telebot.TeleBot.register_poll_answer_handler:1 +msgid "Registers poll answer handler." +msgstr "" + +#: of telebot.TeleBot.register_poll_handler:1 +msgid "Registers poll handler." +msgstr "" + +#: of telebot.TeleBot.register_pre_checkout_query_handler:1 +msgid "Registers pre-checkout request handler." +msgstr "" + +#: of telebot.TeleBot.register_shipping_query_handler:1 +msgid "Registers shipping query handler." +msgstr "" + +#: of telebot.TeleBot.remove_webhook:1 +msgid "Deletes webhooks using set_webhook() function." +msgstr "" + +#: of telebot.TeleBot.reopen_forum_topic:1 +msgid "" +"Use this method to reopen a closed topic in a forum supergroup chat. The " +"bot must be an administrator in the chat for this to work and must have " +"the can_manage_topics administrator rights, unless it is the creator of " +"the topic. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.reopen_forum_topic:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#reopenforumtopic" +msgstr "" + +#: of telebot.TeleBot.reopen_forum_topic:10 +msgid "Identifier of the topic to reopen" +msgstr "" + +#: of telebot.TeleBot.reply_to:1 +msgid "" +"Convenience function for `send_message(message.chat.id, text, " +"reply_to_message_id=message.message_id, **kwargs)`" +msgstr "" + +#: of telebot.TeleBot.reply_to:3 +msgid "Instance of :class:`telebot.types.Message`" +msgstr "" + +#: of telebot.TeleBot.reply_to:6 +msgid "Text of the message." +msgstr "" + +#: of telebot.TeleBot.reply_to:9 +msgid "" +"Additional keyword arguments which are passed to " +":meth:`telebot.TeleBot.send_message`" +msgstr "" + +#: of telebot.TeleBot.reset_data:1 +msgid "Reset data for a user in chat." +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:1 +msgid "" +"Use this method to restrict a user in a supergroup. The bot must be an " +"administrator in the supergroup for this to work and must have the " +"appropriate admin rights. Pass True for all boolean parameters to lift " +"restrictions from a user." +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#restrictchatmember" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:14 +msgid "" +"Date when restrictions will be lifted for the user, unix time. If user is" +" restricted for more than 366 days or less than 30 seconds from the " +"current time, they are considered to be restricted forever" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:19 +msgid "" +"Pass True, if the user can send text messages, contacts, locations and " +"venues" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:22 +msgid "" +"Pass True, if the user can send audios, documents, photos, videos, video " +"notes and voice notes, implies can_send_messages" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:26 +msgid "Pass True, if the user is allowed to send polls, implies can_send_messages" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:29 +msgid "" +"Pass True, if the user can send animations, games, stickers and use " +"inline bots, implies can_send_media_messages" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:32 +msgid "" +"Pass True, if the user may add web page previews to their messages, " +"implies can_send_media_messages" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:36 +msgid "" +"Pass True, if the user is allowed to change the chat title, photo and " +"other settings. Ignored in public supergroups" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:40 +msgid "" +"Pass True, if the user is allowed to invite new users to the chat, " +"implies can_invite_users" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:44 +msgid "" +"Pass True, if the user is allowed to pin messages. Ignored in public " +"supergroups" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:47 +#: telebot.TeleBot.set_chat_permissions:14 telebot.TeleBot.unban_chat_member:19 +msgid "True on success" +msgstr "" + +#: of telebot.TeleBot.retrieve_data:1 +msgid "Returns context manager with data for a user in chat." +msgstr "" + +#: of telebot.TeleBot.retrieve_data:6 +msgid "Chat's unique identifier, defaults to user_id" +msgstr "" + +#: of telebot.TeleBot.retrieve_data:9 +msgid "Context manager with data for a user in chat" +msgstr "" + +#: of telebot.TeleBot.revoke_chat_invite_link:1 +msgid "" +"Use this method to revoke an invite link created by the bot. Note: If the" +" primary link is revoked, a new link is automatically generated The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate admin rights." +msgstr "" + +#: of telebot.TeleBot.revoke_chat_invite_link:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#revokechatinvitelink" +msgstr "" + +#: of telebot.TeleBot.revoke_chat_invite_link:11 +msgid "The invite link to revoke" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:1 +msgid "This class sets webhooks and listens to a given url and port." +msgstr "" + +#: of telebot.TeleBot.run_webhooks:3 +msgid "Requires fastapi, uvicorn, and latest version of starlette." +msgstr "" + +#: of telebot.TeleBot.run_webhooks:5 +msgid "IP address to listen to, defaults to \"127.0.0.1\"" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:8 +msgid "A port which will be used to listen to webhooks., defaults to 443" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:11 +msgid "Path to the webhook. Defaults to /token, defaults to None" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:14 +msgid "Path to the certificate file, defaults to None" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:17 +msgid "Path to the certificate key file, defaults to None" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:20 +msgid "Webhook URL to be set, defaults to None" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:23 +msgid "" +"Maximum allowed number of simultaneous HTTPS connections to the webhook " +"for update delivery, 1-100. Defaults to 40. Use lower values to limit the" +" load on your bot's server, and higher values to increase your bot's " +"throughput., defaults to None" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:28 +msgid "" +"A JSON-serialized list of the update types you want your bot to receive. " +"For example, specify [“message”, “edited_channel_post”, “callback_query”]" +" to only receive updates of these types. See Update for a complete list " +"of available update types. Specify an empty list to receive all updates " +"regardless of type (default). If not specified, the previous setting will" +" be used. defaults to None" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:33 telebot.TeleBot.set_webhook:32 +msgid "" +"The fixed IP address which will be used to send webhook requests instead " +"of the IP address resolved through DNS, defaults to None" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:42 +msgid "Secret token to be used to verify the webhook request, defaults to None" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:45 +msgid "Length of a secret token, defaults to 20" +msgstr "" + +#: of telebot.TeleBot.run_webhooks telebot.custom_filters.TextFilter +msgid "Raises" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:48 +msgid "If necessary libraries were not installed." +msgstr "" + +#: of telebot.TeleBot.send_animation:1 +msgid "" +"Use this method to send animation files (GIF or H.264/MPEG-4 AVC video " +"without sound). On success, the sent Message is returned. Bots can " +"currently send animation files of up to 50 MB in size, this limit may be " +"changed in the future." +msgstr "" + +#: of telebot.TeleBot.send_animation:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendanimation" +msgstr "" + +#: of telebot.TeleBot.send_animation:9 +msgid "" +"Animation to send. Pass a file_id as String to send an animation that " +"exists on the Telegram servers (recommended), pass an HTTP URL as a " +"String for Telegram to get an animation from the Internet, or upload a " +"new animation using multipart/form-data." +msgstr "" + +#: of telebot.TeleBot.send_animation:13 +msgid "Duration of sent animation in seconds" +msgstr "" + +#: of telebot.TeleBot.send_animation:16 +msgid "Animation width" +msgstr "" + +#: of telebot.TeleBot.send_animation:19 +msgid "Animation height" +msgstr "" + +#: of telebot.TeleBot.send_animation:22 telebot.TeleBot.send_video:20 +#: telebot.TeleBot.send_video_note:33 +msgid "" +"Thumbnail of the file sent; can be ignored if thumbnail generation for " +"the file is supported server-side. The thumbnail should be in JPEG format" +" and less than 200 kB in size. A thumbnail's width and height should not " +"exceed 320. Ignored if the file is not uploaded using multipart/form-" +"data. Thumbnails can't be reused and can be only uploaded as a new file, " +"so you can pass “attach://” if the thumbnail was " +"uploaded using multipart/form-data under ." +msgstr "" + +#: of telebot.TeleBot.send_animation:28 +msgid "" +"Animation caption (may also be used when resending animation by file_id)," +" 0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.TeleBot.send_animation:31 +msgid "Mode for parsing entities in the animation caption" +msgstr "" + +#: of telebot.TeleBot.send_animation:51 telebot.TeleBot.send_video:29 +msgid "" +"List of special entities that appear in the caption, which can be " +"specified instead of parse_mode" +msgstr "" + +#: of telebot.TeleBot.send_animation:57 telebot.TeleBot.send_video:58 +msgid "Identifier of a message thread, in which the video will be sent" +msgstr "" + +#: of telebot.TeleBot.send_audio:1 +msgid "" +"Use this method to send audio files, if you want Telegram clients to " +"display them in the music player. Your audio must be in the .MP3 or .M4A " +"format. On success, the sent Message is returned. Bots can currently send" +" audio files of up to 50 MB in size, this limit may be changed in the " +"future." +msgstr "" + +#: of telebot.TeleBot.send_audio:5 +msgid "For sending voice messages, use the send_voice method instead." +msgstr "" + +#: of telebot.TeleBot.send_audio:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendaudio" +msgstr "" + +#: of telebot.TeleBot.send_audio:12 +msgid "" +"Audio file to send. Pass a file_id as String to send an audio file that " +"exists on the Telegram servers (recommended), pass an HTTP URL as a " +"String for Telegram to get an audio file from the Internet, or upload a " +"new one using multipart/form-data. Audio must be in the .MP3 or .M4A " +"format." +msgstr "" + +#: of telebot.TeleBot.send_audio:17 +msgid "Audio caption, 0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.TeleBot.send_audio:20 +msgid "Duration of the audio in seconds" +msgstr "" + +#: of telebot.TeleBot.send_audio:23 +msgid "Performer" +msgstr "" + +#: of telebot.TeleBot.send_audio:26 +msgid "Track name" +msgstr "" + +#: of telebot.TeleBot.send_audio:36 +msgid "" +"Mode for parsing entities in the audio caption. See formatting options " +"for more details." +msgstr "" + +#: of telebot.TeleBot.send_audio:45 +msgid "" +"Thumbnail of the file sent; can be ignored if thumbnail generation for " +"the file is supported server-side. The thumbnail should be in JPEG format" +" and less than 200 kB in size. A thumbnail's width and height should not " +"exceed 320. Ignored if the file is not uploaded using multipart/form-" +"data. Thumbnails can't be reused and can be only uploaded as a new file, " +"so you can pass “attach://” if the thumbnail was " +"uploaded using multipart/form-data under " +msgstr "" + +#: of telebot.TeleBot.send_audio:51 telebot.TeleBot.send_document:35 +#: telebot.TeleBot.send_photo:19 telebot.TeleBot.send_voice:37 +msgid "" +"A JSON-serialized list of special entities that appear in the caption, " +"which can be specified instead of parse_mode" +msgstr "" + +#: of telebot.TeleBot.send_chat_action:1 +msgid "" +"Use this method when you need to tell the user that something is " +"happening on the bot's side. The status is set for 5 seconds or less " +"(when a message arrives from your bot, Telegram clients clear its typing " +"status). Returns True on success." +msgstr "" + +#: of telebot.TeleBot.send_chat_action:5 +msgid "" +"Example: The ImageBot needs some time to process a request and upload the" +" image. Instead of sending a text message along the lines of “Retrieving " +"image, please wait…”, the bot may use sendChatAction with action = " +"upload_photo. The user will see a “sending photo” status for the bot." +msgstr "" + +#: of telebot.TeleBot.send_chat_action:8 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendchataction" +msgstr "" + +#: of telebot.TeleBot.send_chat_action:10 telebot.TeleBot.send_contact:5 +#: telebot.TeleBot.send_poll:6 telebot.TeleBot.send_venue:5 +#: telebot.TeleBot.stop_poll:5 +msgid "Unique identifier for the target chat or username of the target channel" +msgstr "" + +#: of telebot.TeleBot.send_chat_action:13 +msgid "" +"Type of action to broadcast. Choose one, depending on what the user is " +"about to receive: typing for text messages, upload_photo for photos, " +"record_video or upload_video for videos, record_voice or upload_voice for" +" voice notes, upload_document for general files, choose_sticker for " +"stickers, find_location for location data, record_video_note or " +"upload_video_note for video notes." +msgstr "" + +#: of telebot.TeleBot.send_contact:1 +msgid "" +"Use this method to send phone contacts. On success, the sent Message is " +"returned." +msgstr "" + +#: of telebot.TeleBot.send_contact:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendcontact" +msgstr "" + +#: of telebot.TeleBot.send_contact:8 +msgid "Contact's phone number" +msgstr "" + +#: of telebot.TeleBot.send_contact:11 +msgid "Contact's first name" +msgstr "" + +#: of telebot.TeleBot.send_contact:14 +msgid "Contact's last name" +msgstr "" + +#: of telebot.TeleBot.send_contact:17 +msgid "Additional data about the contact in the form of a vCard, 0-2048 bytes" +msgstr "" + +#: of telebot.TeleBot.send_contact:34 telebot.TeleBot.send_game:23 +#: telebot.TeleBot.send_venue:41 +msgid "" +"Pass True, if the message should be sent even if one of the specified " +"replied-to messages is not found." +msgstr "" + +#: of telebot.TeleBot.send_contact:41 telebot.TeleBot.send_venue:54 +msgid "The thread identifier of a message from which the reply will be sent" +msgstr "" + +#: of telebot.TeleBot.send_dice:1 +msgid "" +"Use this method to send an animated emoji that will display a random " +"value. On success, the sent Message is returned." +msgstr "" + +#: of telebot.TeleBot.send_dice:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#senddice" +msgstr "" + +#: of telebot.TeleBot.send_dice:8 +msgid "" +"Emoji on which the dice throw animation is based. Currently, must be one " +"of “🎲”, “🎯”, “🏀”, “⚽”, “🎳”, or “🎰”. Dice can have values 1-6 for “🎲”, “🎯”" +" and “🎳”, values 1-5 for “🏀” and “⚽”, and values 1-64 for “🎰”. Defaults " +"to “🎲”" +msgstr "" + +#: of telebot.TeleBot.send_dice:29 +msgid "Protects the contents of the sent message from forwarding" +msgstr "" + +#: of telebot.TeleBot.send_document:1 +msgid "Use this method to send general files." +msgstr "" + +#: of telebot.TeleBot.send_document:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#senddocument" +msgstr "" + +#: of telebot.TeleBot.send_document:8 +msgid "" +"(document) File to send. Pass a file_id as String to send a file that " +"exists on the Telegram servers (recommended), pass an HTTP URL as a " +"String for Telegram to get a file from the Internet, or upload a new one " +"using multipart/form-data" +msgstr "" + +#: of telebot.TeleBot.send_document:15 +msgid "" +"Document caption (may also be used when resending documents by file_id), " +"0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.TeleBot.send_document:23 +msgid "Mode for parsing entities in the document caption" +msgstr "" + +#: of telebot.TeleBot.send_document:32 +msgid "" +"InputFile or String : Thumbnail of the file sent; can be ignored if " +"thumbnail generation for the file is supported server-side. The thumbnail" +" should be in JPEG format and less than 200 kB in size. A thumbnail's " +"width and height should not exceed 320. Ignored if the file is not " +"uploaded using multipart/form-data. Thumbnails can't be reused and can be" +" only uploaded as a new file, so you can pass " +"“attach://” if the thumbnail was uploaded using " +"multipart/form-data under " +msgstr "" + +#: of telebot.TeleBot.send_document:41 +msgid "" +"allows to define file name that will be visible in the Telegram instead " +"of original file name" +msgstr "" + +#: of telebot.TeleBot.send_document:44 +msgid "" +"Disables automatic server-side content type detection for files uploaded " +"using multipart/form-data" +msgstr "" + +#: of telebot.TeleBot.send_document:47 telebot.TeleBot.send_sticker:33 +#: telebot.TeleBot.send_video:55 +msgid "function typo miss compatibility: do not use it" +msgstr "" + +#: of telebot.TeleBot.send_document:53 telebot.TeleBot.send_sticker:36 +msgid "The thread to which the message will be sent" +msgstr "" + +#: of telebot.TeleBot.send_game:1 +msgid "Used to send the game." +msgstr "" + +#: of telebot.TeleBot.send_game:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendgame" +msgstr "" + +#: of telebot.TeleBot.send_game:8 +msgid "" +"Short name of the game, serves as the unique identifier for the game. Set" +" up your games via @BotFather." +msgstr "" + +#: of telebot.TeleBot.send_game:20 +msgid "Timeout in seconds for waiting for a response from the bot." +msgstr "" + +#: of telebot.TeleBot.send_game:26 +msgid "" +"Pass True, if content of the message needs to be protected from being " +"viewed by the bot." +msgstr "" + +#: of telebot.TeleBot.send_game:29 +msgid "" +"The identifier of a message thread, in which the game message will be " +"sent." +msgstr "" + +#: of telebot.TeleBot.send_game:33 telebot.TeleBot.send_invoice:102 +#: telebot.TeleBot.send_poll:71 +msgid ":obj:`types.Message`" +msgstr "" + +#: of telebot.TeleBot.send_invoice:1 +msgid "Sends invoice." +msgstr "" + +#: of telebot.TeleBot.send_invoice:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendinvoice" +msgstr "" + +#: of telebot.TeleBot.send_invoice:5 +msgid "Unique identifier for the target private chat" +msgstr "" + +#: of telebot.TeleBot.send_invoice:29 +msgid "" +"Unique deep-linking parameter that can be used to generate this invoice " +"when used as a start parameter" +msgstr "" + +#: of telebot.TeleBot.send_invoice:33 +msgid "" +"URL of the product photo for the invoice. Can be a photo of the goods or " +"a marketing image for a service. People like it better when they see what" +" they are paying for." +msgstr "" + +#: of telebot.TeleBot.send_invoice:73 +msgid "" +"A JSON-serialized object for an inline keyboard. If empty, one 'Pay total" +" price' button will be shown. If not empty, the first button must be a " +"Pay button" +msgstr "" + +#: of telebot.TeleBot.send_invoice:81 telebot.TeleBot.set_webhook:39 +msgid "Timeout of a request, defaults to None" +msgstr "" + +#: of telebot.TeleBot.send_invoice:98 +msgid "" +"The identifier of a message thread, in which the invoice message will be " +"sent" +msgstr "" + +#: of telebot.TeleBot.send_location:1 +msgid "" +"Use this method to send point on the map. On success, the sent Message is" +" returned." +msgstr "" + +#: of telebot.TeleBot.send_location:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendlocation" +msgstr "" + +#: of telebot.TeleBot.send_location:8 +msgid "Latitude of the location" +msgstr "" + +#: of telebot.TeleBot.send_location:11 +msgid "Longitude of the location" +msgstr "" + +#: of telebot.TeleBot.send_location:14 +msgid "" +"Period in seconds for which the location will be updated (see Live " +"Locations, should be between 60 and 86400." +msgstr "" + +#: of telebot.TeleBot.send_location:34 +msgid "" +"For live locations, a direction in which the user is moving, in degrees. " +"Must be between 1 and 360 if specified." +msgstr "" + +#: of telebot.TeleBot.send_location:37 +msgid "" +"For live locations, a maximum distance for proximity alerts about " +"approaching another chat member, in meters. Must be between 1 and 100000 " +"if specified." +msgstr "" + +#: of telebot.TeleBot.send_media_group:1 +msgid "" +"Use this method to send a group of photos, videos, documents or audios as" +" an album. Documents and audio files can be only grouped in an album with" +" messages of the same type. On success, an array of Messages that were " +"sent is returned." +msgstr "" + +#: of telebot.TeleBot.send_media_group:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendmediagroup" +msgstr "" + +#: of telebot.TeleBot.send_media_group:9 +msgid "" +"A JSON-serialized array describing messages to be sent, must include 2-10" +" items" +msgstr "" + +#: of telebot.TeleBot.send_media_group:12 +msgid "" +"Sends the messages silently. Users will receive a notification with no " +"sound." +msgstr "" + +#: of telebot.TeleBot.send_media_group:27 +msgid "Identifier of a message thread, in which the media group will be sent" +msgstr "" + +#: of telebot.TeleBot.send_media_group:30 +msgid "On success, an array of Messages that were sent is returned." +msgstr "" + +#: of telebot.TeleBot.send_message:1 +msgid "Use this method to send text messages." +msgstr "" + +#: of telebot.TeleBot.send_message:3 +msgid "" +"Warning: Do not send more than about 4096 characters each message, " +"otherwise you'll risk an HTTP 414 error. If you must send more than 4096 " +"characters, use the `split_string` or `smart_split` function in util.py." +msgstr "" + +#: of telebot.TeleBot.send_message:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendmessage" +msgstr "" + +#: of telebot.TeleBot.send_message:12 +msgid "Text of the message to be sent" +msgstr "" + +#: of telebot.TeleBot.send_message:18 +msgid "" +"List of special entities that appear in message text, which can be " +"specified instead of parse_mode" +msgstr "" + +#: of telebot.TeleBot.send_message:27 +msgid "" +"If True, the message content will be hidden for all users except for the " +"target user" +msgstr "" + +#: of telebot.TeleBot.send_photo:1 +msgid "Use this method to send photos. On success, the sent Message is returned." +msgstr "" + +#: of telebot.TeleBot.send_photo:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendphoto" +msgstr "" + +#: of telebot.TeleBot.send_photo:8 +msgid "" +"Photo to send. Pass a file_id as String to send a photo that exists on " +"the Telegram servers (recommended), pass an HTTP URL as a String for " +"Telegram to get a photo from the Internet, or upload a new photo using " +"multipart/form-data. The photo must be at most 10 MB in size. The photo's" +" width and height must not exceed 10000 in total. Width and height ratio " +"must be at most 20." +msgstr "" + +#: of telebot.TeleBot.send_photo:13 +msgid "" +"Photo caption (may also be used when resending photos by file_id), 0-1024" +" characters after entities parsing" +msgstr "" + +#: of telebot.TeleBot.send_photo:16 +msgid "Mode for parsing entities in the photo caption." +msgstr "" + +#: of telebot.TeleBot.send_poll:1 +msgid "" +"Use this method to send a native poll. On success, the sent Message is " +"returned." +msgstr "" + +#: of telebot.TeleBot.send_poll:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendpoll" +msgstr "" + +#: of telebot.TeleBot.send_poll:9 +msgid "Poll question, 1-300 characters" +msgstr "" + +#: of telebot.TeleBot.send_poll:12 +msgid "" +"A JSON-serialized list of answer options, 2-10 strings 1-100 characters " +"each" +msgstr "" + +#: of telebot.TeleBot.send_poll:15 +msgid "True, if the poll needs to be anonymous, defaults to True" +msgstr "" + +#: of telebot.TeleBot.send_poll:18 +msgid "Poll type, “quiz” or “regular”, defaults to “regular”" +msgstr "" + +#: of telebot.TeleBot.send_poll:21 +msgid "" +"True, if the poll allows multiple answers, ignored for polls in quiz " +"mode, defaults to False" +msgstr "" + +#: of telebot.TeleBot.send_poll:24 +msgid "" +"0-based identifier of the correct answer option. Available only for polls" +" in quiz mode, defaults to None" +msgstr "" + +#: of telebot.TeleBot.send_poll:28 +msgid "" +"Text that is shown when a user chooses an incorrect answer or taps on the" +" lamp icon in a quiz-style poll, 0-200 characters with at most 2 line " +"feeds after entities parsing" +msgstr "" + +#: of telebot.TeleBot.send_poll:32 +msgid "" +"Mode for parsing entities in the explanation. See formatting options for " +"more details." +msgstr "" + +#: of telebot.TeleBot.send_poll:35 +msgid "" +"Amount of time in seconds the poll will be active after creation, 5-600. " +"Can't be used together with close_date." +msgstr "" + +#: of telebot.TeleBot.send_poll:38 +msgid "Point in time (Unix timestamp) when the poll will be automatically closed." +msgstr "" + +#: of telebot.TeleBot.send_poll:41 +msgid "" +"Pass True, if the poll needs to be immediately closed. This can be useful" +" for poll preview." +msgstr "" + +#: of telebot.TeleBot.send_poll:50 +msgid "Pass True, if the poll allows multiple options to be voted simultaneously." +msgstr "" + +#: of telebot.TeleBot.send_poll:57 +msgid "Timeout in seconds for waiting for a response from the user." +msgstr "" + +#: of telebot.TeleBot.send_poll:60 +msgid "" +"A JSON-serialized list of special entities that appear in the " +"explanation, which can be specified instead of parse_mode" +msgstr "" + +#: of telebot.TeleBot.send_poll:67 +msgid "The identifier of a message thread, in which the poll will be sent" +msgstr "" + +#: of telebot.TeleBot.send_sticker:1 +msgid "" +"Use this method to send static .WEBP, animated .TGS, or video .WEBM " +"stickers. On success, the sent Message is returned." +msgstr "" + +#: of telebot.TeleBot.send_sticker:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendsticker" +msgstr "" + +#: of telebot.TeleBot.send_sticker:9 +msgid "" +"Sticker to send. Pass a file_id as String to send a file that exists on " +"the Telegram servers (recommended), pass an HTTP URL as a String for " +"Telegram to get a .webp file from the Internet, or upload a new one using" +" multipart/form-data." +msgstr "" + +#: of telebot.TeleBot.send_sticker:21 +msgid "to disable the notification" +msgstr "" + +#: of telebot.TeleBot.send_venue:1 +msgid "" +"Use this method to send information about a venue. On success, the sent " +"Message is returned." +msgstr "" + +#: of telebot.TeleBot.send_venue:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendvenue" +msgstr "" + +#: of telebot.TeleBot.send_venue:8 +msgid "Latitude of the venue" +msgstr "" + +#: of telebot.TeleBot.send_venue:11 +msgid "Longitude of the venue" +msgstr "" + +#: of telebot.TeleBot.send_venue:14 +msgid "Name of the venue" +msgstr "" + +#: of telebot.TeleBot.send_venue:17 +msgid "Address of the venue" +msgstr "" + +#: of telebot.TeleBot.send_venue:20 +msgid "Foursquare identifier of the venue" +msgstr "" + +#: of telebot.TeleBot.send_venue:23 +msgid "" +"Foursquare type of the venue, if known. (For example, " +"“arts_entertainment/default”, “arts_entertainment/aquarium” or " +"“food/icecream”.)" +msgstr "" + +#: of telebot.TeleBot.send_venue:45 +msgid "Google Places identifier of the venue" +msgstr "" + +#: of telebot.TeleBot.send_venue:48 +msgid "Google Places type of the venue." +msgstr "" + +#: of telebot.TeleBot.send_video:1 +msgid "" +"Use this method to send video files, Telegram clients support mp4 videos " +"(other formats may be sent as Document)." +msgstr "" + +#: of telebot.TeleBot.send_video:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendvideo" +msgstr "" + +#: of telebot.TeleBot.send_video:8 +msgid "" +"Video to send. You can either pass a file_id as String to resend a video " +"that is already on the Telegram servers, or upload a new video file using" +" multipart/form-data." +msgstr "" + +#: of telebot.TeleBot.send_video:11 telebot.TeleBot.send_video_note:13 +msgid "Duration of sent video in seconds" +msgstr "" + +#: of telebot.TeleBot.send_video:14 +msgid "Video width" +msgstr "" + +#: of telebot.TeleBot.send_video:17 +msgid "Video height" +msgstr "" + +#: of telebot.TeleBot.send_video:23 +msgid "" +"Video caption (may also be used when resending videos by file_id), 0-1024" +" characters after entities parsing" +msgstr "" + +#: of telebot.TeleBot.send_video:26 +msgid "Mode for parsing entities in the video caption" +msgstr "" + +#: of telebot.TeleBot.send_video:32 +msgid "Pass True, if the uploaded video is suitable for streaming" +msgstr "" + +#: of telebot.TeleBot.send_video_note:1 +msgid "" +"As of v.4.0, Telegram clients support rounded square MPEG4 videos of up " +"to 1 minute long. Use this method to send video messages. On success, the" +" sent Message is returned." +msgstr "" + +#: of telebot.TeleBot.send_video_note:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendvideonote" +msgstr "" + +#: of telebot.TeleBot.send_video_note:9 +msgid "" +"Video note to send. Pass a file_id as String to send a video note that " +"exists on the Telegram servers (recommended) or upload a new video using " +"multipart/form-data. Sending video notes by a URL is currently " +"unsupported" +msgstr "" + +#: of telebot.TeleBot.send_video_note:16 +msgid "Video width and height, i.e. diameter of the video message" +msgstr "" + +#: of telebot.TeleBot.send_video_note:45 +msgid "Identifier of a message thread, in which the video note will be sent" +msgstr "" + +#: of telebot.TeleBot.send_voice:1 +msgid "" +"Use this method to send audio files, if you want Telegram clients to " +"display the file as a playable voice message. For this to work, your " +"audio must be in an .OGG file encoded with OPUS (other formats may be " +"sent as Audio or Document). On success, the sent Message is returned. " +"Bots can currently send voice messages of up to 50 MB in size, this limit" +" may be changed in the future." +msgstr "" + +#: of telebot.TeleBot.send_voice:5 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendvoice" +msgstr "" + +#: of telebot.TeleBot.send_voice:10 +msgid "" +"Audio file to send. Pass a file_id as String to send a file that exists " +"on the Telegram servers (recommended), pass an HTTP URL as a String for " +"Telegram to get a file from the Internet, or upload a new one using " +"multipart/form-data." +msgstr "" + +#: of telebot.TeleBot.send_voice:14 +msgid "Voice message caption, 0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.TeleBot.send_voice:17 +msgid "Duration of the voice message in seconds" +msgstr "" + +#: of telebot.TeleBot.send_voice:28 +msgid "" +"Mode for parsing entities in the voice message caption. See formatting " +"options for more details." +msgstr "" + +#: of telebot.TeleBot.set_chat_administrator_custom_title:1 +msgid "" +"Use this method to set a custom title for an administrator in a " +"supergroup promoted by the bot. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.set_chat_administrator_custom_title:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatadministratorcustomtitle" +msgstr "" + +#: of telebot.TeleBot.set_chat_administrator_custom_title:13 +msgid "" +"New custom title for the administrator; 0-16 characters, emoji are not " +"allowed" +msgstr "" + +#: of telebot.TeleBot.set_chat_description:1 +msgid "" +"Use this method to change the description of a supergroup or a channel. " +"The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights." +msgstr "" + +#: of telebot.TeleBot.set_chat_description:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatdescription" +msgstr "" + +#: of telebot.TeleBot.set_chat_description:10 +msgid "Str: New chat description, 0-255 characters" +msgstr "" + +#: of telebot.TeleBot.set_chat_menu_button:1 +msgid "" +"Use this method to change the bot's menu button in a private chat, or the" +" default menu button. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.set_chat_menu_button:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatmenubutton" +msgstr "" + +#: of telebot.TeleBot.set_chat_menu_button:7 +msgid "" +"Unique identifier for the target private chat. If not specified, default " +"bot's menu button will be changed." +msgstr "" + +#: of telebot.TeleBot.set_chat_menu_button:11 +msgid "" +"A JSON-serialized object for the new bot's menu button. Defaults to " +"MenuButtonDefault" +msgstr "" + +#: of telebot.TeleBot.set_chat_permissions:1 +msgid "" +"Use this method to set default chat permissions for all members. The bot " +"must be an administrator in the group or a supergroup for this to work " +"and must have the can_restrict_members admin rights." +msgstr "" + +#: of telebot.TeleBot.set_chat_permissions:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatpermissions" +msgstr "" + +#: of telebot.TeleBot.set_chat_permissions:11 +msgid "New default chat permissions" +msgstr "" + +#: of telebot.TeleBot.set_chat_photo:1 +msgid "" +"Use this method to set a new profile photo for the chat. Photos can't be " +"changed for private chats. The bot must be an administrator in the chat " +"for this to work and must have the appropriate admin rights. Returns True" +" on success. Note: In regular groups (non-supergroups), this method will " +"only work if the ‘All Members Are Admins’ setting is off in the target " +"group." +msgstr "" + +#: of telebot.TeleBot.set_chat_photo:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#setchatphoto" +msgstr "" + +#: of telebot.TeleBot.set_chat_photo:13 +msgid "InputFile: New chat photo, uploaded using multipart/form-data" +msgstr "" + +#: of telebot.TeleBot.set_chat_sticker_set:1 +msgid "" +"Use this method to set a new group sticker set for a supergroup. The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate administrator rights. Use the field can_set_sticker_set " +"optionally returned in getChat requests to check if the bot can use this " +"method. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.set_chat_sticker_set:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatstickerset" +msgstr "" + +#: of telebot.TeleBot.set_chat_sticker_set:10 +msgid "Name of the sticker set to be set as the group sticker set" +msgstr "" + +#: of telebot.TeleBot.set_chat_sticker_set:13 +msgid "StickerSet object" +msgstr "" + +#: of telebot.TeleBot.set_chat_title:1 +msgid "" +"Use this method to change the title of a chat. Titles can't be changed " +"for private chats. The bot must be an administrator in the chat for this " +"to work and must have the appropriate admin rights. Returns True on " +"success. Note: In regular groups (non-supergroups), this method will only" +" work if the ‘All Members Are Admins’ setting is off in the target group." +msgstr "" + +#: of telebot.TeleBot.set_chat_title:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#setchattitle" +msgstr "" + +#: of telebot.TeleBot.set_chat_title:13 +msgid "New chat title, 1-255 characters" +msgstr "" + +#: of telebot.TeleBot.set_game_score:1 +msgid "Sets the value of points in the game to a specific user." +msgstr "" + +#: of telebot.TeleBot.set_game_score:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#setgamescore" +msgstr "" + +#: of telebot.TeleBot.set_game_score:8 +msgid "New score, must be non-negative" +msgstr "" + +#: of telebot.TeleBot.set_game_score:11 +msgid "" +"Pass True, if the high score is allowed to decrease. This can be useful " +"when fixing mistakes or banning cheaters" +msgstr "" + +#: of telebot.TeleBot.set_game_score:23 +msgid "" +"Pass True, if the game message should not be automatically edited to " +"include the current scoreboard" +msgstr "" + +#: of telebot.TeleBot.set_game_score:26 +msgid "" +"On success, if the message was sent by the bot, returns the edited " +"Message, otherwise returns True." +msgstr "" + +#: of telebot.TeleBot.set_my_commands:1 +msgid "Use this method to change the list of the bot's commands." +msgstr "" + +#: of telebot.TeleBot.set_my_commands:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#setmycommands" +msgstr "" + +#: of telebot.TeleBot.set_my_commands:5 +msgid "List of BotCommand. At most 100 commands can be specified." +msgstr "" + +#: of telebot.TeleBot.set_my_default_administrator_rights:1 +msgid "" +"Use this method to change the default administrator rights requested by " +"the bot when it's added as an administrator to groups or channels. These " +"rights will be suggested to users, but they are are free to modify the " +"list before adding the bot. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.set_my_default_administrator_rights:7 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setmydefaultadministratorrights" +msgstr "" + +#: of telebot.TeleBot.set_my_default_administrator_rights:9 +msgid "" +"A JSON-serialized object describing new default administrator rights. If " +"not specified, the default administrator rights will be cleared." +msgstr "" + +#: of telebot.TeleBot.set_my_default_administrator_rights:13 +msgid "" +"Pass True to change the default administrator rights of the bot in " +"channels. Otherwise, the default administrator rights of the bot for " +"groups and supergroups will be changed." +msgstr "" + +#: of telebot.TeleBot.set_state:1 +msgid "Sets a new state of a user." +msgstr "" + +#: of telebot.TeleBot.set_state:5 +msgid "" +"You should set both user id and chat id in order to set state for a user " +"in a chat. Otherwise, if you only set user_id, chat_id will equal to " +"user_id, this means that state will be set for the user in his private " +"chat with a bot." +msgstr "" + +#: of telebot.TeleBot.set_state:12 +msgid "new state. can be string, integer, or :class:`telebot.types.State`" +msgstr "" + +#: of telebot.TeleBot.set_sticker_position_in_set:1 +msgid "" +"Use this method to move a sticker in a set created by the bot to a " +"specific position . Returns True on success." +msgstr "" + +#: of telebot.TeleBot.set_sticker_position_in_set:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setstickerpositioninset" +msgstr "" + +#: of telebot.TeleBot.set_sticker_position_in_set:8 +msgid "New sticker position in the set, zero-based" +msgstr "" + +#: of telebot.TeleBot.set_sticker_set_thumb:1 +msgid "" +"Use this method to set the thumbnail of a sticker set. Animated " +"thumbnails can be set for animated sticker sets only. Returns True on " +"success." +msgstr "" + +#: of telebot.TeleBot.set_sticker_set_thumb:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setstickersetthumb" +msgstr "" + +#: of telebot.TeleBot.set_update_listener:1 +msgid "Sets a listener function to be called when a new update is received." +msgstr "" + +#: of telebot.TeleBot.set_update_listener:3 +msgid "Listener function." +msgstr "" + +#: of telebot.TeleBot.set_webhook:1 +msgid "" +"Use this method to specify a URL and receive incoming updates via an " +"outgoing webhook. Whenever there is an update for the bot, we will send " +"an HTTPS POST request to the specified URL, containing a JSON-serialized " +"Update. In case of an unsuccessful request, we will give up after a " +"reasonable amount of attempts. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.set_webhook:6 +msgid "" +"If you'd like to make sure that the webhook was set by you, you can " +"specify secret data in the parameter secret_token. If specified, the " +"request will contain a header “X-Telegram-Bot-Api-Secret-Token” with the " +"secret token as content." +msgstr "" + +#: of telebot.TeleBot.set_webhook:9 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#setwebhook" +msgstr "" + +#: of telebot.TeleBot.set_webhook:11 +msgid "" +"HTTPS URL to send updates to. Use an empty string to remove webhook " +"integration, defaults to None" +msgstr "" + +#: of telebot.TeleBot.set_webhook:14 +msgid "" +"Upload your public key certificate so that the root certificate in use " +"can be checked, defaults to None" +msgstr "" + +#: of telebot.TeleBot.set_webhook:17 +msgid "" +"The maximum allowed number of simultaneous HTTPS connections to the " +"webhook for update delivery, 1-100. Defaults to 40. Use lower values to " +"limit the load on your bot's server, and higher values to increase your " +"bot's throughput, defaults to None" +msgstr "" + +#: of telebot.TeleBot.set_webhook:22 +msgid "" +"A JSON-serialized list of the update types you want your bot to receive. " +"For example, specify [“message”, “edited_channel_post”, “callback_query”]" +" to only receive updates of these types. See Update for a complete list " +"of available update types. Specify an empty list to receive all update " +"types except chat_member (default). If not specified, the previous " +"setting will be used. Please note that this parameter doesn't affect " +"updates created before the call to the setWebhook, so unwanted updates " +"may be received for a short period of time. Defaults to None" +msgstr "" + +#: of telebot.TeleBot.set_webhook:22 +msgid "" +"A JSON-serialized list of the update types you want your bot to receive. " +"For example, specify [“message”, “edited_channel_post”, “callback_query”]" +" to only receive updates of these types. See Update for a complete list " +"of available update types. Specify an empty list to receive all update " +"types except chat_member (default). If not specified, the previous " +"setting will be used." +msgstr "" + +#: of telebot.TeleBot.set_webhook:27 +msgid "" +"Please note that this parameter doesn't affect updates created before the" +" call to the setWebhook, so unwanted updates may be received for a short " +"period of time. Defaults to None" +msgstr "" + +#: of telebot.TeleBot.set_webhook:42 +msgid "" +"A secret token to be sent in a header “X-Telegram-Bot-Api-Secret-Token” " +"in every webhook request, 1-256 characters. Only characters A-Z, a-z, " +"0-9, _ and - are allowed. The header is useful to ensure that the request" +" comes from a webhook set by you. Defaults to None" +msgstr "" + +#: of telebot.TeleBot.set_webhook:47 +msgid ":obj:`bool` if the request was successful." +msgstr "" + +#: of telebot.TeleBot.setup_middleware:1 +msgid "Registers class-based middleware." +msgstr "" + +#: of telebot.TeleBot.setup_middleware:3 +msgid "Subclass of :class:`telebot.handler_backends.BaseMiddleware`" +msgstr "" + +#: of telebot.TeleBot.shipping_query_handler:1 +msgid "" +"Handles new incoming shipping query. Only for invoices with flexible " +"price. As a parameter to the decorator function, it passes " +":class:`telebot.types.ShippingQuery` object." +msgstr "" + +#: of telebot.TeleBot.stop_bot:1 +msgid "Stops bot by stopping polling and closing the worker pool." +msgstr "" + +#: of telebot.TeleBot.stop_message_live_location:1 +msgid "" +"Use this method to stop updating a live location message before " +"live_period expires. On success, if the message is not an inline message," +" the edited Message is returned, otherwise True is returned." +msgstr "" + +#: of telebot.TeleBot.stop_message_live_location:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#stopmessagelivelocation" +msgstr "" + +#: of telebot.TeleBot.stop_message_live_location:9 +msgid "" +"Required if inline_message_id is not specified. Identifier of the message" +" with live location to stop" +msgstr "" + +#: of telebot.TeleBot.stop_message_live_location:12 +msgid "" +"Required if chat_id and message_id are not specified. Identifier of the " +"inline message with live location to stop" +msgstr "" + +#: of telebot.TeleBot.stop_message_live_location:22 +msgid "" +"On success, if the message is not an inline message, the edited Message " +"is returned, otherwise True is returned." +msgstr "" + +#: of telebot.TeleBot.stop_poll:1 +msgid "" +"Use this method to stop a poll which was sent by the bot. On success, the" +" stopped Poll is returned." +msgstr "" + +#: of telebot.TeleBot.stop_poll:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#stoppoll" +msgstr "" + +#: of telebot.TeleBot.stop_poll:8 +msgid "Identifier of the original message with the poll" +msgstr "" + +#: of telebot.TeleBot.stop_poll:11 +msgid "A JSON-serialized object for a new message markup." +msgstr "" + +#: of telebot.TeleBot.stop_poll:14 +msgid "On success, the stopped Poll is returned." +msgstr "" + +#: of telebot.TeleBot.stop_poll:15 +msgid ":obj:`types.Poll`" +msgstr "" + +#: of telebot.TeleBot.stop_polling:1 +msgid "Stops polling." +msgstr "" + +#: of telebot.TeleBot.stop_polling:3 +msgid "Does not accept any arguments." +msgstr "" + +#: of telebot.TeleBot.unban_chat_member:1 +msgid "" +"Use this method to unban a previously kicked user in a supergroup or " +"channel. The user will not return to the group or channel automatically, " +"but will be able to join via link, etc. The bot must be an administrator " +"for this to work. By default, this method guarantees that after the call " +"the user is not a member of the chat, but will be able to join it. So if " +"the user is a member of the chat they will also be removed from the chat." +" If you don't want this, use the parameter only_if_banned." +msgstr "" + +#: of telebot.TeleBot.unban_chat_member:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#unbanchatmember" +msgstr "" + +#: of telebot.TeleBot.unban_chat_member:9 +msgid "" +"Unique identifier for the target group or username of the target " +"supergroup or channel (in the format @username)" +msgstr "" + +#: of telebot.TeleBot.unban_chat_member:16 +msgid "Do nothing if the user is not banned" +msgstr "" + +#: of telebot.TeleBot.unban_chat_sender_chat:1 +msgid "" +"Use this method to unban a previously banned channel chat in a supergroup" +" or channel. The bot must be an administrator for this to work and must " +"have the appropriate administrator rights. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.unban_chat_sender_chat:6 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#unbanchatsenderchat" +msgstr "" + +#: of telebot.TeleBot.unban_chat_sender_chat:11 +msgid "Unique identifier of the target sender chat." +msgstr "" + +#: of telebot.TeleBot.unpin_all_chat_messages:1 +msgid "" +"Use this method to unpin a all pinned messages in a supergroup chat. The " +"bot must be an administrator in the chat for this to work and must have " +"the appropriate admin rights. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.unpin_all_chat_messages:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#unpinallchatmessages" +msgstr "" + +#: of telebot.TeleBot.unpin_all_forum_topic_messages:1 +msgid "" +"Use this method to clear the list of pinned messages in a forum topic. " +"The bot must be an administrator in the chat for this to work and must " +"have the can_pin_messages administrator right in the supergroup. Returns " +"True on success." +msgstr "" + +#: of telebot.TeleBot.unpin_all_forum_topic_messages:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#unpinallforumtopicmessages" +msgstr "" + +#: of telebot.TeleBot.unpin_all_forum_topic_messages:10 +msgid "Identifier of the topic" +msgstr "" + +#: of telebot.TeleBot.unpin_chat_message:1 +msgid "" +"Use this method to unpin specific pinned message in a supergroup chat. " +"The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.unpin_chat_message:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#unpinchatmessage" +msgstr "" + +#: of telebot.TeleBot.unpin_chat_message:11 +msgid "Int: Identifier of a message to unpin" +msgstr "" + +#: of telebot.TeleBot.upload_sticker_file:1 +msgid "" +"Use this method to upload a .png file with a sticker for later use in " +"createNewStickerSet and addStickerToSet methods (can be used multiple " +"times). Returns the uploaded File on success." +msgstr "" + +#: of telebot.TeleBot.upload_sticker_file:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#uploadstickerfile" +msgstr "" + +#: of telebot.TeleBot.upload_sticker_file:6 +msgid "User identifier of sticker set owner" +msgstr "" + +#: of telebot.TeleBot.upload_sticker_file:9 +msgid "" +"PNG image with the sticker, must be up to 512 kilobytes in size, " +"dimensions must not exceed 512px, and either width or height must be " +"exactly 512px." +msgstr "" + +#: of telebot.TeleBot.upload_sticker_file:13 +msgid "On success, the sent file is returned." +msgstr "" + +#: of telebot.TeleBot.user:1 +msgid "" +"The User object representing this bot. Equivalent to bot.get_me() but the" +" result is cached so only one API call is needed." +msgstr "" + +#: of telebot.TeleBot.user:4 +msgid "Bot's info." +msgstr "" + +#: of telebot.TeleBot.user:5 +msgid ":class:`telebot.types.User`" +msgstr "" + +#: ../../sync_version/index.rst:17 +msgid "custom_filters file" +msgstr "" + +#: of telebot.custom_filters.AdvancedCustomFilter:1 +#: telebot.custom_filters.SimpleCustomFilter:1 +msgid "Bases: :py:class:`abc.ABC`" +msgstr "" + +#: of telebot.custom_filters.AdvancedCustomFilter:1 +msgid "" +"Advanced Custom Filter base class. Create child class with check() " +"method. Accepts two parameters, returns bool: True - filter passed, False" +" - filter failed. message: Message class text: Filter value given in " +"handler" +msgstr "" + +#: of telebot.custom_filters.AdvancedCustomFilter:7 +#: telebot.custom_filters.SimpleCustomFilter:5 +msgid "Child classes should have .key property." +msgstr "" + +#: of telebot.custom_filters.AdvancedCustomFilter:9 +msgid "Example on creating an advanced custom filter." +msgstr "" + +#: of telebot.custom_filters.AdvancedCustomFilter.check:1 +#: telebot.custom_filters.SimpleCustomFilter.check:1 +msgid "Perform a check." +msgstr "" + +#: of telebot.custom_filters.ChatFilter:1 +#: telebot.custom_filters.LanguageFilter:1 telebot.custom_filters.StateFilter:1 +#: telebot.custom_filters.TextContainsFilter:1 +#: telebot.custom_filters.TextMatchFilter:1 +#: telebot.custom_filters.TextStartsFilter:1 +msgid "Bases: :py:class:`telebot.custom_filters.AdvancedCustomFilter`" +msgstr "" + +#: of telebot.custom_filters.ChatFilter:1 +msgid "Check whether chat_id corresponds to given chat_id." +msgstr "" + +#: of telebot.custom_filters.ChatFilter:3 +#: telebot.custom_filters.ForwardFilter:3 +#: telebot.custom_filters.IsAdminFilter:3 +#: telebot.custom_filters.IsDigitFilter:3 +#: telebot.custom_filters.IsReplyFilter:3 +#: telebot.custom_filters.LanguageFilter:3 telebot.custom_filters.StateFilter:3 +#: telebot.custom_filters.TextContainsFilter:5 +#: telebot.custom_filters.TextMatchFilter:3 +#: telebot.custom_filters.TextStartsFilter:3 +msgid "Example on using this filter:" +msgstr "" + +#: of telebot.custom_filters.ForwardFilter:1 +#: telebot.custom_filters.IsAdminFilter:1 +#: telebot.custom_filters.IsDigitFilter:1 +#: telebot.custom_filters.IsReplyFilter:1 +msgid "Bases: :py:class:`telebot.custom_filters.SimpleCustomFilter`" +msgstr "" + +#: of telebot.custom_filters.ForwardFilter:1 +msgid "Check whether message was forwarded from channel or group." +msgstr "" + +#: of telebot.custom_filters.IsAdminFilter:1 +msgid "Check whether the user is administrator / owner of the chat." +msgstr "" + +#: of telebot.custom_filters.IsDigitFilter:1 +msgid "Filter to check whether the string is made up of only digits." +msgstr "" + +#: of telebot.custom_filters.IsReplyFilter:1 +msgid "Check whether message is a reply." +msgstr "" + +#: of telebot.custom_filters.LanguageFilter:1 +msgid "Check users language_code." +msgstr "" + +#: of telebot.custom_filters.SimpleCustomFilter:1 +msgid "" +"Simple Custom Filter base class. Create child class with check() method. " +"Accepts only message, returns bool value, that is compared with given in " +"handler." +msgstr "" + +#: of telebot.custom_filters.SimpleCustomFilter:7 +msgid "Example on creating a simple custom filter." +msgstr "" + +#: of telebot.custom_filters.StateFilter:1 +msgid "Filter to check state." +msgstr "" + +#: of telebot.custom_filters.TextContainsFilter:1 +msgid "Filter to check Text message. key: text" +msgstr "" + +#: of telebot.custom_filters.TextFilter:1 +msgid "" +"Advanced text filter to check (types.Message, types.CallbackQuery, " +"types.InlineQuery, types.Poll)" +msgstr "" + +#: of telebot.custom_filters.TextFilter:3 +msgid "example of usage is in examples/custom_filters/advanced_text_filter.py" +msgstr "" + +#: of telebot.custom_filters.TextFilter:5 +msgid "string, True if object's text is equal to passed string" +msgstr "" + +#: of telebot.custom_filters.TextFilter:8 +msgid "list[str] or tuple[str], True if any string element of iterable is in text" +msgstr "" + +#: of telebot.custom_filters.TextFilter:11 telebot.custom_filters.TextFilter:14 +msgid "string, True if object's text starts with passed string" +msgstr "" + +#: of telebot.custom_filters.TextFilter:17 +msgid "bool (default False), case insensitive" +msgstr "" + +#: of telebot.custom_filters.TextFilter:20 +msgid "if incorrect value for a parameter was supplied" +msgstr "" + +#: of telebot.custom_filters.TextMatchFilter:1 +msgid "Filter to check Text message." +msgstr "" + +#: of telebot.custom_filters.TextStartsFilter:1 +msgid "Filter to check whether message starts with some text." +msgstr "" + +#: ../../sync_version/index.rst:25 +msgid "handler_backends file" +msgstr "" + +#: of telebot.handler_backends.BaseMiddleware:1 +msgid "" +"Base class for middleware. Your middlewares should be inherited from this" +" class." +msgstr "" + +#: of telebot.handler_backends.BaseMiddleware:4 +msgid "" +"Set update_sensitive=True if you want to get different updates on " +"different functions. For example, if you want to handle pre_process for " +"message update, then you will have to create pre_process_message " +"function, and so on. Same applies to post_process." +msgstr "" + +#: of telebot.handler_backends.BaseMiddleware:10 +msgid "" +"If you want to use middleware, you have to set use_class_middlewares=True" +" in your TeleBot instance." +msgstr "" + +#: of telebot.handler_backends.BaseMiddleware:13 +msgid "Example of class-based middlewares." +msgstr "" + +#: of telebot.handler_backends.CancelUpdate:1 +msgid "" +"Class for canceling updates. Just return instance of this class in " +"middleware to skip update. Update will skip handler and execution of " +"post_process in middlewares." +msgstr "" + +#: of telebot.handler_backends.ContinueHandling:1 +msgid "" +"Class for continue updates in handlers. Just return instance of this " +"class in handlers to continue process." +msgstr "" + +#: of telebot.handler_backends.ContinueHandling:5 +msgid "Example of using ContinueHandling" +msgstr "" + +#: of telebot.handler_backends.SkipHandler:1 +msgid "" +"Class for skipping handlers. Just return instance of this class in " +"middleware to skip handler. Update will go to post_process, but will skip" +" execution of handler." +msgstr "" + +#: of telebot.handler_backends.State:1 +msgid "Class representing a state." +msgstr "" + +#: of telebot.handler_backends.StatesGroup:1 +msgid "Class representing common states." +msgstr "" + +#: ../../sync_version/index.rst:34 +msgid "Extensions" +msgstr "" + +#: of telebot.ext.sync.webhooks:1 +msgid "" +"This file is used by TeleBot.run_webhooks() function. Fastapi is required" +" to run this script." +msgstr "" + +#: of telebot.ext.sync.webhooks.SyncWebhookListener.run_app:1 +msgid "" +"Run app with the given parameters to init. Not supposed to be used " +"manually by user." +msgstr "" + diff --git a/docs/source/locales/en/LC_MESSAGES/types.po b/docs/source/locales/en/LC_MESSAGES/types.po new file mode 100644 index 0000000..e9417f3 --- /dev/null +++ b/docs/source/locales/en/LC_MESSAGES/types.po @@ -0,0 +1,5507 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2022, coder2020official +# This file is distributed under the same license as the pyTelegramBotAPI +# Documentation package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: pyTelegramBotAPI Documentation \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-29 14:44+0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../types.rst:3 +msgid "Types of API" +msgstr "" + +#: of telebot.types.Animation:1 telebot.types.Audio:1 +#: telebot.types.CallbackQuery:1 telebot.types.Chat:1 +#: telebot.types.ChatJoinRequest:1 telebot.types.ChatMember:1 +#: telebot.types.ChatMemberUpdated:1 telebot.types.ChatPhoto:1 +#: telebot.types.ChosenInlineResult:1 telebot.types.Contact:1 +#: telebot.types.Document:1 telebot.types.File:1 telebot.types.ForumTopic:1 +#: telebot.types.ForumTopicClosed:1 telebot.types.ForumTopicCreated:1 +#: telebot.types.ForumTopicReopened:1 telebot.types.Game:1 +#: telebot.types.GameHighScore:1 telebot.types.InlineQuery:1 +#: telebot.types.Invoice:1 telebot.types.Message:1 +#: telebot.types.MessageAutoDeleteTimerChanged:1 telebot.types.MessageID:1 +#: telebot.types.OrderInfo:1 telebot.types.PhotoSize:1 telebot.types.Poll:1 +#: telebot.types.PollOption:1 telebot.types.PreCheckoutQuery:1 +#: telebot.types.ProximityAlertTriggered:1 telebot.types.ShippingAddress:1 +#: telebot.types.ShippingQuery:1 telebot.types.Sticker:1 +#: telebot.types.StickerSet:1 telebot.types.SuccessfulPayment:1 +#: telebot.types.Update:1 telebot.types.UserProfilePhotos:1 +#: telebot.types.Venue:1 telebot.types.Video:1 telebot.types.VideoChatEnded:1 +#: telebot.types.VideoChatParticipantsInvited:1 +#: telebot.types.VideoChatScheduled:1 telebot.types.VideoChatStarted:1 +#: telebot.types.VideoNote:1 telebot.types.Voice:1 telebot.types.WebhookInfo:1 +msgid "Bases: :py:class:`telebot.types.JsonDeserializable`" +msgstr "" + +#: of telebot.types.Animation:1 +msgid "" +"This object represents an animation file (GIF or H.264/MPEG-4 AVC video " +"without sound)." +msgstr "" + +#: of telebot.types.Animation:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#animation" +msgstr "" + +#: of telebot.types.Animation telebot.types.Audio telebot.types.BotCommand +#: telebot.types.BotCommandScopeAllChatAdministrators +#: telebot.types.BotCommandScopeAllGroupChats +#: telebot.types.BotCommandScopeAllPrivateChats +#: telebot.types.BotCommandScopeChat +#: telebot.types.BotCommandScopeChatAdministrators +#: telebot.types.BotCommandScopeChatMember telebot.types.BotCommandScopeDefault +#: telebot.types.CallbackQuery telebot.types.Chat +#: telebot.types.ChatAdministratorRights telebot.types.ChatInviteLink +#: telebot.types.ChatJoinRequest telebot.types.ChatLocation +#: telebot.types.ChatMemberAdministrator telebot.types.ChatMemberBanned +#: telebot.types.ChatMemberLeft telebot.types.ChatMemberMember +#: telebot.types.ChatMemberOwner telebot.types.ChatMemberRestricted +#: telebot.types.ChatMemberUpdated telebot.types.ChatPermissions +#: telebot.types.ChatPhoto telebot.types.ChosenInlineResult +#: telebot.types.Contact telebot.types.Dice telebot.types.Document +#: telebot.types.File telebot.types.ForceReply telebot.types.ForumTopic +#: telebot.types.ForumTopicCreated telebot.types.Game +#: telebot.types.GameHighScore telebot.types.InlineKeyboardButton +#: telebot.types.InlineKeyboardMarkup telebot.types.InlineKeyboardMarkup.add +#: telebot.types.InlineKeyboardMarkup.row telebot.types.InlineQuery +#: telebot.types.InlineQueryResultArticle telebot.types.InlineQueryResultAudio +#: telebot.types.InlineQueryResultCachedAudio +#: telebot.types.InlineQueryResultCachedDocument +#: telebot.types.InlineQueryResultCachedGif +#: telebot.types.InlineQueryResultCachedMpeg4Gif +#: telebot.types.InlineQueryResultCachedPhoto +#: telebot.types.InlineQueryResultCachedSticker +#: telebot.types.InlineQueryResultCachedVideo +#: telebot.types.InlineQueryResultCachedVoice +#: telebot.types.InlineQueryResultContact +#: telebot.types.InlineQueryResultDocument telebot.types.InlineQueryResultGame +#: telebot.types.InlineQueryResultGif telebot.types.InlineQueryResultLocation +#: telebot.types.InlineQueryResultMpeg4Gif telebot.types.InlineQueryResultPhoto +#: telebot.types.InlineQueryResultVenue telebot.types.InlineQueryResultVideo +#: telebot.types.InlineQueryResultVoice +#: telebot.types.InputContactMessageContent telebot.types.InputFile +#: telebot.types.InputInvoiceMessageContent +#: telebot.types.InputLocationMessageContent telebot.types.InputMediaAnimation +#: telebot.types.InputMediaAudio telebot.types.InputMediaDocument +#: telebot.types.InputMediaPhoto telebot.types.InputMediaVideo +#: telebot.types.InputTextMessageContent telebot.types.InputVenueMessageContent +#: telebot.types.Invoice telebot.types.KeyboardButton +#: telebot.types.KeyboardButtonPollType telebot.types.LabeledPrice +#: telebot.types.Location telebot.types.LoginUrl telebot.types.MaskPosition +#: telebot.types.MenuButtonCommands telebot.types.MenuButtonDefault +#: telebot.types.MenuButtonWebApp telebot.types.Message +#: telebot.types.MessageAutoDeleteTimerChanged telebot.types.MessageEntity +#: telebot.types.MessageID telebot.types.OrderInfo telebot.types.PhotoSize +#: telebot.types.Poll telebot.types.Poll.add telebot.types.PollAnswer +#: telebot.types.PollOption telebot.types.PreCheckoutQuery +#: telebot.types.ProximityAlertTriggered telebot.types.ReplyKeyboardMarkup +#: telebot.types.ReplyKeyboardMarkup.add telebot.types.ReplyKeyboardMarkup.row +#: telebot.types.ReplyKeyboardRemove telebot.types.SentWebAppMessage +#: telebot.types.ShippingAddress telebot.types.ShippingOption +#: telebot.types.ShippingOption.add_price telebot.types.ShippingQuery +#: telebot.types.Sticker telebot.types.StickerSet +#: telebot.types.SuccessfulPayment telebot.types.Update telebot.types.User +#: telebot.types.UserProfilePhotos telebot.types.Venue telebot.types.Video +#: telebot.types.VideoChatEnded telebot.types.VideoChatParticipantsInvited +#: telebot.types.VideoChatScheduled telebot.types.VideoNote telebot.types.Voice +#: telebot.types.WebAppData telebot.types.WebAppInfo telebot.types.WebhookInfo +msgid "Parameters" +msgstr "" + +#: of telebot.types.Animation:5 telebot.types.Audio:5 telebot.types.Document:5 +#: telebot.types.File:5 telebot.types.PhotoSize:5 telebot.types.Sticker:5 +#: telebot.types.Video:5 telebot.types.VideoNote:5 telebot.types.Voice:5 +msgid "Identifier for this file, which can be used to download or reuse the file" +msgstr "" + +#: of telebot.types.Animation:8 telebot.types.Audio:8 telebot.types.Document:8 +#: telebot.types.File:8 telebot.types.PhotoSize:8 telebot.types.Sticker:8 +#: telebot.types.Video:8 telebot.types.VideoNote:8 telebot.types.Voice:8 +msgid "" +"Unique identifier for this file, which is supposed to be the same over " +"time and for different bots. Can't be used to download or reuse the file." +msgstr "" + +#: of telebot.types.Animation:12 telebot.types.Video:12 +msgid "Video width as defined by sender" +msgstr "" + +#: of telebot.types.Animation:15 telebot.types.Video:15 +msgid "Video height as defined by sender" +msgstr "" + +#: of telebot.types.Animation:18 telebot.types.Video:18 +#: telebot.types.VideoNote:15 +msgid "Duration of the video in seconds as defined by sender" +msgstr "" + +#: of telebot.types.Animation:21 +msgid "Optional. Animation thumbnail as defined by sender" +msgstr "" + +#: of telebot.types.Animation:24 +msgid "Optional. Original animation filename as defined by sender" +msgstr "" + +#: of telebot.types.Animation:27 telebot.types.Audio:24 +#: telebot.types.Document:18 telebot.types.Video:27 telebot.types.Voice:15 +msgid "Optional. MIME type of the file as defined by sender" +msgstr "" + +#: of telebot.types.Animation:30 telebot.types.Audio:27 +#: telebot.types.Document:21 telebot.types.File:12 telebot.types.Video:30 +#: telebot.types.Voice:18 +msgid "" +"Optional. File size in bytes. It can be bigger than 2^31 and some " +"programming languages may have difficulty/silent defects in interpreting " +"it. But it has at most 52 significant bits, so a signed 64-bit integer or" +" double-precision float type are safe for storing this value." +msgstr "" + +#: of telebot.types.Animation telebot.types.Audio telebot.types.BotCommand +#: telebot.types.BotCommandScope +#: telebot.types.BotCommandScopeAllChatAdministrators +#: telebot.types.BotCommandScopeAllGroupChats +#: telebot.types.BotCommandScopeAllPrivateChats +#: telebot.types.BotCommandScopeChat +#: telebot.types.BotCommandScopeChatAdministrators +#: telebot.types.BotCommandScopeChatMember telebot.types.BotCommandScopeDefault +#: telebot.types.CallbackQuery telebot.types.Chat +#: telebot.types.ChatAdministratorRights telebot.types.ChatInviteLink +#: telebot.types.ChatJoinRequest telebot.types.ChatLocation +#: telebot.types.ChatMemberAdministrator telebot.types.ChatMemberBanned +#: telebot.types.ChatMemberLeft telebot.types.ChatMemberMember +#: telebot.types.ChatMemberOwner telebot.types.ChatMemberRestricted +#: telebot.types.ChatMemberUpdated telebot.types.ChatMemberUpdated.difference +#: telebot.types.ChatPermissions telebot.types.ChatPhoto +#: telebot.types.ChosenInlineResult telebot.types.Contact telebot.types.Dice +#: telebot.types.Document telebot.types.File telebot.types.ForceReply +#: telebot.types.ForumTopic telebot.types.ForumTopicCreated telebot.types.Game +#: telebot.types.GameHighScore telebot.types.InlineKeyboardButton +#: telebot.types.InlineKeyboardMarkup telebot.types.InlineKeyboardMarkup.add +#: telebot.types.InlineKeyboardMarkup.row telebot.types.InlineQuery +#: telebot.types.InlineQueryResultArticle telebot.types.InlineQueryResultAudio +#: telebot.types.InlineQueryResultCachedAudio +#: telebot.types.InlineQueryResultCachedDocument +#: telebot.types.InlineQueryResultCachedGif +#: telebot.types.InlineQueryResultCachedMpeg4Gif +#: telebot.types.InlineQueryResultCachedPhoto +#: telebot.types.InlineQueryResultCachedSticker +#: telebot.types.InlineQueryResultCachedVideo +#: telebot.types.InlineQueryResultCachedVoice +#: telebot.types.InlineQueryResultContact +#: telebot.types.InlineQueryResultDocument telebot.types.InlineQueryResultGame +#: telebot.types.InlineQueryResultGif telebot.types.InlineQueryResultLocation +#: telebot.types.InlineQueryResultMpeg4Gif telebot.types.InlineQueryResultPhoto +#: telebot.types.InlineQueryResultVenue telebot.types.InlineQueryResultVideo +#: telebot.types.InlineQueryResultVoice +#: telebot.types.InputContactMessageContent +#: telebot.types.InputInvoiceMessageContent +#: telebot.types.InputLocationMessageContent telebot.types.InputMediaAnimation +#: telebot.types.InputMediaAudio telebot.types.InputMediaDocument +#: telebot.types.InputMediaPhoto telebot.types.InputMediaVideo +#: telebot.types.InputTextMessageContent telebot.types.InputVenueMessageContent +#: telebot.types.Invoice telebot.types.KeyboardButton +#: telebot.types.KeyboardButtonPollType telebot.types.LabeledPrice +#: telebot.types.Location telebot.types.LoginUrl telebot.types.MaskPosition +#: telebot.types.MenuButtonCommands telebot.types.MenuButtonDefault +#: telebot.types.MenuButtonWebApp telebot.types.Message +#: telebot.types.MessageAutoDeleteTimerChanged telebot.types.MessageEntity +#: telebot.types.MessageID telebot.types.OrderInfo telebot.types.PhotoSize +#: telebot.types.Poll telebot.types.PollAnswer telebot.types.PollOption +#: telebot.types.PreCheckoutQuery telebot.types.ProximityAlertTriggered +#: telebot.types.ReplyKeyboardMarkup telebot.types.ReplyKeyboardMarkup.add +#: telebot.types.ReplyKeyboardMarkup.row telebot.types.ReplyKeyboardRemove +#: telebot.types.SentWebAppMessage telebot.types.ShippingAddress +#: telebot.types.ShippingOption telebot.types.ShippingOption.add_price +#: telebot.types.ShippingQuery telebot.types.Sticker telebot.types.StickerSet +#: telebot.types.SuccessfulPayment telebot.types.Update telebot.types.User +#: telebot.types.UserProfilePhotos telebot.types.Venue telebot.types.Video +#: telebot.types.VideoChatEnded telebot.types.VideoChatParticipantsInvited +#: telebot.types.VideoChatScheduled telebot.types.VideoNote telebot.types.Voice +#: telebot.types.WebAppData telebot.types.WebAppInfo telebot.types.WebhookInfo +msgid "Returns" +msgstr "" + +#: of telebot.types.Animation:35 telebot.types.Audio:35 +#: telebot.types.BotCommand:12 telebot.types.BotCommandScope:38 +#: telebot.types.BotCommandScopeAllChatAdministrators:8 +#: telebot.types.BotCommandScopeAllGroupChats:8 +#: telebot.types.BotCommandScopeAllPrivateChats:8 +#: telebot.types.BotCommandScopeChat:12 +#: telebot.types.BotCommandScopeChatAdministrators:12 +#: telebot.types.BotCommandScopeChatMember:15 +#: telebot.types.BotCommandScopeDefault:8 telebot.types.CallbackQuery:30 +#: telebot.types.Chat:101 telebot.types.ChatAdministratorRights:46 +#: telebot.types.ChatInviteLink:34 telebot.types.ChatJoinRequest:20 +#: telebot.types.ChatLocation:11 telebot.types.ChatMemberAdministrator:59 +#: telebot.types.ChatMemberBanned:15 telebot.types.ChatMemberLeft:11 +#: telebot.types.ChatMemberMember:11 telebot.types.ChatMemberOwner:17 +#: telebot.types.ChatMemberRestricted:47 telebot.types.ChatMemberUpdated:24 +#: telebot.types.ChatPermissions:38 telebot.types.ChatPhoto:21 +#: telebot.types.ChosenInlineResult:21 telebot.types.Contact:22 +#: telebot.types.Dice:11 telebot.types.Document:26 telebot.types.File:21 +#: telebot.types.ForceReply:18 telebot.types.ForumTopic:17 +#: telebot.types.ForumTopicCreated:14 telebot.types.Game:25 +#: telebot.types.GameHighScore:14 telebot.types.InlineKeyboardButton:45 +#: telebot.types.InlineKeyboardMarkup:22 telebot.types.InlineQuery:26 +#: telebot.types.InlineQueryResultArticle:38 +#: telebot.types.InlineQueryResultAudio:40 +#: telebot.types.InlineQueryResultCachedAudio:31 +#: telebot.types.InlineQueryResultCachedDocument:37 +#: telebot.types.InlineQueryResultCachedGif:33 +#: telebot.types.InlineQueryResultCachedMpeg4Gif:33 +#: telebot.types.InlineQueryResultCachedPhoto:37 +#: telebot.types.InlineQueryResultCachedSticker:20 +#: telebot.types.InlineQueryResultCachedVideo:37 +#: telebot.types.InlineQueryResultCachedVoice:34 +#: telebot.types.InlineQueryResultContact:38 +#: telebot.types.InlineQueryResultDocument:49 +#: telebot.types.InlineQueryResultGame:17 telebot.types.InlineQueryResultGif:49 +#: telebot.types.InlineQueryResultLocation:50 +#: telebot.types.InlineQueryResultMpeg4Gif:49 +#: telebot.types.InlineQueryResultPhoto:46 +#: telebot.types.InlineQueryResultVenue:51 +#: telebot.types.InlineQueryResultVideo:53 +#: telebot.types.InlineQueryResultVoice:37 +#: telebot.types.InputContactMessageContent:17 +#: telebot.types.InputInvoiceMessageContent:75 +#: telebot.types.InputLocationMessageContent:26 +#: telebot.types.InputMediaAnimation:40 telebot.types.InputMediaAudio:40 +#: telebot.types.InputMediaDocument:35 telebot.types.InputMediaPhoto:24 +#: telebot.types.InputMediaVideo:43 telebot.types.InputTextMessageContent:19 +#: telebot.types.InputVenueMessageContent:30 telebot.types.Invoice:22 +#: telebot.types.KeyboardButton:25 telebot.types.KeyboardButtonPollType:9 +#: telebot.types.LabeledPrice:13 telebot.types.Location:25 +#: telebot.types.LoginUrl:24 telebot.types.MaskPosition:20 +#: telebot.types.MenuButtonCommands:8 telebot.types.MenuButtonDefault:8 +#: telebot.types.MenuButtonWebApp:15 telebot.types.Message:230 +#: telebot.types.MessageAutoDeleteTimerChanged:8 telebot.types.MessageEntity:32 +#: telebot.types.MessageID:8 telebot.types.OrderInfo:17 +#: telebot.types.PhotoSize:21 telebot.types.Poll:47 telebot.types.PollAnswer:15 +#: telebot.types.PollOption:11 telebot.types.PreCheckoutQuery:28 +#: telebot.types.ProximityAlertTriggered:14 +#: telebot.types.ReplyKeyboardMarkup:42 telebot.types.ReplyKeyboardRemove:18 +#: telebot.types.SentWebAppMessage:9 telebot.types.ShippingAddress:23 +#: telebot.types.ShippingOption:14 telebot.types.ShippingQuery:17 +#: telebot.types.Sticker:49 telebot.types.StickerSet:30 +#: telebot.types.SuccessfulPayment:28 telebot.types.Update:61 +#: telebot.types.User:41 telebot.types.UserProfilePhotos:11 +#: telebot.types.Venue:27 telebot.types.Video:35 telebot.types.VideoChatEnded:8 +#: telebot.types.VideoChatParticipantsInvited:8 +#: telebot.types.VideoChatScheduled:9 telebot.types.VideoNote:24 +#: telebot.types.Voice:23 telebot.types.WebAppData:12 +#: telebot.types.WebAppInfo:8 telebot.types.WebhookInfo:37 +msgid "Instance of the class" +msgstr "" + +#: of telebot.types.Animation telebot.types.Audio telebot.types.BotCommand +#: telebot.types.BotCommandScope +#: telebot.types.BotCommandScopeAllChatAdministrators +#: telebot.types.BotCommandScopeAllGroupChats +#: telebot.types.BotCommandScopeAllPrivateChats +#: telebot.types.BotCommandScopeChat +#: telebot.types.BotCommandScopeChatAdministrators +#: telebot.types.BotCommandScopeChatMember telebot.types.BotCommandScopeDefault +#: telebot.types.CallbackQuery telebot.types.Chat +#: telebot.types.ChatAdministratorRights telebot.types.ChatInviteLink +#: telebot.types.ChatJoinRequest telebot.types.ChatLocation +#: telebot.types.ChatMemberAdministrator telebot.types.ChatMemberBanned +#: telebot.types.ChatMemberLeft telebot.types.ChatMemberMember +#: telebot.types.ChatMemberOwner telebot.types.ChatMemberRestricted +#: telebot.types.ChatMemberUpdated telebot.types.ChatMemberUpdated.difference +#: telebot.types.ChatPermissions telebot.types.ChatPhoto +#: telebot.types.ChosenInlineResult telebot.types.Contact telebot.types.Dice +#: telebot.types.Document telebot.types.File telebot.types.ForceReply +#: telebot.types.ForumTopic telebot.types.ForumTopicCreated telebot.types.Game +#: telebot.types.GameHighScore telebot.types.InlineKeyboardButton +#: telebot.types.InlineKeyboardMarkup telebot.types.InlineKeyboardMarkup.add +#: telebot.types.InlineKeyboardMarkup.row telebot.types.InlineQuery +#: telebot.types.InlineQueryResultArticle telebot.types.InlineQueryResultAudio +#: telebot.types.InlineQueryResultCachedAudio +#: telebot.types.InlineQueryResultCachedDocument +#: telebot.types.InlineQueryResultCachedGif +#: telebot.types.InlineQueryResultCachedMpeg4Gif +#: telebot.types.InlineQueryResultCachedPhoto +#: telebot.types.InlineQueryResultCachedSticker +#: telebot.types.InlineQueryResultCachedVideo +#: telebot.types.InlineQueryResultCachedVoice +#: telebot.types.InlineQueryResultContact +#: telebot.types.InlineQueryResultDocument telebot.types.InlineQueryResultGame +#: telebot.types.InlineQueryResultGif telebot.types.InlineQueryResultLocation +#: telebot.types.InlineQueryResultMpeg4Gif telebot.types.InlineQueryResultPhoto +#: telebot.types.InlineQueryResultVenue telebot.types.InlineQueryResultVideo +#: telebot.types.InlineQueryResultVoice +#: telebot.types.InputContactMessageContent +#: telebot.types.InputInvoiceMessageContent +#: telebot.types.InputLocationMessageContent telebot.types.InputMediaAnimation +#: telebot.types.InputMediaAudio telebot.types.InputMediaDocument +#: telebot.types.InputMediaPhoto telebot.types.InputMediaVideo +#: telebot.types.InputTextMessageContent telebot.types.InputVenueMessageContent +#: telebot.types.Invoice telebot.types.KeyboardButton +#: telebot.types.KeyboardButtonPollType telebot.types.LabeledPrice +#: telebot.types.Location telebot.types.LoginUrl telebot.types.MaskPosition +#: telebot.types.MenuButtonCommands telebot.types.MenuButtonDefault +#: telebot.types.MenuButtonWebApp telebot.types.Message +#: telebot.types.MessageAutoDeleteTimerChanged telebot.types.MessageEntity +#: telebot.types.MessageID telebot.types.OrderInfo telebot.types.PhotoSize +#: telebot.types.Poll telebot.types.PollAnswer telebot.types.PollOption +#: telebot.types.PreCheckoutQuery telebot.types.ProximityAlertTriggered +#: telebot.types.ReplyKeyboardMarkup telebot.types.ReplyKeyboardMarkup.add +#: telebot.types.ReplyKeyboardMarkup.row telebot.types.ReplyKeyboardRemove +#: telebot.types.SentWebAppMessage telebot.types.ShippingAddress +#: telebot.types.ShippingOption telebot.types.ShippingQuery +#: telebot.types.Sticker telebot.types.StickerSet +#: telebot.types.SuccessfulPayment telebot.types.Update telebot.types.User +#: telebot.types.UserProfilePhotos telebot.types.Venue telebot.types.Video +#: telebot.types.VideoChatEnded telebot.types.VideoChatParticipantsInvited +#: telebot.types.VideoChatScheduled telebot.types.VideoNote telebot.types.Voice +#: telebot.types.WebAppData telebot.types.WebAppInfo telebot.types.WebhookInfo +msgid "Return type" +msgstr "" + +#: of telebot.types.Animation:36 +msgid ":class:`telebot.types.Animation`" +msgstr "" + +#: of telebot.types.Audio:1 +msgid "" +"This object represents an audio file to be treated as music by the " +"Telegram clients." +msgstr "" + +#: of telebot.types.Audio:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#audio" +msgstr "" + +#: of telebot.types.Audio:12 telebot.types.Voice:12 +msgid "Duration of the audio in seconds as defined by sender" +msgstr "" + +#: of telebot.types.Audio:15 +msgid "Optional. Performer of the audio as defined by sender or by audio tags" +msgstr "" + +#: of telebot.types.Audio:18 +msgid "Optional. Title of the audio as defined by sender or by audio tags" +msgstr "" + +#: of telebot.types.Audio:21 telebot.types.Document:15 telebot.types.Video:24 +msgid "Optional. Original filename as defined by sender" +msgstr "" + +#: of telebot.types.Audio:32 +msgid "Optional. Thumbnail of the album cover to which the music file belongs" +msgstr "" + +#: of telebot.types.Audio:36 +msgid ":class:`telebot.types.Audio`" +msgstr "" + +#: of telebot.types.BotCommand:1 telebot.types.ChatInviteLink:1 +#: telebot.types.ChatLocation:1 telebot.types.PollAnswer:1 +msgid "" +"Bases: :py:class:`telebot.types.JsonSerializable`, " +":py:class:`telebot.types.JsonDeserializable`, " +":py:class:`telebot.types.Dictionaryable`" +msgstr "" + +#: of telebot.types.BotCommand:1 +msgid "This object represents a bot command." +msgstr "" + +#: of telebot.types.BotCommand:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#botcommand" +msgstr "" + +#: of telebot.types.BotCommand:5 +msgid "" +"Text of the command; 1-32 characters. Can contain only lowercase English " +"letters, digits and underscores." +msgstr "" + +#: of telebot.types.BotCommand:9 +msgid "Description of the command; 1-256 characters." +msgstr "" + +#: of telebot.types.BotCommand:13 +msgid ":class:`telebot.types.BotCommand`" +msgstr "" + +#: of telebot.types.BotCommandScope:1 +#: telebot.types.InlineQueryResultCachedBase:1 +msgid "Bases: :py:class:`abc.ABC`, :py:class:`telebot.types.JsonSerializable`" +msgstr "" + +#: of telebot.types.BotCommandScope:1 +msgid "" +"This object represents the scope to which bot commands are applied. " +"Currently, the following 7 scopes are supported:" +msgstr "" + +#: of telebot.types.BotCommandScope:3 telebot.types.BotCommandScope:21 +#: telebot.types.BotCommandScope:36 +msgid ":class:`BotCommandScopeDefault`" +msgstr "" + +#: of telebot.types.BotCommandScope:4 telebot.types.BotCommandScope:19 +msgid ":class:`BotCommandScopeAllPrivateChats`" +msgstr "" + +#: of telebot.types.BotCommandScope:5 telebot.types.BotCommandScope:34 +msgid ":class:`BotCommandScopeAllGroupChats`" +msgstr "" + +#: of telebot.types.BotCommandScope:6 +msgid ":class:`BotCommandScopeAllChatAdministrators`" +msgstr "" + +#: of telebot.types.BotCommandScope:7 telebot.types.BotCommandScope:17 +#: telebot.types.BotCommandScope:30 +msgid ":class:`BotCommandScopeChat`" +msgstr "" + +#: of telebot.types.BotCommandScope:8 +msgid ":class:`BotCommandScopeChatAdministrators`" +msgstr "" + +#: of telebot.types.BotCommandScope:9 telebot.types.BotCommandScope:26 +msgid ":class:`BotCommandScopeChatMember`" +msgstr "" + +#: of telebot.types.BotCommandScope:11 +msgid "" +"Determining list of commands The following algorithm is used to determine" +" the list of commands for a particular user viewing the bot menu. The " +"first list of commands which is set is returned:" +msgstr "" + +#: of telebot.types.BotCommandScope:14 +msgid "Commands in the chat with the bot:" +msgstr "" + +#: of telebot.types.BotCommandScope:16 telebot.types.BotCommandScope:29 +msgid ":class:`BotCommandScopeChat` + language_code" +msgstr "" + +#: of telebot.types.BotCommandScope:18 +msgid ":class:`BotCommandScopeAllPrivateChats` + language_code" +msgstr "" + +#: of telebot.types.BotCommandScope:20 telebot.types.BotCommandScope:35 +msgid ":class:`BotCommandScopeDefault` + language_code" +msgstr "" + +#: of telebot.types.BotCommandScope:23 +msgid "Commands in group and supergroup chats:" +msgstr "" + +#: of telebot.types.BotCommandScope:25 +msgid ":class:`BotCommandScopeChatMember` + language_code" +msgstr "" + +#: of telebot.types.BotCommandScope:27 +msgid "" +":class:`BotCommandScopeChatAdministrators` + language_code " +"(administrators only)" +msgstr "" + +#: of telebot.types.BotCommandScope:28 +msgid ":class:`BotCommandScopeChatAdministrators` (administrators only)" +msgstr "" + +#: of telebot.types.BotCommandScope:31 +msgid "" +":class:`BotCommandScopeAllChatAdministrators` + language_code " +"(administrators only)" +msgstr "" + +#: of telebot.types.BotCommandScope:32 +msgid ":class:`BotCommandScopeAllChatAdministrators` (administrators only)" +msgstr "" + +#: of telebot.types.BotCommandScope:33 +msgid ":class:`BotCommandScopeAllGroupChats` + language_code" +msgstr "" + +#: of telebot.types.BotCommandScope:39 +msgid ":class:`telebot.types.BotCommandScope`" +msgstr "" + +#: of telebot.types.BotCommandScopeAllChatAdministrators:1 +#: telebot.types.BotCommandScopeAllGroupChats:1 +#: telebot.types.BotCommandScopeAllPrivateChats:1 +#: telebot.types.BotCommandScopeChat:1 +#: telebot.types.BotCommandScopeChatAdministrators:1 +#: telebot.types.BotCommandScopeChatMember:1 +#: telebot.types.BotCommandScopeDefault:1 +msgid "Bases: :py:class:`telebot.types.BotCommandScope`" +msgstr "" + +#: of telebot.types.BotCommandScopeAllChatAdministrators:1 +msgid "" +"Represents the scope of bot commands, covering all group and supergroup " +"chat administrators." +msgstr "" + +#: of telebot.types.BotCommandScopeAllChatAdministrators:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#botcommandscopeallchatadministrators" +msgstr "" + +#: of telebot.types.BotCommandScopeAllChatAdministrators:5 +msgid "Scope type, must be all_chat_administrators" +msgstr "" + +#: of telebot.types.BotCommandScopeAllChatAdministrators:9 +msgid ":class:`telebot.types.BotCommandScopeAllChatAdministrators`" +msgstr "" + +#: of telebot.types.BotCommandScopeAllGroupChats:1 +msgid "" +"Represents the scope of bot commands, covering all group and supergroup " +"chats." +msgstr "" + +#: of telebot.types.BotCommandScopeAllGroupChats:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#botcommandscopeallgroupchats" +msgstr "" + +#: of telebot.types.BotCommandScopeAllGroupChats:5 +msgid "Scope type, must be all_group_chats" +msgstr "" + +#: of telebot.types.BotCommandScopeAllGroupChats:9 +msgid ":class:`telebot.types.BotCommandScopeAllGroupChats`" +msgstr "" + +#: of telebot.types.BotCommandScopeAllPrivateChats:1 +msgid "Represents the scope of bot commands, covering all private chats." +msgstr "" + +#: of telebot.types.BotCommandScopeAllPrivateChats:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#botcommandscopeallprivatechats" +msgstr "" + +#: of telebot.types.BotCommandScopeAllPrivateChats:5 +msgid "Scope type, must be all_private_chats" +msgstr "" + +#: of telebot.types.BotCommandScopeAllPrivateChats:9 +msgid ":class:`telebot.types.BotCommandScopeAllPrivateChats`" +msgstr "" + +#: of telebot.types.BotCommandScopeChat:1 +msgid "Represents the scope of bot commands, covering a specific chat." +msgstr "" + +#: of telebot.types.BotCommandScopeChat:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#botcommandscopechat" +msgstr "" + +#: of telebot.types.BotCommandScopeChat:5 +msgid "Scope type, must be chat" +msgstr "" + +#: of telebot.types.BotCommandScopeChat:8 +#: telebot.types.BotCommandScopeChatAdministrators:8 +#: telebot.types.BotCommandScopeChatMember:8 +msgid "" +"Unique identifier for the target chat or username of the target " +"supergroup (in the format @supergroupusername)" +msgstr "" + +#: of telebot.types.BotCommandScopeChat:13 +msgid ":class:`telebot.types.BotCommandScopeChat`" +msgstr "" + +#: of telebot.types.BotCommandScopeChatAdministrators:1 +msgid "" +"Represents the scope of bot commands, covering all administrators of a " +"specific group or supergroup chat." +msgstr "" + +#: of telebot.types.BotCommandScopeChatAdministrators:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#botcommandscopechatadministrators" +msgstr "" + +#: of telebot.types.BotCommandScopeChatAdministrators:5 +msgid "Scope type, must be chat_administrators" +msgstr "" + +#: of telebot.types.BotCommandScopeChatAdministrators:13 +msgid ":class:`telebot.types.BotCommandScopeChatAdministrators`" +msgstr "" + +#: of telebot.types.BotCommandScopeChatMember:1 +msgid "" +"Represents the scope of bot commands, covering a specific member of a " +"group or supergroup chat." +msgstr "" + +#: of telebot.types.BotCommandScopeChatMember:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#botcommandscopechatmember" +msgstr "" + +#: of telebot.types.BotCommandScopeChatMember:5 +msgid "Scope type, must be chat_member" +msgstr "" + +#: of telebot.types.BotCommandScopeChatMember:12 +msgid "Unique identifier of the target user" +msgstr "" + +#: of telebot.types.BotCommandScopeChatMember:16 +msgid ":class:`telebot.types.BotCommandScopeChatMember`" +msgstr "" + +#: of telebot.types.BotCommandScopeDefault:1 +msgid "" +"Represents the default scope of bot commands. Default commands are used " +"if no commands with a narrower scope are specified for the user." +msgstr "" + +#: of telebot.types.BotCommandScopeDefault:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#botcommandscopedefault" +msgstr "" + +#: of telebot.types.BotCommandScopeDefault:5 +msgid "Scope type, must be default" +msgstr "" + +#: of telebot.types.BotCommandScopeDefault:9 +msgid ":class:`telebot.types.BotCommandScopeDefault`" +msgstr "" + +#: of telebot.types.CallbackQuery:1 +msgid "" +"This object represents an incoming callback query from a callback button " +"in an inline keyboard. If the button that originated the query was " +"attached to a message sent by the bot, the field message will be present." +" If the button was attached to a message sent via the bot (in inline " +"mode), the field inline_message_id will be present. Exactly one of the " +"fields data or game_short_name will be present." +msgstr "" + +#: of telebot.types.CallbackQuery:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#callbackquery" +msgstr "" + +#: of telebot.types.CallbackQuery:5 telebot.types.InlineQuery:5 +msgid "Unique identifier for this query" +msgstr "" + +#: of telebot.types.CallbackQuery:8 telebot.types.InlineQuery:8 +msgid "Sender" +msgstr "" + +#: of telebot.types.CallbackQuery:11 +msgid "" +"Optional. Message with the callback button that originated the query. " +"Note that message content and message date will not be available if the " +"message is too old" +msgstr "" + +#: of telebot.types.CallbackQuery:15 +msgid "" +"Optional. Identifier of the message sent via the bot in inline mode, that" +" originated the query." +msgstr "" + +#: of telebot.types.CallbackQuery:19 +msgid "" +"Global identifier, uniquely corresponding to the chat to which the " +"message with the callback button was sent. Useful for high scores in " +"games." +msgstr "" + +#: of telebot.types.CallbackQuery:23 +msgid "" +"Optional. Data associated with the callback button. Be aware that the " +"message originated the query can contain no callback buttons with this " +"data." +msgstr "" + +#: of telebot.types.CallbackQuery:27 +msgid "" +"Optional. Short name of a Game to be returned, serves as the unique " +"identifier for the game" +msgstr "" + +#: of telebot.types.CallbackQuery:31 +msgid ":class:`telebot.types.CallbackQuery`" +msgstr "" + +#: of telebot.types.Chat:1 +msgid "This object represents a chat." +msgstr "" + +#: of telebot.types.Chat:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#chat" +msgstr "" + +#: of telebot.types.Chat:5 +msgid "" +"Unique identifier for this chat. This number may have more than 32 " +"significant bits and some programming languages may have " +"difficulty/silent defects in interpreting it. But it has at most 52 " +"significant bits, so a signed 64-bit integer or double-precision float " +"type are safe for storing this identifier." +msgstr "" + +#: of telebot.types.Chat:10 +msgid "Type of chat, can be either “private”, “group”, “supergroup” or “channel”" +msgstr "" + +#: of telebot.types.Chat:13 +msgid "Optional. Title, for supergroups, channels and group chats" +msgstr "" + +#: of telebot.types.Chat:16 +msgid "" +"Optional. Username, for private chats, supergroups and channels if " +"available" +msgstr "" + +#: of telebot.types.Chat:19 +msgid "Optional. First name of the other party in a private chat" +msgstr "" + +#: of telebot.types.Chat:22 +msgid "Optional. Last name of the other party in a private chat" +msgstr "" + +#: of telebot.types.Chat:25 +msgid "Optional. True, if the supergroup chat is a forum (has topics enabled)" +msgstr "" + +#: of telebot.types.Chat:28 +msgid "Optional. Chat photo. Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:31 +msgid "" +"Optional. If non-empty, the list of all active chat usernames; for " +"private chats, supergroups and channels. Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:35 +msgid "" +"Optional. Custom emoji identifier of emoji status of the other party in a" +" private chat. Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:39 +msgid "" +"Optional. Bio of the other party in a private chat. Returned only in " +"getChat." +msgstr "" + +#: of telebot.types.Chat:42 +msgid "" +"Optional. :obj:`bool`, if privacy settings of the other party in the " +"private chat allows to use tg://user?id= links only in chats " +"with the user. Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:46 +msgid "" +"Optional. True, if the privacy settings of the other party restrict " +"sending voice and video note messages in the private chat. Returned only " +"in getChat." +msgstr "" + +#: of telebot.types.Chat:48 +msgid ":type :obj:`bool`" +msgstr "" + +#: of telebot.types.Chat:50 +msgid "" +"Optional. :obj:`bool`, if users need to join the supergroup before they " +"can send messages. Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:54 +msgid "" +"Optional. :obj:`bool`, if all users directly joining the supergroup need " +"to be approved by supergroup administrators. Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:58 +msgid "" +"Optional. Description, for groups, supergroups and channel chats. " +"Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:61 +msgid "" +"Optional. Primary invite link, for groups, supergroups and channel chats." +" Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:65 +msgid "" +"Optional. The most recent pinned message (by sending date). Returned only" +" in getChat." +msgstr "" + +#: of telebot.types.Chat:68 +msgid "" +"Optional. Default chat member permissions, for groups and supergroups. " +"Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:72 +msgid "" +"Optional. For supergroups, the minimum allowed delay between consecutive " +"messages sent by each unpriviledged user; in seconds. Returned only in " +"getChat." +msgstr "" + +#: of telebot.types.Chat:76 +msgid "" +"Optional. The time after which all messages sent to the chat will be " +"automatically deleted; in seconds. Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:80 +msgid "" +"Optional. :obj:`bool`, if messages from the chat can't be forwarded to " +"other chats. Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:84 +msgid "" +"Optional. For supergroups, name of group sticker set. Returned only in " +"getChat." +msgstr "" + +#: of telebot.types.Chat:87 +msgid "" +"Optional. :obj:`bool`, if the bot can change the group sticker set. " +"Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:91 +msgid "" +"Optional. Unique identifier for the linked chat, i.e. the discussion " +"group identifier for a channel and vice versa; for supergroups and " +"channel chats. This identifier may be greater than 32 bits and some " +"programming languages may have difficulty/silent defects in interpreting " +"it. But it is smaller than 52 bits, so a signed 64 bit integer or double-" +"precision float type are safe for storing this identifier. Returned only " +"in getChat." +msgstr "" + +#: of telebot.types.Chat:97 +msgid "" +"Optional. For supergroups, the location to which the supergroup is " +"connected. Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:102 +msgid ":class:`telebot.types.Chat`" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:1 telebot.types.ChatPermissions:1 +#: telebot.types.Location:1 telebot.types.MenuButton:1 +msgid "" +"Bases: :py:class:`telebot.types.JsonDeserializable`, " +":py:class:`telebot.types.JsonSerializable`, " +":py:class:`telebot.types.Dictionaryable`" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:1 +msgid "Represents the rights of an administrator in a chat." +msgstr "" + +#: of telebot.types.ChatAdministratorRights:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#chatadministratorrights" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:5 +#: telebot.types.ChatMemberAdministrator:14 telebot.types.ChatMemberOwner:11 +msgid "True, if the user's presence in the chat is hidden" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:8 +#: telebot.types.ChatMemberAdministrator:17 +msgid "" +"True, if the administrator can access the chat event log, chat " +"statistics, message statistics in channels, see channel members, see " +"anonymous administrators in supergroups and ignore slow mode. Implied by " +"any other administrator privilege" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:13 +#: telebot.types.ChatMemberAdministrator:22 +msgid "True, if the administrator can delete messages of other users" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:16 +#: telebot.types.ChatMemberAdministrator:25 +msgid "True, if the administrator can manage video chats" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:19 +#: telebot.types.ChatMemberAdministrator:28 +msgid "True, if the administrator can restrict, ban or unban chat members" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:22 +#: telebot.types.ChatMemberAdministrator:31 +msgid "" +"True, if the administrator can add new administrators with a subset of " +"their own privileges or demote administrators that he has promoted, " +"directly or indirectly (promoted by administrators that were appointed by" +" the user)" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:27 +#: telebot.types.ChatMemberAdministrator:36 +#: telebot.types.ChatMemberRestricted:14 +msgid "" +"True, if the user is allowed to change the chat title, photo and other " +"settings" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:30 +#: telebot.types.ChatMemberAdministrator:39 +#: telebot.types.ChatMemberRestricted:17 +msgid "True, if the user is allowed to invite new users to the chat" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:33 +#: telebot.types.ChatMemberAdministrator:42 +msgid "" +"Optional. True, if the administrator can post in the channel; channels " +"only" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:36 +#: telebot.types.ChatMemberAdministrator:45 +msgid "" +"Optional. True, if the administrator can edit messages of other users and" +" can pin messages; channels only" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:40 +#: telebot.types.ChatMemberAdministrator:49 +msgid "" +"Optional. True, if the user is allowed to pin messages; groups and " +"supergroups only" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:43 +#: telebot.types.ChatMemberAdministrator:52 +msgid "" +"Optional. True, if the user is allowed to create, rename, close, and " +"reopen forum topics; supergroups only" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:47 +msgid ":class:`telebot.types.ChatAdministratorRights`" +msgstr "" + +#: of telebot.types.ChatInviteLink:1 +msgid "Represents an invite link for a chat." +msgstr "" + +#: of telebot.types.ChatInviteLink:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#chatinvitelink" +msgstr "" + +#: of telebot.types.ChatInviteLink:5 +msgid "" +"The invite link. If the link was created by another chat administrator, " +"then the second part of the link will be replaced with “…”." +msgstr "" + +#: of telebot.types.ChatInviteLink:9 +msgid "Creator of the link" +msgstr "" + +#: of telebot.types.ChatInviteLink:12 +msgid "" +"True, if users joining the chat via the link need to be approved by chat " +"administrators" +msgstr "" + +#: of telebot.types.ChatInviteLink:15 +msgid "True, if the link is primary" +msgstr "" + +#: of telebot.types.ChatInviteLink:18 +msgid "True, if the link is revoked" +msgstr "" + +#: of telebot.types.ChatInviteLink:21 +msgid "Optional. Invite link name" +msgstr "" + +#: of telebot.types.ChatInviteLink:24 +msgid "" +"Optional. Point in time (Unix timestamp) when the link will expire or has" +" been expired" +msgstr "" + +#: of telebot.types.ChatInviteLink:27 +msgid "" +"Optional. The maximum number of users that can be members of the chat " +"simultaneously after joining the chat via this invite link; 1-99999" +msgstr "" + +#: of telebot.types.ChatInviteLink:31 +msgid "Optional. Number of pending join requests created using this link" +msgstr "" + +#: of telebot.types.ChatInviteLink:35 +msgid ":class:`telebot.types.ChatInviteLink`" +msgstr "" + +#: of telebot.types.ChatJoinRequest:1 +msgid "Represents a join request sent to a chat." +msgstr "" + +#: of telebot.types.ChatJoinRequest:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#chatjoinrequest" +msgstr "" + +#: of telebot.types.ChatJoinRequest:5 +msgid "Chat to which the request was sent" +msgstr "" + +#: of telebot.types.ChatJoinRequest:8 +msgid "User that sent the join request" +msgstr "" + +#: of telebot.types.ChatJoinRequest:11 +msgid "Date the request was sent in Unix time" +msgstr "" + +#: of telebot.types.ChatJoinRequest:14 +msgid "Optional. Bio of the user." +msgstr "" + +#: of telebot.types.ChatJoinRequest:17 +msgid "" +"Optional. Chat invite link that was used by the user to send the join " +"request" +msgstr "" + +#: of telebot.types.ChatJoinRequest:21 +msgid ":class:`telebot.types.ChatJoinRequest`" +msgstr "" + +#: of telebot.types.ChatLocation:1 +msgid "Represents a location to which a chat is connected." +msgstr "" + +#: of telebot.types.ChatLocation:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#chatlocation" +msgstr "" + +#: of telebot.types.ChatLocation:5 +msgid "" +"The location to which the supergroup is connected. Can't be a live " +"location." +msgstr "" + +#: of telebot.types.ChatLocation:8 +msgid "Location address; 1-64 characters, as defined by the chat owner" +msgstr "" + +#: of telebot.types.ChatLocation:12 +msgid ":class:`telebot.types.ChatLocation`" +msgstr "" + +#: of telebot.types.ChatMember:1 +msgid "" +"This object contains information about one member of a chat. Currently, " +"the following 6 types of chat members are supported:" +msgstr "" + +#: of telebot.types.ChatMember:4 telebot.types.ChatMemberOwner:18 +msgid ":class:`telebot.types.ChatMemberOwner`" +msgstr "" + +#: of telebot.types.ChatMember:5 telebot.types.ChatMemberAdministrator:60 +msgid ":class:`telebot.types.ChatMemberAdministrator`" +msgstr "" + +#: of telebot.types.ChatMember:6 telebot.types.ChatMemberMember:12 +msgid ":class:`telebot.types.ChatMemberMember`" +msgstr "" + +#: of telebot.types.ChatMember:7 telebot.types.ChatMemberRestricted:48 +msgid ":class:`telebot.types.ChatMemberRestricted`" +msgstr "" + +#: of telebot.types.ChatMember:8 telebot.types.ChatMemberLeft:12 +msgid ":class:`telebot.types.ChatMemberLeft`" +msgstr "" + +#: of telebot.types.ChatMember:9 telebot.types.ChatMemberBanned:16 +msgid ":class:`telebot.types.ChatMemberBanned`" +msgstr "" + +#: of telebot.types.ChatMember:11 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#chatmember" +msgstr "" + +#: of telebot.types.ChatMemberAdministrator:1 telebot.types.ChatMemberBanned:1 +#: telebot.types.ChatMemberLeft:1 telebot.types.ChatMemberMember:1 +#: telebot.types.ChatMemberOwner:1 telebot.types.ChatMemberRestricted:1 +msgid "Bases: :py:class:`telebot.types.ChatMember`" +msgstr "" + +#: of telebot.types.ChatMemberAdministrator:1 +msgid "Represents a chat member that has some additional privileges." +msgstr "" + +#: of telebot.types.ChatMemberAdministrator:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#chatmemberadministrator" +msgstr "" + +#: of telebot.types.ChatMemberAdministrator:5 +msgid "The member's status in the chat, always “administrator”" +msgstr "" + +#: of telebot.types.ChatMemberAdministrator:8 telebot.types.ChatMemberBanned:8 +#: telebot.types.ChatMemberLeft:8 telebot.types.ChatMemberMember:8 +#: telebot.types.ChatMemberOwner:8 telebot.types.ChatMemberRestricted:8 +msgid "Information about the user" +msgstr "" + +#: of telebot.types.ChatMemberAdministrator:11 +msgid "True, if the bot is allowed to edit administrator privileges of that user" +msgstr "" + +#: of telebot.types.ChatMemberAdministrator:56 telebot.types.ChatMemberOwner:14 +msgid "Optional. Custom title for this user" +msgstr "" + +#: of telebot.types.ChatMemberBanned:1 +msgid "" +"Represents a chat member that was banned in the chat and can't return to " +"the chat or view chat messages." +msgstr "" + +#: of telebot.types.ChatMemberBanned:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#chatmemberbanned" +msgstr "" + +#: of telebot.types.ChatMemberBanned:5 +msgid "The member's status in the chat, always “kicked”" +msgstr "" + +#: of telebot.types.ChatMemberBanned:11 +msgid "" +"Date when restrictions will be lifted for this user; unix time. If 0, " +"then the user is banned forever" +msgstr "" + +#: of telebot.types.ChatMemberLeft:1 +msgid "" +"Represents a chat member that isn't currently a member of the chat, but " +"may join it themselves." +msgstr "" + +#: of telebot.types.ChatMemberLeft:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#chatmemberleft" +msgstr "" + +#: of telebot.types.ChatMemberLeft:5 +msgid "The member's status in the chat, always “left”" +msgstr "" + +#: of telebot.types.ChatMemberMember:1 +msgid "" +"Represents a chat member that has no additional privileges or " +"restrictions." +msgstr "" + +#: of telebot.types.ChatMemberMember:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#chatmembermember" +msgstr "" + +#: of telebot.types.ChatMemberMember:5 +msgid "The member's status in the chat, always “member”" +msgstr "" + +#: of telebot.types.ChatMemberOwner:1 +msgid "" +"Represents a chat member that owns the chat and has all administrator " +"privileges." +msgstr "" + +#: of telebot.types.ChatMemberOwner:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#chatmemberowner" +msgstr "" + +#: of telebot.types.ChatMemberOwner:5 +msgid "The member's status in the chat, always “creator”" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:1 +msgid "" +"Represents a chat member that is under certain restrictions in the chat. " +"Supergroups only." +msgstr "" + +#: of telebot.types.ChatMemberRestricted:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#chatmemberrestricted" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:5 +msgid "The member's status in the chat, always “restricted”" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:11 +msgid "True, if the user is a member of the chat at the moment of the request" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:20 +msgid "True, if the user is allowed to pin messages" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:23 +msgid "True, if the user is allowed to create forum topics" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:26 +msgid "" +"True, if the user is allowed to send text messages, contacts, locations " +"and venues" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:29 +msgid "" +"True, if the user is allowed to send audios, documents, photos, videos, " +"video notes and voice notes" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:33 +msgid "True, if the user is allowed to send polls" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:36 +msgid "" +"True, if the user is allowed to send animations, games, stickers and use " +"inline bots" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:40 +msgid "True, if the user is allowed to add web page previews to their messages" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:43 +msgid "" +"Date when restrictions will be lifted for this user; unix time. If 0, " +"then the user is restricted forever" +msgstr "" + +#: of telebot.types.ChatMemberUpdated:1 +msgid "This object represents changes in the status of a chat member." +msgstr "" + +#: of telebot.types.ChatMemberUpdated:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#chatmemberupdated" +msgstr "" + +#: of telebot.types.ChatMemberUpdated:5 +msgid "Chat the user belongs to" +msgstr "" + +#: of telebot.types.ChatMemberUpdated:8 +msgid "Performer of the action, which resulted in the change" +msgstr "" + +#: of telebot.types.ChatMemberUpdated:11 +msgid "Date the change was done in Unix time" +msgstr "" + +#: of telebot.types.ChatMemberUpdated:14 +msgid "Previous information about the chat member" +msgstr "" + +#: of telebot.types.ChatMemberUpdated:17 +msgid "New information about the chat member" +msgstr "" + +#: of telebot.types.ChatMemberUpdated:20 +msgid "" +"Optional. Chat invite link, which was used by the user to join the chat; " +"for joining by invite link events only." +msgstr "" + +#: of telebot.types.ChatMemberUpdated:25 +msgid ":class:`telebot.types.ChatMemberUpdated`" +msgstr "" + +#: of telebot.types.ChatMemberUpdated.difference:1 +msgid "" +"Get the difference between `old_chat_member` and `new_chat_member` as a " +"dict in the following format {'parameter': [old_value, new_value]} E.g " +"{'status': ['member', 'kicked'], 'until_date': [None, 1625055092]}" +msgstr "" + +#: of telebot.types.ChatMemberUpdated.difference:6 +msgid "Dict of differences" +msgstr "" + +#: of telebot.types.ChatPermissions:1 +msgid "" +"Describes actions that a non-administrator user is allowed to take in a " +"chat." +msgstr "" + +#: of telebot.types.ChatPermissions:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#chatpermissions" +msgstr "" + +#: of telebot.types.ChatPermissions:5 +msgid "" +"Optional. True, if the user is allowed to send text messages, contacts, " +"locations and venues" +msgstr "" + +#: of telebot.types.ChatPermissions:9 +msgid "" +"Optional. True, if the user is allowed to send audios, documents, photos," +" videos, video notes and voice notes, implies can_send_messages" +msgstr "" + +#: of telebot.types.ChatPermissions:13 +msgid "" +"Optional. True, if the user is allowed to send polls, implies " +"can_send_messages" +msgstr "" + +#: of telebot.types.ChatPermissions:16 +msgid "" +"Optional. True, if the user is allowed to send animations, games, " +"stickers and use inline bots, implies can_send_media_messages" +msgstr "" + +#: of telebot.types.ChatPermissions:20 +msgid "" +"Optional. True, if the user is allowed to add web page previews to their " +"messages, implies can_send_media_messages" +msgstr "" + +#: of telebot.types.ChatPermissions:24 +msgid "" +"Optional. True, if the user is allowed to change the chat title, photo " +"and other settings. Ignored in public supergroups" +msgstr "" + +#: of telebot.types.ChatPermissions:28 +msgid "Optional. True, if the user is allowed to invite new users to the chat" +msgstr "" + +#: of telebot.types.ChatPermissions:31 +msgid "" +"Optional. True, if the user is allowed to pin messages. Ignored in public" +" supergroups" +msgstr "" + +#: of telebot.types.ChatPermissions:34 +msgid "" +"Optional. True, if the user is allowed to create forum topics. If omitted" +" defaults to the value of can_pin_messages" +msgstr "" + +#: of telebot.types.ChatPermissions:39 +msgid ":class:`telebot.types.ChatPermissions`" +msgstr "" + +#: of telebot.types.ChatPhoto:1 +msgid "This object represents a chat photo." +msgstr "" + +#: of telebot.types.ChatPhoto:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#chatphoto" +msgstr "" + +#: of telebot.types.ChatPhoto:5 +msgid "" +"File identifier of small (160x160) chat photo. This file_id can be used " +"only for photo download and only for as long as the photo is not changed." +msgstr "" + +#: of telebot.types.ChatPhoto:9 +msgid "" +"Unique file identifier of small (160x160) chat photo, which is supposed " +"to be the same over time and for different bots. Can't be used to " +"download or reuse the file." +msgstr "" + +#: of telebot.types.ChatPhoto:13 +msgid "" +"File identifier of big (640x640) chat photo. This file_id can be used " +"only for photo download and only for as long as the photo is not changed." +msgstr "" + +#: of telebot.types.ChatPhoto:17 +msgid "" +"Unique file identifier of big (640x640) chat photo, which is supposed to " +"be the same over time and for different bots. Can't be used to download " +"or reuse the file." +msgstr "" + +#: of telebot.types.ChatPhoto:22 +msgid ":class:`telebot.types.ChatPhoto`" +msgstr "" + +#: of telebot.types.ChosenInlineResult:1 +msgid "" +"Represents a result of an inline query that was chosen by the user and " +"sent to their chat partner." +msgstr "" + +#: of telebot.types.ChosenInlineResult:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#choseninlineresult" +msgstr "" + +#: of telebot.types.ChosenInlineResult:5 +msgid "The unique identifier for the result that was chosen" +msgstr "" + +#: of telebot.types.ChosenInlineResult:8 +msgid "The user that chose the result" +msgstr "" + +#: of telebot.types.ChosenInlineResult:11 +msgid "Optional. Sender location, only for bots that require user location" +msgstr "" + +#: of telebot.types.ChosenInlineResult:14 +msgid "" +"Optional. Identifier of the sent inline message. Available only if there " +"is an inline keyboard attached to the message. Will be also received in " +"callback queries and can be used to edit the message." +msgstr "" + +#: of telebot.types.ChosenInlineResult:18 +msgid "The query that was used to obtain the result" +msgstr "" + +#: of telebot.types.ChosenInlineResult:22 +msgid ":class:`telebot.types.ChosenInlineResult`" +msgstr "" + +#: of telebot.types.Contact:1 +msgid "This object represents a phone contact." +msgstr "" + +#: of telebot.types.Contact:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#contact" +msgstr "" + +#: of telebot.types.Contact:5 telebot.types.InlineQueryResultContact:11 +#: telebot.types.InputContactMessageContent:5 +msgid "Contact's phone number" +msgstr "" + +#: of telebot.types.Contact:8 telebot.types.InlineQueryResultContact:14 +#: telebot.types.InputContactMessageContent:8 +msgid "Contact's first name" +msgstr "" + +#: of telebot.types.Contact:11 telebot.types.InlineQueryResultContact:17 +#: telebot.types.InputContactMessageContent:11 +msgid "Optional. Contact's last name" +msgstr "" + +#: of telebot.types.Contact:14 +msgid "" +"Optional. Contact's user identifier in Telegram. This number may have " +"more than 32 significant bits and some programming languages may have " +"difficulty/silent defects in interpreting it. But it has at most 52 " +"significant bits, so a 64-bit integer or double-precision float type are " +"safe for storing this identifier." +msgstr "" + +#: of telebot.types.Contact:19 +msgid "Optional. Additional data about the contact in the form of a vCard" +msgstr "" + +#: of telebot.types.Contact:23 +msgid ":class:`telebot.types.Contact`" +msgstr "" + +#: of telebot.types.Dice:1 +msgid "" +"Bases: :py:class:`telebot.types.JsonSerializable`, " +":py:class:`telebot.types.Dictionaryable`, " +":py:class:`telebot.types.JsonDeserializable`" +msgstr "" + +#: of telebot.types.Dice:1 +msgid "This object represents an animated emoji that displays a random value." +msgstr "" + +#: of telebot.types.Dice:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#dice" +msgstr "" + +#: of telebot.types.Dice:5 +msgid "Emoji on which the dice throw animation is based" +msgstr "" + +#: of telebot.types.Dice:8 +msgid "" +"Value of the dice, 1-6 for “🎲”, “🎯” and “🎳” base emoji, 1-5 for “🏀” and " +"“⚽” base emoji, 1-64 for “🎰” base emoji" +msgstr "" + +#: of telebot.types.Dice:12 +msgid ":class:`telebot.types.Dice`" +msgstr "" + +#: of telebot.types.Dictionaryable:1 telebot.types.InputFile:1 +#: telebot.types.JsonDeserializable:1 telebot.types.JsonSerializable:1 +msgid "Bases: :py:class:`object`" +msgstr "" + +#: of telebot.types.Dictionaryable:1 +msgid "" +"Subclasses of this class are guaranteed to be able to be converted to " +"dictionary. All subclasses of this class must override to_dict." +msgstr "" + +#: of telebot.types.Document:1 +msgid "" +"This object represents a general file (as opposed to photos, voice " +"messages and audio files)." +msgstr "" + +#: of telebot.types.Document:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#document" +msgstr "" + +#: of telebot.types.Document:12 +msgid "Optional. Document thumbnail as defined by sender" +msgstr "" + +#: of telebot.types.Document:27 +msgid ":class:`telebot.types.Document`" +msgstr "" + +#: of telebot.types.File:1 +msgid "" +"This object represents a file ready to be downloaded. The file can be " +"downloaded via the link " +"https://api.telegram.org/file/bot/. It is guaranteed " +"that the link will be valid for at least 1 hour. When the link expires, a" +" new one can be requested by calling getFile." +msgstr "" + +#: of telebot.types.File:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#file" +msgstr "" + +#: of telebot.types.File:17 +msgid "" +"Optional. File path. Use " +"https://api.telegram.org/file/bot/ to get the file." +msgstr "" + +#: of telebot.types.File:22 +msgid ":class:`telebot.types.File`" +msgstr "" + +#: of telebot.types.ForceReply:1 telebot.types.ReplyKeyboardMarkup:1 +#: telebot.types.ReplyKeyboardRemove:1 telebot.types.ShippingOption:1 +msgid "Bases: :py:class:`telebot.types.JsonSerializable`" +msgstr "" + +#: of telebot.types.ForceReply:1 +msgid "" +"Upon receiving a message with this object, Telegram clients will display " +"a reply interface to the user (act as if the user has selected the bot's " +"message and tapped 'Reply'). This can be extremely useful if you want to " +"create user-friendly step-by-step interfaces without having to sacrifice " +"privacy mode." +msgstr "" + +#: of telebot.types.ForceReply:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#forcereply" +msgstr "" + +#: of telebot.types.ForceReply:5 +msgid "" +"Shows reply interface to the user, as if they manually selected the bot's" +" message and tapped 'Reply'" +msgstr "" + +#: of telebot.types.ForceReply:9 +msgid "" +"Optional. The placeholder to be shown in the input field when the reply " +"is active; 1-64 characters" +msgstr "" + +#: of telebot.types.ForceReply:13 +msgid "" +"Optional. Use this parameter if you want to force reply from specific " +"users only. Targets: 1) users that are @mentioned in the text of the " +"Message object; 2) if the bot's message is a reply (has " +"reply_to_message_id), sender of the original message." +msgstr "" + +#: of telebot.types.ForceReply:19 +msgid ":class:`telebot.types.ForceReply`" +msgstr "" + +#: of telebot.types.ForumTopic:1 +msgid "This object represents a forum topic." +msgstr "" + +#: of telebot.types.ForumTopic:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#forumtopic" +msgstr "" + +#: of telebot.types.ForumTopic:5 +msgid "Unique identifier of the forum topic" +msgstr "" + +#: of telebot.types.ForumTopic:8 telebot.types.ForumTopicCreated:5 +msgid "Name of the topic" +msgstr "" + +#: of telebot.types.ForumTopic:11 telebot.types.ForumTopicCreated:8 +msgid "Color of the topic icon in RGB format" +msgstr "" + +#: of telebot.types.ForumTopic:14 telebot.types.ForumTopicCreated:11 +msgid "Optional. Unique identifier of the custom emoji shown as the topic icon" +msgstr "" + +#: of telebot.types.ForumTopic:18 +msgid ":class:`telebot.types.ForumTopic`" +msgstr "" + +#: of telebot.types.ForumTopicClosed:1 +msgid "" +"This object represents a service message about a forum topic closed in " +"the chat. Currently holds no information." +msgstr "" + +#: of telebot.types.ForumTopicClosed:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#forumtopicclosed" +msgstr "" + +#: of telebot.types.ForumTopicCreated:1 +msgid "" +"This object represents a service message about a new forum topic created " +"in the chat." +msgstr "" + +#: of telebot.types.ForumTopicCreated:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#forumtopiccreated" +msgstr "" + +#: of telebot.types.ForumTopicCreated:15 +msgid ":class:`telebot.types.ForumTopicCreated`" +msgstr "" + +#: of telebot.types.ForumTopicReopened:1 +msgid "" +"This object represents a service message about a forum topic reopened in " +"the chat. Currently holds no information." +msgstr "" + +#: of telebot.types.ForumTopicReopened:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#forumtopicreopened" +msgstr "" + +#: of telebot.types.Game:1 +msgid "" +"This object represents a game. Use BotFather to create and edit games, " +"their short names will act as unique identifiers." +msgstr "" + +#: of telebot.types.Game:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#game" +msgstr "" + +#: of telebot.types.Game:5 +msgid "Title of the game" +msgstr "" + +#: of telebot.types.Game:8 +msgid "Description of the game" +msgstr "" + +#: of telebot.types.Game:11 +msgid "Photo that will be displayed in the game message in chats." +msgstr "" + +#: of telebot.types.Game:14 +msgid "" +"Optional. Brief description of the game or high scores included in the " +"game message. Can be automatically edited to include current high scores " +"for the game when the bot calls setGameScore, or manually edited using " +"editMessageText. 0-4096 characters." +msgstr "" + +#: of telebot.types.Game:19 +msgid "" +"Optional. Special entities that appear in text, such as usernames, URLs, " +"bot commands, etc." +msgstr "" + +#: of telebot.types.Game:22 +msgid "" +"Optional. Animation that will be displayed in the game message in chats. " +"Upload via BotFather" +msgstr "" + +#: of telebot.types.Game:26 +msgid ":class:`telebot.types.Game`" +msgstr "" + +#: of telebot.types.Game.parse_entities:1 +msgid "Parse the message entity array into a list of MessageEntity objects" +msgstr "" + +#: of telebot.types.Game.parse_photo:1 +msgid "Parse the photo array into a list of PhotoSize objects" +msgstr "" + +#: of telebot.types.GameHighScore:1 +msgid "This object represents one row of the high scores table for a game." +msgstr "" + +#: of telebot.types.GameHighScore:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#gamehighscore" +msgstr "" + +#: of telebot.types.GameHighScore:5 +msgid "Position in high score table for the game" +msgstr "" + +#: of telebot.types.GameHighScore:8 +msgid "User" +msgstr "" + +#: of telebot.types.GameHighScore:11 +msgid "Score" +msgstr "" + +#: of telebot.types.GameHighScore:15 +msgid ":class:`telebot.types.GameHighScore`" +msgstr "" + +#: of telebot.types.InlineKeyboardButton:1 telebot.types.InlineKeyboardMarkup:1 +#: telebot.types.LoginUrl:1 telebot.types.MessageEntity:1 +msgid "" +"Bases: :py:class:`telebot.types.Dictionaryable`, " +":py:class:`telebot.types.JsonSerializable`, " +":py:class:`telebot.types.JsonDeserializable`" +msgstr "" + +#: of telebot.types.InlineKeyboardButton:1 +msgid "" +"This object represents one button of an inline keyboard. You must use " +"exactly one of the optional fields." +msgstr "" + +#: of telebot.types.InlineKeyboardButton:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinekeyboardbutton" +msgstr "" + +#: of telebot.types.InlineKeyboardButton:5 +msgid "Label text on the button" +msgstr "" + +#: of telebot.types.InlineKeyboardButton:8 +msgid "" +"Optional. HTTP or tg:// URL to be opened when the button is pressed. " +"Links tg://user?id= can be used to mention a user by their ID " +"without using a username, if this is allowed by their privacy settings." +msgstr "" + +#: of telebot.types.InlineKeyboardButton:12 +msgid "" +"Optional. Data to be sent in a callback query to the bot when button is " +"pressed, 1-64 bytes" +msgstr "" + +#: of telebot.types.InlineKeyboardButton:15 +msgid "" +"Optional. Description of the Web App that will be launched when the user " +"presses the button. The Web App will be able to send an arbitrary message" +" on behalf of the user using the method answerWebAppQuery. Available only" +" in private chats between a user and the bot." +msgstr "" + +#: of telebot.types.InlineKeyboardButton:20 +msgid "" +"Optional. An HTTPS URL used to automatically authorize the user. Can be " +"used as a replacement for the Telegram Login Widget." +msgstr "" + +#: of telebot.types.InlineKeyboardButton:24 +msgid "" +"Optional. If set, pressing the button will prompt the user to select one " +"of their chats, open that chat and insert the bot's username and the " +"specified inline query in the input field. May be empty, in which case " +"just the bot's username will be inserted.Note: This offers an easy way " +"for users to start using your bot in inline mode when they are currently " +"in a private chat with it. Especially useful when combined with " +"switch_pm… actions - in this case the user will be automatically returned" +" to the chat they switched from, skipping the chat selection screen." +msgstr "" + +#: of telebot.types.InlineKeyboardButton:31 +msgid "" +"Optional. If set, pressing the button will insert the bot's username and " +"the specified inline query in the current chat's input field. May be " +"empty, in which case only the bot's username will be inserted.This offers" +" a quick way for the user to open your bot in inline mode in the same " +"chat - good for selecting something from multiple options." +msgstr "" + +#: of telebot.types.InlineKeyboardButton:37 +msgid "" +"Optional. Description of the game that will be launched when the user " +"presses the button. NOTE: This type of button must always be the first " +"button in the first row." +msgstr "" + +#: of telebot.types.InlineKeyboardButton:41 +msgid "" +"Optional. Specify True, to send a Pay button. NOTE: This type of button " +"must always be the first button in the first row and can only be used in " +"invoice messages." +msgstr "" + +#: of telebot.types.InlineKeyboardButton:46 +msgid ":class:`telebot.types.InlineKeyboardButton`" +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup:1 +msgid "" +"This object represents an inline keyboard that appears right next to the " +"message it belongs to." +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup:4 +msgid "It is recommended to use :meth:`telebot.util.quick_markup` instead." +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup:6 +msgid "Example of a custom keyboard with buttons." +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup:16 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinekeyboardmarkup" +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup:18 +msgid "" +":obj:`list` of button rows, each represented by an :obj:`list` of " +":class:`telebot.types.InlineKeyboardButton` objects" +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup:23 +#: telebot.types.InlineKeyboardMarkup.add:17 +#: telebot.types.InlineKeyboardMarkup.row:12 +msgid ":class:`telebot.types.InlineKeyboardMarkup`" +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup.add:1 +msgid "This method adds buttons to the keyboard without exceeding row_width." +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup.add:3 +msgid "" +"E.g. InlineKeyboardMarkup.add(\"A\", \"B\", \"C\") yields the json " +"result: {keyboard: [[\"A\"], [\"B\"], [\"C\"]]} when row_width is set to " +"1. When row_width is set to 2, the result: {keyboard: [[\"A\", \"B\"], " +"[\"C\"]]} See https://core.telegram.org/bots/api#inlinekeyboardmarkup" +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup.add:10 +#: telebot.types.InlineKeyboardMarkup.row:8 +msgid "Array of InlineKeyboardButton to append to the keyboard" +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup.add:13 +#: telebot.types.ReplyKeyboardMarkup.add:10 +msgid "width of row" +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup.add:16 +#: telebot.types.InlineKeyboardMarkup.row:11 +#: telebot.types.ReplyKeyboardMarkup.add:13 +#: telebot.types.ReplyKeyboardMarkup.row:8 +msgid "self, to allow function chaining." +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup.row:1 +msgid "" +"Adds a list of InlineKeyboardButton to the keyboard. This method does not" +" consider row_width." +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup.row:4 +msgid "" +"InlineKeyboardMarkup.row(\"A\").row(\"B\", \"C\").to_json() outputs: " +"'{keyboard: [[\"A\"], [\"B\", \"C\"]]}' See " +"https://core.telegram.org/bots/api#inlinekeyboardmarkup" +msgstr "" + +#: of telebot.types.InlineQuery:1 +msgid "" +"This object represents an incoming inline query. When the user sends an " +"empty query, your bot could return some default or trending results." +msgstr "" + +#: of telebot.types.InlineQuery:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#inlinequery" +msgstr "" + +#: of telebot.types.InlineQuery:11 +msgid "Text of the query (up to 256 characters)" +msgstr "" + +#: of telebot.types.InlineQuery:14 +msgid "Offset of the results to be returned, can be controlled by the bot" +msgstr "" + +#: of telebot.types.InlineQuery:17 +msgid "" +"Optional. Type of the chat from which the inline query was sent. Can be " +"either “sender” for a private chat with the inline query sender, " +"“private”, “group”, “supergroup”, or “channel”. The chat type should be " +"always known for requests sent from official clients and most third-party" +" clients, unless the request was sent from a secret chat" +msgstr "" + +#: of telebot.types.InlineQuery:23 +msgid "Optional. Sender location, only for bots that request user location" +msgstr "" + +#: of telebot.types.InlineQuery:27 +msgid ":class:`telebot.types.InlineQuery`" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:1 +#: telebot.types.InlineQueryResultAudio:1 +#: telebot.types.InlineQueryResultContact:1 +#: telebot.types.InlineQueryResultDocument:1 +#: telebot.types.InlineQueryResultGame:1 telebot.types.InlineQueryResultGif:1 +#: telebot.types.InlineQueryResultLocation:1 +#: telebot.types.InlineQueryResultMpeg4Gif:1 +#: telebot.types.InlineQueryResultPhoto:1 +#: telebot.types.InlineQueryResultVenue:1 +#: telebot.types.InlineQueryResultVideo:1 +#: telebot.types.InlineQueryResultVoice:1 +msgid "Bases: :py:class:`telebot.types.InlineQueryResultBase`" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:1 +msgid "Represents a link to an article or web page." +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultarticle" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:5 +msgid "Type of the result, must be article" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:8 +#: telebot.types.InlineQueryResultContact:8 +#: telebot.types.InlineQueryResultLocation:8 +#: telebot.types.InlineQueryResultVenue:8 +msgid "Unique identifier for this result, 1-64 Bytes" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:11 +msgid "Title of the result" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:14 +msgid "Content of the message to be sent" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:17 +#: telebot.types.InlineQueryResultAudio:34 +#: telebot.types.InlineQueryResultCachedAudio:25 +#: telebot.types.InlineQueryResultCachedDocument:31 +#: telebot.types.InlineQueryResultCachedGif:27 +#: telebot.types.InlineQueryResultCachedMpeg4Gif:27 +#: telebot.types.InlineQueryResultCachedPhoto:31 +#: telebot.types.InlineQueryResultCachedSticker:14 +#: telebot.types.InlineQueryResultCachedVideo:31 +#: telebot.types.InlineQueryResultCachedVoice:28 +#: telebot.types.InlineQueryResultContact:23 +#: telebot.types.InlineQueryResultDocument:34 +#: telebot.types.InlineQueryResultGame:14 telebot.types.InlineQueryResultGif:43 +#: telebot.types.InlineQueryResultLocation:35 +#: telebot.types.InlineQueryResultMpeg4Gif:43 +#: telebot.types.InlineQueryResultPhoto:40 +#: telebot.types.InlineQueryResultVenue:36 +#: telebot.types.InlineQueryResultVideo:46 +#: telebot.types.InlineQueryResultVoice:31 +msgid "Optional. Inline keyboard attached to the message" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:20 +msgid "Optional. URL of the result" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:23 +msgid "Optional. Pass True, if you don't want the URL to be shown in the message" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:26 +#: telebot.types.InlineQueryResultCachedDocument:17 +#: telebot.types.InlineQueryResultCachedPhoto:17 +#: telebot.types.InlineQueryResultCachedVideo:17 +#: telebot.types.InlineQueryResultDocument:31 +#: telebot.types.InlineQueryResultPhoto:26 +#: telebot.types.InlineQueryResultVideo:43 +msgid "Optional. Short description of the result" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:29 +#: telebot.types.InlineQueryResultContact:29 +#: telebot.types.InlineQueryResultLocation:41 +#: telebot.types.InlineQueryResultVenue:42 +msgid "Optional. Url of the thumbnail for the result" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:32 +#: telebot.types.InlineQueryResultContact:32 +#: telebot.types.InlineQueryResultDocument:43 +#: telebot.types.InlineQueryResultLocation:44 +#: telebot.types.InlineQueryResultVenue:45 +msgid "Optional. Thumbnail width" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:35 +#: telebot.types.InlineQueryResultContact:35 +#: telebot.types.InlineQueryResultDocument:46 +#: telebot.types.InlineQueryResultLocation:47 +#: telebot.types.InlineQueryResultVenue:48 +msgid "Optional. Thumbnail height" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:39 +msgid ":class:`telebot.types.InlineQueryResultArticle`" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:1 +msgid "" +"Represents a link to an MP3 audio file. By default, this audio file will " +"be sent by the user. Alternatively, you can use input_message_content to " +"send a message with the specified content instead of the audio." +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultaudio" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:5 +#: telebot.types.InlineQueryResultCachedAudio:5 telebot.types.InputMediaAudio:5 +msgid "Type of the result, must be audio" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:8 +#: telebot.types.InlineQueryResultCachedAudio:8 +#: telebot.types.InlineQueryResultCachedDocument:8 +#: telebot.types.InlineQueryResultCachedGif:8 +#: telebot.types.InlineQueryResultCachedMpeg4Gif:8 +#: telebot.types.InlineQueryResultCachedPhoto:8 +#: telebot.types.InlineQueryResultCachedSticker:8 +#: telebot.types.InlineQueryResultCachedVideo:8 +#: telebot.types.InlineQueryResultCachedVoice:8 +#: telebot.types.InlineQueryResultDocument:8 +#: telebot.types.InlineQueryResultGame:8 telebot.types.InlineQueryResultGif:8 +#: telebot.types.InlineQueryResultMpeg4Gif:8 +#: telebot.types.InlineQueryResultPhoto:8 +#: telebot.types.InlineQueryResultVideo:8 +#: telebot.types.InlineQueryResultVoice:8 +msgid "Unique identifier for this result, 1-64 bytes" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:11 +msgid "A valid URL for the audio file" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:14 +msgid "Title" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:17 +#: telebot.types.InlineQueryResultCachedAudio:14 +#: telebot.types.InlineQueryResultCachedVoice:17 +#: telebot.types.InlineQueryResultVoice:17 +msgid "Optional. Caption, 0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:20 +#: telebot.types.InlineQueryResultCachedAudio:17 +#: telebot.types.InputMediaAudio:23 +msgid "" +"Optional. Mode for parsing entities in the audio caption. See formatting " +"options for more details." +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:24 +#: telebot.types.InlineQueryResultCachedAudio:21 +#: telebot.types.InlineQueryResultCachedDocument:27 +#: telebot.types.InlineQueryResultCachedGif:23 +#: telebot.types.InlineQueryResultCachedMpeg4Gif:23 +#: telebot.types.InlineQueryResultCachedPhoto:27 +#: telebot.types.InlineQueryResultCachedVideo:27 +#: telebot.types.InlineQueryResultCachedVoice:24 +#: telebot.types.InlineQueryResultDocument:21 +#: telebot.types.InlineQueryResultGif:39 +#: telebot.types.InlineQueryResultMpeg4Gif:39 +#: telebot.types.InlineQueryResultPhoto:36 +#: telebot.types.InlineQueryResultVideo:30 +#: telebot.types.InlineQueryResultVoice:24 telebot.types.InputMediaAnimation:27 +#: telebot.types.InputMediaAudio:27 telebot.types.InputMediaDocument:27 +#: telebot.types.InputMediaPhoto:20 telebot.types.InputMediaVideo:27 +msgid "" +"Optional. List of special entities that appear in the caption, which can " +"be specified instead of parse_mode" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:28 +msgid "Optional. Performer" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:31 +msgid "Optional. Audio duration in seconds" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:37 +#: telebot.types.InlineQueryResultCachedAudio:28 +msgid "Optional. Content of the message to be sent instead of the audio" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:41 +msgid ":class:`telebot.types.InlineQueryResultAudio`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:1 +msgid "" +"Bases: :py:class:`abc.ABC`, :py:class:`telebot.types.Dictionaryable`, " +":py:class:`telebot.types.JsonSerializable`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:1 +msgid "" +"This object represents one result of an inline query. Telegram clients " +"currently support results of the following 20 types:" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:3 +msgid ":class:`InlineQueryResultCachedAudio`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:4 +msgid ":class:`InlineQueryResultCachedDocument`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:5 +msgid ":class:`InlineQueryResultCachedGif`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:6 +msgid ":class:`InlineQueryResultCachedMpeg4Gif`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:7 +msgid ":class:`InlineQueryResultCachedPhoto`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:8 +msgid ":class:`InlineQueryResultCachedSticker`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:9 +msgid ":class:`InlineQueryResultCachedVideo`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:10 +msgid ":class:`InlineQueryResultCachedVoice`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:11 +msgid ":class:`InlineQueryResultArticle`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:12 +msgid ":class:`InlineQueryResultAudio`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:13 +msgid ":class:`InlineQueryResultContact`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:14 +msgid ":class:`InlineQueryResultGame`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:15 +msgid ":class:`InlineQueryResultDocument`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:16 +msgid ":class:`InlineQueryResultGif`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:17 +msgid ":class:`InlineQueryResultLocation`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:18 +msgid ":class:`InlineQueryResultMpeg4Gif`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:19 +msgid ":class:`InlineQueryResultPhoto`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:20 +msgid ":class:`InlineQueryResultVenue`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:21 +msgid ":class:`InlineQueryResultVideo`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:22 +msgid ":class:`InlineQueryResultVoice`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:24 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresult" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedAudio:1 +#: telebot.types.InlineQueryResultCachedDocument:1 +#: telebot.types.InlineQueryResultCachedGif:1 +#: telebot.types.InlineQueryResultCachedMpeg4Gif:1 +#: telebot.types.InlineQueryResultCachedPhoto:1 +#: telebot.types.InlineQueryResultCachedSticker:1 +#: telebot.types.InlineQueryResultCachedVideo:1 +#: telebot.types.InlineQueryResultCachedVoice:1 +msgid "Bases: :py:class:`telebot.types.InlineQueryResultCachedBase`" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedAudio:1 +msgid "" +"Represents a link to an MP3 audio file stored on the Telegram servers. By" +" default, this audio file will be sent by the user. Alternatively, you " +"can use input_message_content to send a message with the specified " +"content instead of the audio." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedAudio:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultcachedaudio" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedAudio:11 +msgid "A valid file identifier for the audio file" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedAudio:32 +msgid ":class:`telebot.types.InlineQueryResultCachedAudio`" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedBase:1 +msgid "Base class of all InlineQueryResultCached* classes." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedDocument:1 +msgid "" +"Represents a link to a file stored on the Telegram servers. By default, " +"this file will be sent by the user with an optional caption. " +"Alternatively, you can use input_message_content to send a message with " +"the specified content instead of the file." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedDocument:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultcacheddocument" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedDocument:5 +#: telebot.types.InlineQueryResultDocument:5 telebot.types.InputMediaDocument:5 +msgid "Type of the result, must be document" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedDocument:11 +#: telebot.types.InlineQueryResultCachedVideo:14 +#: telebot.types.InlineQueryResultDocument:11 +#: telebot.types.InlineQueryResultVideo:20 +msgid "Title for the result" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedDocument:14 +msgid "A valid file identifier for the file" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedDocument:20 +#: telebot.types.InlineQueryResultDocument:14 +#: telebot.types.InputMediaDocument:20 +msgid "" +"Optional. Caption of the document to be sent, 0-1024 characters after " +"entities parsing" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedDocument:23 +#: telebot.types.InlineQueryResultDocument:17 +#: telebot.types.InputMediaDocument:23 +msgid "" +"Optional. Mode for parsing entities in the document caption. See " +"formatting options for more details." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedDocument:34 +#: telebot.types.InlineQueryResultDocument:37 +msgid "Optional. Content of the message to be sent instead of the file" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedDocument:38 +msgid ":class:`telebot.types.InlineQueryResultCachedDocument`" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedGif:1 +msgid "" +"Represents a link to an animated GIF file stored on the Telegram servers." +" By default, this animated GIF file will be sent by the user with an " +"optional caption. Alternatively, you can use input_message_content to " +"send a message with specified content instead of the animation." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedGif:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultcachedgif" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedGif:5 +#: telebot.types.InlineQueryResultGif:5 +msgid "Type of the result, must be gif" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedGif:11 +msgid "A valid file identifier for the GIF file" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedGif:14 +#: telebot.types.InlineQueryResultCachedMpeg4Gif:14 +#: telebot.types.InlineQueryResultCachedPhoto:14 +#: telebot.types.InlineQueryResultGif:30 +#: telebot.types.InlineQueryResultMpeg4Gif:30 +#: telebot.types.InlineQueryResultPhoto:23 +msgid "Optional. Title for the result" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedGif:17 +#: telebot.types.InlineQueryResultGif:33 +msgid "" +"Optional. Caption of the GIF file to be sent, 0-1024 characters after " +"entities parsing" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedGif:20 +#: telebot.types.InlineQueryResultCachedMpeg4Gif:20 +#: telebot.types.InlineQueryResultGif:36 +#: telebot.types.InlineQueryResultMpeg4Gif:36 +msgid "" +"Optional. Mode for parsing entities in the caption. See formatting " +"options for more details." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedGif:30 +#: telebot.types.InlineQueryResultGif:46 +msgid "Optional. Content of the message to be sent instead of the GIF animation" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedGif:34 +msgid ":class:`telebot.types.InlineQueryResultCachedGif`" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedMpeg4Gif:1 +msgid "" +"Represents a link to a video animation (H.264/MPEG-4 AVC video without " +"sound) stored on the Telegram servers. By default, this animated MPEG-4 " +"file will be sent by the user with an optional caption. Alternatively, " +"you can use input_message_content to send a message with the specified " +"content instead of the animation." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedMpeg4Gif:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultcachedmpeg4gif" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedMpeg4Gif:5 +#: telebot.types.InlineQueryResultMpeg4Gif:5 +msgid "Type of the result, must be mpeg4_gif" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedMpeg4Gif:11 +msgid "A valid file identifier for the MPEG4 file" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedMpeg4Gif:17 +#: telebot.types.InlineQueryResultMpeg4Gif:33 +msgid "" +"Optional. Caption of the MPEG-4 file to be sent, 0-1024 characters after " +"entities parsing" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedMpeg4Gif:30 +#: telebot.types.InlineQueryResultMpeg4Gif:46 +msgid "Optional. Content of the message to be sent instead of the video animation" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedMpeg4Gif:34 +msgid ":class:`telebot.types.InlineQueryResultCachedMpeg4Gif`" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedPhoto:1 +msgid "" +"Represents a link to a photo stored on the Telegram servers. By default, " +"this photo will be sent by the user with an optional caption. " +"Alternatively, you can use input_message_content to send a message with " +"the specified content instead of the photo." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedPhoto:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultcachedphoto" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedPhoto:5 +#: telebot.types.InlineQueryResultPhoto:5 telebot.types.InputMediaPhoto:5 +msgid "Type of the result, must be photo" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedPhoto:11 +msgid "A valid file identifier of the photo" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedPhoto:20 +#: telebot.types.InlineQueryResultPhoto:29 telebot.types.InputMediaPhoto:13 +msgid "" +"Optional. Caption of the photo to be sent, 0-1024 characters after " +"entities parsing" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedPhoto:23 +#: telebot.types.InlineQueryResultPhoto:32 telebot.types.InputMediaPhoto:16 +msgid "" +"Optional. Mode for parsing entities in the photo caption. See formatting " +"options for more details." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedPhoto:34 +#: telebot.types.InlineQueryResultPhoto:43 +msgid "Optional. Content of the message to be sent instead of the photo" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedPhoto:38 +msgid ":class:`telebot.types.InlineQueryResultCachedPhoto`" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedSticker:1 +msgid "" +"Represents a link to a sticker stored on the Telegram servers. By " +"default, this sticker will be sent by the user. Alternatively, you can " +"use input_message_content to send a message with the specified content " +"instead of the sticker." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedSticker:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultcachedsticker" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedSticker:5 +msgid "Type of the result, must be sticker" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedSticker:11 +msgid "A valid file identifier of the sticker" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedSticker:17 +msgid "Optional. Content of the message to be sent instead of the sticker" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedSticker:21 +msgid ":class:`telebot.types.InlineQueryResultCachedSticker`" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVideo:1 +msgid "" +"Represents a link to a video file stored on the Telegram servers. By " +"default, this video file will be sent by the user with an optional " +"caption. Alternatively, you can use input_message_content to send a " +"message with the specified content instead of the video." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVideo:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultcachedvideo" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVideo:5 +#: telebot.types.InlineQueryResultVideo:5 telebot.types.InputMediaVideo:5 +msgid "Type of the result, must be video" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVideo:11 +msgid "A valid file identifier for the video file" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVideo:20 +#: telebot.types.InlineQueryResultVideo:23 telebot.types.InputMediaVideo:20 +msgid "" +"Optional. Caption of the video to be sent, 0-1024 characters after " +"entities parsing" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVideo:23 +#: telebot.types.InlineQueryResultVideo:26 telebot.types.InputMediaVideo:23 +msgid "" +"Optional. Mode for parsing entities in the video caption. See formatting " +"options for more details." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVideo:34 +msgid "Optional. Content of the message to be sent instead of the video" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVideo:38 +msgid ":class:`telebot.types.InlineQueryResultCachedVideo`" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVoice:1 +msgid "" +"Represents a link to a voice message stored on the Telegram servers. By " +"default, this voice message will be sent by the user. Alternatively, you " +"can use input_message_content to send a message with the specified " +"content instead of the voice message." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVoice:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultcachedvoice" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVoice:5 +#: telebot.types.InlineQueryResultVoice:5 +msgid "Type of the result, must be voice" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVoice:11 +msgid "A valid file identifier for the voice message" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVoice:14 +msgid "Voice message title" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVoice:20 +#: telebot.types.InlineQueryResultVoice:20 +msgid "" +"Optional. Mode for parsing entities in the voice message caption. See " +"formatting options for more details." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVoice:31 +msgid "Optional. Content of the message to be sent instead of the voice message" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVoice:35 +msgid ":class:`telebot.types.InlineQueryResultCachedVoice`" +msgstr "" + +#: of telebot.types.InlineQueryResultContact:1 +msgid "" +"Represents a contact with a phone number. By default, this contact will " +"be sent by the user. Alternatively, you can use input_message_content to " +"send a message with the specified content instead of the contact." +msgstr "" + +#: of telebot.types.InlineQueryResultContact:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultcontact" +msgstr "" + +#: of telebot.types.InlineQueryResultContact:5 +msgid "Type of the result, must be contact" +msgstr "" + +#: of telebot.types.InlineQueryResultContact:20 +#: telebot.types.InputContactMessageContent:14 +msgid "" +"Optional. Additional data about the contact in the form of a vCard, " +"0-2048 bytes" +msgstr "" + +#: of telebot.types.InlineQueryResultContact:26 +msgid "Optional. Content of the message to be sent instead of the contact" +msgstr "" + +#: of telebot.types.InlineQueryResultContact:39 +msgid ":class:`telebot.types.InlineQueryResultContact`" +msgstr "" + +#: of telebot.types.InlineQueryResultDocument:1 +msgid "" +"Represents a link to a file. By default, this file will be sent by the " +"user with an optional caption. Alternatively, you can use " +"input_message_content to send a message with the specified content " +"instead of the file. Currently, only .PDF and .ZIP files can be sent " +"using this method." +msgstr "" + +#: of telebot.types.InlineQueryResultDocument:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultdocument" +msgstr "" + +#: of telebot.types.InlineQueryResultDocument:25 +msgid "A valid URL for the file" +msgstr "" + +#: of telebot.types.InlineQueryResultDocument:28 +msgid "" +"MIME type of the content of the file, either “application/pdf” or " +"“application/zip”" +msgstr "" + +#: of telebot.types.InlineQueryResultDocument:40 +msgid "Optional. URL of the thumbnail (JPEG only) for the file" +msgstr "" + +#: of telebot.types.InlineQueryResultDocument:50 +msgid ":class:`telebot.types.InlineQueryResultDocument`" +msgstr "" + +#: of telebot.types.InlineQueryResultGame:1 +msgid "Represents a Game." +msgstr "" + +#: of telebot.types.InlineQueryResultGame:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultgame" +msgstr "" + +#: of telebot.types.InlineQueryResultGame:5 +msgid "Type of the result, must be game" +msgstr "" + +#: of telebot.types.InlineQueryResultGame:11 +msgid "Short name of the game" +msgstr "" + +#: of telebot.types.InlineQueryResultGame:18 +msgid ":class:`telebot.types.InlineQueryResultGame`" +msgstr "" + +#: of telebot.types.InlineQueryResultGif:1 +msgid "" +"Represents a link to an animated GIF file. By default, this animated GIF " +"file will be sent by the user with optional caption. Alternatively, you " +"can use input_message_content to send a message with the specified " +"content instead of the animation." +msgstr "" + +#: of telebot.types.InlineQueryResultGif:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultgif" +msgstr "" + +#: of telebot.types.InlineQueryResultGif:11 +msgid "A valid URL for the GIF file. File size must not exceed 1MB" +msgstr "" + +#: of telebot.types.InlineQueryResultGif:14 +msgid "Optional. Width of the GIF" +msgstr "" + +#: of telebot.types.InlineQueryResultGif:17 +msgid "Optional. Height of the GIF" +msgstr "" + +#: of telebot.types.InlineQueryResultGif:20 +msgid "Optional. Duration of the GIF in seconds" +msgstr "" + +#: of telebot.types.InlineQueryResultGif:23 +#: telebot.types.InlineQueryResultMpeg4Gif:23 +msgid "" +"URL of the static (JPEG or GIF) or animated (MPEG4) thumbnail for the " +"result" +msgstr "" + +#: of telebot.types.InlineQueryResultGif:26 +#: telebot.types.InlineQueryResultMpeg4Gif:26 +msgid "" +"Optional. MIME type of the thumbnail, must be one of “image/jpeg”, " +"“image/gif”, or “video/mp4”. Defaults to “image/jpeg”" +msgstr "" + +#: of telebot.types.InlineQueryResultGif:50 +msgid ":class:`telebot.types.InlineQueryResultGif`" +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:1 +msgid "" +"Represents a location on a map. By default, the location will be sent by " +"the user. Alternatively, you can use input_message_content to send a " +"message with the specified content instead of the location." +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultlocation" +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:5 +msgid "Type of the result, must be location" +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:11 +msgid "Location latitude in degrees" +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:14 +msgid "Location longitude in degrees" +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:17 +msgid "Location title" +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:20 +#: telebot.types.InputLocationMessageContent:11 telebot.types.Location:11 +msgid "" +"Optional. The radius of uncertainty for the location, measured in meters;" +" 0-1500" +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:23 +#: telebot.types.InputLocationMessageContent:14 +msgid "" +"Optional. Period in seconds for which the location can be updated, should" +" be between 60 and 86400." +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:27 +#: telebot.types.InputLocationMessageContent:18 +msgid "" +"Optional. For live locations, a direction in which the user is moving, in" +" degrees. Must be between 1 and 360 if specified." +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:31 +#: telebot.types.InputLocationMessageContent:22 +msgid "" +"Optional. For live locations, a maximum distance for proximity alerts " +"about approaching another chat member, in meters. Must be between 1 and " +"100000 if specified." +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:38 +msgid "Optional. Content of the message to be sent instead of the location" +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:51 +msgid ":class:`telebot.types.InlineQueryResultLocation`" +msgstr "" + +#: of telebot.types.InlineQueryResultMpeg4Gif:1 +msgid "" +"Represents a link to a video animation (H.264/MPEG-4 AVC video without " +"sound). By default, this animated MPEG-4 file will be sent by the user " +"with optional caption. Alternatively, you can use input_message_content " +"to send a message with the specified content instead of the animation." +msgstr "" + +#: of telebot.types.InlineQueryResultMpeg4Gif:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultmpeg4gif" +msgstr "" + +#: of telebot.types.InlineQueryResultMpeg4Gif:11 +msgid "A valid URL for the MPEG4 file. File size must not exceed 1MB" +msgstr "" + +#: of telebot.types.InlineQueryResultMpeg4Gif:14 +#: telebot.types.InlineQueryResultVideo:34 telebot.types.InputMediaVideo:31 +msgid "Optional. Video width" +msgstr "" + +#: of telebot.types.InlineQueryResultMpeg4Gif:17 +#: telebot.types.InlineQueryResultVideo:37 telebot.types.InputMediaVideo:34 +msgid "Optional. Video height" +msgstr "" + +#: of telebot.types.InlineQueryResultMpeg4Gif:20 +#: telebot.types.InlineQueryResultVideo:40 telebot.types.InputMediaVideo:37 +msgid "Optional. Video duration in seconds" +msgstr "" + +#: of telebot.types.InlineQueryResultMpeg4Gif:50 +msgid ":class:`telebot.types.InlineQueryResultMpeg4Gif`" +msgstr "" + +#: of telebot.types.InlineQueryResultPhoto:1 +msgid "" +"Represents a link to a photo. By default, this photo will be sent by the " +"user with optional caption. Alternatively, you can use " +"input_message_content to send a message with the specified content " +"instead of the photo." +msgstr "" + +#: of telebot.types.InlineQueryResultPhoto:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultphoto" +msgstr "" + +#: of telebot.types.InlineQueryResultPhoto:11 +msgid "" +"A valid URL of the photo. Photo must be in JPEG format. Photo size must " +"not exceed 5MB" +msgstr "" + +#: of telebot.types.InlineQueryResultPhoto:14 +msgid "URL of the thumbnail for the photo" +msgstr "" + +#: of telebot.types.InlineQueryResultPhoto:17 +msgid "Optional. Width of the photo" +msgstr "" + +#: of telebot.types.InlineQueryResultPhoto:20 +msgid "Optional. Height of the photo" +msgstr "" + +#: of telebot.types.InlineQueryResultPhoto:47 +msgid ":class:`telebot.types.InlineQueryResultPhoto`" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:1 +msgid "" +"Represents a venue. By default, the venue will be sent by the user. " +"Alternatively, you can use input_message_content to send a message with " +"the specified content instead of the venue." +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultvenue" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:5 +msgid "Type of the result, must be venue" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:11 +msgid "Latitude of the venue location in degrees" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:14 +msgid "Longitude of the venue location in degrees" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:17 +msgid "Title of the venue" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:20 +#: telebot.types.InputVenueMessageContent:14 telebot.types.Venue:11 +msgid "Address of the venue" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:23 +msgid "Optional. Foursquare identifier of the venue if known" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:26 +#: telebot.types.InputVenueMessageContent:20 +msgid "" +"Optional. Foursquare type of the venue, if known. (For example, " +"“arts_entertainment/default”, “arts_entertainment/aquarium” or " +"“food/icecream”.)" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:30 +#: telebot.types.InputVenueMessageContent:24 telebot.types.Venue:21 +msgid "Optional. Google Places identifier of the venue" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:33 +#: telebot.types.InputVenueMessageContent:27 telebot.types.Venue:24 +msgid "Optional. Google Places type of the venue. (See supported types.)" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:39 +msgid "Optional. Content of the message to be sent instead of the venue" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:52 +msgid ":class:`telebot.types.InlineQueryResultVenue`" +msgstr "" + +#: of telebot.types.InlineQueryResultVideo:1 +msgid "" +"Represents a link to a page containing an embedded video player or a " +"video file. By default, this video file will be sent by the user with an " +"optional caption. Alternatively, you can use input_message_content to " +"send a message with the specified content instead of the video." +msgstr "" + +#: of telebot.types.InlineQueryResultVideo:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultvideo" +msgstr "" + +#: of telebot.types.InlineQueryResultVideo:11 +msgid "A valid URL for the embedded video player or video file" +msgstr "" + +#: of telebot.types.InlineQueryResultVideo:14 +msgid "MIME type of the content of the video URL, “text/html” or “video/mp4”" +msgstr "" + +#: of telebot.types.InlineQueryResultVideo:17 +msgid "URL of the thumbnail (JPEG only) for the video" +msgstr "" + +#: of telebot.types.InlineQueryResultVideo:49 +msgid "" +"Optional. Content of the message to be sent instead of the video. This " +"field is required if InlineQueryResultVideo is used to send an HTML-page " +"as a result (e.g., a YouTube video)." +msgstr "" + +#: of telebot.types.InlineQueryResultVideo:54 +msgid ":class:`telebot.types.InlineQueryResultVideo`" +msgstr "" + +#: of telebot.types.InlineQueryResultVoice:1 +msgid "" +"Represents a link to a voice recording in an .OGG container encoded with " +"OPUS. By default, this voice recording will be sent by the user. " +"Alternatively, you can use input_message_content to send a message with " +"the specified content instead of the the voice message." +msgstr "" + +#: of telebot.types.InlineQueryResultVoice:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultvoice" +msgstr "" + +#: of telebot.types.InlineQueryResultVoice:11 +msgid "A valid URL for the voice recording" +msgstr "" + +#: of telebot.types.InlineQueryResultVoice:14 +msgid "Recording title" +msgstr "" + +#: of telebot.types.InlineQueryResultVoice:28 +msgid "Optional. Recording duration in seconds" +msgstr "" + +#: of telebot.types.InlineQueryResultVoice:34 +msgid "Optional. Content of the message to be sent instead of the voice recording" +msgstr "" + +#: of telebot.types.InlineQueryResultVoice:38 +msgid ":class:`telebot.types.InlineQueryResultVoice`" +msgstr "" + +#: of telebot.types.InputContactMessageContent:1 +#: telebot.types.InputInvoiceMessageContent:1 +#: telebot.types.InputLocationMessageContent:1 +#: telebot.types.InputTextMessageContent:1 +#: telebot.types.InputVenueMessageContent:1 +#: telebot.types.KeyboardButtonPollType:1 +msgid "Bases: :py:class:`telebot.types.Dictionaryable`" +msgstr "" + +#: of telebot.types.InputContactMessageContent:1 +msgid "" +"Represents the content of a contact message to be sent as the result of " +"an inline query." +msgstr "" + +#: of telebot.types.InputContactMessageContent:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inputcontactmessagecontent" +msgstr "" + +#: of telebot.types.InputContactMessageContent:18 +msgid ":class:`telebot.types.InputContactMessageContent`" +msgstr "" + +#: of telebot.types.InputFile:1 +msgid "A class to send files through Telegram Bot API." +msgstr "" + +#: of telebot.types.InputFile:3 +msgid "" +"You need to pass a file, which should be an instance of " +":class:`io.IOBase` or :class:`pathlib.Path`, or :obj:`str`." +msgstr "" + +#: of telebot.types.InputFile:6 +msgid "" +"If you pass an :obj:`str` as a file, it will be opened and closed by the " +"class." +msgstr "" + +#: of telebot.types.InputFile:8 +msgid "A file to send." +msgstr "" + +#: of telebot.types.InputFile:11 +msgid "Example on sending a file using this class" +msgstr "" + +#: of telebot.types.InputFile.file:1 +msgid "File object." +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:1 +msgid "" +"Represents the content of an invoice message to be sent as the result of " +"an inline query." +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inputinvoicemessagecontent" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:5 +msgid "Product name, 1-32 characters" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:8 +msgid "Product description, 1-255 characters" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:11 +msgid "" +"Bot-defined invoice payload, 1-128 bytes. This will not be displayed to " +"the user, use for your internal processes." +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:15 +msgid "Payment provider token, obtained via @BotFather" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:18 +msgid "Three-letter ISO 4217 currency code, see more on currencies" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:21 +msgid "" +"Price breakdown, a JSON-serialized list of components (e.g. product " +"price, tax, discount, delivery cost, delivery tax, bonus, etc.)" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:25 +msgid "" +"Optional. The maximum accepted amount for tips in the smallest units of " +"the currency (integer, not float/double). For example, for a maximum tip " +"of US$ 1.45 pass max_tip_amount = 145. See the exp parameter in " +"currencies.json, it shows the number of digits past the decimal point for" +" each currency (2 for the majority of currencies). Defaults to 0" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:31 +msgid "" +"Optional. A JSON-serialized array of suggested amounts of tip in the " +"smallest units of the currency (integer, not float/double). At most 4 " +"suggested tip amounts can be specified. The suggested tip amounts must be" +" positive, passed in a strictly increased order and must not exceed " +"max_tip_amount." +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:36 +msgid "" +"Optional. A JSON-serialized object for data about the invoice, which will" +" be shared with the payment provider. A detailed description of the " +"required fields should be provided by the payment provider." +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:40 +msgid "" +"Optional. URL of the product photo for the invoice. Can be a photo of the" +" goods or a marketing image for a service." +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:44 +msgid "Optional. Photo size in bytes" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:47 +msgid "Optional. Photo width" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:50 +msgid "Optional. Photo height" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:53 +msgid "" +"Optional. Pass True, if you require the user's full name to complete the " +"order" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:56 +msgid "" +"Optional. Pass True, if you require the user's phone number to complete " +"the order" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:59 +msgid "" +"Optional. Pass True, if you require the user's email address to complete " +"the order" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:62 +msgid "" +"Optional. Pass True, if you require the user's shipping address to " +"complete the order" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:66 +msgid "Optional. Pass True, if the user's phone number should be sent to provider" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:69 +msgid "" +"Optional. Pass True, if the user's email address should be sent to " +"provider" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:72 +msgid "Optional. Pass True, if the final price depends on the shipping method" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:76 +msgid ":class:`telebot.types.InputInvoiceMessageContent`" +msgstr "" + +#: of telebot.types.InputLocationMessageContent:1 +msgid "" +"Represents the content of a location message to be sent as the result of " +"an inline query." +msgstr "" + +#: of telebot.types.InputLocationMessageContent:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inputlocationmessagecontent" +msgstr "" + +#: of telebot.types.InputLocationMessageContent:5 +msgid "Latitude of the location in degrees" +msgstr "" + +#: of telebot.types.InputLocationMessageContent:8 +msgid "Longitude of the location in degrees" +msgstr "" + +#: of telebot.types.InputLocationMessageContent:27 +msgid ":class:`telebot.types.InputLocationMessageContent`" +msgstr "" + +#: of telebot.types.InputMedia:1 telebot.types.KeyboardButton:1 +msgid "" +"Bases: :py:class:`telebot.types.Dictionaryable`, " +":py:class:`telebot.types.JsonSerializable`" +msgstr "" + +#: of telebot.types.InputMedia:1 +msgid "" +"This object represents the content of a media message to be sent. It " +"should be one of" +msgstr "" + +#: of telebot.types.InputMedia:3 +msgid ":class:`InputMediaAnimation`" +msgstr "" + +#: of telebot.types.InputMedia:4 +msgid ":class:`InputMediaDocument`" +msgstr "" + +#: of telebot.types.InputMedia:5 +msgid ":class:`InputMediaAudio`" +msgstr "" + +#: of telebot.types.InputMedia:6 +msgid ":class:`InputMediaPhoto`" +msgstr "" + +#: of telebot.types.InputMedia:7 +msgid ":class:`InputMediaVideo`" +msgstr "" + +#: of telebot.types.InputMediaAnimation:1 telebot.types.InputMediaAudio:1 +#: telebot.types.InputMediaDocument:1 telebot.types.InputMediaPhoto:1 +#: telebot.types.InputMediaVideo:1 +msgid "Bases: :py:class:`telebot.types.InputMedia`" +msgstr "" + +#: of telebot.types.InputMediaAnimation:1 +msgid "" +"Represents an animation file (GIF or H.264/MPEG-4 AVC video without " +"sound) to be sent." +msgstr "" + +#: of telebot.types.InputMediaAnimation:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inputmediaanimation" +msgstr "" + +#: of telebot.types.InputMediaAnimation:5 +msgid "Type of the result, must be animation" +msgstr "" + +#: of telebot.types.InputMediaAnimation:8 telebot.types.InputMediaAudio:8 +#: telebot.types.InputMediaDocument:8 telebot.types.InputMediaPhoto:8 +#: telebot.types.InputMediaVideo:8 +msgid "" +"File to send. Pass a file_id to send a file that exists on the Telegram " +"servers (recommended), pass an HTTP URL for Telegram to get a file from " +"the Internet, or pass “attach://” to upload a new one " +"using multipart/form-data under name. More information" +" on Sending Files »" +msgstr "" + +#: of telebot.types.InputMediaAnimation:13 telebot.types.InputMediaAudio:13 +#: telebot.types.InputMediaDocument:13 telebot.types.InputMediaVideo:13 +msgid "" +"Optional. Thumbnail of the file sent; can be ignored if thumbnail " +"generation for the file is supported server-side. The thumbnail should be" +" in JPEG format and less than 200 kB in size. A thumbnail's width and " +"height should not exceed 320. Ignored if the file is not uploaded using " +"multipart/form-data. Thumbnails can't be reused and can be only uploaded " +"as a new file, so you can pass “attach://” if the " +"thumbnail was uploaded using multipart/form-data under " +". More information on Sending Files »" +msgstr "" + +#: of telebot.types.InputMediaAnimation:20 +msgid "" +"Optional. Caption of the animation to be sent, 0-1024 characters after " +"entities parsing" +msgstr "" + +#: of telebot.types.InputMediaAnimation:23 +msgid "" +"Optional. Mode for parsing entities in the animation caption. See " +"formatting options for more details." +msgstr "" + +#: of telebot.types.InputMediaAnimation:31 +msgid "Optional. Animation width" +msgstr "" + +#: of telebot.types.InputMediaAnimation:34 +msgid "Optional. Animation height" +msgstr "" + +#: of telebot.types.InputMediaAnimation:37 +msgid "Optional. Animation duration in seconds" +msgstr "" + +#: of telebot.types.InputMediaAnimation:41 +msgid ":class:`telebot.types.InputMediaAnimation`" +msgstr "" + +#: of telebot.types.InputMediaAudio:1 +msgid "Represents an audio file to be treated as music to be sent." +msgstr "" + +#: of telebot.types.InputMediaAudio:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#inputmediaaudio" +msgstr "" + +#: of telebot.types.InputMediaAudio:20 +msgid "" +"Optional. Caption of the audio to be sent, 0-1024 characters after " +"entities parsing" +msgstr "" + +#: of telebot.types.InputMediaAudio:31 +msgid "Optional. Duration of the audio in seconds" +msgstr "" + +#: of telebot.types.InputMediaAudio:34 +msgid "Optional. Performer of the audio" +msgstr "" + +#: of telebot.types.InputMediaAudio:37 +msgid "Optional. Title of the audio" +msgstr "" + +#: of telebot.types.InputMediaAudio:41 +msgid ":class:`telebot.types.InputMediaAudio`" +msgstr "" + +#: of telebot.types.InputMediaDocument:1 +msgid "Represents a general file to be sent." +msgstr "" + +#: of telebot.types.InputMediaDocument:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inputmediadocument" +msgstr "" + +#: of telebot.types.InputMediaDocument:31 +msgid "" +"Optional. Disables automatic server-side content type detection for files" +" uploaded using multipart/form-data. Always True, if the document is sent" +" as part of an album." +msgstr "" + +#: of telebot.types.InputMediaDocument:36 +msgid ":class:`telebot.types.InputMediaDocument`" +msgstr "" + +#: of telebot.types.InputMediaPhoto:1 +msgid "Represents a photo to be sent." +msgstr "" + +#: of telebot.types.InputMediaPhoto:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#inputmediaphoto" +msgstr "" + +#: of telebot.types.InputMediaPhoto:25 +msgid ":class:`telebot.types.InputMediaPhoto`" +msgstr "" + +#: of telebot.types.InputMediaVideo:1 +msgid "Represents a video to be sent." +msgstr "" + +#: of telebot.types.InputMediaVideo:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#inputmediavideo" +msgstr "" + +#: of telebot.types.InputMediaVideo:40 +msgid "Optional. Pass True, if the uploaded video is suitable for streaming" +msgstr "" + +#: of telebot.types.InputMediaVideo:44 +msgid ":class:`telebot.types.InputMediaVideo`" +msgstr "" + +#: of telebot.types.InputTextMessageContent:1 +msgid "" +"Represents the content of a text message to be sent as the result of an " +"inline query." +msgstr "" + +#: of telebot.types.InputTextMessageContent:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inputtextmessagecontent" +msgstr "" + +#: of telebot.types.InputTextMessageContent:5 +msgid "Text of the message to be sent, 1-4096 characters" +msgstr "" + +#: of telebot.types.InputTextMessageContent:8 +msgid "" +"Optional. Mode for parsing entities in the message text. See formatting " +"options for more details." +msgstr "" + +#: of telebot.types.InputTextMessageContent:12 +msgid "" +"Optional. List of special entities that appear in message text, which can" +" be specified instead of parse_mode" +msgstr "" + +#: of telebot.types.InputTextMessageContent:16 +msgid "Optional. Disables link previews for links in the sent message" +msgstr "" + +#: of telebot.types.InputTextMessageContent:20 +msgid ":class:`telebot.types.InputTextMessageContent`" +msgstr "" + +#: of telebot.types.InputVenueMessageContent:1 +msgid "" +"Represents the content of a venue message to be sent as the result of an " +"inline query." +msgstr "" + +#: of telebot.types.InputVenueMessageContent:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inputvenuemessagecontent" +msgstr "" + +#: of telebot.types.InputVenueMessageContent:5 +msgid "Latitude of the venue in degrees" +msgstr "" + +#: of telebot.types.InputVenueMessageContent:8 +msgid "Longitude of the venue in degrees" +msgstr "" + +#: of telebot.types.InputVenueMessageContent:11 telebot.types.Venue:8 +msgid "Name of the venue" +msgstr "" + +#: of telebot.types.InputVenueMessageContent:17 +msgid "Optional. Foursquare identifier of the venue, if known" +msgstr "" + +#: of telebot.types.InputVenueMessageContent:31 +msgid ":class:`telebot.types.InputVenueMessageContent`" +msgstr "" + +#: of telebot.types.Invoice:1 +msgid "This object contains basic information about an invoice." +msgstr "" + +#: of telebot.types.Invoice:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#invoice" +msgstr "" + +#: of telebot.types.Invoice:5 +msgid "Product name" +msgstr "" + +#: of telebot.types.Invoice:8 +msgid "Product description" +msgstr "" + +#: of telebot.types.Invoice:11 +msgid "" +"Unique bot deep-linking parameter that can be used to generate this " +"invoice" +msgstr "" + +#: of telebot.types.Invoice:14 telebot.types.PreCheckoutQuery:11 +#: telebot.types.SuccessfulPayment:5 +msgid "Three-letter ISO 4217 currency code" +msgstr "" + +#: of telebot.types.Invoice:17 telebot.types.PreCheckoutQuery:14 +#: telebot.types.SuccessfulPayment:8 +msgid "" +"Total price in the smallest units of the currency (integer, not " +"float/double). For example, for a price of US$ 1.45 pass amount = 145. " +"See the exp parameter in currencies.json, it shows the number of digits " +"past the decimal point for each currency (2 for the majority of " +"currencies)." +msgstr "" + +#: of telebot.types.Invoice:23 +msgid ":class:`telebot.types.Invoice`" +msgstr "" + +#: of telebot.types.JsonDeserializable:1 +msgid "" +"Subclasses of this class are guaranteed to be able to be created from a " +"json-style dict or json formatted string. All subclasses of this class " +"must override de_json." +msgstr "" + +#: of telebot.types.JsonSerializable:1 +msgid "" +"Subclasses of this class are guaranteed to be able to be converted to " +"JSON format. All subclasses of this class must override to_json." +msgstr "" + +#: of telebot.types.KeyboardButton:1 +msgid "" +"This object represents one button of the reply keyboard. For simple text " +"buttons String can be used instead of this object to specify text of the " +"button. Optional fields web_app, request_contact, request_location, and " +"request_poll are mutually exclusive." +msgstr "" + +#: of telebot.types.KeyboardButton:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#keyboardbutton" +msgstr "" + +#: of telebot.types.KeyboardButton:5 +msgid "" +"Text of the button. If none of the optional fields are used, it will be " +"sent as a message when the button is pressed" +msgstr "" + +#: of telebot.types.KeyboardButton:9 +msgid "" +"Optional. If True, the user's phone number will be sent as a contact when" +" the button is pressed. Available in private chats only." +msgstr "" + +#: of telebot.types.KeyboardButton:13 +msgid "" +"Optional. If True, the user's current location will be sent when the " +"button is pressed. Available in private chats only." +msgstr "" + +#: of telebot.types.KeyboardButton:17 +msgid "" +"Optional. If specified, the user will be asked to create a poll and send " +"it to the bot when the button is pressed. Available in private chats " +"only." +msgstr "" + +#: of telebot.types.KeyboardButton:21 +msgid "" +"Optional. If specified, the described Web App will be launched when the " +"button is pressed. The Web App will be able to send a “web_app_data” " +"service message. Available in private chats only." +msgstr "" + +#: of telebot.types.KeyboardButton:26 +msgid ":class:`telebot.types.KeyboardButton`" +msgstr "" + +#: of telebot.types.KeyboardButtonPollType:1 +msgid "" +"This object represents type of a poll, which is allowed to be created and" +" sent when the corresponding button is pressed." +msgstr "" + +#: of telebot.types.KeyboardButtonPollType:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#keyboardbuttonpolltype" +msgstr "" + +#: of telebot.types.KeyboardButtonPollType:5 +msgid "" +"Optional. If quiz is passed, the user will be allowed to create only " +"polls in the quiz mode. If regular is passed, only regular polls will be " +"allowed. Otherwise, the user will be allowed to create a poll of any " +"type." +msgstr "" + +#: of telebot.types.KeyboardButtonPollType:10 +msgid ":class:`telebot.types.KeyboardButtonPollType`" +msgstr "" + +#: of telebot.types.LabeledPrice:1 +msgid "" +"Bases: :py:class:`telebot.types.JsonSerializable`, " +":py:class:`telebot.types.Dictionaryable`" +msgstr "" + +#: of telebot.types.LabeledPrice:1 +msgid "This object represents a portion of the price for goods or services." +msgstr "" + +#: of telebot.types.LabeledPrice:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#labeledprice" +msgstr "" + +#: of telebot.types.LabeledPrice:5 +msgid "Portion label" +msgstr "" + +#: of telebot.types.LabeledPrice:8 +msgid "" +"Price of the product in the smallest units of the currency (integer, not " +"float/double). For example, for a price of US$ 1.45 pass amount = 145. " +"See the exp parameter in currencies.json, it shows the number of digits " +"past the decimal point for each currency (2 for the majority of " +"currencies)." +msgstr "" + +#: of telebot.types.LabeledPrice:14 +msgid ":class:`telebot.types.LabeledPrice`" +msgstr "" + +#: of telebot.types.Location:1 +msgid "This object represents a point on the map." +msgstr "" + +#: of telebot.types.Location:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#location" +msgstr "" + +#: of telebot.types.Location:5 +msgid "Longitude as defined by sender" +msgstr "" + +#: of telebot.types.Location:8 +msgid "Latitude as defined by sender" +msgstr "" + +#: of telebot.types.Location:14 +msgid "" +"Optional. Time relative to the message sending date, during which the " +"location can be updated; in seconds. For active live locations only." +msgstr "" + +#: of telebot.types.Location:18 +msgid "" +"Optional. The direction in which user is moving, in degrees; 1-360. For " +"active live locations only." +msgstr "" + +#: of telebot.types.Location:21 +msgid "" +"Optional. The maximum distance for proximity alerts about approaching " +"another chat member, in meters. For sent live locations only." +msgstr "" + +#: of telebot.types.Location:26 +msgid ":class:`telebot.types.Location`" +msgstr "" + +#: of telebot.types.LoginUrl:1 +msgid "" +"This object represents a parameter of the inline keyboard button used to " +"automatically authorize a user. Serves as a great replacement for the " +"Telegram Login Widget when the user is coming from Telegram. All the user" +" needs to do is tap/click a button and confirm that they want to log in:" +msgstr "" + +#: of telebot.types.LoginUrl:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#loginurl" +msgstr "" + +#: of telebot.types.LoginUrl:5 +msgid "" +"An HTTPS URL to be opened with user authorization data added to the query" +" string when the button is pressed. If the user refuses to provide " +"authorization data, the original URL without information about the user " +"will be opened. The data added is the same as described in Receiving " +"authorization data. NOTE: You must always check the hash of the received " +"data to verify the authentication and the integrity of the data as " +"described in Checking authorization." +msgstr "" + +#: of telebot.types.LoginUrl:12 +msgid "Optional. New text of the button in forwarded messages." +msgstr "" + +#: of telebot.types.LoginUrl:15 +msgid "" +"Optional. Username of a bot, which will be used for user authorization. " +"See Setting up a bot for more details. If not specified, the current " +"bot's username will be assumed. The url's domain must be the same as the " +"domain linked with the bot. See Linking your domain to the bot for more " +"details." +msgstr "" + +#: of telebot.types.LoginUrl:20 +msgid "" +"Optional. Pass True to request the permission for your bot to send " +"messages to the user." +msgstr "" + +#: of telebot.types.LoginUrl:25 +msgid ":class:`telebot.types.LoginUrl`" +msgstr "" + +#: of telebot.types.MaskPosition:1 +msgid "" +"Bases: :py:class:`telebot.types.Dictionaryable`, " +":py:class:`telebot.types.JsonDeserializable`, " +":py:class:`telebot.types.JsonSerializable`" +msgstr "" + +#: of telebot.types.MaskPosition:1 +msgid "" +"This object describes the position on faces where a mask should be placed" +" by default." +msgstr "" + +#: of telebot.types.MaskPosition:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#maskposition" +msgstr "" + +#: of telebot.types.MaskPosition:5 +msgid "" +"The part of the face relative to which the mask should be placed. One of " +"“forehead”, “eyes”, “mouth”, or “chin”." +msgstr "" + +#: of telebot.types.MaskPosition:9 +msgid "" +"Shift by X-axis measured in widths of the mask scaled to the face size, " +"from left to right. For example, choosing -1.0 will place mask just to " +"the left of the default mask position." +msgstr "" + +#: of telebot.types.MaskPosition:13 +msgid "" +"Shift by Y-axis measured in heights of the mask scaled to the face size, " +"from top to bottom. For example, 1.0 will place the mask just below the " +"default mask position." +msgstr "" + +#: of telebot.types.MaskPosition:17 +msgid "Mask scaling coefficient. For example, 2.0 means double size." +msgstr "" + +#: of telebot.types.MaskPosition:21 +msgid ":class:`telebot.types.MaskPosition`" +msgstr "" + +#: of telebot.types.MenuButton:1 +msgid "" +"This object describes the bot's menu button in a private chat. It should " +"be one of" +msgstr "" + +#: of telebot.types.MenuButton:3 +msgid ":class:`MenuButtonCommands`" +msgstr "" + +#: of telebot.types.MenuButton:4 +msgid ":class:`MenuButtonWebApp`" +msgstr "" + +#: of telebot.types.MenuButton:5 +msgid ":class:`MenuButtonDefault`" +msgstr "" + +#: of telebot.types.MenuButton:7 +msgid "" +"If a menu button other than MenuButtonDefault is set for a private chat, " +"then it is applied in the chat. Otherwise the default menu button is " +"applied. By default, the menu button opens the list of bot commands." +msgstr "" + +#: of telebot.types.MenuButtonCommands:1 telebot.types.MenuButtonDefault:1 +#: telebot.types.MenuButtonWebApp:1 +msgid "Bases: :py:class:`telebot.types.MenuButton`" +msgstr "" + +#: of telebot.types.MenuButtonCommands:1 +msgid "Represents a menu button, which opens the bot's list of commands." +msgstr "" + +#: of telebot.types.MenuButtonCommands:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#menubuttoncommands" +msgstr "" + +#: of telebot.types.MenuButtonCommands:5 +msgid "Type of the button, must be commands" +msgstr "" + +#: of telebot.types.MenuButtonCommands:9 +msgid ":class:`telebot.types.MenuButtonCommands`" +msgstr "" + +#: of telebot.types.MenuButtonDefault:1 +msgid "Describes that no specific value for the menu button was set." +msgstr "" + +#: of telebot.types.MenuButtonDefault:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#menubuttondefault" +msgstr "" + +#: of telebot.types.MenuButtonDefault:5 +msgid "Type of the button, must be default" +msgstr "" + +#: of telebot.types.MenuButtonDefault:9 +msgid ":class:`telebot.types.MenuButtonDefault`" +msgstr "" + +#: of telebot.types.MenuButtonWebApp:1 +msgid "Represents a menu button, which launches a Web App." +msgstr "" + +#: of telebot.types.MenuButtonWebApp:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#menubuttonwebapp" +msgstr "" + +#: of telebot.types.MenuButtonWebApp:5 +msgid "Type of the button, must be web_app" +msgstr "" + +#: of telebot.types.MenuButtonWebApp:8 +msgid "Text on the button" +msgstr "" + +#: of telebot.types.MenuButtonWebApp:11 +msgid "" +"Description of the Web App that will be launched when the user presses " +"the button. The Web App will be able to send an arbitrary message on " +"behalf of the user using the method answerWebAppQuery." +msgstr "" + +#: of telebot.types.MenuButtonWebApp:16 +msgid ":class:`telebot.types.MenuButtonWebApp`" +msgstr "" + +#: of telebot.types.Message:1 +msgid "This object represents a message." +msgstr "" + +#: of telebot.types.Message:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#message" +msgstr "" + +#: of telebot.types.Message:5 +msgid "Unique message identifier inside this chat" +msgstr "" + +#: of telebot.types.Message:8 +msgid "" +"Optional. Unique identifier of a message thread to which the message " +"belongs; for supergroups only" +msgstr "" + +#: of telebot.types.Message:11 +msgid "" +"Optional. Sender of the message; empty for messages sent to channels. For" +" backward compatibility, the field contains a fake sender user in non-" +"channel chats, if the message was sent on behalf of a chat." +msgstr "" + +#: of telebot.types.Message:15 +msgid "" +"Optional. Sender of the message, sent on behalf of a chat. For example, " +"the channel itself for channel posts, the supergroup itself for messages " +"from anonymous group administrators, the linked channel for messages " +"automatically forwarded to the discussion group. For backward " +"compatibility, the field from contains a fake sender user in non-channel " +"chats, if the message was sent on behalf of a chat." +msgstr "" + +#: of telebot.types.Message:21 +msgid "Date the message was sent in Unix time" +msgstr "" + +#: of telebot.types.Message:24 +msgid "Conversation the message belongs to" +msgstr "" + +#: of telebot.types.Message:27 +msgid "Optional. For forwarded messages, sender of the original message" +msgstr "" + +#: of telebot.types.Message:30 +msgid "" +"Optional. For messages forwarded from channels or from anonymous " +"administrators, information about the original sender chat" +msgstr "" + +#: of telebot.types.Message:34 +msgid "" +"Optional. For messages forwarded from channels, identifier of the " +"original message in the channel" +msgstr "" + +#: of telebot.types.Message:38 +msgid "" +"Optional. For forwarded messages that were originally sent in channels or" +" by an anonymous chat administrator, signature of the message sender if " +"present" +msgstr "" + +#: of telebot.types.Message:42 +msgid "" +"Optional. Sender's name for messages forwarded from users who disallow " +"adding a link to their account in forwarded messages" +msgstr "" + +#: of telebot.types.Message:46 +msgid "" +"Optional. For forwarded messages, date the original message was sent in " +"Unix time" +msgstr "" + +#: of telebot.types.Message:49 +msgid "Optional. True, if the message is sent to a forum topic" +msgstr "" + +#: of telebot.types.Message:52 +msgid "" +"Optional. :obj:`bool`, if the message is a channel post that was " +"automatically forwarded to the connected discussion group" +msgstr "" + +#: of telebot.types.Message:56 +msgid "" +"Optional. For replies, the original message. Note that the Message object" +" in this field will not contain further reply_to_message fields even if " +"it itself is a reply." +msgstr "" + +#: of telebot.types.Message:60 +msgid "Optional. Bot through which the message was sent" +msgstr "" + +#: of telebot.types.Message:63 +msgid "Optional. Date the message was last edited in Unix time" +msgstr "" + +#: of telebot.types.Message:66 +msgid "Optional. :obj:`bool`, if the message can't be forwarded" +msgstr "" + +#: of telebot.types.Message:69 +msgid "" +"Optional. The unique identifier of a media message group this message " +"belongs to" +msgstr "" + +#: of telebot.types.Message:72 +msgid "" +"Optional. Signature of the post author for messages in channels, or the " +"custom title of an anonymous group administrator" +msgstr "" + +#: of telebot.types.Message:76 +msgid "Optional. For text messages, the actual UTF-8 text of the message" +msgstr "" + +#: of telebot.types.Message:79 +msgid "" +"Optional. For text messages, special entities like usernames, URLs, bot " +"commands, etc. that appear in the text" +msgstr "" + +#: of telebot.types.Message:83 +msgid "" +"Optional. Message is an animation, information about the animation. For " +"backward compatibility, when this field is set, the document field will " +"also be set" +msgstr "" + +#: of telebot.types.Message:87 +msgid "Optional. Message is an audio file, information about the file" +msgstr "" + +#: of telebot.types.Message:90 +msgid "Optional. Message is a general file, information about the file" +msgstr "" + +#: of telebot.types.Message:93 +msgid "Optional. Message is a photo, available sizes of the photo" +msgstr "" + +#: of telebot.types.Message:96 +msgid "Optional. Message is a sticker, information about the sticker" +msgstr "" + +#: of telebot.types.Message:99 +msgid "Optional. Message is a video, information about the video" +msgstr "" + +#: of telebot.types.Message:102 +msgid "Optional. Message is a video note, information about the video message" +msgstr "" + +#: of telebot.types.Message:105 +msgid "Optional. Message is a voice message, information about the file" +msgstr "" + +#: of telebot.types.Message:108 +msgid "" +"Optional. Caption for the animation, audio, document, photo, video or " +"voice" +msgstr "" + +#: of telebot.types.Message:111 +msgid "" +"Optional. For messages with a caption, special entities like usernames, " +"URLs, bot commands, etc. that appear in the caption" +msgstr "" + +#: of telebot.types.Message:115 +msgid "Optional. Message is a shared contact, information about the contact" +msgstr "" + +#: of telebot.types.Message:118 +msgid "Optional. Message is a dice with random value" +msgstr "" + +#: of telebot.types.Message:121 +msgid "" +"Optional. Message is a game, information about the game. More about games" +" »" +msgstr "" + +#: of telebot.types.Message:124 +msgid "Optional. Message is a native poll, information about the poll" +msgstr "" + +#: of telebot.types.Message:127 +msgid "" +"Optional. Message is a venue, information about the venue. For backward " +"compatibility, when this field is set, the location field will also be " +"set" +msgstr "" + +#: of telebot.types.Message:131 +msgid "Optional. Message is a shared location, information about the location" +msgstr "" + +#: of telebot.types.Message:134 +msgid "" +"Optional. New members that were added to the group or supergroup and " +"information about them (the bot itself may be one of these members)" +msgstr "" + +#: of telebot.types.Message:138 +msgid "" +"Optional. A member was removed from the group, information about them " +"(this member may be the bot itself)" +msgstr "" + +#: of telebot.types.Message:142 +msgid "Optional. A chat title was changed to this value" +msgstr "" + +#: of telebot.types.Message:145 +msgid "Optional. A chat photo was change to this value" +msgstr "" + +#: of telebot.types.Message:148 +msgid "Optional. Service message: the chat photo was deleted" +msgstr "" + +#: of telebot.types.Message:151 +msgid "Optional. Service message: the group has been created" +msgstr "" + +#: of telebot.types.Message:154 +msgid "" +"Optional. Service message: the supergroup has been created. This field " +"can't be received in a message coming through updates, because bot can't " +"be a member of a supergroup when it is created. It can only be found in " +"reply_to_message if someone replies to a very first message in a directly" +" created supergroup." +msgstr "" + +#: of telebot.types.Message:159 +msgid "" +"Optional. Service message: the channel has been created. This field can't" +" be received in a message coming through updates, because bot can't be a " +"member of a channel when it is created. It can only be found in " +"reply_to_message if someone replies to a very first message in a channel." +msgstr "" + +#: of telebot.types.Message:164 +msgid "Optional. Service message: auto-delete timer settings changed in the chat" +msgstr "" + +#: of telebot.types.Message:168 +msgid "" +"Optional. The group has been migrated to a supergroup with the specified " +"identifier. This number may have more than 32 significant bits and some " +"programming languages may have difficulty/silent defects in interpreting " +"it. But it has at most 52 significant bits, so a signed 64-bit integer or" +" double-precision float type are safe for storing this identifier." +msgstr "" + +#: of telebot.types.Message:174 +msgid "" +"Optional. The supergroup has been migrated from a group with the " +"specified identifier. This number may have more than 32 significant bits " +"and some programming languages may have difficulty/silent defects in " +"interpreting it. But it has at most 52 significant bits, so a signed " +"64-bit integer or double-precision float type are safe for storing this " +"identifier." +msgstr "" + +#: of telebot.types.Message:180 +msgid "" +"Optional. Specified message was pinned. Note that the Message object in " +"this field will not contain further reply_to_message fields even if it is" +" itself a reply." +msgstr "" + +#: of telebot.types.Message:184 +msgid "" +"Optional. Message is an invoice for a payment, information about the " +"invoice. More about payments »" +msgstr "" + +#: of telebot.types.Message:187 +msgid "" +"Optional. Message is a service message about a successful payment, " +"information about the payment. More about payments »" +msgstr "" + +#: of telebot.types.Message:191 +msgid "" +"Optional. The domain name of the website on which the user has logged in." +" More about Telegram Login »" +msgstr "" + +#: of telebot.types.Message:195 +msgid "Optional. Telegram Passport data" +msgstr "" + +#: of telebot.types.Message:198 +msgid "" +"Optional. Service message. A user in the chat triggered another user's " +"proximity alert while sharing Live Location." +msgstr "" + +#: of telebot.types.Message:202 +msgid "Optional. Service message: forum topic created" +msgstr "" + +#: of telebot.types.Message:205 +msgid "Optional. Service message: forum topic closed" +msgstr "" + +#: of telebot.types.Message:208 +msgid "Optional. Service message: forum topic reopened" +msgstr "" + +#: of telebot.types.Message:211 +msgid "Optional. Service message: video chat scheduled" +msgstr "" + +#: of telebot.types.Message:214 +msgid "Optional. Service message: video chat started" +msgstr "" + +#: of telebot.types.Message:217 +msgid "Optional. Service message: video chat ended" +msgstr "" + +#: of telebot.types.Message:220 +msgid "Optional. Service message: new participants invited to a video chat" +msgstr "" + +#: of telebot.types.Message:223 +msgid "Optional. Service message: data sent by a Web App" +msgstr "" + +#: of telebot.types.Message:226 +msgid "" +"Optional. Inline keyboard attached to the message. login_url buttons are " +"represented as ordinary url buttons." +msgstr "" + +#: of telebot.types.Message:231 +msgid ":class:`telebot.types.Message`" +msgstr "" + +#: of telebot.types.Message.html_caption:1 +msgid "Returns html-rendered caption." +msgstr "" + +#: of telebot.types.Message.html_text:1 +msgid "Returns html-rendered text." +msgstr "" + +#: of telebot.types.Message.parse_chat:1 +msgid "Parses chat." +msgstr "" + +#: of telebot.types.Message.parse_entities:1 +msgid "Parses message entity array." +msgstr "" + +#: of telebot.types.Message.parse_photo:1 +msgid "Parses photo array." +msgstr "" + +#: of telebot.types.MessageAutoDeleteTimerChanged:1 +msgid "" +"This object represents a service message about a change in auto-delete " +"timer settings." +msgstr "" + +#: of telebot.types.MessageAutoDeleteTimerChanged:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#messageautodeletetimerchanged" +msgstr "" + +#: of telebot.types.MessageAutoDeleteTimerChanged:5 +msgid "New auto-delete time for messages in the chat; in seconds" +msgstr "" + +#: of telebot.types.MessageAutoDeleteTimerChanged:9 +msgid ":class:`telebot.types.MessageAutoDeleteTimerChanged`" +msgstr "" + +#: of telebot.types.MessageEntity:1 +msgid "" +"This object represents one special entity in a text message. For example," +" hashtags, usernames, URLs, etc." +msgstr "" + +#: of telebot.types.MessageEntity:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#messageentity" +msgstr "" + +#: of telebot.types.MessageEntity:5 +msgid "" +"Type of the entity. Currently, can be “mention” (@username), “hashtag” " +"(#hashtag), “cashtag” ($USD), “bot_command” (/start@jobs_bot), “url” " +"(https://telegram.org), “email” (do-not-reply@telegram.org), " +"“phone_number” (+1-212-555-0123), “bold” (bold text), “italic” (italic " +"text), “underline” (underlined text), “strikethrough” (strikethrough " +"text), “spoiler” (spoiler message), “code” (monowidth string), “pre” " +"(monowidth block), “text_link” (for clickable text URLs), “text_mention” " +"(for users without usernames), “custom_emoji” (for inline custom emoji " +"stickers)" +msgstr "" + +#: of telebot.types.MessageEntity:13 +msgid "Offset in UTF-16 code units to the start of the entity" +msgstr "" + +#: of telebot.types.MessageEntity:16 +msgid "Length of the entity in UTF-16 code units" +msgstr "" + +#: of telebot.types.MessageEntity:19 +msgid "" +"Optional. For “text_link” only, URL that will be opened after user taps " +"on the text" +msgstr "" + +#: of telebot.types.MessageEntity:22 +msgid "Optional. For “text_mention” only, the mentioned user" +msgstr "" + +#: of telebot.types.MessageEntity:25 +msgid "Optional. For “pre” only, the programming language of the entity text" +msgstr "" + +#: of telebot.types.MessageEntity:28 +msgid "" +"Optional. For “custom_emoji” only, unique identifier of the custom emoji." +" Use get_custom_emoji_stickers to get full information about the sticker." +msgstr "" + +#: of telebot.types.MessageEntity:33 +msgid ":class:`telebot.types.MessageEntity`" +msgstr "" + +#: of telebot.types.MessageEntity.to_list_of_dicts:1 +msgid "Converts a list of MessageEntity objects to a list of dictionaries." +msgstr "" + +#: of telebot.types.MessageID:1 +msgid "This object represents a unique message identifier." +msgstr "" + +#: of telebot.types.MessageID:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#messageid" +msgstr "" + +#: of telebot.types.MessageID:5 +msgid "Unique message identifier" +msgstr "" + +#: of telebot.types.MessageID:9 +msgid ":class:`telebot.types.MessageId`" +msgstr "" + +#: of telebot.types.OrderInfo:1 +msgid "This object represents information about an order." +msgstr "" + +#: of telebot.types.OrderInfo:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#orderinfo" +msgstr "" + +#: of telebot.types.OrderInfo:5 +msgid "Optional. User name" +msgstr "" + +#: of telebot.types.OrderInfo:8 +msgid "Optional. User's phone number" +msgstr "" + +#: of telebot.types.OrderInfo:11 +msgid "Optional. User email" +msgstr "" + +#: of telebot.types.OrderInfo:14 +msgid "Optional. User shipping address" +msgstr "" + +#: of telebot.types.OrderInfo:18 +msgid ":class:`telebot.types.OrderInfo`" +msgstr "" + +#: of telebot.types.PhotoSize:1 +msgid "This object represents one size of a photo or a file / sticker thumbnail." +msgstr "" + +#: of telebot.types.PhotoSize:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#photosize" +msgstr "" + +#: of telebot.types.PhotoSize:12 +msgid "Photo width" +msgstr "" + +#: of telebot.types.PhotoSize:15 +msgid "Photo height" +msgstr "" + +#: of telebot.types.PhotoSize:18 telebot.types.Sticker:46 +#: telebot.types.VideoNote:21 +msgid "Optional. File size in bytes" +msgstr "" + +#: of telebot.types.PhotoSize:22 +msgid ":class:`telebot.types.PhotoSize`" +msgstr "" + +#: of telebot.types.Poll:1 +msgid "This object contains information about a poll." +msgstr "" + +#: of telebot.types.Poll:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#poll" +msgstr "" + +#: of telebot.types.Poll:5 telebot.types.PollAnswer:5 +msgid "Unique poll identifier" +msgstr "" + +#: of telebot.types.Poll:8 +msgid "Poll question, 1-300 characters" +msgstr "" + +#: of telebot.types.Poll:11 +msgid "List of poll options" +msgstr "" + +#: of telebot.types.Poll:14 +msgid "Total number of users that voted in the poll" +msgstr "" + +#: of telebot.types.Poll:17 +msgid "True, if the poll is closed" +msgstr "" + +#: of telebot.types.Poll:20 +msgid "True, if the poll is anonymous" +msgstr "" + +#: of telebot.types.Poll:23 +msgid "Poll type, currently can be “regular” or “quiz”" +msgstr "" + +#: of telebot.types.Poll:26 +msgid "True, if the poll allows multiple answers" +msgstr "" + +#: of telebot.types.Poll:29 +msgid "" +"Optional. 0-based identifier of the correct answer option. Available only" +" for polls in the quiz mode, which are closed, or was sent (not " +"forwarded) by the bot or to the private chat with the bot." +msgstr "" + +#: of telebot.types.Poll:33 +msgid "" +"Optional. Text that is shown when a user chooses an incorrect answer or " +"taps on the lamp icon in a quiz-style poll, 0-200 characters" +msgstr "" + +#: of telebot.types.Poll:37 +msgid "" +"Optional. Special entities like usernames, URLs, bot commands, etc. that " +"appear in the explanation" +msgstr "" + +#: of telebot.types.Poll:41 +msgid "Optional. Amount of time in seconds the poll will be active after creation" +msgstr "" + +#: of telebot.types.Poll:44 +msgid "" +"Optional. Point in time (Unix timestamp) when the poll will be " +"automatically closed" +msgstr "" + +#: of telebot.types.Poll:48 +msgid ":class:`telebot.types.Poll`" +msgstr "" + +#: of telebot.types.Poll.add:1 +msgid "Add an option to the poll." +msgstr "" + +#: of telebot.types.Poll.add:3 +msgid "Option to add" +msgstr "" + +#: of telebot.types.PollAnswer:1 +msgid "This object represents an answer of a user in a non-anonymous poll." +msgstr "" + +#: of telebot.types.PollAnswer:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#pollanswer" +msgstr "" + +#: of telebot.types.PollAnswer:8 +msgid "The user, who changed the answer to the poll" +msgstr "" + +#: of telebot.types.PollAnswer:11 +msgid "" +"0-based identifiers of answer options, chosen by the user. May be empty " +"if the user retracted their vote." +msgstr "" + +#: of telebot.types.PollAnswer:16 +msgid ":class:`telebot.types.PollAnswer`" +msgstr "" + +#: of telebot.types.PollOption:1 +msgid "This object contains information about one answer option in a poll." +msgstr "" + +#: of telebot.types.PollOption:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#polloption" +msgstr "" + +#: of telebot.types.PollOption:5 +msgid "Option text, 1-100 characters" +msgstr "" + +#: of telebot.types.PollOption:8 +msgid "Number of users that voted for this option" +msgstr "" + +#: of telebot.types.PollOption:12 +msgid ":class:`telebot.types.PollOption`" +msgstr "" + +#: of telebot.types.PreCheckoutQuery:1 +msgid "This object contains information about an incoming pre-checkout query." +msgstr "" + +#: of telebot.types.PreCheckoutQuery:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#precheckoutquery" +msgstr "" + +#: of telebot.types.PreCheckoutQuery:5 telebot.types.ShippingQuery:5 +msgid "Unique query identifier" +msgstr "" + +#: of telebot.types.PreCheckoutQuery:8 telebot.types.ShippingQuery:8 +msgid "User who sent the query" +msgstr "" + +#: of telebot.types.PreCheckoutQuery:19 telebot.types.ShippingQuery:11 +#: telebot.types.SuccessfulPayment:13 +msgid "Bot specified invoice payload" +msgstr "" + +#: of telebot.types.PreCheckoutQuery:22 telebot.types.SuccessfulPayment:16 +msgid "Optional. Identifier of the shipping option chosen by the user" +msgstr "" + +#: of telebot.types.PreCheckoutQuery:25 telebot.types.SuccessfulPayment:19 +msgid "Optional. Order information provided by the user" +msgstr "" + +#: of telebot.types.PreCheckoutQuery:29 +msgid ":class:`telebot.types.PreCheckoutQuery`" +msgstr "" + +#: of telebot.types.ProximityAlertTriggered:1 +msgid "" +"This object represents the content of a service message, sent whenever a " +"user in the chat triggers a proximity alert set by another user." +msgstr "" + +#: of telebot.types.ProximityAlertTriggered:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#proximityalerttriggered" +msgstr "" + +#: of telebot.types.ProximityAlertTriggered:5 +msgid "User that triggered the alert" +msgstr "" + +#: of telebot.types.ProximityAlertTriggered:8 +msgid "User that set the alert" +msgstr "" + +#: of telebot.types.ProximityAlertTriggered:11 +msgid "The distance between the users" +msgstr "" + +#: of telebot.types.ProximityAlertTriggered:15 +msgid ":class:`telebot.types.ProximityAlertTriggered`" +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup:1 +msgid "" +"This object represents a custom keyboard with reply options (see " +"Introduction to bots for details and examples)." +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup:3 +msgid "Example on creating ReplyKeyboardMarkup object" +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup:16 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#replykeyboardmarkup" +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup:18 +msgid "" +":obj:`list` of button rows, each represented by an :obj:`list` of " +":class:`telebot.types.KeyboardButton` objects" +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup:22 +msgid "" +"Optional. Requests clients to resize the keyboard vertically for optimal " +"fit (e.g., make the keyboard smaller if there are just two rows of " +"buttons). Defaults to false, in which case the custom keyboard is always " +"of the same height as the app's standard keyboard." +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup:27 +msgid "" +"Optional. Requests clients to hide the keyboard as soon as it's been " +"used. The keyboard will still be available, but clients will " +"automatically display the usual letter-keyboard in the chat - the user " +"can press a special button in the input field to see the custom keyboard " +"again. Defaults to false." +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup:32 +msgid "" +"Optional. The placeholder to be shown in the input field when the " +"keyboard is active; 1-64 characters" +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup:36 +msgid "" +"Optional. Use this parameter if you want to show the keyboard to specific" +" users only. Targets: 1) users that are @mentioned in the text of the " +"Message object; 2) if the bot's message is a reply (has " +"reply_to_message_id), sender of the original message.Example: A user " +"requests to change the bot's language, bot replies to the request with a " +"keyboard to select the new language. Other users in the group don't see " +"the keyboard." +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup:43 +#: telebot.types.ReplyKeyboardMarkup.add:14 +#: telebot.types.ReplyKeyboardMarkup.row:9 +msgid ":class:`telebot.types.ReplyKeyboardMarkup`" +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup.add:1 +msgid "" +"This function adds strings to the keyboard, while not exceeding " +"row_width. E.g. ReplyKeyboardMarkup#add(\"A\", \"B\", \"C\") yields the " +"json result {keyboard: [[\"A\"], [\"B\"], [\"C\"]]} when row_width is set" +" to 1. When row_width is set to 2, the following is the result of this " +"function: {keyboard: [[\"A\", \"B\"], [\"C\"]]} See " +"https://core.telegram.org/bots/api#replykeyboardmarkup" +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup.add:7 +msgid "KeyboardButton to append to the keyboard" +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup.row:1 +msgid "" +"Adds a list of KeyboardButton to the keyboard. This function does not " +"consider row_width. ReplyKeyboardMarkup#row(\"A\")#row(\"B\", " +"\"C\")#to_json() outputs '{keyboard: [[\"A\"], [\"B\", \"C\"]]}' See " +"https://core.telegram.org/bots/api#replykeyboardmarkup" +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup.row:5 +msgid "strings" +msgstr "" + +#: of telebot.types.ReplyKeyboardRemove:1 +msgid "" +"Upon receiving a message with this object, Telegram clients will remove " +"the current custom keyboard and display the default letter-keyboard. By " +"default, custom keyboards are displayed until a new keyboard is sent by a" +" bot. An exception is made for one-time keyboards that are hidden " +"immediately after the user presses a button (see ReplyKeyboardMarkup)." +msgstr "" + +#: of telebot.types.ReplyKeyboardRemove:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#replykeyboardremove" +msgstr "" + +#: of telebot.types.ReplyKeyboardRemove:5 +msgid "" +"Requests clients to remove the custom keyboard (user will not be able to " +"summon this keyboard; if you want to hide the keyboard from sight but " +"keep it accessible, use one_time_keyboard in ReplyKeyboardMarkup) Note " +"that this parameter is set to True by default by the library. You cannot " +"modify it." +msgstr "" + +#: of telebot.types.ReplyKeyboardRemove:11 +msgid "" +"Optional. Use this parameter if you want to remove the keyboard for " +"specific users only. Targets: 1) users that are @mentioned in the text of" +" the Message object; 2) if the bot's message is a reply (has " +"reply_to_message_id), sender of the original message.Example: A user " +"votes in a poll, bot returns confirmation message in reply to the vote " +"and removes the keyboard for that user, while still showing the keyboard " +"with poll options to users who haven't voted yet." +msgstr "" + +#: of telebot.types.ReplyKeyboardRemove:19 +msgid ":class:`telebot.types.ReplyKeyboardRemove`" +msgstr "" + +#: of telebot.types.SentWebAppMessage:1 telebot.types.WebAppData:1 +#: telebot.types.WebAppInfo:1 +msgid "" +"Bases: :py:class:`telebot.types.JsonDeserializable`, " +":py:class:`telebot.types.Dictionaryable`" +msgstr "" + +#: of telebot.types.SentWebAppMessage:1 +msgid "Describes an inline message sent by a Web App on behalf of a user." +msgstr "" + +#: of telebot.types.SentWebAppMessage:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#sentwebappmessage" +msgstr "" + +#: of telebot.types.SentWebAppMessage:5 +msgid "" +"Optional. Identifier of the sent inline message. Available only if there " +"is an inline keyboard attached to the message." +msgstr "" + +#: of telebot.types.SentWebAppMessage:10 +msgid ":class:`telebot.types.SentWebAppMessage`" +msgstr "" + +#: of telebot.types.ShippingAddress:1 +msgid "This object represents a shipping address." +msgstr "" + +#: of telebot.types.ShippingAddress:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#shippingaddress" +msgstr "" + +#: of telebot.types.ShippingAddress:5 +msgid "Two-letter ISO 3166-1 alpha-2 country code" +msgstr "" + +#: of telebot.types.ShippingAddress:8 +msgid "State, if applicable" +msgstr "" + +#: of telebot.types.ShippingAddress:11 +msgid "City" +msgstr "" + +#: of telebot.types.ShippingAddress:14 +msgid "First line for the address" +msgstr "" + +#: of telebot.types.ShippingAddress:17 +msgid "Second line for the address" +msgstr "" + +#: of telebot.types.ShippingAddress:20 +msgid "Address post code" +msgstr "" + +#: of telebot.types.ShippingAddress:24 +msgid ":class:`telebot.types.ShippingAddress`" +msgstr "" + +#: of telebot.types.ShippingOption:1 +msgid "This object represents one shipping option." +msgstr "" + +#: of telebot.types.ShippingOption:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#shippingoption" +msgstr "" + +#: of telebot.types.ShippingOption:5 +msgid "Shipping option identifier" +msgstr "" + +#: of telebot.types.ShippingOption:8 +msgid "Option title" +msgstr "" + +#: of telebot.types.ShippingOption:11 +msgid "List of price portions" +msgstr "" + +#: of telebot.types.ShippingOption:15 +msgid ":class:`telebot.types.ShippingOption`" +msgstr "" + +#: of telebot.types.ShippingOption.add_price:1 +msgid "Add LabeledPrice to ShippingOption" +msgstr "" + +#: of telebot.types.ShippingOption.add_price:3 +msgid "LabeledPrices" +msgstr "" + +#: of telebot.types.ShippingOption.add_price:6 +msgid "None" +msgstr "" + +#: of telebot.types.ShippingQuery:1 +msgid "This object contains information about an incoming shipping query." +msgstr "" + +#: of telebot.types.ShippingQuery:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#shippingquery" +msgstr "" + +#: of telebot.types.ShippingQuery:14 +msgid "User specified shipping address" +msgstr "" + +#: of telebot.types.ShippingQuery:18 +msgid ":class:`telebot.types.ShippingQuery`" +msgstr "" + +#: of telebot.types.Sticker:1 +msgid "This object represents a sticker." +msgstr "" + +#: of telebot.types.Sticker:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#sticker" +msgstr "" + +#: of telebot.types.Sticker:12 +msgid "" +"Type of the sticker, currently one of “regular”, “mask”, “custom_emoji”. " +"The type of the sticker is independent from its format, which is " +"determined by the fields is_animated and is_video." +msgstr "" + +#: of telebot.types.Sticker:16 +msgid "Sticker width" +msgstr "" + +#: of telebot.types.Sticker:19 +msgid "Sticker height" +msgstr "" + +#: of telebot.types.Sticker:22 +msgid "True, if the sticker is animated" +msgstr "" + +#: of telebot.types.Sticker:25 +msgid "True, if the sticker is a video sticker" +msgstr "" + +#: of telebot.types.Sticker:28 +msgid "Optional. Sticker thumbnail in the .WEBP or .JPG format" +msgstr "" + +#: of telebot.types.Sticker:31 +msgid "Optional. Emoji associated with the sticker" +msgstr "" + +#: of telebot.types.Sticker:34 +msgid "Optional. Name of the sticker set to which the sticker belongs" +msgstr "" + +#: of telebot.types.Sticker:37 +msgid "Optional. Premium animation for the sticker, if the sticker is premium" +msgstr "" + +#: of telebot.types.Sticker:40 +msgid "Optional. For mask stickers, the position where the mask should be placed" +msgstr "" + +#: of telebot.types.Sticker:43 +msgid "Optional. For custom emoji stickers, unique identifier of the custom emoji" +msgstr "" + +#: of telebot.types.Sticker:50 +msgid ":class:`telebot.types.Sticker`" +msgstr "" + +#: of telebot.types.StickerSet:1 +msgid "This object represents a sticker set." +msgstr "" + +#: of telebot.types.StickerSet:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#stickerset" +msgstr "" + +#: of telebot.types.StickerSet:5 +msgid "Sticker set name" +msgstr "" + +#: of telebot.types.StickerSet:8 +msgid "Sticker set title" +msgstr "" + +#: of telebot.types.StickerSet:11 +msgid "" +"Type of stickers in the set, currently one of “regular”, “mask”, " +"“custom_emoji”" +msgstr "" + +#: of telebot.types.StickerSet:14 +msgid "True, if the sticker set contains animated stickers" +msgstr "" + +#: of telebot.types.StickerSet:17 +msgid "True, if the sticker set contains video stickers" +msgstr "" + +#: of telebot.types.StickerSet:20 +msgid "" +"True, if the sticker set contains masks. Deprecated since Bot API 6.2, " +"use sticker_type instead." +msgstr "" + +#: of telebot.types.StickerSet:24 +msgid "List of all set stickers" +msgstr "" + +#: of telebot.types.StickerSet:27 +msgid "Optional. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format" +msgstr "" + +#: of telebot.types.StickerSet:31 +msgid ":class:`telebot.types.StickerSet`" +msgstr "" + +#: of telebot.types.StickerSet.contains_masks:1 +msgid "Deprecated since Bot API 6.2, use sticker_type instead." +msgstr "" + +#: of telebot.types.SuccessfulPayment:1 +msgid "This object contains basic information about a successful payment." +msgstr "" + +#: of telebot.types.SuccessfulPayment:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#successfulpayment" +msgstr "" + +#: of telebot.types.SuccessfulPayment:22 +msgid "Telegram payment identifier" +msgstr "" + +#: of telebot.types.SuccessfulPayment:25 +msgid "Provider payment identifier" +msgstr "" + +#: of telebot.types.SuccessfulPayment:29 +msgid ":class:`telebot.types.SuccessfulPayment`" +msgstr "" + +#: of telebot.types.Update:1 +msgid "" +"This object represents an incoming update.At most one of the optional " +"parameters can be present in any given update." +msgstr "" + +#: of telebot.types.Update:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#update" +msgstr "" + +#: of telebot.types.Update:5 +msgid "" +"The update's unique identifier. Update identifiers start from a certain " +"positive number and increase sequentially. This ID becomes especially " +"handy if you're using webhooks, since it allows you to ignore repeated " +"updates or to restore the correct update sequence, should they get out of" +" order. If there are no new updates for at least a week, then identifier " +"of the next update will be chosen randomly instead of sequentially." +msgstr "" + +#: of telebot.types.Update:11 +msgid "Optional. New incoming message of any kind - text, photo, sticker, etc." +msgstr "" + +#: of telebot.types.Update:14 +msgid "Optional. New version of a message that is known to the bot and was edited" +msgstr "" + +#: of telebot.types.Update:17 +msgid "" +"Optional. New incoming channel post of any kind - text, photo, sticker, " +"etc." +msgstr "" + +#: of telebot.types.Update:20 +msgid "" +"Optional. New version of a channel post that is known to the bot and was " +"edited" +msgstr "" + +#: of telebot.types.Update:23 +msgid "Optional. New incoming inline query" +msgstr "" + +#: of telebot.types.Update:26 +msgid "" +"Optional. The result of an inline query that was chosen by a user and " +"sent to their chat partner. Please see our documentation on the feedback " +"collecting for details on how to enable these updates for your bot." +msgstr "" + +#: of telebot.types.Update:31 +msgid "Optional. New incoming callback query" +msgstr "" + +#: of telebot.types.Update:34 +msgid "" +"Optional. New incoming shipping query. Only for invoices with flexible " +"price" +msgstr "" + +#: of telebot.types.Update:37 +msgid "" +"Optional. New incoming pre-checkout query. Contains full information " +"about checkout" +msgstr "" + +#: of telebot.types.Update:41 +msgid "" +"Optional. New poll state. Bots receive only updates about stopped polls " +"and polls, which are sent by the bot" +msgstr "" + +#: of telebot.types.Update:45 +msgid "" +"Optional. A user changed their answer in a non-anonymous poll. Bots " +"receive new votes only in polls that were sent by the bot itself." +msgstr "" + +#: of telebot.types.Update:49 +msgid "" +"Optional. The bot's chat member status was updated in a chat. For private" +" chats, this update is received only when the bot is blocked or unblocked" +" by the user." +msgstr "" + +#: of telebot.types.Update:53 +msgid "" +"Optional. A chat member's status was updated in a chat. The bot must be " +"an administrator in the chat and must explicitly specify “chat_member” in" +" the list of allowed_updates to receive these updates." +msgstr "" + +#: of telebot.types.Update:57 +msgid "" +"Optional. A request to join the chat has been sent. The bot must have the" +" can_invite_users administrator right in the chat to receive these " +"updates." +msgstr "" + +#: of telebot.types.Update:62 +msgid ":class:`telebot.types.Update`" +msgstr "" + +#: of telebot.types.User:1 +msgid "" +"Bases: :py:class:`telebot.types.JsonDeserializable`, " +":py:class:`telebot.types.Dictionaryable`, " +":py:class:`telebot.types.JsonSerializable`" +msgstr "" + +#: of telebot.types.User:1 +msgid "This object represents a Telegram user or bot." +msgstr "" + +#: of telebot.types.User:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#user" +msgstr "" + +#: of telebot.types.User:5 +msgid "" +"Unique identifier for this user or bot. This number may have more than 32" +" significant bits and some programming languages may have " +"difficulty/silent defects in interpreting it. But it has at most 52 " +"significant bits, so a 64-bit integer or double-precision float type are " +"safe for storing this identifier." +msgstr "" + +#: of telebot.types.User:10 +msgid "True, if this user is a bot" +msgstr "" + +#: of telebot.types.User:13 +msgid "User's or bot's first name" +msgstr "" + +#: of telebot.types.User:16 +msgid "Optional. User's or bot's last name" +msgstr "" + +#: of telebot.types.User:19 +msgid "Optional. User's or bot's username" +msgstr "" + +#: of telebot.types.User:22 +msgid "Optional. IETF language tag of the user's language" +msgstr "" + +#: of telebot.types.User:25 +msgid "Optional. :obj:`bool`, if this user is a Telegram Premium user" +msgstr "" + +#: of telebot.types.User:28 +msgid "Optional. :obj:`bool`, if this user added the bot to the attachment menu" +msgstr "" + +#: of telebot.types.User:31 +msgid "" +"Optional. True, if the bot can be invited to groups. Returned only in " +"getMe." +msgstr "" + +#: of telebot.types.User:34 +msgid "" +"Optional. True, if privacy mode is disabled for the bot. Returned only in" +" getMe." +msgstr "" + +#: of telebot.types.User:38 +msgid "" +"Optional. True, if the bot supports inline queries. Returned only in " +"getMe." +msgstr "" + +#: of telebot.types.User:42 +msgid ":class:`telebot.types.User`" +msgstr "" + +#: of telebot.types.User.full_name:1 +msgid "User's full name" +msgstr "" + +#: of telebot.types.User.full_name +msgid "type" +msgstr "" + +#: of telebot.types.User.full_name:3 +msgid "return" +msgstr "" + +#: of telebot.types.UserProfilePhotos:1 +msgid "This object represent a user's profile pictures." +msgstr "" + +#: of telebot.types.UserProfilePhotos:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#userprofilephotos" +msgstr "" + +#: of telebot.types.UserProfilePhotos:5 +msgid "Total number of profile pictures the target user has" +msgstr "" + +#: of telebot.types.UserProfilePhotos:8 +msgid "Requested profile pictures (in up to 4 sizes each)" +msgstr "" + +#: of telebot.types.UserProfilePhotos:12 +msgid ":class:`telebot.types.UserProfilePhotos`" +msgstr "" + +#: of telebot.types.Venue:1 +msgid "This object represents a venue." +msgstr "" + +#: of telebot.types.Venue:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#venue" +msgstr "" + +#: of telebot.types.Venue:5 +msgid "Venue location. Can't be a live location" +msgstr "" + +#: of telebot.types.Venue:14 +msgid "Optional. Foursquare identifier of the venue" +msgstr "" + +#: of telebot.types.Venue:17 +msgid "" +"Optional. Foursquare type of the venue. (For example, " +"“arts_entertainment/default”, “arts_entertainment/aquarium” or " +"“food/icecream”.)" +msgstr "" + +#: of telebot.types.Venue:28 +msgid ":class:`telebot.types.Venue`" +msgstr "" + +#: of telebot.types.Video:1 +msgid "This object represents a video file." +msgstr "" + +#: of telebot.types.Video:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#video" +msgstr "" + +#: of telebot.types.Video:21 telebot.types.VideoNote:18 +msgid "Optional. Video thumbnail" +msgstr "" + +#: of telebot.types.Video:36 +msgid ":class:`telebot.types.Video`" +msgstr "" + +#: of telebot.types.VideoChatEnded:1 +msgid "" +"This object represents a service message about a video chat ended in the " +"chat." +msgstr "" + +#: of telebot.types.VideoChatEnded:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#videochatended" +msgstr "" + +#: of telebot.types.VideoChatEnded:5 +msgid "Video chat duration in seconds" +msgstr "" + +#: of telebot.types.VideoChatEnded:9 +msgid ":class:`telebot.types.VideoChatEnded`" +msgstr "" + +#: of telebot.types.VideoChatParticipantsInvited:1 +msgid "" +"This object represents a service message about new members invited to a " +"video chat." +msgstr "" + +#: of telebot.types.VideoChatParticipantsInvited:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#videochatparticipantsinvited" +msgstr "" + +#: of telebot.types.VideoChatParticipantsInvited:5 +msgid "New members that were invited to the video chat" +msgstr "" + +#: of telebot.types.VideoChatParticipantsInvited:9 +msgid ":class:`telebot.types.VideoChatParticipantsInvited`" +msgstr "" + +#: of telebot.types.VideoChatScheduled:1 +msgid "" +"This object represents a service message about a video chat scheduled in " +"the chat." +msgstr "" + +#: of telebot.types.VideoChatScheduled:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#videochatscheduled" +msgstr "" + +#: of telebot.types.VideoChatScheduled:5 +msgid "" +"Point in time (Unix timestamp) when the video chat is supposed to be " +"started by a chat administrator" +msgstr "" + +#: of telebot.types.VideoChatScheduled:10 +msgid ":class:`telebot.types.VideoChatScheduled`" +msgstr "" + +#: of telebot.types.VideoChatStarted:1 +msgid "" +"This object represents a service message about a video chat started in " +"the chat. Currently holds no information." +msgstr "" + +#: of telebot.types.VideoNote:1 +msgid "" +"This object represents a video message (available in Telegram apps as of " +"v.4.0)." +msgstr "" + +#: of telebot.types.VideoNote:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#videonote" +msgstr "" + +#: of telebot.types.VideoNote:12 +msgid "" +"Video width and height (diameter of the video message) as defined by " +"sender" +msgstr "" + +#: of telebot.types.VideoNote:25 +msgid ":class:`telebot.types.VideoNote`" +msgstr "" + +#: of telebot.types.Voice:1 +msgid "This object represents a voice note." +msgstr "" + +#: of telebot.types.Voice:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#voice" +msgstr "" + +#: of telebot.types.Voice:24 +msgid ":class:`telebot.types.Voice`" +msgstr "" + +#: of telebot.types.VoiceChatEnded:1 +msgid "Bases: :py:class:`telebot.types.VideoChatEnded`" +msgstr "" + +#: of telebot.types.VoiceChatEnded:1 +msgid "Deprecated, use :class:`VideoChatEnded` instead." +msgstr "" + +#: of telebot.types.VoiceChatParticipantsInvited:1 +msgid "Bases: :py:class:`telebot.types.VideoChatParticipantsInvited`" +msgstr "" + +#: of telebot.types.VoiceChatParticipantsInvited:1 +msgid "Deprecated, use :class:`VideoChatParticipantsInvited` instead." +msgstr "" + +#: of telebot.types.VoiceChatScheduled:1 +msgid "Bases: :py:class:`telebot.types.VideoChatScheduled`" +msgstr "" + +#: of telebot.types.VoiceChatScheduled:1 +msgid "Deprecated, use :class:`VideoChatScheduled` instead." +msgstr "" + +#: of telebot.types.VoiceChatStarted:1 +msgid "Bases: :py:class:`telebot.types.VideoChatStarted`" +msgstr "" + +#: of telebot.types.VoiceChatStarted:1 +msgid "Deprecated, use :class:`VideoChatStarted` instead." +msgstr "" + +#: of telebot.types.WebAppData:1 +msgid "Describes data sent from a Web App to the bot." +msgstr "" + +#: of telebot.types.WebAppData:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#webappdata" +msgstr "" + +#: of telebot.types.WebAppData:5 +msgid "" +"The data. Be aware that a bad client can send arbitrary data in this " +"field." +msgstr "" + +#: of telebot.types.WebAppData:8 +msgid "" +"Text of the web_app keyboard button from which the Web App was opened. Be" +" aware that a bad client can send arbitrary data in this field." +msgstr "" + +#: of telebot.types.WebAppData:13 +msgid ":class:`telebot.types.WebAppData`" +msgstr "" + +#: of telebot.types.WebAppInfo:1 +msgid "Describes a Web App." +msgstr "" + +#: of telebot.types.WebAppInfo:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#webappinfo" +msgstr "" + +#: of telebot.types.WebAppInfo:5 +msgid "" +"An HTTPS URL of a Web App to be opened with additional data as specified " +"in Initializing Web Apps" +msgstr "" + +#: of telebot.types.WebAppInfo:9 +msgid ":class:`telebot.types.WebAppInfo`" +msgstr "" + +#: of telebot.types.WebhookInfo:1 +msgid "Describes the current status of a webhook." +msgstr "" + +#: of telebot.types.WebhookInfo:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#webhookinfo" +msgstr "" + +#: of telebot.types.WebhookInfo:5 +msgid "Webhook URL, may be empty if webhook is not set up" +msgstr "" + +#: of telebot.types.WebhookInfo:8 +msgid "True, if a custom certificate was provided for webhook certificate checks" +msgstr "" + +#: of telebot.types.WebhookInfo:11 +msgid "Number of updates awaiting delivery" +msgstr "" + +#: of telebot.types.WebhookInfo:14 +msgid "Optional. Currently used webhook IP address" +msgstr "" + +#: of telebot.types.WebhookInfo:17 +msgid "" +"Optional. Unix time for the most recent error that happened when trying " +"to deliver an update via webhook" +msgstr "" + +#: of telebot.types.WebhookInfo:21 +msgid "" +"Optional. Error message in human-readable format for the most recent " +"error that happened when trying to deliver an update via webhook" +msgstr "" + +#: of telebot.types.WebhookInfo:25 +msgid "" +"Optional. Unix time of the most recent error that happened when trying to" +" synchronize available updates with Telegram datacenters" +msgstr "" + +#: of telebot.types.WebhookInfo:29 +msgid "" +"Optional. The maximum allowed number of simultaneous HTTPS connections to" +" the webhook for update delivery" +msgstr "" + +#: of telebot.types.WebhookInfo:33 +msgid "" +"Optional. A list of update types the bot is subscribed to. Defaults to " +"all update types except chat_member" +msgstr "" + +#: of telebot.types.WebhookInfo:38 +msgid ":class:`telebot.types.WebhookInfo`" +msgstr "" + diff --git a/docs/source/locales/en/LC_MESSAGES/util.po b/docs/source/locales/en/LC_MESSAGES/util.po new file mode 100644 index 0000000..afba839 --- /dev/null +++ b/docs/source/locales/en/LC_MESSAGES/util.po @@ -0,0 +1,345 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2022, coder2020official +# This file is distributed under the same license as the pyTelegramBotAPI +# Documentation package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: pyTelegramBotAPI Documentation \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-29 14:44+0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../util.rst:3 +msgid "Utils" +msgstr "" + +#: ../../util.rst:5 +msgid "Utils in pyTelegramBotAPI" +msgstr "" + +#: ../../util.rst:5 +msgid "ptba, pytba, pyTelegramBotAPI, utils, guide" +msgstr "" + +#: ../../util.rst:11 +msgid "util file" +msgstr "" + +#: of telebot.util.antiflood:1 +msgid "" +"Use this function inside loops in order to avoid getting TooManyRequests " +"error. Example:" +msgstr "" + +#: of telebot.util.antiflood telebot.util.escape telebot.util.extract_arguments +#: telebot.util.extract_command telebot.util.is_bytes telebot.util.is_command +#: telebot.util.is_dict telebot.util.is_pil_image +#: telebot.util.parse_web_app_data telebot.util.quick_markup +#: telebot.util.smart_split telebot.util.split_string telebot.util.user_link +#: telebot.util.validate_web_app_data telebot.util.webhook_google_functions +msgid "Parameters" +msgstr "" + +#: of telebot.util.antiflood:10 +msgid "The function to call" +msgstr "" + +#: of telebot.util.antiflood:13 +msgid "The arguments to pass to the function" +msgstr "" + +#: of telebot.util.antiflood:16 +msgid "The keyword arguments to pass to the function" +msgstr "" + +#: of telebot.util.antiflood telebot.util.escape telebot.util.extract_arguments +#: telebot.util.extract_command telebot.util.generate_random_token +#: telebot.util.is_bytes telebot.util.is_command telebot.util.is_dict +#: telebot.util.is_pil_image telebot.util.parse_web_app_data +#: telebot.util.quick_markup telebot.util.smart_split telebot.util.split_string +#: telebot.util.user_link telebot.util.validate_web_app_data +#: telebot.util.webhook_google_functions +msgid "Returns" +msgstr "" + +#: of telebot.util.antiflood:19 +msgid "None" +msgstr "" + +#: of telebot.util.chunks:1 +msgid "Yield successive n-sized chunks from lst." +msgstr "" + +#: ../../docstring of telebot.util.content_type_media:1 +msgid "Contains all media content types." +msgstr "" + +#: ../../docstring of telebot.util.content_type_service:1 +msgid "Contains all service content types such as `User joined the group`." +msgstr "" + +#: of telebot.util.escape:1 +msgid "" +"Replaces the following chars in `text` ('&' with '&', '<' with '<'" +" and '>' with '>')." +msgstr "" + +#: of telebot.util.escape:3 +msgid "the text to escape" +msgstr "" + +#: of telebot.util.escape:4 +msgid "the escaped text" +msgstr "" + +#: of telebot.util.extract_arguments:1 +msgid "Returns the argument after the command." +msgstr "" + +#: of telebot.util.extract_arguments:3 telebot.util.extract_command:4 +msgid "Examples:" +msgstr "" + +#: of telebot.util.extract_arguments:10 +msgid "String to extract the arguments from a command" +msgstr "" + +#: of telebot.util.extract_arguments:13 +msgid "the arguments if `text` is a command (according to is_command), else None." +msgstr "" + +#: of telebot.util.extract_arguments telebot.util.extract_command +#: telebot.util.generate_random_token telebot.util.is_bytes +#: telebot.util.is_command telebot.util.is_dict telebot.util.is_pil_image +#: telebot.util.quick_markup telebot.util.smart_split telebot.util.split_string +#: telebot.util.user_link +msgid "Return type" +msgstr "" + +#: of telebot.util.extract_arguments:14 telebot.util.extract_command:16 +msgid ":obj:`str` or :obj:`None`" +msgstr "" + +#: of telebot.util.extract_command:1 +msgid "" +"Extracts the command from `text` (minus the '/') if `text` is a command " +"(see is_command). If `text` is not a command, this function returns None." +msgstr "" + +#: of telebot.util.extract_command:12 +msgid "String to extract the command from" +msgstr "" + +#: of telebot.util.extract_command:15 +msgid "the command if `text` is a command (according to is_command), else None." +msgstr "" + +#: of telebot.util.generate_random_token:1 +msgid "" +"Generates a random token consisting of letters and digits, 16 characters " +"long." +msgstr "" + +#: of telebot.util.generate_random_token:3 +msgid "a random token" +msgstr "" + +#: of telebot.util.generate_random_token:4 telebot.util.user_link:22 +msgid ":obj:`str`" +msgstr "" + +#: of telebot.util.is_bytes:1 +msgid "Returns True if the given object is a bytes object." +msgstr "" + +#: of telebot.util.is_bytes:3 telebot.util.is_dict:3 +#: telebot.util.is_pil_image:3 +msgid "object to be checked" +msgstr "" + +#: of telebot.util.is_bytes:6 +msgid "True if the given object is a bytes object." +msgstr "" + +#: of telebot.util.is_bytes:7 telebot.util.is_command:7 telebot.util.is_dict:7 +#: telebot.util.is_pil_image:7 +msgid ":obj:`bool`" +msgstr "" + +#: of telebot.util.is_command:1 +msgid "" +"Checks if `text` is a command. Telegram chat commands start with the '/' " +"character." +msgstr "" + +#: of telebot.util.is_command:3 +msgid "Text to check." +msgstr "" + +#: of telebot.util.is_command:6 +msgid "True if `text` is a command, else False." +msgstr "" + +#: of telebot.util.is_dict:1 +msgid "Returns True if the given object is a dictionary." +msgstr "" + +#: of telebot.util.is_dict:6 +msgid "True if the given object is a dictionary." +msgstr "" + +#: of telebot.util.is_pil_image:1 +msgid "Returns True if the given object is a PIL.Image.Image object." +msgstr "" + +#: of telebot.util.is_pil_image:6 +msgid "True if the given object is a PIL.Image.Image object." +msgstr "" + +#: of telebot.util.is_string:1 +msgid "Returns True if the given object is a string." +msgstr "" + +#: of telebot.util.parse_web_app_data:1 +msgid "Parses web app data." +msgstr "" + +#: of telebot.util.parse_web_app_data:3 telebot.util.validate_web_app_data:3 +msgid "The bot token" +msgstr "" + +#: of telebot.util.parse_web_app_data:6 telebot.util.validate_web_app_data:6 +msgid "The raw init data" +msgstr "" + +#: of telebot.util.parse_web_app_data:9 telebot.util.validate_web_app_data:9 +msgid "The parsed init data" +msgstr "" + +#: of telebot.util.quick_markup:1 +msgid "" +"Returns a reply markup from a dict in this format: {'text': kwargs} This " +"is useful to avoid always typing 'btn1 = InlineKeyboardButton(...)' 'btn2" +" = InlineKeyboardButton(...)'" +msgstr "" + +#: of telebot.util.quick_markup:4 telebot.util.user_link:5 +msgid "Example:" +msgstr "" + +#: of telebot.util.quick_markup:6 +msgid "Using quick_markup:" +msgstr "" + +#: of telebot.util.quick_markup:29 +msgid "" +"a dict containing all buttons to create in this format: {text: kwargs} " +"{str:}" +msgstr "" + +#: of telebot.util.quick_markup:32 +msgid "int row width" +msgstr "" + +#: of telebot.util.quick_markup:35 +msgid "InlineKeyboardMarkup" +msgstr "" + +#: of telebot.util.quick_markup:36 +msgid ":obj:`types.InlineKeyboardMarkup`" +msgstr "" + +#: of telebot.util.smart_split:1 +msgid "" +"Splits one string into multiple strings, with a maximum amount of " +"`chars_per_string` characters per string. This is very useful for " +"splitting one giant message into multiples. If `chars_per_string` > 4096:" +" `chars_per_string` = 4096. Splits by '\\n', '. ' or ' ' in exactly this " +"priority." +msgstr "" + +#: of telebot.util.smart_split:6 telebot.util.split_string:4 +msgid "The text to split" +msgstr "" + +#: of telebot.util.smart_split:9 +msgid "The number of maximum characters per part the text is split to." +msgstr "" + +#: of telebot.util.smart_split:12 telebot.util.split_string:10 +msgid "The splitted text as a list of strings." +msgstr "" + +#: of telebot.util.smart_split:13 telebot.util.split_string:11 +msgid ":obj:`list` of :obj:`str`" +msgstr "" + +#: of telebot.util.split_string:1 +msgid "" +"Splits one string into multiple strings, with a maximum amount of " +"`chars_per_string` characters per string. This is very useful for " +"splitting one giant message into multiples." +msgstr "" + +#: of telebot.util.split_string:7 +msgid "The number of characters per line the text is split into." +msgstr "" + +#: ../../docstring of telebot.util.update_types:1 +msgid "All update types, should be used for allowed_updates parameter in polling." +msgstr "" + +#: of telebot.util.user_link:1 +msgid "" +"Returns an HTML user link. This is useful for reports. Attention: Don't " +"forget to set parse_mode to 'HTML'!" +msgstr "" + +#: of telebot.util.user_link:11 +msgid "" +"You can use formatting.* for all other formatting options(bold, italic, " +"links, and etc.) This method is kept for backward compatibility, and it " +"is recommended to use formatting.* for more options." +msgstr "" + +#: of telebot.util.user_link:15 +msgid "the user (not the user_id)" +msgstr "" + +#: of telebot.util.user_link:18 +msgid "include the user_id" +msgstr "" + +#: of telebot.util.user_link:21 +msgid "HTML user link" +msgstr "" + +#: of telebot.util.validate_web_app_data:1 +msgid "Validates web app data." +msgstr "" + +#: of telebot.util.webhook_google_functions:1 +msgid "A webhook endpoint for Google Cloud Functions FaaS." +msgstr "" + +#: of telebot.util.webhook_google_functions:3 +msgid "The bot instance" +msgstr "" + +#: of telebot.util.webhook_google_functions:6 +msgid "The request object" +msgstr "" + +#: of telebot.util.webhook_google_functions:9 +msgid "The response object" +msgstr "" + diff --git a/docs/source/locales/ru/LC_MESSAGES/async_version.po b/docs/source/locales/ru/LC_MESSAGES/async_version.po new file mode 100644 index 0000000..f731d31 --- /dev/null +++ b/docs/source/locales/ru/LC_MESSAGES/async_version.po @@ -0,0 +1,4805 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2022, coder2020official +# This file is distributed under the same license as the pyTelegramBotAPI +# Documentation package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: pyTelegramBotAPI Documentation \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-29 14:44+0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../async_version/index.rst:3 +msgid "AsyncTeleBot" +msgstr "" + +#: ../../async_version/index.rst:6 +msgid "Asynchronous pyTelegramBotAPI" +msgstr "" + +#: ../../async_version/index.rst:6 +msgid "ptba, pytba, pyTelegramBotAPI, asynctelebot, documentation" +msgstr "" + +#: ../../async_version/index.rst:12 +msgid "AsyncTeleBot methods" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:1 +#: telebot.async_telebot.ExceptionHandler:1 telebot.async_telebot.Handler:1 +#: telebot.asyncio_filters.TextFilter:1 +#: telebot.asyncio_handler_backends.BaseMiddleware:1 +#: telebot.asyncio_handler_backends.CancelUpdate:1 +#: telebot.asyncio_handler_backends.ContinueHandling:1 +#: telebot.asyncio_handler_backends.SkipHandler:1 +#: telebot.asyncio_handler_backends.State:1 +#: telebot.asyncio_handler_backends.StatesGroup:1 +#: telebot.ext.aio.webhooks.AsyncWebhookListener:1 +msgid "Bases: :py:class:`object`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:1 +msgid "This is the main asynchronous class for Bot." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:3 +msgid "It allows you to add handlers for different kind of updates." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:5 +msgid "Usage:" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:7 +msgid "Using asynchronous implementation of TeleBot." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:16 +msgid "" +"See more examples in examples/ directory: " +"https://github.com/eternnoir/pyTelegramBotAPI/tree/master/examples" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:21 +msgid "Install coloredlogs module to specify colorful_logs=True" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot +#: telebot.async_telebot.AsyncTeleBot.add_custom_filter +#: telebot.async_telebot.AsyncTeleBot.add_data +#: telebot.async_telebot.AsyncTeleBot.add_sticker_to_set +#: telebot.async_telebot.AsyncTeleBot.answer_callback_query +#: telebot.async_telebot.AsyncTeleBot.answer_inline_query +#: telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query +#: telebot.async_telebot.AsyncTeleBot.answer_shipping_query +#: telebot.async_telebot.AsyncTeleBot.answer_web_app_query +#: telebot.async_telebot.AsyncTeleBot.approve_chat_join_request +#: telebot.async_telebot.AsyncTeleBot.ban_chat_member +#: telebot.async_telebot.AsyncTeleBot.ban_chat_sender_chat +#: telebot.async_telebot.AsyncTeleBot.callback_query_handler +#: telebot.async_telebot.AsyncTeleBot.channel_post_handler +#: telebot.async_telebot.AsyncTeleBot.chat_join_request_handler +#: telebot.async_telebot.AsyncTeleBot.chat_member_handler +#: telebot.async_telebot.AsyncTeleBot.chosen_inline_handler +#: telebot.async_telebot.AsyncTeleBot.close_forum_topic +#: telebot.async_telebot.AsyncTeleBot.copy_message +#: telebot.async_telebot.AsyncTeleBot.create_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.create_forum_topic +#: telebot.async_telebot.AsyncTeleBot.create_invoice_link +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set +#: telebot.async_telebot.AsyncTeleBot.decline_chat_join_request +#: telebot.async_telebot.AsyncTeleBot.delete_chat_photo +#: telebot.async_telebot.AsyncTeleBot.delete_chat_sticker_set +#: telebot.async_telebot.AsyncTeleBot.delete_forum_topic +#: telebot.async_telebot.AsyncTeleBot.delete_message +#: telebot.async_telebot.AsyncTeleBot.delete_my_commands +#: telebot.async_telebot.AsyncTeleBot.delete_state +#: telebot.async_telebot.AsyncTeleBot.delete_sticker_from_set +#: telebot.async_telebot.AsyncTeleBot.delete_webhook +#: telebot.async_telebot.AsyncTeleBot.download_file +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.edit_forum_topic +#: telebot.async_telebot.AsyncTeleBot.edit_message_caption +#: telebot.async_telebot.AsyncTeleBot.edit_message_live_location +#: telebot.async_telebot.AsyncTeleBot.edit_message_media +#: telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup +#: telebot.async_telebot.AsyncTeleBot.edit_message_text +#: telebot.async_telebot.AsyncTeleBot.edited_channel_post_handler +#: telebot.async_telebot.AsyncTeleBot.edited_message_handler +#: telebot.async_telebot.AsyncTeleBot.enable_saving_states +#: telebot.async_telebot.AsyncTeleBot.export_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.forward_message +#: telebot.async_telebot.AsyncTeleBot.get_chat +#: telebot.async_telebot.AsyncTeleBot.get_chat_administrators +#: telebot.async_telebot.AsyncTeleBot.get_chat_member +#: telebot.async_telebot.AsyncTeleBot.get_chat_member_count +#: telebot.async_telebot.AsyncTeleBot.get_chat_menu_button +#: telebot.async_telebot.AsyncTeleBot.get_custom_emoji_stickers +#: telebot.async_telebot.AsyncTeleBot.get_file +#: telebot.async_telebot.AsyncTeleBot.get_file_url +#: telebot.async_telebot.AsyncTeleBot.get_game_high_scores +#: telebot.async_telebot.AsyncTeleBot.get_my_commands +#: telebot.async_telebot.AsyncTeleBot.get_my_default_administrator_rights +#: telebot.async_telebot.AsyncTeleBot.get_state +#: telebot.async_telebot.AsyncTeleBot.get_sticker_set +#: telebot.async_telebot.AsyncTeleBot.get_updates +#: telebot.async_telebot.AsyncTeleBot.get_user_profile_photos +#: telebot.async_telebot.AsyncTeleBot.get_webhook_info +#: telebot.async_telebot.AsyncTeleBot.infinity_polling +#: telebot.async_telebot.AsyncTeleBot.inline_handler +#: telebot.async_telebot.AsyncTeleBot.leave_chat +#: telebot.async_telebot.AsyncTeleBot.message_handler +#: telebot.async_telebot.AsyncTeleBot.my_chat_member_handler +#: telebot.async_telebot.AsyncTeleBot.pin_chat_message +#: telebot.async_telebot.AsyncTeleBot.poll_answer_handler +#: telebot.async_telebot.AsyncTeleBot.poll_handler +#: telebot.async_telebot.AsyncTeleBot.polling +#: telebot.async_telebot.AsyncTeleBot.pre_checkout_query_handler +#: telebot.async_telebot.AsyncTeleBot.process_new_updates +#: telebot.async_telebot.AsyncTeleBot.promote_chat_member +#: telebot.async_telebot.AsyncTeleBot.register_callback_query_handler +#: telebot.async_telebot.AsyncTeleBot.register_channel_post_handler +#: telebot.async_telebot.AsyncTeleBot.register_chat_join_request_handler +#: telebot.async_telebot.AsyncTeleBot.register_chat_member_handler +#: telebot.async_telebot.AsyncTeleBot.register_chosen_inline_handler +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler +#: telebot.async_telebot.AsyncTeleBot.register_inline_handler +#: telebot.async_telebot.AsyncTeleBot.register_message_handler +#: telebot.async_telebot.AsyncTeleBot.register_my_chat_member_handler +#: telebot.async_telebot.AsyncTeleBot.register_poll_answer_handler +#: telebot.async_telebot.AsyncTeleBot.register_poll_handler +#: telebot.async_telebot.AsyncTeleBot.register_pre_checkout_query_handler +#: telebot.async_telebot.AsyncTeleBot.register_shipping_query_handler +#: telebot.async_telebot.AsyncTeleBot.reopen_forum_topic +#: telebot.async_telebot.AsyncTeleBot.reply_to +#: telebot.async_telebot.AsyncTeleBot.reset_data +#: telebot.async_telebot.AsyncTeleBot.restrict_chat_member +#: telebot.async_telebot.AsyncTeleBot.retrieve_data +#: telebot.async_telebot.AsyncTeleBot.revoke_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.run_webhooks +#: telebot.async_telebot.AsyncTeleBot.send_animation +#: telebot.async_telebot.AsyncTeleBot.send_audio +#: telebot.async_telebot.AsyncTeleBot.send_chat_action +#: telebot.async_telebot.AsyncTeleBot.send_contact +#: telebot.async_telebot.AsyncTeleBot.send_dice +#: telebot.async_telebot.AsyncTeleBot.send_document +#: telebot.async_telebot.AsyncTeleBot.send_game +#: telebot.async_telebot.AsyncTeleBot.send_invoice +#: telebot.async_telebot.AsyncTeleBot.send_location +#: telebot.async_telebot.AsyncTeleBot.send_media_group +#: telebot.async_telebot.AsyncTeleBot.send_message +#: telebot.async_telebot.AsyncTeleBot.send_photo +#: telebot.async_telebot.AsyncTeleBot.send_poll +#: telebot.async_telebot.AsyncTeleBot.send_sticker +#: telebot.async_telebot.AsyncTeleBot.send_venue +#: telebot.async_telebot.AsyncTeleBot.send_video +#: telebot.async_telebot.AsyncTeleBot.send_video_note +#: telebot.async_telebot.AsyncTeleBot.send_voice +#: telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title +#: telebot.async_telebot.AsyncTeleBot.set_chat_description +#: telebot.async_telebot.AsyncTeleBot.set_chat_menu_button +#: telebot.async_telebot.AsyncTeleBot.set_chat_permissions +#: telebot.async_telebot.AsyncTeleBot.set_chat_photo +#: telebot.async_telebot.AsyncTeleBot.set_chat_sticker_set +#: telebot.async_telebot.AsyncTeleBot.set_chat_title +#: telebot.async_telebot.AsyncTeleBot.set_game_score +#: telebot.async_telebot.AsyncTeleBot.set_my_commands +#: telebot.async_telebot.AsyncTeleBot.set_my_default_administrator_rights +#: telebot.async_telebot.AsyncTeleBot.set_state +#: telebot.async_telebot.AsyncTeleBot.set_sticker_position_in_set +#: telebot.async_telebot.AsyncTeleBot.set_sticker_set_thumb +#: telebot.async_telebot.AsyncTeleBot.set_update_listener +#: telebot.async_telebot.AsyncTeleBot.set_webhook +#: telebot.async_telebot.AsyncTeleBot.setup_middleware +#: telebot.async_telebot.AsyncTeleBot.shipping_query_handler +#: telebot.async_telebot.AsyncTeleBot.stop_message_live_location +#: telebot.async_telebot.AsyncTeleBot.stop_poll +#: telebot.async_telebot.AsyncTeleBot.unban_chat_member +#: telebot.async_telebot.AsyncTeleBot.unban_chat_sender_chat +#: telebot.async_telebot.AsyncTeleBot.unpin_all_chat_messages +#: telebot.async_telebot.AsyncTeleBot.unpin_all_forum_topic_messages +#: telebot.async_telebot.AsyncTeleBot.unpin_chat_message +#: telebot.async_telebot.AsyncTeleBot.upload_sticker_file +#: telebot.asyncio_filters.TextFilter +msgid "Parameters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:24 +msgid "Token of a bot, obtained from @BotFather" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:27 +msgid "Default parse mode, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:30 +msgid "Offset used in get_updates, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:33 +msgid "" +"Exception handler, which will handle the exception occured, defaults to " +"None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:36 +msgid "Storage for states, defaults to StateMemoryStorage()" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:39 +msgid "Default value for disable_web_page_preview, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:42 +msgid "Default value for disable_notification, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:45 +msgid "Default value for protect_content, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:48 +msgid "Default value for allow_sending_without_reply, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot:51 +msgid "Outputs colorful logs" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_custom_filter:1 +msgid "Create custom filter." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_custom_filter:3 +msgid "Example on checking the text of a message" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_custom_filter:12 +msgid "Class with check(message) method." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_custom_filter +#: telebot.async_telebot.AsyncTeleBot.add_data +#: telebot.async_telebot.AsyncTeleBot.add_sticker_to_set +#: telebot.async_telebot.AsyncTeleBot.answer_callback_query +#: telebot.async_telebot.AsyncTeleBot.answer_inline_query +#: telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query +#: telebot.async_telebot.AsyncTeleBot.answer_shipping_query +#: telebot.async_telebot.AsyncTeleBot.answer_web_app_query +#: telebot.async_telebot.AsyncTeleBot.approve_chat_join_request +#: telebot.async_telebot.AsyncTeleBot.ban_chat_member +#: telebot.async_telebot.AsyncTeleBot.ban_chat_sender_chat +#: telebot.async_telebot.AsyncTeleBot.callback_query_handler +#: telebot.async_telebot.AsyncTeleBot.channel_post_handler +#: telebot.async_telebot.AsyncTeleBot.chat_join_request_handler +#: telebot.async_telebot.AsyncTeleBot.chat_member_handler +#: telebot.async_telebot.AsyncTeleBot.chosen_inline_handler +#: telebot.async_telebot.AsyncTeleBot.close +#: telebot.async_telebot.AsyncTeleBot.close_forum_topic +#: telebot.async_telebot.AsyncTeleBot.copy_message +#: telebot.async_telebot.AsyncTeleBot.create_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.create_forum_topic +#: telebot.async_telebot.AsyncTeleBot.create_invoice_link +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set +#: telebot.async_telebot.AsyncTeleBot.decline_chat_join_request +#: telebot.async_telebot.AsyncTeleBot.delete_chat_photo +#: telebot.async_telebot.AsyncTeleBot.delete_chat_sticker_set +#: telebot.async_telebot.AsyncTeleBot.delete_forum_topic +#: telebot.async_telebot.AsyncTeleBot.delete_message +#: telebot.async_telebot.AsyncTeleBot.delete_my_commands +#: telebot.async_telebot.AsyncTeleBot.delete_state +#: telebot.async_telebot.AsyncTeleBot.delete_sticker_from_set +#: telebot.async_telebot.AsyncTeleBot.delete_webhook +#: telebot.async_telebot.AsyncTeleBot.download_file +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.edit_forum_topic +#: telebot.async_telebot.AsyncTeleBot.edit_message_caption +#: telebot.async_telebot.AsyncTeleBot.edit_message_live_location +#: telebot.async_telebot.AsyncTeleBot.edit_message_media +#: telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup +#: telebot.async_telebot.AsyncTeleBot.edit_message_text +#: telebot.async_telebot.AsyncTeleBot.edited_channel_post_handler +#: telebot.async_telebot.AsyncTeleBot.edited_message_handler +#: telebot.async_telebot.AsyncTeleBot.export_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.forward_message +#: telebot.async_telebot.AsyncTeleBot.get_chat +#: telebot.async_telebot.AsyncTeleBot.get_chat_administrators +#: telebot.async_telebot.AsyncTeleBot.get_chat_member +#: telebot.async_telebot.AsyncTeleBot.get_chat_member_count +#: telebot.async_telebot.AsyncTeleBot.get_chat_menu_button +#: telebot.async_telebot.AsyncTeleBot.get_custom_emoji_stickers +#: telebot.async_telebot.AsyncTeleBot.get_file +#: telebot.async_telebot.AsyncTeleBot.get_file_url +#: telebot.async_telebot.AsyncTeleBot.get_forum_topic_icon_stickers +#: telebot.async_telebot.AsyncTeleBot.get_game_high_scores +#: telebot.async_telebot.AsyncTeleBot.get_my_commands +#: telebot.async_telebot.AsyncTeleBot.get_my_default_administrator_rights +#: telebot.async_telebot.AsyncTeleBot.get_state +#: telebot.async_telebot.AsyncTeleBot.get_sticker_set +#: telebot.async_telebot.AsyncTeleBot.get_updates +#: telebot.async_telebot.AsyncTeleBot.get_user_profile_photos +#: telebot.async_telebot.AsyncTeleBot.get_webhook_info +#: telebot.async_telebot.AsyncTeleBot.infinity_polling +#: telebot.async_telebot.AsyncTeleBot.inline_handler +#: telebot.async_telebot.AsyncTeleBot.leave_chat +#: telebot.async_telebot.AsyncTeleBot.log_out +#: telebot.async_telebot.AsyncTeleBot.message_handler +#: telebot.async_telebot.AsyncTeleBot.my_chat_member_handler +#: telebot.async_telebot.AsyncTeleBot.pin_chat_message +#: telebot.async_telebot.AsyncTeleBot.poll_answer_handler +#: telebot.async_telebot.AsyncTeleBot.poll_handler +#: telebot.async_telebot.AsyncTeleBot.polling +#: telebot.async_telebot.AsyncTeleBot.pre_checkout_query_handler +#: telebot.async_telebot.AsyncTeleBot.process_new_updates +#: telebot.async_telebot.AsyncTeleBot.promote_chat_member +#: telebot.async_telebot.AsyncTeleBot.register_callback_query_handler +#: telebot.async_telebot.AsyncTeleBot.register_channel_post_handler +#: telebot.async_telebot.AsyncTeleBot.register_chat_join_request_handler +#: telebot.async_telebot.AsyncTeleBot.register_chosen_inline_handler +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler +#: telebot.async_telebot.AsyncTeleBot.register_inline_handler +#: telebot.async_telebot.AsyncTeleBot.register_message_handler +#: telebot.async_telebot.AsyncTeleBot.register_my_chat_member_handler +#: telebot.async_telebot.AsyncTeleBot.register_poll_answer_handler +#: telebot.async_telebot.AsyncTeleBot.register_poll_handler +#: telebot.async_telebot.AsyncTeleBot.register_pre_checkout_query_handler +#: telebot.async_telebot.AsyncTeleBot.register_shipping_query_handler +#: telebot.async_telebot.AsyncTeleBot.reopen_forum_topic +#: telebot.async_telebot.AsyncTeleBot.reply_to +#: telebot.async_telebot.AsyncTeleBot.reset_data +#: telebot.async_telebot.AsyncTeleBot.restrict_chat_member +#: telebot.async_telebot.AsyncTeleBot.retrieve_data +#: telebot.async_telebot.AsyncTeleBot.revoke_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.run_webhooks +#: telebot.async_telebot.AsyncTeleBot.send_animation +#: telebot.async_telebot.AsyncTeleBot.send_audio +#: telebot.async_telebot.AsyncTeleBot.send_chat_action +#: telebot.async_telebot.AsyncTeleBot.send_contact +#: telebot.async_telebot.AsyncTeleBot.send_dice +#: telebot.async_telebot.AsyncTeleBot.send_document +#: telebot.async_telebot.AsyncTeleBot.send_game +#: telebot.async_telebot.AsyncTeleBot.send_invoice +#: telebot.async_telebot.AsyncTeleBot.send_location +#: telebot.async_telebot.AsyncTeleBot.send_media_group +#: telebot.async_telebot.AsyncTeleBot.send_message +#: telebot.async_telebot.AsyncTeleBot.send_photo +#: telebot.async_telebot.AsyncTeleBot.send_poll +#: telebot.async_telebot.AsyncTeleBot.send_sticker +#: telebot.async_telebot.AsyncTeleBot.send_venue +#: telebot.async_telebot.AsyncTeleBot.send_video +#: telebot.async_telebot.AsyncTeleBot.send_video_note +#: telebot.async_telebot.AsyncTeleBot.send_voice +#: telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title +#: telebot.async_telebot.AsyncTeleBot.set_chat_description +#: telebot.async_telebot.AsyncTeleBot.set_chat_menu_button +#: telebot.async_telebot.AsyncTeleBot.set_chat_permissions +#: telebot.async_telebot.AsyncTeleBot.set_chat_photo +#: telebot.async_telebot.AsyncTeleBot.set_chat_sticker_set +#: telebot.async_telebot.AsyncTeleBot.set_chat_title +#: telebot.async_telebot.AsyncTeleBot.set_game_score +#: telebot.async_telebot.AsyncTeleBot.set_my_commands +#: telebot.async_telebot.AsyncTeleBot.set_my_default_administrator_rights +#: telebot.async_telebot.AsyncTeleBot.set_state +#: telebot.async_telebot.AsyncTeleBot.set_sticker_position_in_set +#: telebot.async_telebot.AsyncTeleBot.set_sticker_set_thumb +#: telebot.async_telebot.AsyncTeleBot.set_update_listener +#: telebot.async_telebot.AsyncTeleBot.set_webhook +#: telebot.async_telebot.AsyncTeleBot.setup_middleware +#: telebot.async_telebot.AsyncTeleBot.shipping_query_handler +#: telebot.async_telebot.AsyncTeleBot.stop_message_live_location +#: telebot.async_telebot.AsyncTeleBot.stop_poll +#: telebot.async_telebot.AsyncTeleBot.unban_chat_member +#: telebot.async_telebot.AsyncTeleBot.unban_chat_sender_chat +#: telebot.async_telebot.AsyncTeleBot.unpin_all_chat_messages +#: telebot.async_telebot.AsyncTeleBot.unpin_all_forum_topic_messages +#: telebot.async_telebot.AsyncTeleBot.unpin_chat_message +#: telebot.async_telebot.AsyncTeleBot.upload_sticker_file +#: telebot.asyncio_filters.TextFilter +#: telebot.ext.aio.webhooks.AsyncWebhookListener.run_app +msgid "Returns" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_custom_filter:15 +#: telebot.async_telebot.AsyncTeleBot.add_data:10 +#: telebot.async_telebot.AsyncTeleBot.callback_query_handler:9 +#: telebot.async_telebot.AsyncTeleBot.channel_post_handler:17 +#: telebot.async_telebot.AsyncTeleBot.chat_join_request_handler:10 +#: telebot.async_telebot.AsyncTeleBot.chat_member_handler:11 +#: telebot.async_telebot.AsyncTeleBot.chosen_inline_handler:10 +#: telebot.async_telebot.AsyncTeleBot.delete_state:9 +#: telebot.async_telebot.AsyncTeleBot.edited_message_handler:22 +#: telebot.async_telebot.AsyncTeleBot.infinity_polling:35 +#: telebot.async_telebot.AsyncTeleBot.inline_handler:9 +#: telebot.async_telebot.AsyncTeleBot.my_chat_member_handler:10 +#: telebot.async_telebot.AsyncTeleBot.poll_answer_handler:10 +#: telebot.async_telebot.AsyncTeleBot.poll_handler:8 +#: telebot.async_telebot.AsyncTeleBot.pre_checkout_query_handler:9 +#: telebot.async_telebot.AsyncTeleBot.process_new_updates:8 +#: telebot.async_telebot.AsyncTeleBot.register_callback_query_handler:14 +#: telebot.async_telebot.AsyncTeleBot.register_channel_post_handler:23 +#: telebot.async_telebot.AsyncTeleBot.register_chat_join_request_handler:14 +#: telebot.async_telebot.AsyncTeleBot.register_chosen_inline_handler:14 +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:26 +#: telebot.async_telebot.AsyncTeleBot.register_message_handler:26 +#: telebot.async_telebot.AsyncTeleBot.register_my_chat_member_handler:14 +#: telebot.async_telebot.AsyncTeleBot.register_poll_answer_handler:14 +#: telebot.async_telebot.AsyncTeleBot.register_poll_handler:14 +#: telebot.async_telebot.AsyncTeleBot.register_shipping_query_handler:14 +#: telebot.async_telebot.AsyncTeleBot.reset_data:9 +#: telebot.async_telebot.AsyncTeleBot.set_state:18 +#: telebot.async_telebot.AsyncTeleBot.set_update_listener:15 +#: telebot.async_telebot.AsyncTeleBot.setup_middleware:10 +#: telebot.async_telebot.AsyncTeleBot.shipping_query_handler:9 +#: telebot.asyncio_filters.TextFilter:22 +#: telebot.ext.aio.webhooks.AsyncWebhookListener.run_app:4 +msgid "None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_data:1 +msgid "Add data to states." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_data:3 +#: telebot.async_telebot.AsyncTeleBot.delete_state:3 +#: telebot.async_telebot.AsyncTeleBot.get_state:4 +#: telebot.async_telebot.AsyncTeleBot.reset_data:3 +#: telebot.async_telebot.AsyncTeleBot.set_state:9 +msgid "User's identifier" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_data:6 +#: telebot.async_telebot.AsyncTeleBot.delete_state:6 +#: telebot.async_telebot.AsyncTeleBot.get_state:7 +#: telebot.async_telebot.AsyncTeleBot.reset_data:6 +#: telebot.async_telebot.AsyncTeleBot.set_state:15 +msgid "Chat's identifier" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_data:9 +msgid "Data to add" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:1 +msgid "" +"Use this method to add a new sticker to a set created by the bot. It's " +"required to pass `png_sticker` or `tgs_sticker`. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:5 +msgid "Telegram documentation: https://core.telegram.org/bots/api#addstickertoset" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:7 +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:7 +msgid "User identifier of created sticker set owner" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:10 +#: telebot.async_telebot.AsyncTeleBot.get_sticker_set:5 +#: telebot.async_telebot.AsyncTeleBot.set_sticker_set_thumb:6 +msgid "Sticker set name" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:13 +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:18 +msgid "One or more emoji corresponding to the sticker" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:16 +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:21 +msgid "" +"PNG image with the sticker, must be up to 512 kilobytes in size, " +"dimensions must not exceed 512px, and either width or height must be " +"exactly 512px. Pass a file_id as a String to send a file that already " +"exists on the Telegram servers, pass an HTTP URL as a String for Telegram" +" to get a file from the Internet, or upload a new one using multipart" +"/form-data." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:21 +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:26 +msgid "TGS animation with the sticker, uploaded using multipart/form-data." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:24 +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:29 +msgid "WebM animation with the sticker, uploaded using multipart/form-data." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:27 +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:40 +msgid "" +"A JSON-serialized object for position where the mask should be placed on " +"faces" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:30 +#: telebot.async_telebot.AsyncTeleBot.answer_callback_query:22 +#: telebot.async_telebot.AsyncTeleBot.answer_inline_query:35 +#: telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query:21 +#: telebot.async_telebot.AsyncTeleBot.answer_shipping_query:18 +#: telebot.async_telebot.AsyncTeleBot.close_forum_topic:13 +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:43 +#: telebot.async_telebot.AsyncTeleBot.delete_forum_topic:13 +#: telebot.async_telebot.AsyncTeleBot.delete_sticker_from_set:6 +#: telebot.async_telebot.AsyncTeleBot.edit_forum_topic:19 +#: telebot.async_telebot.AsyncTeleBot.reopen_forum_topic:13 +#: telebot.async_telebot.AsyncTeleBot.set_sticker_position_in_set:11 +#: telebot.async_telebot.AsyncTeleBot.set_sticker_set_thumb:15 +#: telebot.async_telebot.AsyncTeleBot.unpin_all_forum_topic_messages:13 +msgid "On success, True is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set +#: telebot.async_telebot.AsyncTeleBot.answer_callback_query +#: telebot.async_telebot.AsyncTeleBot.answer_inline_query +#: telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query +#: telebot.async_telebot.AsyncTeleBot.answer_shipping_query +#: telebot.async_telebot.AsyncTeleBot.answer_web_app_query +#: telebot.async_telebot.AsyncTeleBot.approve_chat_join_request +#: telebot.async_telebot.AsyncTeleBot.ban_chat_member +#: telebot.async_telebot.AsyncTeleBot.ban_chat_sender_chat +#: telebot.async_telebot.AsyncTeleBot.close_forum_topic +#: telebot.async_telebot.AsyncTeleBot.copy_message +#: telebot.async_telebot.AsyncTeleBot.create_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.create_forum_topic +#: telebot.async_telebot.AsyncTeleBot.create_invoice_link +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set +#: telebot.async_telebot.AsyncTeleBot.decline_chat_join_request +#: telebot.async_telebot.AsyncTeleBot.delete_chat_photo +#: telebot.async_telebot.AsyncTeleBot.delete_chat_sticker_set +#: telebot.async_telebot.AsyncTeleBot.delete_forum_topic +#: telebot.async_telebot.AsyncTeleBot.delete_message +#: telebot.async_telebot.AsyncTeleBot.delete_my_commands +#: telebot.async_telebot.AsyncTeleBot.delete_sticker_from_set +#: telebot.async_telebot.AsyncTeleBot.delete_webhook +#: telebot.async_telebot.AsyncTeleBot.download_file +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.edit_forum_topic +#: telebot.async_telebot.AsyncTeleBot.edit_message_caption +#: telebot.async_telebot.AsyncTeleBot.edit_message_live_location +#: telebot.async_telebot.AsyncTeleBot.edit_message_media +#: telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup +#: telebot.async_telebot.AsyncTeleBot.edit_message_text +#: telebot.async_telebot.AsyncTeleBot.export_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.forward_message +#: telebot.async_telebot.AsyncTeleBot.get_chat +#: telebot.async_telebot.AsyncTeleBot.get_chat_administrators +#: telebot.async_telebot.AsyncTeleBot.get_chat_member +#: telebot.async_telebot.AsyncTeleBot.get_chat_member_count +#: telebot.async_telebot.AsyncTeleBot.get_chat_menu_button +#: telebot.async_telebot.AsyncTeleBot.get_custom_emoji_stickers +#: telebot.async_telebot.AsyncTeleBot.get_file_url +#: telebot.async_telebot.AsyncTeleBot.get_forum_topic_icon_stickers +#: telebot.async_telebot.AsyncTeleBot.get_game_high_scores +#: telebot.async_telebot.AsyncTeleBot.get_my_commands +#: telebot.async_telebot.AsyncTeleBot.get_my_default_administrator_rights +#: telebot.async_telebot.AsyncTeleBot.get_state +#: telebot.async_telebot.AsyncTeleBot.get_sticker_set +#: telebot.async_telebot.AsyncTeleBot.get_updates +#: telebot.async_telebot.AsyncTeleBot.get_user_profile_photos +#: telebot.async_telebot.AsyncTeleBot.get_webhook_info +#: telebot.async_telebot.AsyncTeleBot.log_out +#: telebot.async_telebot.AsyncTeleBot.pin_chat_message +#: telebot.async_telebot.AsyncTeleBot.promote_chat_member +#: telebot.async_telebot.AsyncTeleBot.reopen_forum_topic +#: telebot.async_telebot.AsyncTeleBot.reply_to +#: telebot.async_telebot.AsyncTeleBot.restrict_chat_member +#: telebot.async_telebot.AsyncTeleBot.retrieve_data +#: telebot.async_telebot.AsyncTeleBot.revoke_chat_invite_link +#: telebot.async_telebot.AsyncTeleBot.send_animation +#: telebot.async_telebot.AsyncTeleBot.send_audio +#: telebot.async_telebot.AsyncTeleBot.send_chat_action +#: telebot.async_telebot.AsyncTeleBot.send_contact +#: telebot.async_telebot.AsyncTeleBot.send_dice +#: telebot.async_telebot.AsyncTeleBot.send_document +#: telebot.async_telebot.AsyncTeleBot.send_game +#: telebot.async_telebot.AsyncTeleBot.send_invoice +#: telebot.async_telebot.AsyncTeleBot.send_location +#: telebot.async_telebot.AsyncTeleBot.send_media_group +#: telebot.async_telebot.AsyncTeleBot.send_message +#: telebot.async_telebot.AsyncTeleBot.send_photo +#: telebot.async_telebot.AsyncTeleBot.send_poll +#: telebot.async_telebot.AsyncTeleBot.send_sticker +#: telebot.async_telebot.AsyncTeleBot.send_venue +#: telebot.async_telebot.AsyncTeleBot.send_video +#: telebot.async_telebot.AsyncTeleBot.send_video_note +#: telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title +#: telebot.async_telebot.AsyncTeleBot.set_chat_description +#: telebot.async_telebot.AsyncTeleBot.set_chat_menu_button +#: telebot.async_telebot.AsyncTeleBot.set_chat_permissions +#: telebot.async_telebot.AsyncTeleBot.set_chat_photo +#: telebot.async_telebot.AsyncTeleBot.set_chat_sticker_set +#: telebot.async_telebot.AsyncTeleBot.set_chat_title +#: telebot.async_telebot.AsyncTeleBot.set_game_score +#: telebot.async_telebot.AsyncTeleBot.set_my_commands +#: telebot.async_telebot.AsyncTeleBot.set_my_default_administrator_rights +#: telebot.async_telebot.AsyncTeleBot.set_sticker_position_in_set +#: telebot.async_telebot.AsyncTeleBot.set_sticker_set_thumb +#: telebot.async_telebot.AsyncTeleBot.set_webhook +#: telebot.async_telebot.AsyncTeleBot.stop_message_live_location +#: telebot.async_telebot.AsyncTeleBot.stop_poll +#: telebot.async_telebot.AsyncTeleBot.unban_chat_member +#: telebot.async_telebot.AsyncTeleBot.unban_chat_sender_chat +#: telebot.async_telebot.AsyncTeleBot.unpin_all_chat_messages +#: telebot.async_telebot.AsyncTeleBot.unpin_all_forum_topic_messages +#: telebot.async_telebot.AsyncTeleBot.unpin_chat_message +#: telebot.async_telebot.AsyncTeleBot.upload_sticker_file +msgid "Return type" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.add_sticker_to_set:31 +#: telebot.async_telebot.AsyncTeleBot.answer_callback_query:23 +#: telebot.async_telebot.AsyncTeleBot.answer_inline_query:36 +#: telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query:22 +#: telebot.async_telebot.AsyncTeleBot.answer_shipping_query:19 +#: telebot.async_telebot.AsyncTeleBot.approve_chat_join_request:15 +#: telebot.async_telebot.AsyncTeleBot.ban_chat_member:25 +#: telebot.async_telebot.AsyncTeleBot.ban_chat_sender_chat:17 +#: telebot.async_telebot.AsyncTeleBot.close:9 +#: telebot.async_telebot.AsyncTeleBot.close_forum_topic:14 +#: telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:44 +#: telebot.async_telebot.AsyncTeleBot.decline_chat_join_request:15 +#: telebot.async_telebot.AsyncTeleBot.delete_chat_photo:13 +#: telebot.async_telebot.AsyncTeleBot.delete_chat_sticker_set:11 +#: telebot.async_telebot.AsyncTeleBot.delete_forum_topic:14 +#: telebot.async_telebot.AsyncTeleBot.delete_message:23 +#: telebot.async_telebot.AsyncTeleBot.delete_my_commands:17 +#: telebot.async_telebot.AsyncTeleBot.delete_sticker_from_set:7 +#: telebot.async_telebot.AsyncTeleBot.delete_webhook:13 +#: telebot.async_telebot.AsyncTeleBot.edit_forum_topic:20 +#: telebot.async_telebot.AsyncTeleBot.leave_chat:8 +#: telebot.async_telebot.AsyncTeleBot.log_out:11 +#: telebot.async_telebot.AsyncTeleBot.pin_chat_message:19 +#: telebot.async_telebot.AsyncTeleBot.promote_chat_member:61 +#: telebot.async_telebot.AsyncTeleBot.reopen_forum_topic:14 +#: telebot.async_telebot.AsyncTeleBot.restrict_chat_member:48 +#: telebot.async_telebot.AsyncTeleBot.send_chat_action:23 +#: telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title:18 +#: telebot.async_telebot.AsyncTeleBot.set_chat_description:14 +#: telebot.async_telebot.AsyncTeleBot.set_chat_menu_button:15 +#: telebot.async_telebot.AsyncTeleBot.set_chat_permissions:15 +#: telebot.async_telebot.AsyncTeleBot.set_chat_photo:16 +#: telebot.async_telebot.AsyncTeleBot.set_chat_title:17 +#: telebot.async_telebot.AsyncTeleBot.set_my_commands:18 +#: telebot.async_telebot.AsyncTeleBot.set_my_default_administrator_rights:18 +#: telebot.async_telebot.AsyncTeleBot.set_sticker_position_in_set:12 +#: telebot.async_telebot.AsyncTeleBot.set_sticker_set_thumb:16 +#: telebot.async_telebot.AsyncTeleBot.unban_chat_member:20 +#: telebot.async_telebot.AsyncTeleBot.unban_chat_sender_chat:15 +#: telebot.async_telebot.AsyncTeleBot.unpin_all_chat_messages:12 +#: telebot.async_telebot.AsyncTeleBot.unpin_all_forum_topic_messages:14 +#: telebot.async_telebot.AsyncTeleBot.unpin_chat_message:15 +msgid ":obj:`bool`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_callback_query:1 +msgid "" +"Use this method to send answers to callback queries sent from inline " +"keyboards. The answer will be displayed to the user as a notification at " +"the top of the chat screen or as an alert." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_callback_query:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#answercallbackquery" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_callback_query:6 +#: telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query:10 +#: telebot.async_telebot.AsyncTeleBot.answer_shipping_query:5 +#: telebot.async_telebot.AsyncTeleBot.answer_web_app_query:8 +msgid "Unique identifier for the query to be answered" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_callback_query:9 +msgid "" +"Text of the notification. If not specified, nothing will be shown to the " +"user, 0-200 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_callback_query:12 +msgid "" +"If True, an alert will be shown by the client instead of a notification " +"at the top of the chat screen. Defaults to false." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_callback_query:15 +msgid "" +"URL that will be opened by the user's client. If you have created a Game " +"and accepted the conditions via @BotFather, specify the URL that opens " +"your game - note that this will only work if the query comes from a " +"callback_game button." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_callback_query:19 +msgid "" +"The maximum amount of time in seconds that the result of the callback " +"query may be cached client-side. Telegram apps will support caching " +"starting in version 3.14. Defaults to 0." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_inline_query:1 +msgid "" +"Use this method to send answers to an inline query. On success, True is " +"returned. No more than 50 results per query are allowed." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_inline_query:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#answerinlinequery" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_inline_query:6 +msgid "Unique identifier for the answered query" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_inline_query:9 +msgid "Array of results for the inline query" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_inline_query:12 +msgid "" +"The maximum amount of time in seconds that the result of the inline query" +" may be cached on the server." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_inline_query:16 +msgid "" +"Pass True, if results may be cached on the server side only for the user " +"that sent the query." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_inline_query:20 +msgid "" +"Pass the offset that a client should send in the next query with the same" +" text to receive more results." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_inline_query:24 +msgid "" +"Deep-linking parameter for the /start message sent to the bot when user " +"presses the switch button. 1-64 characters, only A-Z, a-z, 0-9, _ and - " +"are allowed. Example: An inline bot that sends YouTube videos can ask the" +" user to connect the bot to their YouTube account to adapt search results" +" accordingly. To do this, it displays a 'Connect your YouTube account' " +"button above the results, or even before showing any. The user presses " +"the button, switches to a private chat with the bot and, in doing so, " +"passes a start parameter that instructs the bot to return an OAuth link. " +"Once done, the bot can offer a switch_inline button so that the user can " +"easily return to the chat where they wanted to use the bot's inline " +"capabilities." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_inline_query:32 +msgid "" +"Parameter for the start message sent to the bot when user presses the " +"switch button" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query:1 +msgid "" +"Once the user has confirmed their payment and shipping details, the Bot " +"API sends the final confirmation in the form of an Update with the field " +"pre_checkout_query. Use this method to respond to such pre-checkout " +"queries. On success, True is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query:6 +msgid "" +"The Bot API must receive an answer within 10 seconds after the pre-" +"checkout query was sent." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query:8 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#answerprecheckoutquery" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query:13 +msgid "" +"Specify True if everything is alright (goods are available, etc.) and the" +" bot is ready to proceed with the order. Use False if there are any " +"problems." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_pre_checkout_query:16 +msgid "" +"Required if ok is False. Error message in human readable form that " +"explains the reason for failure to proceed with the checkout (e.g. " +"\"Sorry, somebody just bought the last of our amazing black T-shirts " +"while you were busy filling out your payment details. Please choose a " +"different color or garment!\"). Telegram will display this message to the" +" user." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_shipping_query:1 +msgid "Asks for an answer to a shipping question." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_shipping_query:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#answershippingquery" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_shipping_query:8 +msgid "" +"Specify True if delivery to the specified address is possible and False " +"if there are any problems (for example, if delivery to the specified " +"address is not possible)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_shipping_query:11 +msgid "" +"Required if ok is True. A JSON-serialized array of available shipping " +"options." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_shipping_query:14 +msgid "" +"Required if ok is False. Error message in human readable form that " +"explains why it is impossible to complete the order (e.g. \"Sorry, " +"delivery to your desired address is unavailable'). Telegram will display " +"this message to the user." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_web_app_query:1 +msgid "" +"Use this method to set the result of an interaction with a Web App and " +"send a corresponding message on behalf of the user to the chat from which" +" the query originated. On success, a SentWebAppMessage object is " +"returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_web_app_query:6 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#answerwebappquery" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_web_app_query:11 +msgid "A JSON-serialized object describing the message to be sent" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_web_app_query:14 +msgid "On success, a SentWebAppMessage object is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.answer_web_app_query:15 +msgid ":class:`telebot.types.SentWebAppMessage`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.approve_chat_join_request:1 +msgid "" +"Use this method to approve a chat join request. The bot must be an " +"administrator in the chat for this to work and must have the " +"can_invite_users administrator right. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.approve_chat_join_request:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#approvechatjoinrequest" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.approve_chat_join_request:7 +#: telebot.async_telebot.AsyncTeleBot.decline_chat_join_request:7 +#: telebot.async_telebot.AsyncTeleBot.delete_chat_sticker_set:7 +#: telebot.async_telebot.AsyncTeleBot.get_chat_member:5 +#: telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title:6 +#: telebot.async_telebot.AsyncTeleBot.set_chat_permissions:7 +#: telebot.async_telebot.AsyncTeleBot.set_chat_sticker_set:7 +msgid "" +"Unique identifier for the target chat or username of the target " +"supergroup (in the format @supergroupusername)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.approve_chat_join_request:11 +#: telebot.async_telebot.AsyncTeleBot.ban_chat_member:12 +#: telebot.async_telebot.AsyncTeleBot.decline_chat_join_request:11 +#: telebot.async_telebot.AsyncTeleBot.get_chat_member:8 +#: telebot.async_telebot.AsyncTeleBot.get_user_profile_photos:6 +#: telebot.async_telebot.AsyncTeleBot.promote_chat_member:11 +#: telebot.async_telebot.AsyncTeleBot.restrict_chat_member:11 +#: telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title:10 +#: telebot.async_telebot.AsyncTeleBot.unban_chat_member:13 +msgid "Unique identifier of the target user" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.approve_chat_join_request:14 +#: telebot.async_telebot.AsyncTeleBot.ban_chat_sender_chat:16 +#: telebot.async_telebot.AsyncTeleBot.decline_chat_join_request:14 +#: telebot.async_telebot.AsyncTeleBot.delete_chat_photo:12 +#: telebot.async_telebot.AsyncTeleBot.delete_my_commands:16 +#: telebot.async_telebot.AsyncTeleBot.log_out:10 +#: telebot.async_telebot.AsyncTeleBot.pin_chat_message:18 +#: telebot.async_telebot.AsyncTeleBot.promote_chat_member:60 +#: telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title:17 +#: telebot.async_telebot.AsyncTeleBot.set_chat_description:13 +#: telebot.async_telebot.AsyncTeleBot.set_chat_menu_button:14 +#: telebot.async_telebot.AsyncTeleBot.set_chat_photo:15 +#: telebot.async_telebot.AsyncTeleBot.set_chat_title:16 +#: telebot.async_telebot.AsyncTeleBot.set_my_commands:17 +#: telebot.async_telebot.AsyncTeleBot.set_my_default_administrator_rights:17 +#: telebot.async_telebot.AsyncTeleBot.set_webhook:46 +#: telebot.async_telebot.AsyncTeleBot.unban_chat_sender_chat:14 +#: telebot.async_telebot.AsyncTeleBot.unpin_all_chat_messages:11 +#: telebot.async_telebot.AsyncTeleBot.unpin_chat_message:14 +msgid "True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_member:1 +msgid "" +"Use this method to ban a user in a group, a supergroup or a channel. In " +"the case of supergroups and channels, the user will not be able to return" +" to the chat on their own using invite links, etc., unless unbanned " +"first. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_member:6 +msgid "Telegram documentation: https://core.telegram.org/bots/api#banchatmember" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_member:8 +#: telebot.async_telebot.AsyncTeleBot.restrict_chat_member:7 +msgid "" +"Unique identifier for the target group or username of the target " +"supergroup or channel (in the format @channelusername)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_member:15 +msgid "" +"Date when the user will be unbanned, unix time. If user is banned for " +"more than 366 days or less than 30 seconds from the current time they are" +" considered to be banned forever" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_member:19 +msgid "" +"Bool: Pass True to delete all messages from the chat for the user that is" +" being removed. If False, the user will be able to see messages in the " +"group that were sent before the user was removed. Always True for " +"supergroups and channels." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_member:24 +#: telebot.async_telebot.AsyncTeleBot.delete_chat_sticker_set:10 +#: telebot.async_telebot.AsyncTeleBot.delete_message:22 +#: telebot.async_telebot.AsyncTeleBot.delete_webhook:12 +#: telebot.async_telebot.AsyncTeleBot.send_chat_action:22 +msgid "Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_sender_chat:1 +msgid "" +"Use this method to ban a channel chat in a supergroup or a channel. The " +"owner of the chat will not be able to send messages and join live streams" +" on behalf of the chat, unless it is unbanned first. The bot must be an " +"administrator in the supergroup or channel for this to work and must have" +" the appropriate administrator rights. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_sender_chat:8 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#banchatsenderchat" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_sender_chat:10 +#: telebot.async_telebot.AsyncTeleBot.close_forum_topic:7 +#: telebot.async_telebot.AsyncTeleBot.copy_message:5 +#: telebot.async_telebot.AsyncTeleBot.create_forum_topic:7 +#: telebot.async_telebot.AsyncTeleBot.delete_forum_topic:7 +#: telebot.async_telebot.AsyncTeleBot.delete_message:13 +#: telebot.async_telebot.AsyncTeleBot.edit_forum_topic:7 +#: telebot.async_telebot.AsyncTeleBot.edit_message_live_location:13 +#: telebot.async_telebot.AsyncTeleBot.forward_message:8 +#: telebot.async_telebot.AsyncTeleBot.pin_chat_message:7 +#: telebot.async_telebot.AsyncTeleBot.reopen_forum_topic:7 +#: telebot.async_telebot.AsyncTeleBot.send_animation:6 +#: telebot.async_telebot.AsyncTeleBot.send_audio:9 +#: telebot.async_telebot.AsyncTeleBot.send_dice:5 +#: telebot.async_telebot.AsyncTeleBot.send_document:5 +#: telebot.async_telebot.AsyncTeleBot.send_game:5 +#: telebot.async_telebot.AsyncTeleBot.send_location:5 +#: telebot.async_telebot.AsyncTeleBot.send_media_group:6 +#: telebot.async_telebot.AsyncTeleBot.send_message:9 +#: telebot.async_telebot.AsyncTeleBot.send_photo:5 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:6 +#: telebot.async_telebot.AsyncTeleBot.send_video:5 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:6 +#: telebot.async_telebot.AsyncTeleBot.send_voice:7 +#: telebot.async_telebot.AsyncTeleBot.set_chat_description:6 +#: telebot.async_telebot.AsyncTeleBot.set_chat_title:9 +#: telebot.async_telebot.AsyncTeleBot.stop_message_live_location:6 +#: telebot.async_telebot.AsyncTeleBot.unban_chat_sender_chat:8 +#: telebot.async_telebot.AsyncTeleBot.unpin_all_forum_topic_messages:7 +#: telebot.async_telebot.AsyncTeleBot.unpin_chat_message:7 +msgid "" +"Unique identifier for the target chat or username of the target channel " +"(in the format @channelusername)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.ban_chat_sender_chat:13 +msgid "Unique identifier of the target sender chat" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.callback_query_handler:1 +msgid "" +"Handles new incoming callback query. As a parameter to the decorator " +"function, it passes :class:`telebot.types.CallbackQuery` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.callback_query_handler:4 +#: telebot.async_telebot.AsyncTeleBot.channel_post_handler:10 +#: telebot.async_telebot.AsyncTeleBot.chat_join_request_handler:5 +#: telebot.async_telebot.AsyncTeleBot.chat_member_handler:6 +#: telebot.async_telebot.AsyncTeleBot.chosen_inline_handler:5 +#: telebot.async_telebot.AsyncTeleBot.edited_channel_post_handler:10 +#: telebot.async_telebot.AsyncTeleBot.edited_message_handler:11 +#: telebot.async_telebot.AsyncTeleBot.inline_handler:4 +#: telebot.async_telebot.AsyncTeleBot.my_chat_member_handler:5 +#: telebot.async_telebot.AsyncTeleBot.poll_answer_handler:5 +#: telebot.async_telebot.AsyncTeleBot.poll_handler:4 +#: telebot.async_telebot.AsyncTeleBot.pre_checkout_query_handler:4 +#: telebot.async_telebot.AsyncTeleBot.register_callback_query_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_channel_post_handler:15 +#: telebot.async_telebot.AsyncTeleBot.register_chat_join_request_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_chat_member_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_chosen_inline_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler:15 +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:15 +#: telebot.async_telebot.AsyncTeleBot.register_inline_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_message_handler:15 +#: telebot.async_telebot.AsyncTeleBot.register_my_chat_member_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_poll_answer_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_poll_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_pre_checkout_query_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_shipping_query_handler:6 +#: telebot.async_telebot.AsyncTeleBot.shipping_query_handler:4 +msgid "Function executed as a filter" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.callback_query_handler:7 +#: telebot.async_telebot.AsyncTeleBot.channel_post_handler:16 +#: telebot.async_telebot.AsyncTeleBot.chat_join_request_handler:8 +#: telebot.async_telebot.AsyncTeleBot.chat_member_handler:9 +#: telebot.async_telebot.AsyncTeleBot.chosen_inline_handler:8 +#: telebot.async_telebot.AsyncTeleBot.edited_channel_post_handler:16 +#: telebot.async_telebot.AsyncTeleBot.edited_message_handler:20 +#: telebot.async_telebot.AsyncTeleBot.inline_handler:7 +#: telebot.async_telebot.AsyncTeleBot.message_handler:50 +#: telebot.async_telebot.AsyncTeleBot.my_chat_member_handler:8 +#: telebot.async_telebot.AsyncTeleBot.poll_answer_handler:8 +#: telebot.async_telebot.AsyncTeleBot.poll_handler:7 +#: telebot.async_telebot.AsyncTeleBot.pre_checkout_query_handler:7 +#: telebot.async_telebot.AsyncTeleBot.register_callback_query_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_channel_post_handler:21 +#: telebot.async_telebot.AsyncTeleBot.register_chat_join_request_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_chat_member_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_chosen_inline_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler:21 +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:24 +#: telebot.async_telebot.AsyncTeleBot.register_inline_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_message_handler:24 +#: telebot.async_telebot.AsyncTeleBot.register_my_chat_member_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_poll_answer_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_poll_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_pre_checkout_query_handler:11 +#: telebot.async_telebot.AsyncTeleBot.register_shipping_query_handler:12 +#: telebot.async_telebot.AsyncTeleBot.shipping_query_handler:7 +msgid "Optional keyword arguments(custom filters)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.channel_post_handler:1 +msgid "" +"Handles new incoming channel post of any kind - text, photo, sticker, " +"etc. As a parameter to the decorator function, it passes " +":class:`telebot.types.Message` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.channel_post_handler:4 +#: telebot.async_telebot.AsyncTeleBot.edited_channel_post_handler:4 +#: telebot.async_telebot.AsyncTeleBot.edited_message_handler:5 +#: telebot.async_telebot.AsyncTeleBot.message_handler:34 +msgid "Optional list of strings (commands to handle)." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.channel_post_handler:7 +#: telebot.async_telebot.AsyncTeleBot.edited_channel_post_handler:7 +#: telebot.async_telebot.AsyncTeleBot.edited_message_handler:8 +#: telebot.async_telebot.AsyncTeleBot.message_handler:37 +msgid "Optional regular expression." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.channel_post_handler:13 +#: telebot.async_telebot.AsyncTeleBot.edited_channel_post_handler:13 +#: telebot.async_telebot.AsyncTeleBot.edited_message_handler:14 +#: telebot.async_telebot.AsyncTeleBot.message_handler:44 +#: telebot.async_telebot.AsyncTeleBot.register_channel_post_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:6 +#: telebot.async_telebot.AsyncTeleBot.register_message_handler:6 +msgid "Supported message content types. Must be a list. Defaults to ['text']." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.chat_join_request_handler:1 +msgid "" +"Handles a request to join the chat has been sent. The bot must have the " +"can_invite_users administrator right in the chat to receive these " +"updates. As a parameter to the decorator function, it passes " +":class:`telebot.types.ChatJoinRequest` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.chat_member_handler:1 +msgid "" +"Handles update in a status of a user in a chat. The bot must be an " +"administrator in the chat and must explicitly specify “chat_member” in " +"the list of allowed_updates to receive these updates. As a parameter to " +"the decorator function, it passes " +":class:`telebot.types.ChatMemberUpdated` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.chosen_inline_handler:1 +msgid "" +"The result of an inline query that was chosen by a user and sent to their" +" chat partner. Please see our documentation on the feedback collecting " +"for details on how to enable these updates for your bot. As a parameter " +"to the decorator function, it passes " +":class:`telebot.types.ChosenInlineResult` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.close:1 +msgid "" +"Use this method to close the bot instance before moving it from one local" +" server to another. You need to delete the webhook before calling this " +"method to ensure that the bot isn't launched again after server restart. " +"The method will return error 429 in the first 10 minutes after the bot is" +" launched. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.close:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#close" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.close_forum_topic:1 +msgid "" +"Use this method to close an open topic in a forum supergroup chat. The " +"bot must be an administrator in the chat for this to work and must have " +"the can_manage_topics administrator rights, unless it is the creator of " +"the topic. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.close_forum_topic:5 +msgid "Telegram documentation: https://core.telegram.org/bots/api#closeforumtopic" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.close_forum_topic:10 +msgid "Identifier of the topic to close" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.close_session:1 +msgid "" +"Closes existing session of aiohttp. Use this function if you stop " +"polling/webhooks." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:1 +msgid "Use this method to copy messages of any kind." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#copymessage" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:8 +#: telebot.async_telebot.AsyncTeleBot.forward_message:11 +msgid "" +"Unique identifier for the chat where the original message was sent (or " +"channel username in the format @channelusername)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:10 +#: telebot.async_telebot.AsyncTeleBot.forward_message:14 +msgid "Message identifier in the chat specified in from_chat_id" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:13 +msgid "" +"New caption for media, 0-1024 characters after entities parsing. If not " +"specified, the original caption is kept" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:16 +msgid "Mode for parsing entities in the new caption." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:19 +msgid "" +"A JSON-serialized list of special entities that appear in the new " +"caption, which can be specified instead of parse_mode" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:22 +#: telebot.async_telebot.AsyncTeleBot.send_animation:45 +#: telebot.async_telebot.AsyncTeleBot.send_audio:39 +#: telebot.async_telebot.AsyncTeleBot.send_contact:20 +#: telebot.async_telebot.AsyncTeleBot.send_dice:12 +#: telebot.async_telebot.AsyncTeleBot.send_document:26 +#: telebot.async_telebot.AsyncTeleBot.send_game:11 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:67 +#: telebot.async_telebot.AsyncTeleBot.send_location:25 +#: telebot.async_telebot.AsyncTeleBot.send_message:24 +#: telebot.async_telebot.AsyncTeleBot.send_photo:22 +#: telebot.async_telebot.AsyncTeleBot.send_poll:44 +#: telebot.async_telebot.AsyncTeleBot.send_venue:27 +#: telebot.async_telebot.AsyncTeleBot.send_video:35 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:27 +#: telebot.async_telebot.AsyncTeleBot.send_voice:31 +msgid "" +"Sends the message silently. Users will receive a notification with no " +"sound." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:25 +#: telebot.async_telebot.AsyncTeleBot.send_animation:34 +#: telebot.async_telebot.AsyncTeleBot.send_audio:57 +#: telebot.async_telebot.AsyncTeleBot.send_contact:38 +#: telebot.async_telebot.AsyncTeleBot.send_document:50 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:95 +#: telebot.async_telebot.AsyncTeleBot.send_location:43 +#: telebot.async_telebot.AsyncTeleBot.send_media_group:15 +#: telebot.async_telebot.AsyncTeleBot.send_photo:25 +#: telebot.async_telebot.AsyncTeleBot.send_poll:64 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:30 +#: telebot.async_telebot.AsyncTeleBot.send_venue:51 +#: telebot.async_telebot.AsyncTeleBot.send_video:38 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:42 +#: telebot.async_telebot.AsyncTeleBot.send_voice:43 +msgid "Protects the contents of the sent message from forwarding and saving" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:28 +#: telebot.async_telebot.AsyncTeleBot.send_animation:37 +#: telebot.async_telebot.AsyncTeleBot.send_audio:29 +#: telebot.async_telebot.AsyncTeleBot.send_contact:23 +#: telebot.async_telebot.AsyncTeleBot.send_dice:15 +#: telebot.async_telebot.AsyncTeleBot.send_document:12 +#: telebot.async_telebot.AsyncTeleBot.send_game:14 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:70 +#: telebot.async_telebot.AsyncTeleBot.send_location:17 +#: telebot.async_telebot.AsyncTeleBot.send_media_group:18 +#: telebot.async_telebot.AsyncTeleBot.send_message:30 +#: telebot.async_telebot.AsyncTeleBot.send_photo:28 +#: telebot.async_telebot.AsyncTeleBot.send_poll:47 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:13 +#: telebot.async_telebot.AsyncTeleBot.send_venue:30 +#: telebot.async_telebot.AsyncTeleBot.send_video:41 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:19 +#: telebot.async_telebot.AsyncTeleBot.send_voice:20 +msgid "If the message is a reply, ID of the original message" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:31 +#: telebot.async_telebot.AsyncTeleBot.send_animation:54 +#: telebot.async_telebot.AsyncTeleBot.send_audio:54 +#: telebot.async_telebot.AsyncTeleBot.send_dice:26 +#: telebot.async_telebot.AsyncTeleBot.send_document:38 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:84 +#: telebot.async_telebot.AsyncTeleBot.send_location:40 +#: telebot.async_telebot.AsyncTeleBot.send_media_group:24 +#: telebot.async_telebot.AsyncTeleBot.send_message:33 +#: telebot.async_telebot.AsyncTeleBot.send_photo:31 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:27 +#: telebot.async_telebot.AsyncTeleBot.send_video:44 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:39 +#: telebot.async_telebot.AsyncTeleBot.send_voice:40 +msgid "" +"Pass True, if the message should be sent even if the specified replied-to" +" message is not found" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:34 +#: telebot.async_telebot.AsyncTeleBot.send_animation:40 +#: telebot.async_telebot.AsyncTeleBot.send_contact:26 +#: telebot.async_telebot.AsyncTeleBot.send_dice:18 +#: telebot.async_telebot.AsyncTeleBot.send_document:18 +#: telebot.async_telebot.AsyncTeleBot.send_game:17 +#: telebot.async_telebot.AsyncTeleBot.send_location:20 +#: telebot.async_telebot.AsyncTeleBot.send_message:36 +#: telebot.async_telebot.AsyncTeleBot.send_photo:34 +#: telebot.async_telebot.AsyncTeleBot.send_poll:53 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:16 +#: telebot.async_telebot.AsyncTeleBot.send_venue:33 +#: telebot.async_telebot.AsyncTeleBot.send_video:47 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:22 +#: telebot.async_telebot.AsyncTeleBot.send_voice:23 +msgid "" +"Additional interface options. A JSON-serialized object for an inline " +"keyboard, custom reply keyboard, instructions to remove reply keyboard or" +" to force a reply from the user." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:39 +#: telebot.async_telebot.AsyncTeleBot.delete_message:19 +#: telebot.async_telebot.AsyncTeleBot.edit_message_live_location:23 +#: telebot.async_telebot.AsyncTeleBot.forward_message:20 +#: telebot.async_telebot.AsyncTeleBot.send_animation:48 +#: telebot.async_telebot.AsyncTeleBot.send_audio:42 +#: telebot.async_telebot.AsyncTeleBot.send_chat_action:19 +#: telebot.async_telebot.AsyncTeleBot.send_contact:31 +#: telebot.async_telebot.AsyncTeleBot.send_dice:23 +#: telebot.async_telebot.AsyncTeleBot.send_document:29 +#: telebot.async_telebot.AsyncTeleBot.send_location:28 +#: telebot.async_telebot.AsyncTeleBot.send_media_group:21 +#: telebot.async_telebot.AsyncTeleBot.send_message:40 +#: telebot.async_telebot.AsyncTeleBot.send_photo:39 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:24 +#: telebot.async_telebot.AsyncTeleBot.send_venue:38 +#: telebot.async_telebot.AsyncTeleBot.send_video:52 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:30 +#: telebot.async_telebot.AsyncTeleBot.send_voice:34 +#: telebot.async_telebot.AsyncTeleBot.stop_message_live_location:19 +msgid "Timeout in seconds for the request." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:42 +#: telebot.async_telebot.AsyncTeleBot.send_audio:60 +#: telebot.async_telebot.AsyncTeleBot.send_document:53 +#: telebot.async_telebot.AsyncTeleBot.send_location:46 +#: telebot.async_telebot.AsyncTeleBot.send_photo:42 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:36 +#: telebot.async_telebot.AsyncTeleBot.send_voice:46 +msgid "Identifier of a message thread, in which the message will be sent" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:45 +#: telebot.async_telebot.AsyncTeleBot.forward_message:26 +#: telebot.async_telebot.AsyncTeleBot.reply_to:11 +#: telebot.async_telebot.AsyncTeleBot.send_animation:60 +#: telebot.async_telebot.AsyncTeleBot.send_audio:63 +#: telebot.async_telebot.AsyncTeleBot.send_contact:44 +#: telebot.async_telebot.AsyncTeleBot.send_dice:35 +#: telebot.async_telebot.AsyncTeleBot.send_document:56 +#: telebot.async_telebot.AsyncTeleBot.send_game:32 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:101 +#: telebot.async_telebot.AsyncTeleBot.send_location:49 +#: telebot.async_telebot.AsyncTeleBot.send_message:46 +#: telebot.async_telebot.AsyncTeleBot.send_photo:45 +#: telebot.async_telebot.AsyncTeleBot.send_poll:70 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:39 +#: telebot.async_telebot.AsyncTeleBot.send_venue:57 +#: telebot.async_telebot.AsyncTeleBot.send_video:61 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:48 +#: telebot.async_telebot.AsyncTeleBot.send_voice:49 +msgid "On success, the sent Message is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.copy_message:46 +#: telebot.async_telebot.AsyncTeleBot.forward_message:27 +#: telebot.async_telebot.AsyncTeleBot.reply_to:12 +#: telebot.async_telebot.AsyncTeleBot.send_animation:61 +#: telebot.async_telebot.AsyncTeleBot.send_audio:64 +#: telebot.async_telebot.AsyncTeleBot.send_contact:45 +#: telebot.async_telebot.AsyncTeleBot.send_dice:36 +#: telebot.async_telebot.AsyncTeleBot.send_document:57 +#: telebot.async_telebot.AsyncTeleBot.send_location:50 +#: telebot.async_telebot.AsyncTeleBot.send_message:47 +#: telebot.async_telebot.AsyncTeleBot.send_photo:46 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:40 +#: telebot.async_telebot.AsyncTeleBot.send_venue:58 +#: telebot.async_telebot.AsyncTeleBot.send_video:62 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:49 +msgid ":class:`telebot.types.Message`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_chat_invite_link:1 +msgid "" +"Use this method to create an additional invite link for a chat. The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate administrator rights. The link can be revoked using the " +"method revokeChatInviteLink. Returns the new invite link as " +"ChatInviteLink object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_chat_invite_link:6 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#createchatinvitelink" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_chat_invite_link:8 +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:6 +#: telebot.async_telebot.AsyncTeleBot.export_chat_invite_link:6 +#: telebot.async_telebot.AsyncTeleBot.revoke_chat_invite_link:7 +msgid "" +"Id: Unique identifier for the target chat or username of the target " +"channel (in the format @channelusername)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_chat_invite_link:12 +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:10 +msgid "Invite link name; 0-32 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_chat_invite_link:15 +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:16 +msgid "Point in time (Unix timestamp) when the link will expire" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_chat_invite_link:18 +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:19 +msgid "Maximum number of users that can be members of the chat simultaneously" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_chat_invite_link:21 +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:22 +msgid "" +"True, if users joining the chat via the link need to be approved by chat " +"administrators. If True, member_limit can't be specified" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_chat_invite_link:24 +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:25 +#: telebot.async_telebot.AsyncTeleBot.revoke_chat_invite_link:14 +msgid "Returns the new invite link as ChatInviteLink object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_chat_invite_link:25 +#: telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:26 +#: telebot.async_telebot.AsyncTeleBot.revoke_chat_invite_link:15 +msgid ":class:`telebot.types.ChatInviteLink`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_forum_topic:1 +msgid "" +"Use this method to create a topic in a forum supergroup chat. The bot " +"must be an administrator in the chat for this to work and must have the " +"can_manage_topics administrator rights. Returns information about the " +"created topic as a ForumTopic object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_forum_topic:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#createforumtopic" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_forum_topic:10 +msgid "Name of the topic, 1-128 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_forum_topic:13 +msgid "" +"Color of the topic icon in RGB format. Currently, must be one of " +"0x6FB9F0, 0xFFD67E, 0xCB86DB, 0x8EEE98, 0xFF93B2, or 0xFB6F5F" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_forum_topic:16 +msgid "" +"Custom emoji for the topic icon. Must be an emoji of type “tgs” and must " +"be exactly 1 character long" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_forum_topic:19 +msgid "" +"On success, information about the created topic is returned as a " +"ForumTopic object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_forum_topic:20 +msgid ":class:`telebot.types.ForumTopic`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:1 +msgid "" +"Use this method to create a link for an invoice. Returns the created " +"invoice link as String on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#createinvoicelink" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:7 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:8 +msgid "Product name, 1-32 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:10 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:11 +msgid "Product description, 1-255 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:13 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:14 +msgid "" +"Bot-defined invoice payload, 1-128 bytes. This will not be displayed to " +"the user, use for your internal processes." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:17 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:18 +msgid "Payments provider token, obtained via @Botfather" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:20 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:21 +msgid "" +"Three-letter ISO 4217 currency code, see " +"https://core.telegram.org/bots/payments#supported-currencies" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:24 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:25 +msgid "" +"Price breakdown, a list of components (e.g. product price, tax, discount," +" delivery cost, delivery tax, bonus, etc.)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:28 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:87 +msgid "The maximum accepted amount for tips in the smallest units of the currency" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:31 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:90 +msgid "" +"A JSON-serialized array of suggested amounts of tips in the smallest " +"units of the currency. At most 4 suggested tip amounts can be specified." +" The suggested tip amounts must be positive, passed in a strictly " +"increased order and must not exceed max_tip_amount." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:36 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:77 +msgid "" +"A JSON-serialized data about the invoice, which will be shared with the " +"payment provider. A detailed description of required fields should be " +"provided by the payment provider." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:40 +msgid "" +"URL of the product photo for the invoice. Can be a photo of the goods or " +"a photo of the invoice. People like it better when they see a photo of " +"what they are paying for." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:44 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:37 +msgid "Photo size in bytes" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:47 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:40 +msgid "Photo width" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:50 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:43 +msgid "Photo height" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:53 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:46 +msgid "Pass True, if you require the user's full name to complete the order" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:56 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:49 +msgid "Pass True, if you require the user's phone number to complete the order" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:59 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:52 +msgid "Pass True, if you require the user's email to complete the order" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:62 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:55 +msgid "" +"Pass True, if you require the user's shipping address to complete the " +"order" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:65 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:61 +msgid "Pass True, if user's phone number should be sent to provider" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:68 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:64 +msgid "Pass True, if user's email address should be sent to provider" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:71 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:58 +msgid "Pass True, if the final price depends on the shipping method" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:74 +msgid "Created invoice link as String on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_invoice_link:75 +#: telebot.async_telebot.AsyncTeleBot.export_chat_invite_link:11 +#: telebot.async_telebot.AsyncTeleBot.get_file_url:7 +msgid ":obj:`str`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:1 +msgid "" +"Use this method to create new sticker set owned by a user. The bot will " +"be able to edit the created sticker set. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#createnewstickerset" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:10 +msgid "" +"Short name of sticker set, to be used in t.me/addstickers/ URLs (e.g., " +"animals). Can contain only English letters, digits and underscores. Must " +"begin with a letter, can't contain consecutive underscores and must end " +"in \"_by_\". is case insensitive. 1-64 " +"characters." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:15 +msgid "Sticker set title, 1-64 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:32 +msgid "" +"Pass True, if a set of mask stickers should be created. Deprecated since " +"Bot API 6.2, use sticker_type instead." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.create_new_sticker_set:36 +msgid "" +"Optional, Type of stickers in the set, pass “regular” or “mask”. Custom " +"emoji sticker sets can't be created via the Bot API at the moment. By " +"default, a regular sticker set is created." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.decline_chat_join_request:1 +msgid "" +"Use this method to decline a chat join request. The bot must be an " +"administrator in the chat for this to work and must have the " +"can_invite_users administrator right. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.decline_chat_join_request:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#declinechatjoinrequest" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_chat_photo:1 +msgid "" +"Use this method to delete a chat photo. Photos can't be changed for " +"private chats. The bot must be an administrator in the chat for this to " +"work and must have the appropriate admin rights. Returns True on success." +" Note: In regular groups (non-supergroups), this method will only work if" +" the ‘All Members Are Admins’ setting is off in the target group." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_chat_photo:6 +msgid "Telegram documentation: https://core.telegram.org/bots/api#deletechatphoto" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_chat_photo:8 +#: telebot.async_telebot.AsyncTeleBot.set_chat_photo:9 +#: telebot.async_telebot.AsyncTeleBot.unpin_all_chat_messages:7 +msgid "" +"Int or Str: Unique identifier for the target chat or username of the " +"target channel (in the format @channelusername)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_chat_sticker_set:1 +msgid "" +"Use this method to delete a group sticker set from a supergroup. The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate admin rights. Use the field can_set_sticker_set optionally " +"returned in getChat requests to check if the bot can use this method. " +"Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_chat_sticker_set:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#deletechatstickerset" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_forum_topic:1 +msgid "" +"Use this method to delete a topic in a forum supergroup chat. The bot " +"must be an administrator in the chat for this to work and must have the " +"can_manage_topics administrator rights, unless it is the creator of the " +"topic. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_forum_topic:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#deleteforumtopic" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_forum_topic:10 +msgid "Identifier of the topic to delete" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_message:1 +msgid "" +"Use this method to delete a message, including service messages, with the" +" following limitations: - A message can only be deleted if it was sent " +"less than 48 hours ago. - A dice message in a private chat can only be " +"deleted if it was sent more than 24 hours ago. - Bots can delete outgoing" +" messages in private chats, groups, and supergroups. - Bots can delete " +"incoming messages in private chats. - Bots granted can_post_messages " +"permissions can delete outgoing messages in channels. - If the bot is an " +"administrator of a group, it can delete any message there. - If the bot " +"has can_delete_messages permission in a supergroup or a channel, it can " +"delete any message there. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_message:11 +msgid "Telegram documentation: https://core.telegram.org/bots/api#deletemessage" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_message:16 +msgid "Identifier of the message to delete" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_my_commands:1 +msgid "" +"Use this method to delete the list of the bot's commands for the given " +"scope and user language. After deletion, higher level commands will be " +"shown to affected users. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_my_commands:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#deletemycommands" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_my_commands:7 +#: telebot.async_telebot.AsyncTeleBot.get_my_commands:6 +#: telebot.async_telebot.AsyncTeleBot.set_my_commands:8 +msgid "" +"The scope of users for which the commands are relevant. Defaults to " +"BotCommandScopeDefault." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_my_commands:11 +#: telebot.async_telebot.AsyncTeleBot.get_my_commands:10 +#: telebot.async_telebot.AsyncTeleBot.set_my_commands:12 +msgid "" +"A two-letter ISO 639-1 language code. If empty, commands will be applied " +"to all users from the given scope, for whose language there are no " +"dedicated commands" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_state:1 +msgid "Delete the current state of a user." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_sticker_from_set:1 +msgid "" +"Use this method to delete a sticker from a set created by the bot. " +"Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_sticker_from_set:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#deletestickerfromset" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_sticker_from_set:5 +#: telebot.async_telebot.AsyncTeleBot.set_sticker_position_in_set:5 +msgid "File identifier of the sticker" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_webhook:1 +msgid "" +"Use this method to remove webhook integration if you decide to switch " +"back to getUpdates. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_webhook:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#deletewebhook" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_webhook:6 +#: telebot.async_telebot.AsyncTeleBot.set_webhook:36 +msgid "Pass True to drop all pending updates, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.delete_webhook:9 +msgid "Request connection timeout, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.download_file:1 +msgid "Downloads file." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.download_file:3 +msgid "Path where the file should be downloaded." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.download_file:6 +msgid "bytes" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.download_file:7 +msgid ":obj:`bytes`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:1 +msgid "" +"Use this method to edit a non-primary invite link created by the bot. The" +" bot must be an administrator in the chat for this to work and must have " +"the appropriate admin rights." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editchatinvitelink" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_chat_invite_link:13 +msgid "The invite link to edit" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_forum_topic:1 +msgid "" +"Use this method to edit name and icon of a topic in a forum supergroup " +"chat. The bot must be an administrator in the chat for this to work and " +"must have can_manage_topics administrator rights, unless it is the " +"creator of the topic. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_forum_topic:5 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#editforumtopic" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_forum_topic:10 +msgid "Identifier of the topic to edit" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_forum_topic:13 +msgid "New name of the topic, 1-128 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_forum_topic:16 +msgid "" +"New custom emoji for the topic icon. Must be an emoji of type “tgs” and " +"must be exactly 1 character long" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:1 +msgid "Use this method to edit captions of messages." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editmessagecaption" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:5 +msgid "New caption of the message" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:8 +msgid "" +"Required if inline_message_id is not specified. Unique identifier for the" +" target chat or username of the target channel" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:11 +msgid "Required if inline_message_id is not specified." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:14 +msgid "" +"Required if inline_message_id is not specified. Identifier of the inline " +"message." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:17 +msgid "New caption of the message, 0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:20 +msgid "" +"A JSON-serialized array of objects that describe how the caption should " +"be parsed." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:23 +#: telebot.async_telebot.AsyncTeleBot.edit_message_media:19 +#: telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup:14 +#: telebot.async_telebot.AsyncTeleBot.edit_message_text:26 +msgid "A JSON-serialized object for an inline keyboard." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:26 +#: telebot.async_telebot.AsyncTeleBot.edit_message_media:22 +#: telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup:17 +#: telebot.async_telebot.AsyncTeleBot.edit_message_text:29 +msgid "" +"On success, if edited message is sent by the bot, the edited Message is " +"returned, otherwise True is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_caption:27 +msgid ":obj:`types.Message` | :obj:`bool`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:3 +msgid "" +"Use this method to edit live location messages. A location can be edited " +"until its live_period expires or editing is explicitly" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:2 +msgid "" +"disabled by a call to stopMessageLiveLocation. On success, if the edited " +"message is not an inline message, the edited Message is returned, " +"otherwise True is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editmessagelivelocation" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:7 +msgid "Latitude of new location" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:10 +msgid "Longitude of new location" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:16 +msgid "" +"Required if inline_message_id is not specified. Identifier of the message" +" to edit" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:19 +#: telebot.async_telebot.AsyncTeleBot.stop_message_live_location:15 +msgid "A JSON-serialized object for a new inline keyboard." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:26 +#: telebot.async_telebot.AsyncTeleBot.edit_message_media:16 +#: telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup:11 +#: telebot.async_telebot.AsyncTeleBot.edit_message_text:14 +#: telebot.async_telebot.AsyncTeleBot.get_game_high_scores:19 +#: telebot.async_telebot.AsyncTeleBot.set_game_score:20 +msgid "" +"Required if chat_id and message_id are not specified. Identifier of the " +"inline message" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:29 +#: telebot.async_telebot.AsyncTeleBot.send_location:31 +msgid "The radius of uncertainty for the location, measured in meters; 0-1500" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:32 +msgid "" +"Direction in which the user is moving, in degrees. Must be between 1 and " +"360 if specified." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:35 +msgid "" +"The maximum distance for proximity alerts about approaching another chat " +"member, in meters. Must be between 1 and 100000 if specified." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:38 +msgid "" +"On success, if the edited message is not an inline message, the edited " +"Message is returned, otherwise True is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:39 +#: telebot.async_telebot.AsyncTeleBot.stop_message_live_location:23 +msgid ":class:`telebot.types.Message` or bool" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_media:1 +msgid "" +"Use this method to edit animation, audio, document, photo, or video " +"messages. If a message is a part of a message album, then it can be " +"edited only to a photo or a video. Otherwise, message type can be changed" +" arbitrarily. When inline message is edited, new file can't be uploaded. " +"Use previously uploaded file via its file_id or specify a URL." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_media:6 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editmessagemedia" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_media:8 +msgid "A JSON-serialized object for a new media content of the message" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_media:10 +#: telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup:5 +#: telebot.async_telebot.AsyncTeleBot.edit_message_text:8 +#: telebot.async_telebot.AsyncTeleBot.get_game_high_scores:13 +#: telebot.async_telebot.AsyncTeleBot.set_game_score:14 +msgid "" +"Required if inline_message_id is not specified. Unique identifier for the" +" target chat or username of the target channel (in the format " +"@channelusername)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_media:13 +#: telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup:8 +#: telebot.async_telebot.AsyncTeleBot.edit_message_text:11 +#: telebot.async_telebot.AsyncTeleBot.get_game_high_scores:16 +#: telebot.async_telebot.AsyncTeleBot.set_game_score:17 +msgid "" +"Required if inline_message_id is not specified. Identifier of the sent " +"message" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_media:23 +#: telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup:18 +#: telebot.async_telebot.AsyncTeleBot.edit_message_text:30 +#: telebot.async_telebot.AsyncTeleBot.set_game_score:27 +msgid ":obj:`types.Message` or :obj:`bool`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup:1 +msgid "Use this method to edit only the reply markup of messages." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editmessagereplymarkup" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_text:1 +msgid "Use this method to edit text and game messages." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_text:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#editmessagetext" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_text:5 +msgid "New text of the message, 1-4096 characters after entities parsing" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_text:17 +#: telebot.async_telebot.AsyncTeleBot.send_message:15 +msgid "Mode for parsing entities in the message text." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_text:20 +msgid "" +"List of special entities that appear in the message text, which can be " +"specified instead of parse_mode" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edit_message_text:23 +#: telebot.async_telebot.AsyncTeleBot.send_message:21 +msgid "Disables link previews for links in this message" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edited_channel_post_handler:1 +msgid "" +"Handles new version of a channel post that is known to the bot and was " +"edited. As a parameter to the decorator function, it passes " +":class:`telebot.types.Message` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edited_message_handler:1 +msgid "Handles new version of a message that is known to the bot and was edited." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edited_message_handler:3 +msgid "" +"As a parameter to the decorator function, it passes " +":class:`telebot.types.Message` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.edited_message_handler:17 +#: telebot.async_telebot.AsyncTeleBot.message_handler:47 +msgid "list of chat types" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.enable_saving_states:1 +msgid "Enable saving states (by default saving disabled)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.enable_saving_states:4 +msgid "" +"It is recommended to pass a " +":class:`~telebot.asyncio_storage.StatePickleStorage` instance as " +"state_storage to TeleBot class." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.enable_saving_states:7 +msgid "Filename of saving file, defaults to \"./.state-save/states.pkl\"" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.export_chat_invite_link:1 +msgid "" +"Use this method to export an invite link to a supergroup or a channel. " +"The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.export_chat_invite_link:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#exportchatinvitelink" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.export_chat_invite_link:10 +msgid "exported invite link as String on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.forward_message:1 +msgid "Use this method to forward messages of any kind." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.forward_message:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#forwardmessage" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.forward_message:5 +msgid "" +"Sends the message silently. Users will receive a notification with no " +"sound" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.forward_message:17 +msgid "Protects the contents of the forwarded message from forwarding and saving" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.forward_message:23 +#: telebot.async_telebot.AsyncTeleBot.send_message:43 +msgid "" +"Unique identifier for the target message thread (topic) of the forum; for" +" forum supergroups only" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat:1 +msgid "" +"Use this method to get up to date information about the chat (current " +"name of the user for one-on-one conversations, current username of a " +"user, group or channel, etc.). Returns a Chat object on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getchat" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat:6 +#: telebot.async_telebot.AsyncTeleBot.get_chat_administrators:7 +#: telebot.async_telebot.AsyncTeleBot.get_chat_member_count:5 +#: telebot.async_telebot.AsyncTeleBot.leave_chat:5 +msgid "" +"Unique identifier for the target chat or username of the target " +"supergroup or channel (in the format @channelusername)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat:9 +msgid "Chat information" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat:10 +msgid ":class:`telebot.types.Chat`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_administrators:1 +msgid "" +"Use this method to get a list of administrators in a chat. On success, " +"returns an Array of ChatMember objects that contains information about " +"all chat administrators except other bots." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_administrators:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getchatadministrators" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_administrators:9 +msgid "List made of ChatMember objects." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_administrators:10 +msgid ":obj:`list` of :class:`telebot.types.ChatMember`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_member:1 +msgid "" +"Use this method to get information about a member of a chat. Returns a " +"ChatMember object on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_member:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getchatmember" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_member:11 +msgid "Returns ChatMember object on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_member:12 +msgid ":class:`telebot.types.ChatMember`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_member_count:1 +msgid "Use this method to get the number of members in a chat." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_member_count:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getchatmembercount" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_member_count:8 +msgid "Number of members in the chat." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_member_count:9 +msgid ":obj:`int`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_menu_button:1 +msgid "" +"Use this method to get the current value of the bot's menu button in a " +"private chat, or the default menu button. Returns MenuButton on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_menu_button:5 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#getchatmenubutton" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_menu_button:7 +msgid "" +"Unique identifier for the target private chat. If not specified, default " +"bot's menu button will be returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_menu_button:11 +msgid "types.MenuButton" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_chat_menu_button:12 +msgid ":class:`telebot.types.MenuButton`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_custom_emoji_stickers:1 +msgid "" +"Use this method to get information about custom emoji stickers by their " +"identifiers. Returns an Array of Sticker objects." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_custom_emoji_stickers:4 +msgid "" +"List of custom emoji identifiers. At most 200 custom emoji identifiers " +"can be specified." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_custom_emoji_stickers:7 +msgid "Returns an Array of Sticker objects." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_custom_emoji_stickers:8 +msgid ":obj:`list` of :class:`telebot.types.Sticker`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_file:1 +msgid "" +"Use this method to get basic info about a file and prepare it for " +"downloading. For the moment, bots can download files of up to 20MB in " +"size. On success, a File object is returned. It is guaranteed that the " +"link will be valid for at least 1 hour. When the link expires, a new one " +"can be requested by calling get_file again." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_file:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getfile" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_file:9 +msgid "File identifier" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_file:12 +#: telebot.async_telebot.AsyncTeleBot.upload_sticker_file:14 +msgid ":class:`telebot.types.File`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_file_url:1 +msgid "Get a valid URL for downloading a file." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_file_url:3 +msgid "File identifier to get download URL for." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_file_url:6 +msgid "URL for downloading the file." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_forum_topic_icon_stickers:1 +msgid "" +"Use this method to get custom emoji stickers, which can be used as a " +"forum topic icon by any user. Requires no parameters. Returns an Array of" +" Sticker objects." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_forum_topic_icon_stickers:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getforumtopiciconstickers" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_forum_topic_icon_stickers:6 +msgid "On success, a list of StickerSet objects is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_forum_topic_icon_stickers:7 +msgid "List[:class:`telebot.types.StickerSet`]" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_game_high_scores:1 +msgid "" +"Use this method to get data for high score tables. Will return the score " +"of the specified user and several of their neighbors in a game. On " +"success, returns an Array of GameHighScore objects." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_game_high_scores:4 +msgid "" +"This method will currently return scores for the target user, plus two of" +" their closest neighbors on each side. Will also return the top three " +"users if the user and their neighbors are not among them. Please note " +"that this behavior is subject to change." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_game_high_scores:8 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getgamehighscores" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_game_high_scores:10 +#: telebot.async_telebot.AsyncTeleBot.retrieve_data:3 +#: telebot.async_telebot.AsyncTeleBot.set_game_score:5 +#: telebot.async_telebot.AsyncTeleBot.set_sticker_set_thumb:9 +msgid "User identifier" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_game_high_scores:22 +msgid "On success, returns an Array of GameHighScore objects." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_me:1 +msgid "Returns basic information about the bot in form of a User object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_me:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getme" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_my_commands:1 +msgid "" +"Use this method to get the current list of the bot's commands. Returns " +"List of BotCommand on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_my_commands:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getmycommands" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_my_commands:15 +msgid "List of BotCommand on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_my_commands:16 +msgid ":obj:`list` of :class:`telebot.types.BotCommand`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_my_default_administrator_rights:1 +msgid "" +"Use this method to get the current default administrator rights of the " +"bot. Returns ChatAdministratorRights on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_my_default_administrator_rights:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getmydefaultadministratorrights" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_my_default_administrator_rights:6 +msgid "" +"Pass True to get the default administrator rights of the bot in channels." +" Otherwise, the default administrator rights of the bot for groups and " +"supergroups will be returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_my_default_administrator_rights:9 +msgid "Returns ChatAdministratorRights on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_my_default_administrator_rights:10 +msgid ":class:`telebot.types.ChatAdministratorRights`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_state:1 +msgid "" +"Gets current state of a user. Not recommended to use this method. But it " +"is ok for debugging." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_state:10 +msgid "state of a user" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_state:11 +msgid ":obj:`int` or :obj:`str` or :class:`telebot.types.State`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_sticker_set:1 +msgid "" +"Use this method to get a sticker set. On success, a StickerSet object is " +"returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_sticker_set:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getstickerset" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_sticker_set:8 +msgid "On success, a StickerSet object is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_sticker_set:9 +#: telebot.async_telebot.AsyncTeleBot.set_chat_sticker_set:14 +msgid ":class:`telebot.types.StickerSet`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_updates:1 +msgid "" +"Use this method to receive incoming updates using long polling (wiki). An" +" Array of Update objects is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_updates:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getupdates" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_updates:6 +msgid "" +"Identifier of the first update to be returned. Must be greater by one " +"than the highest among the identifiers of previously received updates. By" +" default, updates starting with the earliest unconfirmed update are " +"returned. An update is considered confirmed as soon as getUpdates is " +"called with an offset higher than its update_id. The negative offset can " +"be specified to retrieve updates starting from -offset update from the " +"end of the updates queue. All previous updates will forgotten." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_updates:12 +msgid "" +"Limits the number of updates to be retrieved. Values between 1-100 are " +"accepted. Defaults to 100." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_updates:15 +#: telebot.async_telebot.AsyncTeleBot.get_webhook_info:6 +#: telebot.async_telebot.AsyncTeleBot.polling:26 +msgid "Request connection timeout" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_updates:18 +msgid "Array of string. List the types of updates you want your bot to receive." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_updates:21 +msgid "Timeout in seconds for long polling." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_updates:24 +msgid "An Array of Update objects is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_updates:25 +msgid ":obj:`list` of :class:`telebot.types.Update`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_user_profile_photos:1 +msgid "" +"Use this method to get a list of profile pictures for a user. Returns a " +":class:`telebot.types.UserProfilePhotos` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_user_profile_photos:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getuserprofilephotos" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_user_profile_photos:9 +msgid "" +"Sequential number of the first photo to be returned. By default, all " +"photos are returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_user_profile_photos:12 +msgid "" +"Limits the number of photos to be retrieved. Values between 1-100 are " +"accepted. Defaults to 100." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_user_profile_photos:15 +msgid "" +"`UserProfilePhotos " +"`_" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_user_profile_photos:16 +msgid ":class:`telebot.types.UserProfilePhotos`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_webhook_info:1 +msgid "" +"Use this method to get current webhook status. Requires no parameters. On" +" success, returns a WebhookInfo object. If the bot is using getUpdates, " +"will return an object with the url field empty." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_webhook_info:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getwebhookinfo" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_webhook_info:9 +msgid "On success, returns a WebhookInfo object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.get_webhook_info:10 +msgid ":class:`telebot.types.WebhookInfo`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:1 +msgid "" +"Wrap polling with infinite loop and exception handling to avoid bot stops" +" polling." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:4 +#: telebot.async_telebot.AsyncTeleBot.polling:15 +msgid "Install watchdog and psutil before using restart_on_change option." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:6 +#: telebot.async_telebot.AsyncTeleBot.polling:29 +msgid "Timeout in seconds for get_updates(Defaults to None)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:9 +#: telebot.async_telebot.AsyncTeleBot.polling:20 +msgid "skip old updates" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:12 +msgid "Aiohttp's request timeout. Defaults to 5 minutes(aiohttp.ClientTimeout)." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:15 +msgid "" +"Custom logging level for infinity_polling logging. Use logger levels from" +" logging as a value. None/NOTSET = no error logging" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:19 +#: telebot.async_telebot.AsyncTeleBot.polling:32 +msgid "" +"A list of the update types you want your bot to receive. For example, " +"specify [“message”, “edited_channel_post”, “callback_query”] to only " +"receive updates of these types. See util.update_types for a complete list" +" of available update types. Specify an empty list to receive all update " +"types except chat_member (default). If not specified, the previous " +"setting will be used. Please note that this parameter doesn't affect " +"updates created before the call to the get_updates, so unwanted updates " +"may be received for a short period of time." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:19 +#: telebot.async_telebot.AsyncTeleBot.polling:32 +msgid "" +"A list of the update types you want your bot to receive. For example, " +"specify [“message”, “edited_channel_post”, “callback_query”] to only " +"receive updates of these types. See util.update_types for a complete list" +" of available update types. Specify an empty list to receive all update " +"types except chat_member (default). If not specified, the previous " +"setting will be used." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:25 +#: telebot.async_telebot.AsyncTeleBot.polling:38 +msgid "" +"Please note that this parameter doesn't affect updates created before the" +" call to the get_updates, so unwanted updates may be received for a short" +" period of time." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:29 +msgid "Restart a file on file(s) change. Defaults to False" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.infinity_polling:32 +#: telebot.async_telebot.AsyncTeleBot.polling:48 +msgid "Path to watch for changes. Defaults to current directory" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.inline_handler:1 +msgid "" +"Handles new incoming inline query. As a parameter to the decorator " +"function, it passes :class:`telebot.types.InlineQuery` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.kick_chat_member:1 +msgid "This function is deprecated. Use `ban_chat_member` instead" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.leave_chat:1 +msgid "" +"Use this method for your bot to leave a group, supergroup or channel. " +"Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.leave_chat:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#leavechat" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.log_out:1 +msgid "" +"Use this method to log out from the cloud Bot API server before launching" +" the bot locally. You MUST log out the bot before running it locally, " +"otherwise there is no guarantee that the bot will receive updates. After " +"a successful call, you can immediately log in on a local server, but will" +" not be able to log in back to the cloud Bot API server for 10 minutes. " +"Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.log_out:8 +msgid "Telegram documentation: https://core.telegram.org/bots/api#logout" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.message_handler:1 +msgid "" +"Handles ew incoming message of any kind - text, photo, sticker, etc. As a" +" parameter to the decorator function, it passes " +":class:`telebot.types.Message` object. All message handlers are tested in" +" the order they were added." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.message_handler:5 +msgid "Example:" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.message_handler:7 +msgid "Usage of message_handler" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.message_handler:40 +msgid "" +"Optional lambda function. The lambda receives the message to test as the " +"first parameter. It must return True if the command should handle the " +"message." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.message_handler:52 +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler:23 +#: telebot.async_telebot.AsyncTeleBot.register_inline_handler:14 +#: telebot.async_telebot.AsyncTeleBot.register_pre_checkout_query_handler:13 +msgid "decorated function" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.my_chat_member_handler:1 +msgid "" +"Handles update in a status of a bot. For private chats, this update is " +"received only when the bot is blocked or unblocked by the user. As a " +"parameter to the decorator function, it passes " +":class:`telebot.types.ChatMemberUpdated` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.pin_chat_message:1 +msgid "" +"Use this method to pin a message in a supergroup. The bot must be an " +"administrator in the chat for this to work and must have the appropriate " +"admin rights. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.pin_chat_message:5 +msgid "Telegram documentation: https://core.telegram.org/bots/api#pinchatmessage" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.pin_chat_message:11 +msgid "Identifier of a message to pin" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.pin_chat_message:14 +msgid "" +"Pass True, if it is not necessary to send a notification to all group " +"members about the new pinned message" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.poll_answer_handler:1 +msgid "" +"Handles change of user's answer in a non-anonymous poll(when user changes" +" the vote). Bots receive new votes only in polls that were sent by the " +"bot itself. As a parameter to the decorator function, it passes " +":class:`telebot.types.PollAnswer` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.poll_handler:1 +msgid "" +"Handles new state of a poll. Bots receive only updates about stopped " +"polls and polls, which are sent by the bot As a parameter to the " +"decorator function, it passes :class:`telebot.types.Poll` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.polling:1 +msgid "" +"Runs bot in long-polling mode in a main loop. This allows the bot to " +"retrieve Updates automagically and notify listeners and message handlers " +"accordingly." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.polling:4 +msgid "Warning: Do not call this function more than once!" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.polling:6 +msgid "Always gets updates." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.polling:10 +msgid "" +"Set non_stop=True if you want your bot to continue receiving updates if " +"there is an error." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.polling:17 +msgid "Do not stop polling when an ApiException occurs." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.polling:23 +msgid "Delay between two update retrivals" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.polling:42 +msgid "Deprecated, use non_stop. Old typo, kept for backward compatibility." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.polling:45 +msgid "Restart a file on file(s) change. Defaults to False." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.pre_checkout_query_handler:1 +msgid "" +"New incoming pre-checkout query. Contains full information about " +"checkout. As a parameter to the decorator function, it passes " +":class:`telebot.types.PreCheckoutQuery` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.process_new_updates:1 +msgid "" +"Process new updates. Just pass list of updates - each update should be " +"instance of Update object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.process_new_updates:5 +msgid "list of updates" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:1 +msgid "" +"Use this method to promote or demote a user in a supergroup or a channel." +" The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights. Pass False for all boolean parameters " +"to demote a user." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#promotechatmember" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:7 +msgid "" +"Unique identifier for the target chat or username of the target channel (" +" in the format @channelusername)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:14 +msgid "" +"Pass True, if the administrator can change chat title, photo and other " +"settings" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:17 +msgid "Pass True, if the administrator can create channel posts, channels only" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:20 +msgid "" +"Pass True, if the administrator can edit messages of other users, " +"channels only" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:23 +msgid "Pass True, if the administrator can delete messages of other users" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:26 +msgid "Pass True, if the administrator can invite new users to the chat" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:29 +msgid "Pass True, if the administrator can restrict, ban or unban chat members" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:32 +msgid "Pass True, if the administrator can pin messages, supergroups only" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:35 +msgid "" +"Pass True, if the administrator can add new administrators with a subset " +"of his own privileges or demote administrators that he has promoted, " +"directly or indirectly (promoted by administrators that were appointed by" +" him)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:40 +msgid "Pass True, if the administrator's presence in the chat is hidden" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:43 +msgid "" +"Pass True, if the administrator can access the chat event log, chat " +"statistics, message statistics in channels, see channel members, see " +"anonymous administrators in supergroups and ignore slow mode. Implied by " +"any other administrator privilege" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:49 +msgid "" +"Pass True, if the administrator can manage voice chats For now, bots can " +"use this privilege only for passing to other administrators." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:53 +msgid "Deprecated, use can_manage_video_chats." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.promote_chat_member:56 +msgid "" +"Pass True if the user is allowed to create, rename, close, and reopen " +"forum topics, supergroups only" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_callback_query_handler:1 +msgid "Registers callback query handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_callback_query_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_channel_post_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_chat_join_request_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_chat_member_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_chosen_inline_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_inline_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_message_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_my_chat_member_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_poll_answer_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_poll_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_pre_checkout_query_handler:3 +#: telebot.async_telebot.AsyncTeleBot.register_shipping_query_handler:3 +msgid "function to be called" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_callback_query_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_channel_post_handler:18 +#: telebot.async_telebot.AsyncTeleBot.register_chat_join_request_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_chat_member_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_chosen_inline_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler:18 +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:21 +#: telebot.async_telebot.AsyncTeleBot.register_inline_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_message_handler:21 +#: telebot.async_telebot.AsyncTeleBot.register_my_chat_member_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_poll_answer_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_poll_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_pre_checkout_query_handler:8 +#: telebot.async_telebot.AsyncTeleBot.register_shipping_query_handler:9 +msgid "" +"True if you need to pass TeleBot instance to handler(useful for " +"separating handlers into different files)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_channel_post_handler:1 +msgid "Registers channel post message handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_channel_post_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:9 +#: telebot.async_telebot.AsyncTeleBot.register_message_handler:9 +msgid "list of commands" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_channel_post_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler:12 +#: telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:12 +msgid "Regular expression" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_chat_join_request_handler:1 +msgid "Registers chat join request handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_chat_member_handler:1 +msgid "Registers chat member handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_chat_member_handler:14 +msgid ":return:None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_chosen_inline_handler:1 +msgid "Registers chosen inline handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_edited_channel_post_handler:1 +msgid "Registers edited channel post message handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:1 +msgid "Registers edited message handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_edited_message_handler:18 +msgid "True for private chat" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_inline_handler:1 +msgid "Registers inline handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_message_handler:1 +msgid "Registers message handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_message_handler:18 +msgid "List of chat types" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_my_chat_member_handler:1 +msgid "Registers my chat member handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_poll_answer_handler:1 +msgid "Registers poll answer handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_poll_handler:1 +msgid "Registers poll handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_pre_checkout_query_handler:1 +msgid "Registers pre-checkout request handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.register_shipping_query_handler:1 +msgid "Registers shipping query handler." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.remove_webhook:1 +msgid "Alternative for delete_webhook but uses set_webhook" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.reopen_forum_topic:1 +msgid "" +"Use this method to reopen a closed topic in a forum supergroup chat. The " +"bot must be an administrator in the chat for this to work and must have " +"the can_manage_topics administrator rights, unless it is the creator of " +"the topic. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.reopen_forum_topic:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#reopenforumtopic" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.reopen_forum_topic:10 +msgid "Identifier of the topic to reopen" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.reply_to:1 +msgid "" +"Convenience function for `send_message(message.chat.id, text, " +"reply_to_message_id=message.message_id, **kwargs)`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.reply_to:3 +msgid "Instance of :class:`telebot.types.Message`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.reply_to:6 +msgid "Text of the message." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.reply_to:9 +msgid "" +"Additional keyword arguments which are passed to " +":meth:`telebot.TeleBot.send_message`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.reset_data:1 +msgid "Reset data for a user in chat." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:1 +msgid "" +"Use this method to restrict a user in a supergroup. The bot must be an " +"administrator in the supergroup for this to work and must have the " +"appropriate admin rights. Pass True for all boolean parameters to lift " +"restrictions from a user." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#restrictchatmember" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:14 +msgid "" +"Date when restrictions will be lifted for the user, unix time. If user is" +" restricted for more than 366 days or less than 30 seconds from the " +"current time, they are considered to be restricted forever" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:19 +msgid "" +"Pass True, if the user can send text messages, contacts, locations and " +"venues" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:22 +msgid "" +"Pass True, if the user can send audios, documents, photos, videos, video " +"notes and voice notes, implies can_send_messages" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:26 +msgid "Pass True, if the user is allowed to send polls, implies can_send_messages" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:29 +msgid "" +"Pass True, if the user can send animations, games, stickers and use " +"inline bots, implies can_send_media_messages" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:32 +msgid "" +"Pass True, if the user may add web page previews to their messages, " +"implies can_send_media_messages" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:36 +msgid "" +"Pass True, if the user is allowed to change the chat title, photo and " +"other settings. Ignored in public supergroups" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:40 +msgid "" +"Pass True, if the user is allowed to invite new users to the chat, " +"implies can_invite_users" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:44 +msgid "" +"Pass True, if the user is allowed to pin messages. Ignored in public " +"supergroups" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.restrict_chat_member:47 +#: telebot.async_telebot.AsyncTeleBot.set_chat_permissions:14 +#: telebot.async_telebot.AsyncTeleBot.unban_chat_member:19 +msgid "True on success" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.retrieve_data:1 +msgid "Returns context manager with data for a user in chat." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.retrieve_data:6 +msgid "Chat's unique identifier, defaults to user_id" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.retrieve_data:9 +msgid "Context manager with data for a user in chat" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.revoke_chat_invite_link:1 +msgid "" +"Use this method to revoke an invite link created by the bot. Note: If the" +" primary link is revoked, a new link is automatically generated The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate admin rights." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.revoke_chat_invite_link:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#revokechatinvitelink" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.revoke_chat_invite_link:11 +msgid "The invite link to revoke" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:1 +msgid "This class sets webhooks and listens to a given url and port." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:3 +msgid "IP address to listen to. Defaults to 0.0.0.0" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:5 +msgid "A port which will be used to listen to webhooks." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:6 +msgid "Path to the webhook. Defaults to /token" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:7 +msgid "Path to the certificate file." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:8 +msgid "Path to the certificate key file." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:9 +msgid "Webhook URL." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:10 +msgid "" +"Maximum allowed number of simultaneous HTTPS connections to the webhook " +"for update delivery, 1-100. Defaults to 40. Use lower values to limit the" +" load on your bot's server, and higher values to increase your bot's " +"throughput." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:11 +msgid "" +"A JSON-serialized list of the update types you want your bot to receive. " +"For example, specify [“message”, “edited_channel_post”, “callback_query”]" +" to only receive updates of these types. See Update for a complete list " +"of available update types. Specify an empty list to receive all updates " +"regardless of type (default). If not specified, the previous setting will" +" be used." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:12 +msgid "" +"The fixed IP address which will be used to send webhook requests instead " +"of the IP address resolved through DNS" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:13 +msgid "Pass True to drop all pending updates" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:14 +msgid "Integer. Request connection timeout" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.run_webhooks:15 +msgid "Secret token to be used to verify the webhook request." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:1 +msgid "" +"Use this method to send animation files (GIF or H.264/MPEG-4 AVC video " +"without sound). On success, the sent Message is returned. Bots can " +"currently send animation files of up to 50 MB in size, this limit may be " +"changed in the future." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendanimation" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:9 +msgid "" +"Animation to send. Pass a file_id as String to send an animation that " +"exists on the Telegram servers (recommended), pass an HTTP URL as a " +"String for Telegram to get an animation from the Internet, or upload a " +"new animation using multipart/form-data." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:13 +msgid "Duration of sent animation in seconds" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:16 +msgid "Animation width" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:19 +msgid "Animation height" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:22 +#: telebot.async_telebot.AsyncTeleBot.send_video:20 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:33 +msgid "" +"Thumbnail of the file sent; can be ignored if thumbnail generation for " +"the file is supported server-side. The thumbnail should be in JPEG format" +" and less than 200 kB in size. A thumbnail's width and height should not " +"exceed 320. Ignored if the file is not uploaded using multipart/form-" +"data. Thumbnails can't be reused and can be only uploaded as a new file, " +"so you can pass “attach://” if the thumbnail was " +"uploaded using multipart/form-data under ." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:28 +msgid "" +"Animation caption (may also be used when resending animation by file_id)," +" 0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:31 +msgid "Mode for parsing entities in the animation caption" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:51 +#: telebot.async_telebot.AsyncTeleBot.send_video:29 +msgid "" +"List of special entities that appear in the caption, which can be " +"specified instead of parse_mode" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_animation:57 +#: telebot.async_telebot.AsyncTeleBot.send_video:58 +msgid "Identifier of a message thread, in which the video will be sent" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:1 +msgid "" +"Use this method to send audio files, if you want Telegram clients to " +"display them in the music player. Your audio must be in the .MP3 or .M4A " +"format. On success, the sent Message is returned. Bots can currently send" +" audio files of up to 50 MB in size, this limit may be changed in the " +"future." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:5 +msgid "For sending voice messages, use the send_voice method instead." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendaudio" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:12 +msgid "" +"Audio file to send. Pass a file_id as String to send an audio file that " +"exists on the Telegram servers (recommended), pass an HTTP URL as a " +"String for Telegram to get an audio file from the Internet, or upload a " +"new one using multipart/form-data. Audio must be in the .MP3 or .M4A " +"format." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:17 +msgid "Audio caption, 0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:20 +msgid "Duration of the audio in seconds" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:23 +msgid "Performer" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:26 +msgid "Track name" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:36 +msgid "" +"Mode for parsing entities in the audio caption. See formatting options " +"for more details." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:45 +msgid "" +"Thumbnail of the file sent; can be ignored if thumbnail generation for " +"the file is supported server-side. The thumbnail should be in JPEG format" +" and less than 200 kB in size. A thumbnail's width and height should not " +"exceed 320. Ignored if the file is not uploaded using multipart/form-" +"data. Thumbnails can't be reused and can be only uploaded as a new file, " +"so you can pass “attach://” if the thumbnail was " +"uploaded using multipart/form-data under " +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_audio:51 +#: telebot.async_telebot.AsyncTeleBot.send_document:35 +#: telebot.async_telebot.AsyncTeleBot.send_photo:19 +#: telebot.async_telebot.AsyncTeleBot.send_voice:37 +msgid "" +"A JSON-serialized list of special entities that appear in the caption, " +"which can be specified instead of parse_mode" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_chat_action:1 +msgid "" +"Use this method when you need to tell the user that something is " +"happening on the bot's side. The status is set for 5 seconds or less " +"(when a message arrives from your bot, Telegram clients clear its typing " +"status). Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_chat_action:5 +msgid "" +"Example: The ImageBot needs some time to process a request and upload the" +" image. Instead of sending a text message along the lines of “Retrieving " +"image, please wait…”, the bot may use sendChatAction with action = " +"upload_photo. The user will see a “sending photo” status for the bot." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_chat_action:8 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendchataction" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_chat_action:10 +#: telebot.async_telebot.AsyncTeleBot.send_contact:5 +#: telebot.async_telebot.AsyncTeleBot.send_poll:6 +#: telebot.async_telebot.AsyncTeleBot.send_venue:5 +#: telebot.async_telebot.AsyncTeleBot.stop_poll:5 +msgid "Unique identifier for the target chat or username of the target channel" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_chat_action:13 +msgid "" +"Type of action to broadcast. Choose one, depending on what the user is " +"about to receive: typing for text messages, upload_photo for photos, " +"record_video or upload_video for videos, record_voice or upload_voice for" +" voice notes, upload_document for general files, choose_sticker for " +"stickers, find_location for location data, record_video_note or " +"upload_video_note for video notes." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_contact:1 +msgid "" +"Use this method to send phone contacts. On success, the sent Message is " +"returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_contact:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendcontact" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_contact:8 +msgid "Contact's phone number" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_contact:11 +msgid "Contact's first name" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_contact:14 +msgid "Contact's last name" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_contact:17 +msgid "Additional data about the contact in the form of a vCard, 0-2048 bytes" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_contact:34 +#: telebot.async_telebot.AsyncTeleBot.send_game:23 +#: telebot.async_telebot.AsyncTeleBot.send_venue:41 +msgid "" +"Pass True, if the message should be sent even if one of the specified " +"replied-to messages is not found." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_contact:41 +#: telebot.async_telebot.AsyncTeleBot.send_venue:54 +msgid "The thread to which the message will be sent" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_dice:1 +msgid "" +"Use this method to send an animated emoji that will display a random " +"value. On success, the sent Message is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_dice:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#senddice" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_dice:8 +msgid "" +"Emoji on which the dice throw animation is based. Currently, must be one " +"of “🎲”, “🎯”, “🏀”, “⚽”, “🎳”, or “🎰”. Dice can have values 1-6 for “🎲”, “🎯”" +" and “🎳”, values 1-5 for “🏀” and “⚽”, and values 1-64 for “🎰”. Defaults " +"to “🎲”" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_dice:29 +msgid "Protects the contents of the sent message from forwarding" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_dice:32 +msgid "" +"The identifier of a message thread, unique within the chat to which the " +"message with the thread identifier belongs" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_document:1 +msgid "Use this method to send general files." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_document:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#senddocument" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_document:8 +msgid "" +"(document) File to send. Pass a file_id as String to send a file that " +"exists on the Telegram servers (recommended), pass an HTTP URL as a " +"String for Telegram to get a file from the Internet, or upload a new one " +"using multipart/form-data" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_document:15 +msgid "" +"Document caption (may also be used when resending documents by file_id), " +"0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_document:23 +msgid "Mode for parsing entities in the document caption" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_document:32 +msgid "" +"InputFile or String : Thumbnail of the file sent; can be ignored if " +"thumbnail generation for the file is supported server-side. The thumbnail" +" should be in JPEG format and less than 200 kB in size. A thumbnail's " +"width and height should not exceed 320. Ignored if the file is not " +"uploaded using multipart/form-data. Thumbnails can't be reused and can be" +" only uploaded as a new file, so you can pass " +"“attach://” if the thumbnail was uploaded using " +"multipart/form-data under " +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_document:41 +msgid "" +"allows to define file name that will be visible in the Telegram instead " +"of original file name" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_document:44 +msgid "" +"Disables automatic server-side content type detection for files uploaded " +"using multipart/form-data" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_document:47 +#: telebot.async_telebot.AsyncTeleBot.send_sticker:33 +#: telebot.async_telebot.AsyncTeleBot.send_video:55 +msgid "function typo miss compatibility: do not use it" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_game:1 +msgid "Used to send the game." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_game:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendgame" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_game:8 +msgid "" +"Short name of the game, serves as the unique identifier for the game. Set" +" up your games via @BotFather." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_game:20 +msgid "Timeout in seconds for waiting for a response from the bot." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_game:26 +msgid "" +"Pass True, if content of the message needs to be protected from being " +"viewed by the bot." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_game:29 +msgid "Identifier of the thread to which the message will be sent." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_game:33 +#: telebot.async_telebot.AsyncTeleBot.send_invoice:102 +#: telebot.async_telebot.AsyncTeleBot.send_poll:71 +msgid ":obj:`types.Message`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_invoice:1 +msgid "Sends invoice." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_invoice:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendinvoice" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_invoice:5 +msgid "Unique identifier for the target private chat" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_invoice:29 +msgid "" +"Unique deep-linking parameter that can be used to generate this invoice " +"when used as a start parameter" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_invoice:33 +msgid "" +"URL of the product photo for the invoice. Can be a photo of the goods or " +"a marketing image for a service. People like it better when they see what" +" they are paying for." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_invoice:73 +msgid "" +"A JSON-serialized object for an inline keyboard. If empty, one 'Pay total" +" price' button will be shown. If not empty, the first button must be a " +"Pay button" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_invoice:81 +#: telebot.async_telebot.AsyncTeleBot.set_webhook:39 +msgid "Timeout of a request, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_invoice:98 +msgid "" +"The identifier of a message thread, in which the invoice message will be " +"sent" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_location:1 +msgid "" +"Use this method to send point on the map. On success, the sent Message is" +" returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_location:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendlocation" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_location:8 +msgid "Latitude of the location" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_location:11 +msgid "Longitude of the location" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_location:14 +msgid "" +"Period in seconds for which the location will be updated (see Live " +"Locations, should be between 60 and 86400." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_location:34 +msgid "" +"For live locations, a direction in which the user is moving, in degrees. " +"Must be between 1 and 360 if specified." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_location:37 +msgid "" +"For live locations, a maximum distance for proximity alerts about " +"approaching another chat member, in meters. Must be between 1 and 100000 " +"if specified." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_media_group:1 +msgid "" +"Use this method to send a group of photos, videos, documents or audios as" +" an album. Documents and audio files can be only grouped in an album with" +" messages of the same type. On success, an array of Messages that were " +"sent is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_media_group:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendmediagroup" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_media_group:9 +msgid "" +"A JSON-serialized array describing messages to be sent, must include 2-10" +" items" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_media_group:12 +msgid "" +"Sends the messages silently. Users will receive a notification with no " +"sound." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_media_group:27 +msgid "Identifier of a message thread, in which the messages will be sent" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_media_group:30 +msgid "On success, an array of Messages that were sent is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_message:1 +msgid "Use this method to send text messages." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_message:3 +msgid "" +"Warning: Do not send more than about 4096 characters each message, " +"otherwise you'll risk an HTTP 414 error. If you must send more than 4096 " +"characters, use the `split_string` or `smart_split` function in util.py." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_message:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendmessage" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_message:12 +msgid "Text of the message to be sent" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_message:18 +msgid "" +"List of special entities that appear in message text, which can be " +"specified instead of parse_mode" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_message:27 +msgid "" +"If True, the message content will be hidden for all users except for the " +"target user" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_photo:1 +msgid "Use this method to send photos. On success, the sent Message is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_photo:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendphoto" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_photo:8 +msgid "" +"Photo to send. Pass a file_id as String to send a photo that exists on " +"the Telegram servers (recommended), pass an HTTP URL as a String for " +"Telegram to get a photo from the Internet, or upload a new photo using " +"multipart/form-data. The photo must be at most 10 MB in size. The photo's" +" width and height must not exceed 10000 in total. Width and height ratio " +"must be at most 20." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_photo:13 +msgid "" +"Photo caption (may also be used when resending photos by file_id), 0-1024" +" characters after entities parsing" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_photo:16 +msgid "Mode for parsing entities in the photo caption." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:1 +msgid "" +"Use this method to send a native poll. On success, the sent Message is " +"returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendpoll" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:9 +msgid "Poll question, 1-300 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:12 +msgid "" +"A JSON-serialized list of answer options, 2-10 strings 1-100 characters " +"each" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:15 +msgid "True, if the poll needs to be anonymous, defaults to True" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:18 +msgid "Poll type, “quiz” or “regular”, defaults to “regular”" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:21 +msgid "" +"True, if the poll allows multiple answers, ignored for polls in quiz " +"mode, defaults to False" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:24 +msgid "" +"0-based identifier of the correct answer option. Available only for polls" +" in quiz mode, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:28 +msgid "" +"Text that is shown when a user chooses an incorrect answer or taps on the" +" lamp icon in a quiz-style poll, 0-200 characters with at most 2 line " +"feeds after entities parsing" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:32 +msgid "" +"Mode for parsing entities in the explanation. See formatting options for " +"more details." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:35 +msgid "" +"Amount of time in seconds the poll will be active after creation, 5-600. " +"Can't be used together with close_date." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:38 +msgid "Point in time (Unix timestamp) when the poll will be automatically closed." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:41 +msgid "" +"Pass True, if the poll needs to be immediately closed. This can be useful" +" for poll preview." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:50 +msgid "Pass True, if the poll allows multiple options to be voted simultaneously." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:57 +msgid "Timeout in seconds for waiting for a response from the user." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:60 +msgid "" +"A JSON-serialized list of special entities that appear in the " +"explanation, which can be specified instead of parse_mode" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_poll:67 +msgid "The identifier of a message thread, in which the poll will be sent" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_sticker:1 +msgid "" +"Use this method to send static .WEBP, animated .TGS, or video .WEBM " +"stickers. On success, the sent Message is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_sticker:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendsticker" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_sticker:9 +msgid "" +"Sticker to send. Pass a file_id as String to send a file that exists on " +"the Telegram servers (recommended), pass an HTTP URL as a String for " +"Telegram to get a .webp file from the Internet, or upload a new one using" +" multipart/form-data." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_sticker:21 +msgid "to disable the notification" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:1 +msgid "" +"Use this method to send information about a venue. On success, the sent " +"Message is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendvenue" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:8 +msgid "Latitude of the venue" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:11 +msgid "Longitude of the venue" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:14 +msgid "Name of the venue" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:17 +msgid "Address of the venue" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:20 +msgid "Foursquare identifier of the venue" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:23 +msgid "" +"Foursquare type of the venue, if known. (For example, " +"“arts_entertainment/default”, “arts_entertainment/aquarium” or " +"“food/icecream”.)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:45 +msgid "Google Places identifier of the venue" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_venue:48 +msgid "Google Places type of the venue." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video:1 +msgid "" +"Use this method to send video files, Telegram clients support mp4 videos " +"(other formats may be sent as Document)." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendvideo" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video:8 +msgid "" +"Video to send. You can either pass a file_id as String to resend a video " +"that is already on the Telegram servers, or upload a new video file using" +" multipart/form-data." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video:11 +#: telebot.async_telebot.AsyncTeleBot.send_video_note:13 +msgid "Duration of sent video in seconds" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video:14 +msgid "Video width" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video:17 +msgid "Video height" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video:23 +msgid "" +"Video caption (may also be used when resending videos by file_id), 0-1024" +" characters after entities parsing" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video:26 +msgid "Mode for parsing entities in the video caption" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video:32 +msgid "Pass True, if the uploaded video is suitable for streaming" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video_note:1 +msgid "" +"As of v.4.0, Telegram clients support rounded square MPEG4 videos of up " +"to 1 minute long. Use this method to send video messages. On success, the" +" sent Message is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video_note:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendvideonote" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video_note:9 +msgid "" +"Video note to send. Pass a file_id as String to send a video note that " +"exists on the Telegram servers (recommended) or upload a new video using " +"multipart/form-data. Sending video notes by a URL is currently " +"unsupported" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video_note:16 +msgid "Video width and height, i.e. diameter of the video message" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_video_note:45 +msgid "Identifier of a message thread, in which the video note will be sent" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_voice:1 +msgid "" +"Use this method to send audio files, if you want Telegram clients to " +"display the file as a playable voice message. For this to work, your " +"audio must be in an .OGG file encoded with OPUS (other formats may be " +"sent as Audio or Document). On success, the sent Message is returned. " +"Bots can currently send voice messages of up to 50 MB in size, this limit" +" may be changed in the future." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_voice:5 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendvoice" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_voice:10 +msgid "" +"Audio file to send. Pass a file_id as String to send a file that exists " +"on the Telegram servers (recommended), pass an HTTP URL as a String for " +"Telegram to get a file from the Internet, or upload a new one using " +"multipart/form-data." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_voice:14 +msgid "Voice message caption, 0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_voice:17 +msgid "Duration of the voice message in seconds" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.send_voice:28 +msgid "" +"Mode for parsing entities in the voice message caption. See formatting " +"options for more details." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title:1 +msgid "" +"Use this method to set a custom title for an administrator in a " +"supergroup promoted by the bot. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatadministratorcustomtitle" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_administrator_custom_title:13 +msgid "" +"New custom title for the administrator; 0-16 characters, emoji are not " +"allowed" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_description:1 +msgid "" +"Use this method to change the description of a supergroup or a channel. " +"The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_description:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatdescription" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_description:10 +msgid "Str: New chat description, 0-255 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_menu_button:1 +msgid "" +"Use this method to change the bot's menu button in a private chat, or the" +" default menu button. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_menu_button:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatmenubutton" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_menu_button:7 +msgid "" +"Unique identifier for the target private chat. If not specified, default " +"bot's menu button will be changed." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_menu_button:11 +msgid "" +"A JSON-serialized object for the new bot's menu button. Defaults to " +"MenuButtonDefault" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_permissions:1 +msgid "" +"Use this method to set default chat permissions for all members. The bot " +"must be an administrator in the group or a supergroup for this to work " +"and must have the can_restrict_members admin rights." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_permissions:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatpermissions" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_permissions:11 +msgid "New default chat permissions" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_photo:1 +msgid "" +"Use this method to set a new profile photo for the chat. Photos can't be " +"changed for private chats. The bot must be an administrator in the chat " +"for this to work and must have the appropriate admin rights. Returns True" +" on success. Note: In regular groups (non-supergroups), this method will " +"only work if the ‘All Members Are Admins’ setting is off in the target " +"group." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_photo:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#setchatphoto" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_photo:13 +msgid "InputFile: New chat photo, uploaded using multipart/form-data" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_sticker_set:1 +msgid "" +"Use this method to set a new group sticker set for a supergroup. The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate administrator rights. Use the field can_set_sticker_set " +"optionally returned in getChat requests to check if the bot can use this " +"method. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_sticker_set:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatstickerset" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_sticker_set:10 +msgid "Name of the sticker set to be set as the group sticker set" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_sticker_set:13 +msgid "StickerSet object" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_title:1 +msgid "" +"Use this method to change the title of a chat. Titles can't be changed " +"for private chats. The bot must be an administrator in the chat for this " +"to work and must have the appropriate admin rights. Returns True on " +"success. Note: In regular groups (non-supergroups), this method will only" +" work if the ‘All Members Are Admins’ setting is off in the target group." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_title:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#setchattitle" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_chat_title:13 +msgid "New chat title, 1-255 characters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_game_score:1 +msgid "Sets the value of points in the game to a specific user." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_game_score:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#setgamescore" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_game_score:8 +msgid "New score, must be non-negative" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_game_score:11 +msgid "" +"Pass True, if the high score is allowed to decrease. This can be useful " +"when fixing mistakes or banning cheaters" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_game_score:23 +msgid "" +"Pass True, if the game message should not be automatically edited to " +"include the current scoreboard" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_game_score:26 +msgid "" +"On success, if the message was sent by the bot, returns the edited " +"Message, otherwise returns True." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_my_commands:1 +msgid "Use this method to change the list of the bot's commands." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_my_commands:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#setmycommands" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_my_commands:5 +msgid "List of BotCommand. At most 100 commands can be specified." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_my_default_administrator_rights:1 +msgid "" +"Use this method to change the default administrator rights requested by " +"the bot when it's added as an administrator to groups or channels. These " +"rights will be suggested to users, but they are are free to modify the " +"list before adding the bot. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_my_default_administrator_rights:7 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setmydefaultadministratorrights" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_my_default_administrator_rights:9 +msgid "" +"A JSON-serialized object describing new default administrator rights. If " +"not specified, the default administrator rights will be cleared." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_my_default_administrator_rights:13 +msgid "" +"Pass True to change the default administrator rights of the bot in " +"channels. Otherwise, the default administrator rights of the bot for " +"groups and supergroups will be changed." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_state:1 +msgid "Sets a new state of a user." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_state:5 +msgid "" +"You should set both user id and chat id in order to set state for a user " +"in a chat. Otherwise, if you only set user_id, chat_id will equal to " +"user_id, this means that state will be set for the user in his private " +"chat with a bot." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_state:12 +msgid "new state. can be string, integer, or :class:`telebot.types.State`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_sticker_position_in_set:1 +msgid "" +"Use this method to move a sticker in a set created by the bot to a " +"specific position . Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_sticker_position_in_set:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setstickerpositioninset" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_sticker_position_in_set:8 +msgid "New sticker position in the set, zero-based" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_sticker_set_thumb:1 +msgid "" +"Use this method to set the thumbnail of a sticker set. Animated " +"thumbnails can be set for animated sticker sets only. Returns True on " +"success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_sticker_set_thumb:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setstickersetthumb" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_update_listener:1 +msgid "Update listener is a function that gets any update." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_update_listener:3 +msgid "function that should get update." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_update_listener:6 +msgid "Example on asynchronous update listeners." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:1 +msgid "" +"Use this method to specify a URL and receive incoming updates via an " +"outgoing webhook. Whenever there is an update for the bot, we will send " +"an HTTPS POST request to the specified URL, containing a JSON-serialized " +"Update. In case of an unsuccessful request, we will give up after a " +"reasonable amount of attempts. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:6 +msgid "" +"If you'd like to make sure that the webhook was set by you, you can " +"specify secret data in the parameter secret_token. If specified, the " +"request will contain a header “X-Telegram-Bot-Api-Secret-Token” with the " +"secret token as content." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:9 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#setwebhook" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:11 +msgid "" +"HTTPS URL to send updates to. Use an empty string to remove webhook " +"integration, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:14 +msgid "" +"Upload your public key certificate so that the root certificate in use " +"can be checked, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:17 +msgid "" +"The maximum allowed number of simultaneous HTTPS connections to the " +"webhook for update delivery, 1-100. Defaults to 40. Use lower values to " +"limit the load on your bot's server, and higher values to increase your " +"bot's throughput, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:22 +msgid "" +"A JSON-serialized list of the update types you want your bot to receive. " +"For example, specify [“message”, “edited_channel_post”, “callback_query”]" +" to only receive updates of these types. See Update for a complete list " +"of available update types. Specify an empty list to receive all update " +"types except chat_member (default). If not specified, the previous " +"setting will be used. Please note that this parameter doesn't affect " +"updates created before the call to the setWebhook, so unwanted updates " +"may be received for a short period of time. Defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:22 +msgid "" +"A JSON-serialized list of the update types you want your bot to receive. " +"For example, specify [“message”, “edited_channel_post”, “callback_query”]" +" to only receive updates of these types. See Update for a complete list " +"of available update types. Specify an empty list to receive all update " +"types except chat_member (default). If not specified, the previous " +"setting will be used." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:27 +msgid "" +"Please note that this parameter doesn't affect updates created before the" +" call to the setWebhook, so unwanted updates may be received for a short " +"period of time. Defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:32 +msgid "" +"The fixed IP address which will be used to send webhook requests instead " +"of the IP address resolved through DNS, defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:42 +msgid "" +"A secret token to be sent in a header “X-Telegram-Bot-Api-Secret-Token” " +"in every webhook request, 1-256 characters. Only characters A-Z, a-z, " +"0-9, _ and - are allowed. The header is useful to ensure that the request" +" comes from a webhook set by you. Defaults to None" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.set_webhook:47 +msgid ":obj:`bool` if the request was successful." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.setup_middleware:1 +msgid "Setup middleware." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.setup_middleware:5 +msgid "" +"Take a look at the " +":class:`telebot.asyncio_handler_backends.BaseMiddleware` section for " +"more." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.setup_middleware:7 +msgid "Middleware-class." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.shipping_query_handler:1 +msgid "" +"Handles new incoming shipping query. Only for invoices with flexible " +"price. As a parameter to the decorator function, it passes " +":class:`telebot.types.ShippingQuery` object." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.skip_updates:1 +msgid "Skip existing updates. Only last update will remain on server." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_message_live_location:1 +msgid "" +"Use this method to stop updating a live location message before " +"live_period expires. On success, if the message is not an inline message," +" the edited Message is returned, otherwise True is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_message_live_location:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#stopmessagelivelocation" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_message_live_location:9 +msgid "" +"Required if inline_message_id is not specified. Identifier of the message" +" with live location to stop" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_message_live_location:12 +msgid "" +"Required if chat_id and message_id are not specified. Identifier of the " +"inline message with live location to stop" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_message_live_location:22 +msgid "" +"On success, if the message is not an inline message, the edited Message " +"is returned, otherwise True is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_poll:1 +msgid "" +"Use this method to stop a poll which was sent by the bot. On success, the" +" stopped Poll is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_poll:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#stoppoll" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_poll:8 +msgid "Identifier of the original message with the poll" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_poll:11 +msgid "A JSON-serialized object for a new message markup." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_poll:14 +msgid "On success, the stopped Poll is returned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.stop_poll:15 +msgid ":obj:`types.Poll`" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unban_chat_member:1 +msgid "" +"Use this method to unban a previously kicked user in a supergroup or " +"channel. The user will not return to the group or channel automatically, " +"but will be able to join via link, etc. The bot must be an administrator " +"for this to work. By default, this method guarantees that after the call " +"the user is not a member of the chat, but will be able to join it. So if " +"the user is a member of the chat they will also be removed from the chat." +" If you don't want this, use the parameter only_if_banned." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unban_chat_member:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#unbanchatmember" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unban_chat_member:9 +msgid "" +"Unique identifier for the target group or username of the target " +"supergroup or channel (in the format @username)" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unban_chat_member:16 +msgid "Do nothing if the user is not banned" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unban_chat_sender_chat:1 +msgid "" +"Use this method to unban a previously banned channel chat in a supergroup" +" or channel. The bot must be an administrator for this to work and must " +"have the appropriate administrator rights. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unban_chat_sender_chat:6 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#unbanchatsenderchat" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unban_chat_sender_chat:11 +msgid "Unique identifier of the target sender chat." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unpin_all_chat_messages:1 +msgid "" +"Use this method to unpin a all pinned messages in a supergroup chat. The " +"bot must be an administrator in the chat for this to work and must have " +"the appropriate admin rights. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unpin_all_chat_messages:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#unpinallchatmessages" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unpin_all_forum_topic_messages:1 +msgid "" +"Use this method to clear the list of pinned messages in a forum topic. " +"The bot must be an administrator in the chat for this to work and must " +"have the can_pin_messages administrator right in the supergroup. Returns " +"True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unpin_all_forum_topic_messages:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#unpinallforumtopicmessages" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unpin_all_forum_topic_messages:10 +msgid "Identifier of the topic" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unpin_chat_message:1 +msgid "" +"Use this method to unpin specific pinned message in a supergroup chat. " +"The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights. Returns True on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unpin_chat_message:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#unpinchatmessage" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.unpin_chat_message:11 +msgid "Int: Identifier of a message to unpin" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.upload_sticker_file:1 +msgid "" +"Use this method to upload a .png file with a sticker for later use in " +"createNewStickerSet and addStickerToSet methods (can be used multiple " +"times). Returns the uploaded File on success." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.upload_sticker_file:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#uploadstickerfile" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.upload_sticker_file:6 +msgid "User identifier of sticker set owner" +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.upload_sticker_file:9 +msgid "" +"PNG image with the sticker, must be up to 512 kilobytes in size, " +"dimensions must not exceed 512px, and either width or height must be " +"exactly 512px." +msgstr "" + +#: of telebot.async_telebot.AsyncTeleBot.upload_sticker_file:13 +msgid "On success, the sent file is returned." +msgstr "" + +#: of telebot.async_telebot.ExceptionHandler:1 +msgid "Class for handling exceptions while Polling" +msgstr "" + +#: of telebot.async_telebot.Handler:1 +msgid "Class for (next step|reply) handlers" +msgstr "" + +#: ../../async_version/index.rst:22 +msgid "Asyncio filters" +msgstr "" + +#: of telebot.asyncio_filters.AdvancedCustomFilter:1 +#: telebot.asyncio_filters.SimpleCustomFilter:1 +msgid "Bases: :py:class:`abc.ABC`" +msgstr "" + +#: of telebot.asyncio_filters.AdvancedCustomFilter:1 +msgid "" +"Advanced Custom Filter base class. Create child class with check() " +"method. Accepts two parameters, returns bool: True - filter passed, False" +" - filter failed. message: Message class text: Filter value given in " +"handler" +msgstr "" + +#: of telebot.asyncio_filters.AdvancedCustomFilter:7 +#: telebot.asyncio_filters.SimpleCustomFilter:5 +msgid "Child classes should have .key property." +msgstr "" + +#: of telebot.asyncio_filters.AdvancedCustomFilter:9 +msgid "Example on creating an advanced custom filter." +msgstr "" + +#: of telebot.asyncio_filters.AdvancedCustomFilter.check:1 +#: telebot.asyncio_filters.SimpleCustomFilter.check:1 +msgid "Perform a check." +msgstr "" + +#: of telebot.asyncio_filters.ChatFilter:1 +#: telebot.asyncio_filters.LanguageFilter:1 +#: telebot.asyncio_filters.StateFilter:1 +#: telebot.asyncio_filters.TextContainsFilter:1 +#: telebot.asyncio_filters.TextMatchFilter:1 +#: telebot.asyncio_filters.TextStartsFilter:1 +msgid "Bases: :py:class:`telebot.asyncio_filters.AdvancedCustomFilter`" +msgstr "" + +#: of telebot.asyncio_filters.ChatFilter:1 +msgid "Check whether chat_id corresponds to given chat_id." +msgstr "" + +#: of telebot.asyncio_filters.ChatFilter:3 +#: telebot.asyncio_filters.ForwardFilter:3 +#: telebot.asyncio_filters.IsAdminFilter:3 +#: telebot.asyncio_filters.IsDigitFilter:3 +#: telebot.asyncio_filters.IsReplyFilter:3 +#: telebot.asyncio_filters.LanguageFilter:3 +#: telebot.asyncio_filters.StateFilter:3 +#: telebot.asyncio_filters.TextContainsFilter:5 +#: telebot.asyncio_filters.TextMatchFilter:3 +#: telebot.asyncio_filters.TextStartsFilter:3 +msgid "Example on using this filter:" +msgstr "" + +#: of telebot.asyncio_filters.ForwardFilter:1 +#: telebot.asyncio_filters.IsAdminFilter:1 +#: telebot.asyncio_filters.IsDigitFilter:1 +#: telebot.asyncio_filters.IsReplyFilter:1 +msgid "Bases: :py:class:`telebot.asyncio_filters.SimpleCustomFilter`" +msgstr "" + +#: of telebot.asyncio_filters.ForwardFilter:1 +msgid "Check whether message was forwarded from channel or group." +msgstr "" + +#: of telebot.asyncio_filters.IsAdminFilter:1 +msgid "Check whether the user is administrator / owner of the chat." +msgstr "" + +#: of telebot.asyncio_filters.IsDigitFilter:1 +msgid "Filter to check whether the string is made up of only digits." +msgstr "" + +#: of telebot.asyncio_filters.IsReplyFilter:1 +msgid "Check whether message is a reply." +msgstr "" + +#: of telebot.asyncio_filters.LanguageFilter:1 +msgid "Check users language_code." +msgstr "" + +#: of telebot.asyncio_filters.SimpleCustomFilter:1 +msgid "" +"Simple Custom Filter base class. Create child class with check() method. " +"Accepts only message, returns bool value, that is compared with given in " +"handler." +msgstr "" + +#: of telebot.asyncio_filters.SimpleCustomFilter:7 +msgid "Example on creating a simple custom filter." +msgstr "" + +#: of telebot.asyncio_filters.StateFilter:1 +msgid "Filter to check state." +msgstr "" + +#: of telebot.asyncio_filters.TextContainsFilter:1 +msgid "Filter to check Text message. key: text" +msgstr "" + +#: of telebot.asyncio_filters.TextFilter:1 +msgid "" +"Advanced text filter to check (types.Message, types.CallbackQuery, " +"types.InlineQuery, types.Poll)" +msgstr "" + +#: of telebot.asyncio_filters.TextFilter:3 +msgid "" +"example of usage is in " +"examples/asynchronous_telebot/custom_filters/advanced_text_filter.py" +msgstr "" + +#: of telebot.asyncio_filters.TextFilter:5 +msgid "string, True if object's text is equal to passed string" +msgstr "" + +#: of telebot.asyncio_filters.TextFilter:8 +msgid "list[str] or tuple[str], True if any string element of iterable is in text" +msgstr "" + +#: of telebot.asyncio_filters.TextFilter:11 +#: telebot.asyncio_filters.TextFilter:14 +msgid "string, True if object's text starts with passed string" +msgstr "" + +#: of telebot.asyncio_filters.TextFilter:17 +msgid "bool (default False), case insensitive" +msgstr "" + +#: of telebot.asyncio_filters.TextFilter +msgid "Raises" +msgstr "" + +#: of telebot.asyncio_filters.TextFilter:20 +msgid "if incorrect value for a parameter was supplied" +msgstr "" + +#: of telebot.asyncio_filters.TextMatchFilter:1 +msgid "Filter to check Text message." +msgstr "" + +#: of telebot.asyncio_filters.TextStartsFilter:1 +msgid "Filter to check whether message starts with some text." +msgstr "" + +#: ../../async_version/index.rst:30 +msgid "Asyncio handler backends" +msgstr "" + +#: of telebot.asyncio_handler_backends:1 +msgid "File with all middleware classes, states." +msgstr "" + +#: of telebot.asyncio_handler_backends.BaseMiddleware:1 +msgid "" +"Base class for middleware. Your middlewares should be inherited from this" +" class." +msgstr "" + +#: of telebot.asyncio_handler_backends.BaseMiddleware:4 +msgid "" +"Set update_sensitive=True if you want to get different updates on " +"different functions. For example, if you want to handle pre_process for " +"message update, then you will have to create pre_process_message " +"function, and so on. Same applies to post_process." +msgstr "" + +#: of telebot.asyncio_handler_backends.BaseMiddleware:9 +msgid "Example of class-based middlewares" +msgstr "" + +#: of telebot.asyncio_handler_backends.CancelUpdate:1 +msgid "" +"Class for canceling updates. Just return instance of this class in " +"middleware to skip update. Update will skip handler and execution of " +"post_process in middlewares." +msgstr "" + +#: of telebot.asyncio_handler_backends.ContinueHandling:1 +msgid "" +"Class for continue updates in handlers. Just return instance of this " +"class in handlers to continue process." +msgstr "" + +#: of telebot.asyncio_handler_backends.ContinueHandling:5 +msgid "Example of using ContinueHandling" +msgstr "" + +#: of telebot.asyncio_handler_backends.SkipHandler:1 +msgid "" +"Class for skipping handlers. Just return instance of this class in " +"middleware to skip handler. Update will go to post_process, but will skip" +" execution of handler." +msgstr "" + +#: of telebot.asyncio_handler_backends.State:1 +msgid "Class representing a state." +msgstr "" + +#: of telebot.asyncio_handler_backends.StatesGroup:1 +msgid "Class representing common states." +msgstr "" + +#: ../../async_version/index.rst:41 +msgid "Extensions" +msgstr "" + +#: of telebot.ext.aio.webhooks:1 +msgid "This file is used by AsyncTeleBot.run_webhooks() function." +msgstr "" + +#: of telebot.ext.aio.webhooks:3 +msgid "Fastapi and starlette(0.20.2+) libraries are required to run this script." +msgstr "" + +#: of telebot.ext.aio.webhooks.AsyncWebhookListener.run_app:1 +msgid "" +"Run app with the given parameters to init. Not supposed to be used " +"manually by user." +msgstr "" + diff --git a/docs/source/locales/ru/LC_MESSAGES/calldata.po b/docs/source/locales/ru/LC_MESSAGES/calldata.po new file mode 100644 index 0000000..03484e8 --- /dev/null +++ b/docs/source/locales/ru/LC_MESSAGES/calldata.po @@ -0,0 +1,127 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2022, coder2020official +# This file is distributed under the same license as the pyTelegramBotAPI +# Documentation package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: pyTelegramBotAPI Documentation \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-29 14:44+0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../calldata.rst:4 +msgid "Callback data factory" +msgstr "" + +#: ../../calldata.rst:6 +msgid "Callback data factory in pyTelegramBotAPI" +msgstr "" + +#: ../../calldata.rst:6 +msgid "" +"ptba, pytba, pyTelegramBotAPI, callbackdatafactory, guide, callbackdata, " +"factory" +msgstr "" + +#: ../../calldata.rst:12 +msgid "callback\\_data file" +msgstr "" + +#: of telebot.callback_data:1 +msgid "Callback data factory's file." +msgstr "" + +#: of telebot.callback_data.CallbackData:1 +#: telebot.callback_data.CallbackDataFilter:1 +msgid "Bases: :py:class:`object`" +msgstr "" + +#: of telebot.callback_data.CallbackData:1 +msgid "Callback data factory This class will help you to work with CallbackQuery" +msgstr "" + +#: of telebot.callback_data.CallbackData.filter:1 +msgid "Generate filter" +msgstr "" + +#: of telebot.callback_data.CallbackData.filter +#: telebot.callback_data.CallbackData.new +#: telebot.callback_data.CallbackData.parse +#: telebot.callback_data.CallbackDataFilter.check +msgid "Parameters" +msgstr "" + +#: of telebot.callback_data.CallbackData.filter:3 +msgid "specified named parameters will be checked with CallbackQuery.data" +msgstr "" + +#: of telebot.callback_data.CallbackData.filter +#: telebot.callback_data.CallbackData.new +#: telebot.callback_data.CallbackData.parse +#: telebot.callback_data.CallbackDataFilter.check +msgid "Returns" +msgstr "" + +#: of telebot.callback_data.CallbackData.filter:4 +msgid "CallbackDataFilter class" +msgstr "" + +#: of telebot.callback_data.CallbackData.new:1 +msgid "Generate callback data" +msgstr "" + +#: of telebot.callback_data.CallbackData.new:3 +msgid "positional parameters of CallbackData instance parts" +msgstr "" + +#: of telebot.callback_data.CallbackData.new:4 +msgid "named parameters" +msgstr "" + +#: of telebot.callback_data.CallbackData.new:5 +msgid "str" +msgstr "" + +#: of telebot.callback_data.CallbackData.parse:1 +msgid "Parse data from the callback data" +msgstr "" + +#: of telebot.callback_data.CallbackData.parse:3 +msgid "" +"string, use to telebot.types.CallbackQuery to parse it from string to a " +"dict" +msgstr "" + +#: of telebot.callback_data.CallbackData.parse:4 +msgid "dict parsed from callback data" +msgstr "" + +#: of telebot.callback_data.CallbackDataFilter:1 +msgid "Filter for CallbackData." +msgstr "" + +#: of telebot.callback_data.CallbackDataFilter.check:1 +msgid "Checks if query.data appropriates to specified config" +msgstr "" + +#: of telebot.callback_data.CallbackDataFilter.check:3 +msgid "telebot.types.CallbackQuery" +msgstr "" + +#: of telebot.callback_data.CallbackDataFilter.check:6 +msgid "True if query.data appropriates to specified config" +msgstr "" + +#: of telebot.callback_data.CallbackDataFilter.check +msgid "Return type" +msgstr "" + diff --git a/docs/source/locales/ru/LC_MESSAGES/formatting.po b/docs/source/locales/ru/LC_MESSAGES/formatting.po new file mode 100644 index 0000000..0f6eff0 --- /dev/null +++ b/docs/source/locales/ru/LC_MESSAGES/formatting.po @@ -0,0 +1,251 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2022, coder2020official +# This file is distributed under the same license as the pyTelegramBotAPI +# Documentation package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: pyTelegramBotAPI Documentation \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-29 14:44+0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../formatting.rst:3 +msgid "Formatting options" +msgstr "" + +#: ../../formatting.rst:5 +msgid "Formatting options in pyTelegramBotAPI" +msgstr "" + +#: ../../formatting.rst:5 +msgid "html, markdown, parse_mode, formatting, ptba, pytba, pyTelegramBotAPI" +msgstr "" + +#: of telebot.formatting:1 +msgid "Markdown & HTML formatting functions." +msgstr "" + +#: of telebot.formatting.escape_html:1 +msgid "Escapes HTML characters in a string of HTML." +msgstr "" + +#: of telebot.formatting.escape_html telebot.formatting.escape_markdown +#: telebot.formatting.format_text telebot.formatting.hbold +#: telebot.formatting.hcode telebot.formatting.hide_link +#: telebot.formatting.hitalic telebot.formatting.hlink telebot.formatting.hpre +#: telebot.formatting.hspoiler telebot.formatting.hstrikethrough +#: telebot.formatting.hunderline telebot.formatting.mbold +#: telebot.formatting.mcode telebot.formatting.mitalic telebot.formatting.mlink +#: telebot.formatting.mspoiler telebot.formatting.mstrikethrough +#: telebot.formatting.munderline +msgid "Parameters" +msgstr "" + +#: of telebot.formatting.escape_html:3 +msgid "The string of HTML to escape." +msgstr "" + +#: of telebot.formatting.escape_html telebot.formatting.escape_markdown +#: telebot.formatting.format_text telebot.formatting.hbold +#: telebot.formatting.hcode telebot.formatting.hide_link +#: telebot.formatting.hitalic telebot.formatting.hlink telebot.formatting.hpre +#: telebot.formatting.hspoiler telebot.formatting.hstrikethrough +#: telebot.formatting.hunderline telebot.formatting.mbold +#: telebot.formatting.mcode telebot.formatting.mitalic telebot.formatting.mlink +#: telebot.formatting.mspoiler telebot.formatting.mstrikethrough +#: telebot.formatting.munderline +msgid "Returns" +msgstr "" + +#: of telebot.formatting.escape_html:6 telebot.formatting.escape_markdown:8 +msgid "The escaped string." +msgstr "" + +#: of telebot.formatting.escape_html telebot.formatting.escape_markdown +#: telebot.formatting.format_text telebot.formatting.hbold +#: telebot.formatting.hcode telebot.formatting.hide_link +#: telebot.formatting.hitalic telebot.formatting.hlink telebot.formatting.hpre +#: telebot.formatting.hspoiler telebot.formatting.hstrikethrough +#: telebot.formatting.hunderline telebot.formatting.mbold +#: telebot.formatting.mcode telebot.formatting.mitalic telebot.formatting.mlink +#: telebot.formatting.mspoiler telebot.formatting.mstrikethrough +#: telebot.formatting.munderline +msgid "Return type" +msgstr "" + +#: of telebot.formatting.escape_html:7 telebot.formatting.escape_markdown:9 +#: telebot.formatting.format_text:17 telebot.formatting.hbold:10 +#: telebot.formatting.hcode:10 telebot.formatting.hide_link:7 +#: telebot.formatting.hitalic:10 telebot.formatting.hlink:13 +#: telebot.formatting.hpre:10 telebot.formatting.hspoiler:10 +#: telebot.formatting.hstrikethrough:10 telebot.formatting.hunderline:10 +#: telebot.formatting.mbold:10 telebot.formatting.mcode:10 +#: telebot.formatting.mitalic:10 telebot.formatting.mlink:13 +#: telebot.formatting.mspoiler:10 telebot.formatting.mstrikethrough:10 +#: telebot.formatting.munderline:10 +msgid ":obj:`str`" +msgstr "" + +#: of telebot.formatting.escape_markdown:1 +msgid "Escapes Markdown characters in a string of Markdown." +msgstr "" + +#: of telebot.formatting.escape_markdown:3 +msgid "Credits to: simonsmh" +msgstr "" + +#: of telebot.formatting.escape_markdown:5 +msgid "The string of Markdown to escape." +msgstr "" + +#: of telebot.formatting.format_text:1 +msgid "Formats a list of strings into a single string." +msgstr "" + +#: of telebot.formatting.format_text:10 +msgid "Strings to format." +msgstr "" + +#: of telebot.formatting.format_text:13 +msgid "The separator to use between each string." +msgstr "" + +#: of telebot.formatting.format_text:16 telebot.formatting.hbold:9 +#: telebot.formatting.hcode:9 telebot.formatting.hitalic:9 +#: telebot.formatting.hlink:12 telebot.formatting.hpre:9 +#: telebot.formatting.hspoiler:9 telebot.formatting.hstrikethrough:9 +#: telebot.formatting.hunderline:9 telebot.formatting.mbold:9 +#: telebot.formatting.mcode:9 telebot.formatting.mitalic:9 +#: telebot.formatting.mlink:12 telebot.formatting.mspoiler:9 +#: telebot.formatting.mstrikethrough:9 telebot.formatting.munderline:9 +msgid "The formatted string." +msgstr "" + +#: of telebot.formatting.hbold:1 +msgid "Returns an HTML-formatted bold string." +msgstr "" + +#: of telebot.formatting.hbold:3 telebot.formatting.mbold:3 +msgid "The string to bold." +msgstr "" + +#: of telebot.formatting.hbold:6 telebot.formatting.hcode:6 +#: telebot.formatting.hitalic:6 telebot.formatting.hlink:9 +#: telebot.formatting.hpre:6 telebot.formatting.hspoiler:6 +#: telebot.formatting.hstrikethrough:6 telebot.formatting.hunderline:6 +#: telebot.formatting.mbold:6 telebot.formatting.mcode:6 +#: telebot.formatting.mitalic:6 telebot.formatting.mlink:9 +#: telebot.formatting.mspoiler:6 telebot.formatting.mstrikethrough:6 +#: telebot.formatting.munderline:6 +msgid "True if you need to escape special characters. Defaults to True." +msgstr "" + +#: of telebot.formatting.hcode:1 +msgid "Returns an HTML-formatted code string." +msgstr "" + +#: of telebot.formatting.hcode:3 telebot.formatting.mcode:3 +msgid "The string to code." +msgstr "" + +#: of telebot.formatting.hide_link:1 +msgid "Hide url of an image." +msgstr "" + +#: of telebot.formatting.hide_link:3 +msgid "The url of the image." +msgstr "" + +#: of telebot.formatting.hide_link:6 +msgid "The hidden url." +msgstr "" + +#: of telebot.formatting.hitalic:1 +msgid "Returns an HTML-formatted italic string." +msgstr "" + +#: of telebot.formatting.hitalic:3 telebot.formatting.mitalic:3 +msgid "The string to italicize." +msgstr "" + +#: of telebot.formatting.hlink:1 +msgid "Returns an HTML-formatted link string." +msgstr "" + +#: of telebot.formatting.hlink:3 telebot.formatting.mlink:3 +msgid "The string to link." +msgstr "" + +#: of telebot.formatting.hlink:6 telebot.formatting.mlink:6 +msgid "The URL to link to." +msgstr "" + +#: of telebot.formatting.hpre:1 +msgid "Returns an HTML-formatted preformatted string." +msgstr "" + +#: of telebot.formatting.hpre:3 +msgid "The string to preformatted." +msgstr "" + +#: of telebot.formatting.hspoiler:1 +msgid "Returns an HTML-formatted spoiler string." +msgstr "" + +#: of telebot.formatting.hspoiler:3 telebot.formatting.mspoiler:3 +msgid "The string to spoiler." +msgstr "" + +#: of telebot.formatting.hstrikethrough:1 +msgid "Returns an HTML-formatted strikethrough string." +msgstr "" + +#: of telebot.formatting.hstrikethrough:3 telebot.formatting.mstrikethrough:3 +msgid "The string to strikethrough." +msgstr "" + +#: of telebot.formatting.hunderline:1 +msgid "Returns an HTML-formatted underline string." +msgstr "" + +#: of telebot.formatting.hunderline:3 telebot.formatting.munderline:3 +msgid "The string to underline." +msgstr "" + +#: of telebot.formatting.mbold:1 +msgid "Returns a Markdown-formatted bold string." +msgstr "" + +#: of telebot.formatting.mcode:1 +msgid "Returns a Markdown-formatted code string." +msgstr "" + +#: of telebot.formatting.mitalic:1 +msgid "Returns a Markdown-formatted italic string." +msgstr "" + +#: of telebot.formatting.mlink:1 +msgid "Returns a Markdown-formatted link string." +msgstr "" + +#: of telebot.formatting.mspoiler:1 +msgid "Returns a Markdown-formatted spoiler string." +msgstr "" + +#: of telebot.formatting.mstrikethrough:1 +msgid "Returns a Markdown-formatted strikethrough string." +msgstr "" + +#: of telebot.formatting.munderline:1 +msgid "Returns a Markdown-formatted underline string." +msgstr "" + diff --git a/docs/source/locales/ru/LC_MESSAGES/index.po b/docs/source/locales/ru/LC_MESSAGES/index.po new file mode 100644 index 0000000..38a4954 --- /dev/null +++ b/docs/source/locales/ru/LC_MESSAGES/index.po @@ -0,0 +1,120 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2022, coder2020official +# This file is distributed under the same license as the pyTelegramBotAPI +# Documentation package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: pyTelegramBotAPI Documentation \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-29 14:44+0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../index.rst:8 +msgid "Welcome to pyTelegramBotAPI's documentation!" +msgstr "" + +#: ../../index.rst:10 +msgid "Official documentation of pyTelegramBotAPI" +msgstr "" + +#: ../../index.rst:10 +msgid "ptba, pytba, pyTelegramBotAPI, documentation, guide" +msgstr "" + +#: ../../index.rst:17 +msgid "TeleBot" +msgstr "" + +#: ../../index.rst:18 +msgid "" +"TeleBot is synchronous and asynchronous implementation of `Telegram Bot " +"API `_." +msgstr "" + +#: ../../index.rst:21 +msgid "Chats" +msgstr "" + +#: ../../index.rst:22 +msgid "" +"English chat: `Private chat " +"`__" +msgstr "" + +#: ../../index.rst:24 +msgid "" +"Russian chat: `@pytelegrambotapi_talks_ru " +"`__" +msgstr "" + +#: ../../index.rst:26 +msgid "News: `@pyTelegramBotAPI `__" +msgstr "" + +#: ../../index.rst:28 +msgid "Pypi: `Pypi `__" +msgstr "" + +#: ../../index.rst:30 +msgid "" +"Source: `Github repository " +"`__" +msgstr "" + +#: ../../index.rst:33 +msgid "Some features:" +msgstr "" + +#: ../../index.rst:34 +msgid "Easy to learn and use." +msgstr "" + +#: ../../index.rst:36 +msgid "Easy to understand." +msgstr "" + +#: ../../index.rst:38 +msgid "Both sync and async." +msgstr "" + +#: ../../index.rst:40 +msgid "Examples on features." +msgstr "" + +#: ../../index.rst:42 +msgid "States" +msgstr "" + +#: ../../index.rst:44 +msgid "And more..." +msgstr "" + +#: ../../index.rst:47 +msgid "Content" +msgstr "" + +#: ../../index.rst:63 +msgid "Indices and tables" +msgstr "" + +#: ../../index.rst:65 +msgid ":ref:`genindex`" +msgstr "" + +#: ../../index.rst:66 +msgid ":ref:`modindex`" +msgstr "" + +#: ../../index.rst:67 +msgid ":ref:`search`" +msgstr "" + diff --git a/docs/source/locales/ru/LC_MESSAGES/install.po b/docs/source/locales/ru/LC_MESSAGES/install.po new file mode 100644 index 0000000..0f4a3b3 --- /dev/null +++ b/docs/source/locales/ru/LC_MESSAGES/install.po @@ -0,0 +1,58 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2022, coder2020official +# This file is distributed under the same license as the pyTelegramBotAPI +# Documentation package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: pyTelegramBotAPI Documentation \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-29 14:44+0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../install.rst:3 +msgid "Installation Guide" +msgstr "" + +#: ../../install.rst:5 +msgid "Installation of pyTelegramBotAPI" +msgstr "" + +#: ../../install.rst:5 +msgid "ptba, pytba, pyTelegramBotAPI, installation, guide" +msgstr "" + +#: ../../install.rst:11 +msgid "Using PIP" +msgstr "" + +#: ../../install.rst:17 +msgid "Using pipenv" +msgstr "" + +#: ../../install.rst:23 +msgid "By cloning repository" +msgstr "" + +#: ../../install.rst:31 +msgid "Directly using pip" +msgstr "" + +#: ../../install.rst:37 +msgid "It is generally recommended to use the first option." +msgstr "" + +#: ../../install.rst:39 +msgid "" +"While the API is production-ready, it is still under development and it " +"has regular updates, do not forget to update it regularly by calling:" +msgstr "" + diff --git a/docs/source/locales/ru/LC_MESSAGES/quick_start.po b/docs/source/locales/ru/LC_MESSAGES/quick_start.po new file mode 100644 index 0000000..9e7c22f --- /dev/null +++ b/docs/source/locales/ru/LC_MESSAGES/quick_start.po @@ -0,0 +1,40 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2022, coder2020official +# This file is distributed under the same license as the pyTelegramBotAPI +# Documentation package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: pyTelegramBotAPI Documentation \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-29 14:44+0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../quick_start.rst:4 +msgid "Quick start" +msgstr "" + +#: ../../quick_start.rst:6 +msgid "Quickstart guide" +msgstr "" + +#: ../../quick_start.rst:6 +msgid "ptba, pytba, pyTelegramBotAPI, quickstart, guide" +msgstr "" + +#: ../../quick_start.rst:11 +msgid "Synchronous TeleBot" +msgstr "" + +#: ../../quick_start.rst:16 +msgid "Asynchronous TeleBot" +msgstr "" + diff --git a/docs/source/locales/ru/LC_MESSAGES/sync_version.po b/docs/source/locales/ru/LC_MESSAGES/sync_version.po new file mode 100644 index 0000000..1c91ece --- /dev/null +++ b/docs/source/locales/ru/LC_MESSAGES/sync_version.po @@ -0,0 +1,4805 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2022, coder2020official +# This file is distributed under the same license as the pyTelegramBotAPI +# Documentation package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: pyTelegramBotAPI Documentation \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-29 14:44+0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../sync_version/index.rst:3 +msgid "TeleBot version" +msgstr "" + +#: ../../sync_version/index.rst:5 +msgid "Synchronous pyTelegramBotAPI documentation" +msgstr "" + +#: ../../sync_version/index.rst:5 +msgid "ptba, pytba, pyTelegramBotAPI, methods, guide, files, sync" +msgstr "" + +#: ../../sync_version/index.rst:10 +msgid "TeleBot methods" +msgstr "" + +#: of telebot.ExceptionHandler:1 telebot.Handler:1 telebot.TeleBot:1 +#: telebot.custom_filters.TextFilter:1 +#: telebot.ext.sync.webhooks.SyncWebhookListener:1 +#: telebot.handler_backends.BaseMiddleware:1 +#: telebot.handler_backends.CancelUpdate:1 +#: telebot.handler_backends.ContinueHandling:1 +#: telebot.handler_backends.SkipHandler:1 telebot.handler_backends.State:1 +#: telebot.handler_backends.StatesGroup:1 +msgid "Bases: :py:class:`object`" +msgstr "" + +#: of telebot.ExceptionHandler:1 +msgid "Class for handling exceptions while Polling" +msgstr "" + +#: of telebot.Handler:1 +msgid "Class for (next step|reply) handlers." +msgstr "" + +#: ../../docstring of telebot.REPLY_MARKUP_TYPES:1 +msgid "telebot" +msgstr "" + +#: ../../docstring of telebot.REPLY_MARKUP_TYPES +msgid "type" +msgstr "" + +#: ../../docstring of telebot.REPLY_MARKUP_TYPES:3 +msgid "Module" +msgstr "" + +#: of telebot.TeleBot:1 +msgid "This is the main synchronous class for Bot." +msgstr "" + +#: of telebot.TeleBot:3 +msgid "It allows you to add handlers for different kind of updates." +msgstr "" + +#: of telebot.TeleBot:5 +msgid "Usage:" +msgstr "" + +#: of telebot.TeleBot:7 +msgid "Creating instance of TeleBot" +msgstr "" + +#: of telebot.TeleBot:15 +msgid "" +"See more examples in examples/ directory: " +"https://github.com/eternnoir/pyTelegramBotAPI/tree/master/examples" +msgstr "" + +#: of telebot.TeleBot:20 +msgid "Install coloredlogs module to specify colorful_logs=True" +msgstr "" + +#: of telebot.TeleBot telebot.TeleBot.add_custom_filter +#: telebot.TeleBot.add_data telebot.TeleBot.add_sticker_to_set +#: telebot.TeleBot.answer_callback_query telebot.TeleBot.answer_inline_query +#: telebot.TeleBot.answer_pre_checkout_query +#: telebot.TeleBot.answer_shipping_query telebot.TeleBot.answer_web_app_query +#: telebot.TeleBot.approve_chat_join_request telebot.TeleBot.ban_chat_member +#: telebot.TeleBot.ban_chat_sender_chat telebot.TeleBot.callback_query_handler +#: telebot.TeleBot.channel_post_handler +#: telebot.TeleBot.chat_join_request_handler +#: telebot.TeleBot.chat_member_handler telebot.TeleBot.chosen_inline_handler +#: telebot.TeleBot.clear_reply_handlers +#: telebot.TeleBot.clear_reply_handlers_by_message_id +#: telebot.TeleBot.clear_step_handler +#: telebot.TeleBot.clear_step_handler_by_chat_id +#: telebot.TeleBot.close_forum_topic telebot.TeleBot.copy_message +#: telebot.TeleBot.create_chat_invite_link telebot.TeleBot.create_forum_topic +#: telebot.TeleBot.create_invoice_link telebot.TeleBot.create_new_sticker_set +#: telebot.TeleBot.decline_chat_join_request telebot.TeleBot.delete_chat_photo +#: telebot.TeleBot.delete_chat_sticker_set telebot.TeleBot.delete_forum_topic +#: telebot.TeleBot.delete_message telebot.TeleBot.delete_my_commands +#: telebot.TeleBot.delete_state telebot.TeleBot.delete_sticker_from_set +#: telebot.TeleBot.delete_webhook telebot.TeleBot.download_file +#: telebot.TeleBot.edit_chat_invite_link telebot.TeleBot.edit_forum_topic +#: telebot.TeleBot.edit_message_caption +#: telebot.TeleBot.edit_message_live_location +#: telebot.TeleBot.edit_message_media telebot.TeleBot.edit_message_reply_markup +#: telebot.TeleBot.edit_message_text +#: telebot.TeleBot.edited_channel_post_handler +#: telebot.TeleBot.edited_message_handler +#: telebot.TeleBot.enable_save_next_step_handlers +#: telebot.TeleBot.enable_save_reply_handlers +#: telebot.TeleBot.enable_saving_states telebot.TeleBot.export_chat_invite_link +#: telebot.TeleBot.forward_message telebot.TeleBot.get_chat +#: telebot.TeleBot.get_chat_administrators telebot.TeleBot.get_chat_member +#: telebot.TeleBot.get_chat_member_count telebot.TeleBot.get_chat_menu_button +#: telebot.TeleBot.get_custom_emoji_stickers telebot.TeleBot.get_file +#: telebot.TeleBot.get_file_url telebot.TeleBot.get_game_high_scores +#: telebot.TeleBot.get_my_commands +#: telebot.TeleBot.get_my_default_administrator_rights +#: telebot.TeleBot.get_state telebot.TeleBot.get_sticker_set +#: telebot.TeleBot.get_updates telebot.TeleBot.get_user_profile_photos +#: telebot.TeleBot.get_webhook_info telebot.TeleBot.infinity_polling +#: telebot.TeleBot.inline_handler telebot.TeleBot.leave_chat +#: telebot.TeleBot.load_next_step_handlers telebot.TeleBot.load_reply_handlers +#: telebot.TeleBot.message_handler telebot.TeleBot.middleware_handler +#: telebot.TeleBot.my_chat_member_handler telebot.TeleBot.pin_chat_message +#: telebot.TeleBot.poll_answer_handler telebot.TeleBot.poll_handler +#: telebot.TeleBot.polling telebot.TeleBot.pre_checkout_query_handler +#: telebot.TeleBot.process_new_updates telebot.TeleBot.promote_chat_member +#: telebot.TeleBot.register_callback_query_handler +#: telebot.TeleBot.register_channel_post_handler +#: telebot.TeleBot.register_chat_join_request_handler +#: telebot.TeleBot.register_chat_member_handler +#: telebot.TeleBot.register_chosen_inline_handler +#: telebot.TeleBot.register_edited_channel_post_handler +#: telebot.TeleBot.register_edited_message_handler +#: telebot.TeleBot.register_for_reply +#: telebot.TeleBot.register_for_reply_by_message_id +#: telebot.TeleBot.register_inline_handler +#: telebot.TeleBot.register_message_handler +#: telebot.TeleBot.register_middleware_handler +#: telebot.TeleBot.register_my_chat_member_handler +#: telebot.TeleBot.register_next_step_handler +#: telebot.TeleBot.register_next_step_handler_by_chat_id +#: telebot.TeleBot.register_poll_answer_handler +#: telebot.TeleBot.register_poll_handler +#: telebot.TeleBot.register_pre_checkout_query_handler +#: telebot.TeleBot.register_shipping_query_handler +#: telebot.TeleBot.reopen_forum_topic telebot.TeleBot.reply_to +#: telebot.TeleBot.reset_data telebot.TeleBot.restrict_chat_member +#: telebot.TeleBot.retrieve_data telebot.TeleBot.revoke_chat_invite_link +#: telebot.TeleBot.run_webhooks telebot.TeleBot.send_animation +#: telebot.TeleBot.send_audio telebot.TeleBot.send_chat_action +#: telebot.TeleBot.send_contact telebot.TeleBot.send_dice +#: telebot.TeleBot.send_document telebot.TeleBot.send_game +#: telebot.TeleBot.send_invoice telebot.TeleBot.send_location +#: telebot.TeleBot.send_media_group telebot.TeleBot.send_message +#: telebot.TeleBot.send_photo telebot.TeleBot.send_poll +#: telebot.TeleBot.send_sticker telebot.TeleBot.send_venue +#: telebot.TeleBot.send_video telebot.TeleBot.send_video_note +#: telebot.TeleBot.send_voice +#: telebot.TeleBot.set_chat_administrator_custom_title +#: telebot.TeleBot.set_chat_description telebot.TeleBot.set_chat_menu_button +#: telebot.TeleBot.set_chat_permissions telebot.TeleBot.set_chat_photo +#: telebot.TeleBot.set_chat_sticker_set telebot.TeleBot.set_chat_title +#: telebot.TeleBot.set_game_score telebot.TeleBot.set_my_commands +#: telebot.TeleBot.set_my_default_administrator_rights +#: telebot.TeleBot.set_state telebot.TeleBot.set_sticker_position_in_set +#: telebot.TeleBot.set_sticker_set_thumb telebot.TeleBot.set_update_listener +#: telebot.TeleBot.set_webhook telebot.TeleBot.setup_middleware +#: telebot.TeleBot.shipping_query_handler +#: telebot.TeleBot.stop_message_live_location telebot.TeleBot.stop_poll +#: telebot.TeleBot.unban_chat_member telebot.TeleBot.unban_chat_sender_chat +#: telebot.TeleBot.unpin_all_chat_messages +#: telebot.TeleBot.unpin_all_forum_topic_messages +#: telebot.TeleBot.unpin_chat_message telebot.TeleBot.upload_sticker_file +#: telebot.custom_filters.TextFilter +msgid "Parameters" +msgstr "" + +#: of telebot.TeleBot:23 +msgid "Token of a bot, should be obtained from @BotFather" +msgstr "" + +#: of telebot.TeleBot:26 +msgid "Default parse mode, defaults to None" +msgstr "" + +#: of telebot.TeleBot:29 +msgid "Threaded or not, defaults to True" +msgstr "" + +#: of telebot.TeleBot:32 +msgid "Skips pending updates, defaults to False" +msgstr "" + +#: of telebot.TeleBot:35 +msgid "Number of maximum parallel threads, defaults to 2" +msgstr "" + +#: of telebot.TeleBot:38 +msgid "Next step backend class, defaults to None" +msgstr "" + +#: of telebot.TeleBot:41 +msgid "Reply step handler class, defaults to None" +msgstr "" + +#: of telebot.TeleBot:44 +msgid "Exception handler to handle errors, defaults to None" +msgstr "" + +#: of telebot.TeleBot:47 +msgid "Last update's id, defaults to 0" +msgstr "" + +#: of telebot.TeleBot:50 +msgid "Supress middleware exceptions, defaults to False" +msgstr "" + +#: of telebot.TeleBot:53 +msgid "Storage for states, defaults to StateMemoryStorage()" +msgstr "" + +#: of telebot.TeleBot:56 +msgid "Use class middlewares, defaults to False" +msgstr "" + +#: of telebot.TeleBot:59 +msgid "Default value for disable_web_page_preview, defaults to None" +msgstr "" + +#: of telebot.TeleBot:62 +msgid "Default value for disable_notification, defaults to None" +msgstr "" + +#: of telebot.TeleBot:65 +msgid "Default value for protect_content, defaults to None" +msgstr "" + +#: of telebot.TeleBot:68 +msgid "Default value for allow_sending_without_reply, defaults to None" +msgstr "" + +#: of telebot.TeleBot:72 +msgid "Outputs colorful logs" +msgstr "" + +#: of telebot.TeleBot.add_custom_filter:1 +msgid "Create custom filter." +msgstr "" + +#: of telebot.TeleBot.add_custom_filter:3 +msgid "Example on checking the text of a message" +msgstr "" + +#: of telebot.TeleBot.add_custom_filter:12 +msgid "Class with check(message) method." +msgstr "" + +#: of telebot.TeleBot.add_custom_filter:13 +msgid "Custom filter class with key." +msgstr "" + +#: of telebot.TeleBot.add_data:1 +msgid "Add data to states." +msgstr "" + +#: of telebot.TeleBot.add_data:3 telebot.TeleBot.delete_state:3 +#: telebot.TeleBot.get_state:4 telebot.TeleBot.reset_data:3 +#: telebot.TeleBot.set_state:9 +msgid "User's identifier" +msgstr "" + +#: of telebot.TeleBot.add_data:6 telebot.TeleBot.delete_state:6 +#: telebot.TeleBot.get_state:7 telebot.TeleBot.reset_data:6 +#: telebot.TeleBot.set_state:15 +msgid "Chat's identifier" +msgstr "" + +#: of telebot.TeleBot.add_data:9 +msgid "Data to add" +msgstr "" + +#: of telebot.TeleBot.add_data telebot.TeleBot.add_sticker_to_set +#: telebot.TeleBot.answer_callback_query telebot.TeleBot.answer_inline_query +#: telebot.TeleBot.answer_pre_checkout_query +#: telebot.TeleBot.answer_shipping_query telebot.TeleBot.answer_web_app_query +#: telebot.TeleBot.approve_chat_join_request telebot.TeleBot.ban_chat_member +#: telebot.TeleBot.ban_chat_sender_chat telebot.TeleBot.callback_query_handler +#: telebot.TeleBot.channel_post_handler +#: telebot.TeleBot.chat_join_request_handler +#: telebot.TeleBot.chat_member_handler telebot.TeleBot.chosen_inline_handler +#: telebot.TeleBot.clear_reply_handlers +#: telebot.TeleBot.clear_reply_handlers_by_message_id +#: telebot.TeleBot.clear_step_handler +#: telebot.TeleBot.clear_step_handler_by_chat_id telebot.TeleBot.close +#: telebot.TeleBot.close_forum_topic telebot.TeleBot.copy_message +#: telebot.TeleBot.create_chat_invite_link telebot.TeleBot.create_forum_topic +#: telebot.TeleBot.create_invoice_link telebot.TeleBot.create_new_sticker_set +#: telebot.TeleBot.decline_chat_join_request telebot.TeleBot.delete_chat_photo +#: telebot.TeleBot.delete_chat_sticker_set telebot.TeleBot.delete_forum_topic +#: telebot.TeleBot.delete_message telebot.TeleBot.delete_my_commands +#: telebot.TeleBot.delete_state telebot.TeleBot.delete_sticker_from_set +#: telebot.TeleBot.delete_webhook telebot.TeleBot.download_file +#: telebot.TeleBot.edit_chat_invite_link telebot.TeleBot.edit_forum_topic +#: telebot.TeleBot.edit_message_caption +#: telebot.TeleBot.edit_message_live_location +#: telebot.TeleBot.edit_message_media telebot.TeleBot.edit_message_reply_markup +#: telebot.TeleBot.edit_message_text +#: telebot.TeleBot.edited_channel_post_handler +#: telebot.TeleBot.edited_message_handler +#: telebot.TeleBot.enable_save_next_step_handlers +#: telebot.TeleBot.export_chat_invite_link telebot.TeleBot.forward_message +#: telebot.TeleBot.get_chat telebot.TeleBot.get_chat_administrators +#: telebot.TeleBot.get_chat_member telebot.TeleBot.get_chat_member_count +#: telebot.TeleBot.get_chat_menu_button +#: telebot.TeleBot.get_custom_emoji_stickers telebot.TeleBot.get_file +#: telebot.TeleBot.get_file_url telebot.TeleBot.get_forum_topic_icon_stickers +#: telebot.TeleBot.get_game_high_scores telebot.TeleBot.get_my_commands +#: telebot.TeleBot.get_my_default_administrator_rights +#: telebot.TeleBot.get_state telebot.TeleBot.get_sticker_set +#: telebot.TeleBot.get_updates telebot.TeleBot.get_user_profile_photos +#: telebot.TeleBot.get_webhook_info telebot.TeleBot.infinity_polling +#: telebot.TeleBot.inline_handler telebot.TeleBot.leave_chat +#: telebot.TeleBot.log_out telebot.TeleBot.message_handler +#: telebot.TeleBot.middleware_handler telebot.TeleBot.my_chat_member_handler +#: telebot.TeleBot.pin_chat_message telebot.TeleBot.poll_answer_handler +#: telebot.TeleBot.poll_handler telebot.TeleBot.polling +#: telebot.TeleBot.pre_checkout_query_handler +#: telebot.TeleBot.promote_chat_member +#: telebot.TeleBot.register_callback_query_handler +#: telebot.TeleBot.register_channel_post_handler +#: telebot.TeleBot.register_chat_join_request_handler +#: telebot.TeleBot.register_chosen_inline_handler +#: telebot.TeleBot.register_edited_channel_post_handler +#: telebot.TeleBot.register_edited_message_handler +#: telebot.TeleBot.register_for_reply +#: telebot.TeleBot.register_for_reply_by_message_id +#: telebot.TeleBot.register_inline_handler +#: telebot.TeleBot.register_message_handler +#: telebot.TeleBot.register_middleware_handler +#: telebot.TeleBot.register_my_chat_member_handler +#: telebot.TeleBot.register_next_step_handler +#: telebot.TeleBot.register_next_step_handler_by_chat_id +#: telebot.TeleBot.register_poll_answer_handler +#: telebot.TeleBot.register_poll_handler +#: telebot.TeleBot.register_pre_checkout_query_handler +#: telebot.TeleBot.register_shipping_query_handler +#: telebot.TeleBot.remove_webhook telebot.TeleBot.reopen_forum_topic +#: telebot.TeleBot.reply_to telebot.TeleBot.reset_data +#: telebot.TeleBot.restrict_chat_member telebot.TeleBot.retrieve_data +#: telebot.TeleBot.revoke_chat_invite_link telebot.TeleBot.send_animation +#: telebot.TeleBot.send_audio telebot.TeleBot.send_chat_action +#: telebot.TeleBot.send_contact telebot.TeleBot.send_dice +#: telebot.TeleBot.send_document telebot.TeleBot.send_game +#: telebot.TeleBot.send_invoice telebot.TeleBot.send_location +#: telebot.TeleBot.send_media_group telebot.TeleBot.send_message +#: telebot.TeleBot.send_photo telebot.TeleBot.send_poll +#: telebot.TeleBot.send_sticker telebot.TeleBot.send_venue +#: telebot.TeleBot.send_video telebot.TeleBot.send_video_note +#: telebot.TeleBot.send_voice +#: telebot.TeleBot.set_chat_administrator_custom_title +#: telebot.TeleBot.set_chat_description telebot.TeleBot.set_chat_menu_button +#: telebot.TeleBot.set_chat_permissions telebot.TeleBot.set_chat_photo +#: telebot.TeleBot.set_chat_sticker_set telebot.TeleBot.set_chat_title +#: telebot.TeleBot.set_game_score telebot.TeleBot.set_my_commands +#: telebot.TeleBot.set_my_default_administrator_rights +#: telebot.TeleBot.set_state telebot.TeleBot.set_sticker_position_in_set +#: telebot.TeleBot.set_sticker_set_thumb telebot.TeleBot.set_webhook +#: telebot.TeleBot.setup_middleware telebot.TeleBot.shipping_query_handler +#: telebot.TeleBot.stop_message_live_location telebot.TeleBot.stop_poll +#: telebot.TeleBot.unban_chat_member telebot.TeleBot.unban_chat_sender_chat +#: telebot.TeleBot.unpin_all_chat_messages +#: telebot.TeleBot.unpin_all_forum_topic_messages +#: telebot.TeleBot.unpin_chat_message telebot.TeleBot.upload_sticker_file +#: telebot.TeleBot.user telebot.custom_filters.TextFilter +#: telebot.ext.sync.webhooks.SyncWebhookListener.run_app +msgid "Returns" +msgstr "" + +#: of telebot.TeleBot.add_data:10 telebot.TeleBot.callback_query_handler:9 +#: telebot.TeleBot.channel_post_handler:18 +#: telebot.TeleBot.chat_join_request_handler:10 +#: telebot.TeleBot.chat_member_handler:11 +#: telebot.TeleBot.chosen_inline_handler:10 +#: telebot.TeleBot.clear_reply_handlers:6 +#: telebot.TeleBot.clear_reply_handlers_by_message_id:6 +#: telebot.TeleBot.clear_step_handler:6 +#: telebot.TeleBot.clear_step_handler_by_chat_id:6 +#: telebot.TeleBot.delete_state:9 telebot.TeleBot.edited_message_handler:21 +#: telebot.TeleBot.enable_save_next_step_handlers:13 +#: telebot.TeleBot.inline_handler:9 telebot.TeleBot.my_chat_member_handler:10 +#: telebot.TeleBot.poll_answer_handler:10 telebot.TeleBot.poll_handler:8 +#: telebot.TeleBot.pre_checkout_query_handler:9 +#: telebot.TeleBot.register_callback_query_handler:14 +#: telebot.TeleBot.register_channel_post_handler:23 +#: telebot.TeleBot.register_chat_join_request_handler:14 +#: telebot.TeleBot.register_chosen_inline_handler:14 +#: telebot.TeleBot.register_edited_message_handler:26 +#: telebot.TeleBot.register_for_reply:15 +#: telebot.TeleBot.register_for_reply_by_message_id:15 +#: telebot.TeleBot.register_message_handler:26 +#: telebot.TeleBot.register_middleware_handler:18 +#: telebot.TeleBot.register_my_chat_member_handler:14 +#: telebot.TeleBot.register_next_step_handler:15 +#: telebot.TeleBot.register_next_step_handler_by_chat_id:15 +#: telebot.TeleBot.register_poll_answer_handler:14 +#: telebot.TeleBot.register_poll_handler:14 +#: telebot.TeleBot.register_shipping_query_handler:14 +#: telebot.TeleBot.reset_data:9 telebot.TeleBot.set_state:18 +#: telebot.TeleBot.setup_middleware:5 telebot.TeleBot.shipping_query_handler:9 +#: telebot.custom_filters.TextFilter:22 +#: telebot.ext.sync.webhooks.SyncWebhookListener.run_app:4 +msgid "None" +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:1 +msgid "" +"Use this method to add a new sticker to a set created by the bot. It's " +"required to pass `png_sticker` or `tgs_sticker`. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:5 +msgid "Telegram documentation: https://core.telegram.org/bots/api#addstickertoset" +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:7 +#: telebot.TeleBot.create_new_sticker_set:7 +msgid "User identifier of created sticker set owner" +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:10 telebot.TeleBot.get_sticker_set:5 +#: telebot.TeleBot.set_sticker_set_thumb:6 +msgid "Sticker set name" +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:13 +#: telebot.TeleBot.create_new_sticker_set:18 +msgid "One or more emoji corresponding to the sticker" +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:16 +#: telebot.TeleBot.create_new_sticker_set:21 +msgid "" +"PNG image with the sticker, must be up to 512 kilobytes in size, " +"dimensions must not exceed 512px, and either width or height must be " +"exactly 512px. Pass a file_id as a String to send a file that already " +"exists on the Telegram servers, pass an HTTP URL as a String for Telegram" +" to get a file from the Internet, or upload a new one using multipart" +"/form-data." +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:21 +#: telebot.TeleBot.create_new_sticker_set:26 +msgid "TGS animation with the sticker, uploaded using multipart/form-data." +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:24 +#: telebot.TeleBot.create_new_sticker_set:29 +msgid "WebM animation with the sticker, uploaded using multipart/form-data." +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:27 +#: telebot.TeleBot.create_new_sticker_set:40 +msgid "" +"A JSON-serialized object for position where the mask should be placed on " +"faces" +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:30 +#: telebot.TeleBot.answer_callback_query:22 +#: telebot.TeleBot.answer_inline_query:35 +#: telebot.TeleBot.answer_pre_checkout_query:21 +#: telebot.TeleBot.answer_shipping_query:18 +#: telebot.TeleBot.close_forum_topic:13 +#: telebot.TeleBot.create_new_sticker_set:43 +#: telebot.TeleBot.delete_forum_topic:13 +#: telebot.TeleBot.delete_sticker_from_set:6 +#: telebot.TeleBot.edit_forum_topic:19 telebot.TeleBot.reopen_forum_topic:13 +#: telebot.TeleBot.set_sticker_position_in_set:11 +#: telebot.TeleBot.set_sticker_set_thumb:15 +#: telebot.TeleBot.unpin_all_forum_topic_messages:13 +msgid "On success, True is returned." +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set telebot.TeleBot.answer_callback_query +#: telebot.TeleBot.answer_inline_query +#: telebot.TeleBot.answer_pre_checkout_query +#: telebot.TeleBot.answer_shipping_query telebot.TeleBot.answer_web_app_query +#: telebot.TeleBot.approve_chat_join_request telebot.TeleBot.ban_chat_member +#: telebot.TeleBot.ban_chat_sender_chat telebot.TeleBot.close_forum_topic +#: telebot.TeleBot.copy_message telebot.TeleBot.create_chat_invite_link +#: telebot.TeleBot.create_forum_topic telebot.TeleBot.create_invoice_link +#: telebot.TeleBot.create_new_sticker_set +#: telebot.TeleBot.decline_chat_join_request telebot.TeleBot.delete_chat_photo +#: telebot.TeleBot.delete_chat_sticker_set telebot.TeleBot.delete_forum_topic +#: telebot.TeleBot.delete_message telebot.TeleBot.delete_my_commands +#: telebot.TeleBot.delete_sticker_from_set telebot.TeleBot.delete_webhook +#: telebot.TeleBot.download_file telebot.TeleBot.edit_chat_invite_link +#: telebot.TeleBot.edit_forum_topic telebot.TeleBot.edit_message_caption +#: telebot.TeleBot.edit_message_live_location +#: telebot.TeleBot.edit_message_media telebot.TeleBot.edit_message_reply_markup +#: telebot.TeleBot.edit_message_text telebot.TeleBot.export_chat_invite_link +#: telebot.TeleBot.forward_message telebot.TeleBot.get_chat +#: telebot.TeleBot.get_chat_administrators telebot.TeleBot.get_chat_member +#: telebot.TeleBot.get_chat_member_count telebot.TeleBot.get_chat_menu_button +#: telebot.TeleBot.get_custom_emoji_stickers telebot.TeleBot.get_file_url +#: telebot.TeleBot.get_forum_topic_icon_stickers +#: telebot.TeleBot.get_game_high_scores telebot.TeleBot.get_my_commands +#: telebot.TeleBot.get_my_default_administrator_rights +#: telebot.TeleBot.get_state telebot.TeleBot.get_sticker_set +#: telebot.TeleBot.get_updates telebot.TeleBot.get_user_profile_photos +#: telebot.TeleBot.get_webhook_info telebot.TeleBot.log_out +#: telebot.TeleBot.pin_chat_message telebot.TeleBot.promote_chat_member +#: telebot.TeleBot.remove_webhook telebot.TeleBot.reopen_forum_topic +#: telebot.TeleBot.reply_to telebot.TeleBot.restrict_chat_member +#: telebot.TeleBot.retrieve_data telebot.TeleBot.revoke_chat_invite_link +#: telebot.TeleBot.send_animation telebot.TeleBot.send_audio +#: telebot.TeleBot.send_chat_action telebot.TeleBot.send_contact +#: telebot.TeleBot.send_dice telebot.TeleBot.send_document +#: telebot.TeleBot.send_game telebot.TeleBot.send_invoice +#: telebot.TeleBot.send_location telebot.TeleBot.send_media_group +#: telebot.TeleBot.send_message telebot.TeleBot.send_photo +#: telebot.TeleBot.send_poll telebot.TeleBot.send_sticker +#: telebot.TeleBot.send_venue telebot.TeleBot.send_video +#: telebot.TeleBot.send_video_note +#: telebot.TeleBot.set_chat_administrator_custom_title +#: telebot.TeleBot.set_chat_description telebot.TeleBot.set_chat_menu_button +#: telebot.TeleBot.set_chat_permissions telebot.TeleBot.set_chat_photo +#: telebot.TeleBot.set_chat_sticker_set telebot.TeleBot.set_chat_title +#: telebot.TeleBot.set_game_score telebot.TeleBot.set_my_commands +#: telebot.TeleBot.set_my_default_administrator_rights +#: telebot.TeleBot.set_sticker_position_in_set +#: telebot.TeleBot.set_sticker_set_thumb telebot.TeleBot.set_webhook +#: telebot.TeleBot.stop_message_live_location telebot.TeleBot.stop_poll +#: telebot.TeleBot.unban_chat_member telebot.TeleBot.unban_chat_sender_chat +#: telebot.TeleBot.unpin_all_chat_messages +#: telebot.TeleBot.unpin_all_forum_topic_messages +#: telebot.TeleBot.unpin_chat_message telebot.TeleBot.upload_sticker_file +#: telebot.TeleBot.user +msgid "Return type" +msgstr "" + +#: of telebot.TeleBot.add_sticker_to_set:31 +#: telebot.TeleBot.answer_callback_query:23 +#: telebot.TeleBot.answer_inline_query:36 +#: telebot.TeleBot.answer_pre_checkout_query:22 +#: telebot.TeleBot.answer_shipping_query:19 +#: telebot.TeleBot.approve_chat_join_request:15 +#: telebot.TeleBot.ban_chat_member:25 telebot.TeleBot.ban_chat_sender_chat:17 +#: telebot.TeleBot.close:9 telebot.TeleBot.close_forum_topic:14 +#: telebot.TeleBot.create_new_sticker_set:44 +#: telebot.TeleBot.decline_chat_join_request:15 +#: telebot.TeleBot.delete_chat_photo:13 +#: telebot.TeleBot.delete_chat_sticker_set:11 +#: telebot.TeleBot.delete_forum_topic:14 telebot.TeleBot.delete_message:23 +#: telebot.TeleBot.delete_my_commands:17 +#: telebot.TeleBot.delete_sticker_from_set:7 telebot.TeleBot.delete_webhook:13 +#: telebot.TeleBot.edit_forum_topic:20 telebot.TeleBot.leave_chat:8 +#: telebot.TeleBot.log_out:11 telebot.TeleBot.pin_chat_message:19 +#: telebot.TeleBot.promote_chat_member:61 telebot.TeleBot.remove_webhook:4 +#: telebot.TeleBot.reopen_forum_topic:14 +#: telebot.TeleBot.restrict_chat_member:48 telebot.TeleBot.send_chat_action:23 +#: telebot.TeleBot.set_chat_administrator_custom_title:18 +#: telebot.TeleBot.set_chat_description:14 +#: telebot.TeleBot.set_chat_menu_button:15 +#: telebot.TeleBot.set_chat_permissions:15 telebot.TeleBot.set_chat_photo:16 +#: telebot.TeleBot.set_chat_title:17 telebot.TeleBot.set_my_commands:18 +#: telebot.TeleBot.set_my_default_administrator_rights:18 +#: telebot.TeleBot.set_sticker_position_in_set:12 +#: telebot.TeleBot.set_sticker_set_thumb:16 +#: telebot.TeleBot.unban_chat_member:20 +#: telebot.TeleBot.unban_chat_sender_chat:15 +#: telebot.TeleBot.unpin_all_chat_messages:12 +#: telebot.TeleBot.unpin_all_forum_topic_messages:14 +#: telebot.TeleBot.unpin_chat_message:15 +msgid ":obj:`bool`" +msgstr "" + +#: of telebot.TeleBot.answer_callback_query:1 +msgid "" +"Use this method to send answers to callback queries sent from inline " +"keyboards. The answer will be displayed to the user as a notification at " +"the top of the chat screen or as an alert." +msgstr "" + +#: of telebot.TeleBot.answer_callback_query:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#answercallbackquery" +msgstr "" + +#: of telebot.TeleBot.answer_callback_query:6 +#: telebot.TeleBot.answer_pre_checkout_query:10 +#: telebot.TeleBot.answer_shipping_query:5 +#: telebot.TeleBot.answer_web_app_query:8 +msgid "Unique identifier for the query to be answered" +msgstr "" + +#: of telebot.TeleBot.answer_callback_query:9 +msgid "" +"Text of the notification. If not specified, nothing will be shown to the " +"user, 0-200 characters" +msgstr "" + +#: of telebot.TeleBot.answer_callback_query:12 +msgid "" +"If True, an alert will be shown by the client instead of a notification " +"at the top of the chat screen. Defaults to false." +msgstr "" + +#: of telebot.TeleBot.answer_callback_query:15 +msgid "" +"URL that will be opened by the user's client. If you have created a Game " +"and accepted the conditions via @BotFather, specify the URL that opens " +"your game - note that this will only work if the query comes from a " +"callback_game button." +msgstr "" + +#: of telebot.TeleBot.answer_callback_query:19 +msgid "" +"The maximum amount of time in seconds that the result of the callback " +"query may be cached client-side. Telegram apps will support caching " +"starting in version 3.14. Defaults to 0." +msgstr "" + +#: of telebot.TeleBot.answer_inline_query:1 +msgid "" +"Use this method to send answers to an inline query. On success, True is " +"returned. No more than 50 results per query are allowed." +msgstr "" + +#: of telebot.TeleBot.answer_inline_query:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#answerinlinequery" +msgstr "" + +#: of telebot.TeleBot.answer_inline_query:6 +msgid "Unique identifier for the answered query" +msgstr "" + +#: of telebot.TeleBot.answer_inline_query:9 +msgid "Array of results for the inline query" +msgstr "" + +#: of telebot.TeleBot.answer_inline_query:12 +msgid "" +"The maximum amount of time in seconds that the result of the inline query" +" may be cached on the server." +msgstr "" + +#: of telebot.TeleBot.answer_inline_query:16 +msgid "" +"Pass True, if results may be cached on the server side only for the user " +"that sent the query." +msgstr "" + +#: of telebot.TeleBot.answer_inline_query:20 +msgid "" +"Pass the offset that a client should send in the next query with the same" +" text to receive more results." +msgstr "" + +#: of telebot.TeleBot.answer_inline_query:24 +msgid "" +"Deep-linking parameter for the /start message sent to the bot when user " +"presses the switch button. 1-64 characters, only A-Z, a-z, 0-9, _ and - " +"are allowed. Example: An inline bot that sends YouTube videos can ask the" +" user to connect the bot to their YouTube account to adapt search results" +" accordingly. To do this, it displays a 'Connect your YouTube account' " +"button above the results, or even before showing any. The user presses " +"the button, switches to a private chat with the bot and, in doing so, " +"passes a start parameter that instructs the bot to return an OAuth link. " +"Once done, the bot can offer a switch_inline button so that the user can " +"easily return to the chat where they wanted to use the bot's inline " +"capabilities." +msgstr "" + +#: of telebot.TeleBot.answer_inline_query:32 +msgid "" +"Parameter for the start message sent to the bot when user presses the " +"switch button" +msgstr "" + +#: of telebot.TeleBot.answer_pre_checkout_query:1 +msgid "" +"Once the user has confirmed their payment and shipping details, the Bot " +"API sends the final confirmation in the form of an Update with the field " +"pre_checkout_query. Use this method to respond to such pre-checkout " +"queries. On success, True is returned." +msgstr "" + +#: of telebot.TeleBot.answer_pre_checkout_query:6 +msgid "" +"The Bot API must receive an answer within 10 seconds after the pre-" +"checkout query was sent." +msgstr "" + +#: of telebot.TeleBot.answer_pre_checkout_query:8 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#answerprecheckoutquery" +msgstr "" + +#: of telebot.TeleBot.answer_pre_checkout_query:13 +msgid "" +"Specify True if everything is alright (goods are available, etc.) and the" +" bot is ready to proceed with the order. Use False if there are any " +"problems." +msgstr "" + +#: of telebot.TeleBot.answer_pre_checkout_query:16 +msgid "" +"Required if ok is False. Error message in human readable form that " +"explains the reason for failure to proceed with the checkout (e.g. " +"\"Sorry, somebody just bought the last of our amazing black T-shirts " +"while you were busy filling out your payment details. Please choose a " +"different color or garment!\"). Telegram will display this message to the" +" user." +msgstr "" + +#: of telebot.TeleBot.answer_shipping_query:1 +msgid "Asks for an answer to a shipping question." +msgstr "" + +#: of telebot.TeleBot.answer_shipping_query:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#answershippingquery" +msgstr "" + +#: of telebot.TeleBot.answer_shipping_query:8 +msgid "" +"Specify True if delivery to the specified address is possible and False " +"if there are any problems (for example, if delivery to the specified " +"address is not possible)" +msgstr "" + +#: of telebot.TeleBot.answer_shipping_query:11 +msgid "" +"Required if ok is True. A JSON-serialized array of available shipping " +"options." +msgstr "" + +#: of telebot.TeleBot.answer_shipping_query:14 +msgid "" +"Required if ok is False. Error message in human readable form that " +"explains why it is impossible to complete the order (e.g. \"Sorry, " +"delivery to your desired address is unavailable'). Telegram will display " +"this message to the user." +msgstr "" + +#: of telebot.TeleBot.answer_web_app_query:1 +msgid "" +"Use this method to set the result of an interaction with a Web App and " +"send a corresponding message on behalf of the user to the chat from which" +" the query originated. On success, a SentWebAppMessage object is " +"returned." +msgstr "" + +#: of telebot.TeleBot.answer_web_app_query:6 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#answerwebappquery" +msgstr "" + +#: of telebot.TeleBot.answer_web_app_query:11 +msgid "A JSON-serialized object describing the message to be sent" +msgstr "" + +#: of telebot.TeleBot.answer_web_app_query:14 +msgid "On success, a SentWebAppMessage object is returned." +msgstr "" + +#: of telebot.TeleBot.answer_web_app_query:15 +msgid ":class:`telebot.types.SentWebAppMessage`" +msgstr "" + +#: of telebot.TeleBot.approve_chat_join_request:1 +msgid "" +"Use this method to approve a chat join request. The bot must be an " +"administrator in the chat for this to work and must have the " +"can_invite_users administrator right. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.approve_chat_join_request:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#approvechatjoinrequest" +msgstr "" + +#: of telebot.TeleBot.approve_chat_join_request:7 +#: telebot.TeleBot.decline_chat_join_request:7 +#: telebot.TeleBot.delete_chat_sticker_set:7 telebot.TeleBot.get_chat_member:5 +#: telebot.TeleBot.set_chat_administrator_custom_title:6 +#: telebot.TeleBot.set_chat_permissions:7 +#: telebot.TeleBot.set_chat_sticker_set:7 +msgid "" +"Unique identifier for the target chat or username of the target " +"supergroup (in the format @supergroupusername)" +msgstr "" + +#: of telebot.TeleBot.approve_chat_join_request:11 +#: telebot.TeleBot.ban_chat_member:12 +#: telebot.TeleBot.decline_chat_join_request:11 +#: telebot.TeleBot.get_chat_member:8 telebot.TeleBot.get_user_profile_photos:6 +#: telebot.TeleBot.promote_chat_member:11 +#: telebot.TeleBot.restrict_chat_member:11 +#: telebot.TeleBot.set_chat_administrator_custom_title:10 +#: telebot.TeleBot.unban_chat_member:13 +msgid "Unique identifier of the target user" +msgstr "" + +#: of telebot.TeleBot.approve_chat_join_request:14 +#: telebot.TeleBot.ban_chat_sender_chat:16 +#: telebot.TeleBot.decline_chat_join_request:14 +#: telebot.TeleBot.delete_chat_photo:12 telebot.TeleBot.delete_my_commands:16 +#: telebot.TeleBot.log_out:10 telebot.TeleBot.pin_chat_message:18 +#: telebot.TeleBot.promote_chat_member:60 telebot.TeleBot.remove_webhook:3 +#: telebot.TeleBot.set_chat_administrator_custom_title:17 +#: telebot.TeleBot.set_chat_description:13 +#: telebot.TeleBot.set_chat_menu_button:14 telebot.TeleBot.set_chat_photo:15 +#: telebot.TeleBot.set_chat_title:16 telebot.TeleBot.set_my_commands:17 +#: telebot.TeleBot.set_my_default_administrator_rights:17 +#: telebot.TeleBot.set_webhook:46 telebot.TeleBot.unban_chat_sender_chat:14 +#: telebot.TeleBot.unpin_all_chat_messages:11 +#: telebot.TeleBot.unpin_chat_message:14 +msgid "True on success." +msgstr "" + +#: of telebot.TeleBot.ban_chat_member:1 +msgid "" +"Use this method to ban a user in a group, a supergroup or a channel. In " +"the case of supergroups and channels, the user will not be able to return" +" to the chat on their own using invite links, etc., unless unbanned " +"first. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.ban_chat_member:6 +msgid "Telegram documentation: https://core.telegram.org/bots/api#banchatmember" +msgstr "" + +#: of telebot.TeleBot.ban_chat_member:8 telebot.TeleBot.restrict_chat_member:7 +msgid "" +"Unique identifier for the target group or username of the target " +"supergroup or channel (in the format @channelusername)" +msgstr "" + +#: of telebot.TeleBot.ban_chat_member:15 +msgid "" +"Date when the user will be unbanned, unix time. If user is banned for " +"more than 366 days or less than 30 seconds from the current time they are" +" considered to be banned forever" +msgstr "" + +#: of telebot.TeleBot.ban_chat_member:19 +msgid "" +"Bool: Pass True to delete all messages from the chat for the user that is" +" being removed. If False, the user will be able to see messages in the " +"group that were sent before the user was removed. Always True for " +"supergroups and channels." +msgstr "" + +#: of telebot.TeleBot.ban_chat_member:24 +#: telebot.TeleBot.delete_chat_sticker_set:10 telebot.TeleBot.delete_message:22 +#: telebot.TeleBot.delete_webhook:12 telebot.TeleBot.send_chat_action:22 +msgid "Returns True on success." +msgstr "" + +#: of telebot.TeleBot.ban_chat_sender_chat:1 +msgid "" +"Use this method to ban a channel chat in a supergroup or a channel. The " +"owner of the chat will not be able to send messages and join live streams" +" on behalf of the chat, unless it is unbanned first. The bot must be an " +"administrator in the supergroup or channel for this to work and must have" +" the appropriate administrator rights. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.ban_chat_sender_chat:8 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#banchatsenderchat" +msgstr "" + +#: of telebot.TeleBot.ban_chat_sender_chat:10 +#: telebot.TeleBot.close_forum_topic:7 telebot.TeleBot.copy_message:5 +#: telebot.TeleBot.create_forum_topic:7 telebot.TeleBot.delete_forum_topic:7 +#: telebot.TeleBot.delete_message:13 telebot.TeleBot.edit_forum_topic:7 +#: telebot.TeleBot.edit_message_live_location:13 +#: telebot.TeleBot.forward_message:8 telebot.TeleBot.pin_chat_message:7 +#: telebot.TeleBot.reopen_forum_topic:7 telebot.TeleBot.send_animation:6 +#: telebot.TeleBot.send_audio:9 telebot.TeleBot.send_dice:5 +#: telebot.TeleBot.send_document:5 telebot.TeleBot.send_game:5 +#: telebot.TeleBot.send_location:5 telebot.TeleBot.send_media_group:6 +#: telebot.TeleBot.send_message:9 telebot.TeleBot.send_photo:5 +#: telebot.TeleBot.send_sticker:6 telebot.TeleBot.send_video:5 +#: telebot.TeleBot.send_video_note:6 telebot.TeleBot.send_voice:7 +#: telebot.TeleBot.set_chat_description:6 telebot.TeleBot.set_chat_title:9 +#: telebot.TeleBot.stop_message_live_location:6 +#: telebot.TeleBot.unban_chat_sender_chat:8 +#: telebot.TeleBot.unpin_all_forum_topic_messages:7 +#: telebot.TeleBot.unpin_chat_message:7 +msgid "" +"Unique identifier for the target chat or username of the target channel " +"(in the format @channelusername)" +msgstr "" + +#: of telebot.TeleBot.ban_chat_sender_chat:13 +msgid "Unique identifier of the target sender chat" +msgstr "" + +#: of telebot.TeleBot.callback_query_handler:1 +msgid "" +"Handles new incoming callback query. As a parameter to the decorator " +"function, it passes :class:`telebot.types.CallbackQuery` object." +msgstr "" + +#: of telebot.TeleBot.callback_query_handler:4 +#: telebot.TeleBot.channel_post_handler:10 +#: telebot.TeleBot.chat_join_request_handler:5 +#: telebot.TeleBot.chat_member_handler:6 +#: telebot.TeleBot.chosen_inline_handler:5 +#: telebot.TeleBot.edited_channel_post_handler:10 +#: telebot.TeleBot.edited_message_handler:10 telebot.TeleBot.inline_handler:4 +#: telebot.TeleBot.my_chat_member_handler:5 +#: telebot.TeleBot.poll_answer_handler:5 telebot.TeleBot.poll_handler:4 +#: telebot.TeleBot.pre_checkout_query_handler:4 +#: telebot.TeleBot.register_callback_query_handler:6 +#: telebot.TeleBot.register_channel_post_handler:15 +#: telebot.TeleBot.register_chat_join_request_handler:6 +#: telebot.TeleBot.register_chat_member_handler:6 +#: telebot.TeleBot.register_chosen_inline_handler:6 +#: telebot.TeleBot.register_edited_channel_post_handler:15 +#: telebot.TeleBot.register_edited_message_handler:15 +#: telebot.TeleBot.register_inline_handler:6 +#: telebot.TeleBot.register_message_handler:15 +#: telebot.TeleBot.register_my_chat_member_handler:6 +#: telebot.TeleBot.register_poll_answer_handler:6 +#: telebot.TeleBot.register_poll_handler:6 +#: telebot.TeleBot.register_pre_checkout_query_handler:6 +#: telebot.TeleBot.register_shipping_query_handler:6 +#: telebot.TeleBot.shipping_query_handler:4 +msgid "Function executed as a filter" +msgstr "" + +#: of telebot.TeleBot.callback_query_handler:7 +#: telebot.TeleBot.channel_post_handler:16 +#: telebot.TeleBot.chat_join_request_handler:8 +#: telebot.TeleBot.chat_member_handler:9 +#: telebot.TeleBot.chosen_inline_handler:8 +#: telebot.TeleBot.edited_channel_post_handler:16 +#: telebot.TeleBot.edited_message_handler:19 telebot.TeleBot.inline_handler:7 +#: telebot.TeleBot.message_handler:50 telebot.TeleBot.my_chat_member_handler:8 +#: telebot.TeleBot.poll_answer_handler:8 telebot.TeleBot.poll_handler:7 +#: telebot.TeleBot.pre_checkout_query_handler:7 +#: telebot.TeleBot.register_callback_query_handler:12 +#: telebot.TeleBot.register_channel_post_handler:21 +#: telebot.TeleBot.register_chat_join_request_handler:12 +#: telebot.TeleBot.register_chat_member_handler:12 +#: telebot.TeleBot.register_chosen_inline_handler:12 +#: telebot.TeleBot.register_edited_channel_post_handler:21 +#: telebot.TeleBot.register_edited_message_handler:24 +#: telebot.TeleBot.register_inline_handler:12 +#: telebot.TeleBot.register_message_handler:24 +#: telebot.TeleBot.register_my_chat_member_handler:12 +#: telebot.TeleBot.register_poll_answer_handler:12 +#: telebot.TeleBot.register_poll_handler:12 +#: telebot.TeleBot.register_pre_checkout_query_handler:11 +#: telebot.TeleBot.register_shipping_query_handler:12 +#: telebot.TeleBot.shipping_query_handler:7 +msgid "Optional keyword arguments(custom filters)" +msgstr "" + +#: of telebot.TeleBot.channel_post_handler:1 +msgid "" +"Handles new incoming channel post of any kind - text, photo, sticker, " +"etc. As a parameter to the decorator function, it passes " +":class:`telebot.types.Message` object." +msgstr "" + +#: of telebot.TeleBot.channel_post_handler:4 +#: telebot.TeleBot.edited_channel_post_handler:4 +#: telebot.TeleBot.edited_message_handler:4 telebot.TeleBot.message_handler:34 +msgid "Optional list of strings (commands to handle)." +msgstr "" + +#: of telebot.TeleBot.channel_post_handler:7 +#: telebot.TeleBot.edited_channel_post_handler:7 +#: telebot.TeleBot.edited_message_handler:7 telebot.TeleBot.message_handler:37 +msgid "Optional regular expression." +msgstr "" + +#: of telebot.TeleBot.channel_post_handler:13 +#: telebot.TeleBot.edited_channel_post_handler:13 +#: telebot.TeleBot.edited_message_handler:13 telebot.TeleBot.message_handler:44 +#: telebot.TeleBot.register_channel_post_handler:6 +#: telebot.TeleBot.register_edited_channel_post_handler:6 +#: telebot.TeleBot.register_edited_message_handler:6 +#: telebot.TeleBot.register_message_handler:6 +msgid "Supported message content types. Must be a list. Defaults to ['text']." +msgstr "" + +#: of telebot.TeleBot.chat_join_request_handler:1 +msgid "" +"Handles a request to join the chat has been sent. The bot must have the " +"can_invite_users administrator right in the chat to receive these " +"updates. As a parameter to the decorator function, it passes " +":class:`telebot.types.ChatJoinRequest` object." +msgstr "" + +#: of telebot.TeleBot.chat_member_handler:1 +msgid "" +"Handles update in a status of a user in a chat. The bot must be an " +"administrator in the chat and must explicitly specify “chat_member” in " +"the list of allowed_updates to receive these updates. As a parameter to " +"the decorator function, it passes " +":class:`telebot.types.ChatMemberUpdated` object." +msgstr "" + +#: of telebot.TeleBot.chosen_inline_handler:1 +msgid "" +"Handles the result of an inline query that was chosen by a user and sent " +"to their chat partner. Please see our documentation on the feedback " +"collecting for details on how to enable these updates for your bot. As a " +"parameter to the decorator function, it passes " +":class:`telebot.types.ChosenInlineResult` object." +msgstr "" + +#: of telebot.TeleBot.clear_reply_handlers:1 +#: telebot.TeleBot.clear_reply_handlers_by_message_id:1 +msgid "" +"Clears all callback functions registered by register_for_reply() and " +"register_for_reply_by_message_id()." +msgstr "" + +#: of telebot.TeleBot.clear_reply_handlers:3 +msgid "The message for which we want to clear reply handlers" +msgstr "" + +#: of telebot.TeleBot.clear_reply_handlers_by_message_id:3 +msgid "The message id for which we want to clear reply handlers" +msgstr "" + +#: of telebot.TeleBot.clear_step_handler:1 +#: telebot.TeleBot.clear_step_handler_by_chat_id:1 +msgid "Clears all callback functions registered by register_next_step_handler()." +msgstr "" + +#: of telebot.TeleBot.clear_step_handler:3 +msgid "" +"The message for which we want to handle new message after that in same " +"chat." +msgstr "" + +#: of telebot.TeleBot.clear_step_handler_by_chat_id:3 +msgid "The chat for which we want to clear next step handlers" +msgstr "" + +#: of telebot.TeleBot.close:1 +msgid "" +"Use this method to close the bot instance before moving it from one local" +" server to another. You need to delete the webhook before calling this " +"method to ensure that the bot isn't launched again after server restart. " +"The method will return error 429 in the first 10 minutes after the bot is" +" launched. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.close:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#close" +msgstr "" + +#: of telebot.TeleBot.close_forum_topic:1 +msgid "" +"Use this method to close an open topic in a forum supergroup chat. The " +"bot must be an administrator in the chat for this to work and must have " +"the can_manage_topics administrator rights, unless it is the creator of " +"the topic. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.close_forum_topic:5 +msgid "Telegram documentation: https://core.telegram.org/bots/api#closeforumtopic" +msgstr "" + +#: of telebot.TeleBot.close_forum_topic:10 +msgid "Identifier of the topic to close" +msgstr "" + +#: of telebot.TeleBot.copy_message:1 +msgid "Use this method to copy messages of any kind." +msgstr "" + +#: of telebot.TeleBot.copy_message:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#copymessage" +msgstr "" + +#: of telebot.TeleBot.copy_message:8 telebot.TeleBot.forward_message:11 +msgid "" +"Unique identifier for the chat where the original message was sent (or " +"channel username in the format @channelusername)" +msgstr "" + +#: of telebot.TeleBot.copy_message:10 telebot.TeleBot.forward_message:14 +msgid "Message identifier in the chat specified in from_chat_id" +msgstr "" + +#: of telebot.TeleBot.copy_message:13 +msgid "" +"New caption for media, 0-1024 characters after entities parsing. If not " +"specified, the original caption is kept" +msgstr "" + +#: of telebot.TeleBot.copy_message:16 +msgid "Mode for parsing entities in the new caption." +msgstr "" + +#: of telebot.TeleBot.copy_message:19 +msgid "" +"A JSON-serialized list of special entities that appear in the new " +"caption, which can be specified instead of parse_mode" +msgstr "" + +#: of telebot.TeleBot.copy_message:22 telebot.TeleBot.send_animation:45 +#: telebot.TeleBot.send_audio:39 telebot.TeleBot.send_contact:20 +#: telebot.TeleBot.send_dice:12 telebot.TeleBot.send_document:26 +#: telebot.TeleBot.send_game:11 telebot.TeleBot.send_invoice:67 +#: telebot.TeleBot.send_location:25 telebot.TeleBot.send_message:24 +#: telebot.TeleBot.send_photo:22 telebot.TeleBot.send_poll:44 +#: telebot.TeleBot.send_venue:27 telebot.TeleBot.send_video:35 +#: telebot.TeleBot.send_video_note:27 telebot.TeleBot.send_voice:31 +msgid "" +"Sends the message silently. Users will receive a notification with no " +"sound." +msgstr "" + +#: of telebot.TeleBot.copy_message:25 telebot.TeleBot.send_animation:34 +#: telebot.TeleBot.send_audio:57 telebot.TeleBot.send_contact:38 +#: telebot.TeleBot.send_document:50 telebot.TeleBot.send_invoice:95 +#: telebot.TeleBot.send_location:43 telebot.TeleBot.send_media_group:15 +#: telebot.TeleBot.send_photo:25 telebot.TeleBot.send_poll:64 +#: telebot.TeleBot.send_sticker:30 telebot.TeleBot.send_venue:51 +#: telebot.TeleBot.send_video:38 telebot.TeleBot.send_video_note:42 +#: telebot.TeleBot.send_voice:43 +msgid "Protects the contents of the sent message from forwarding and saving" +msgstr "" + +#: of telebot.TeleBot.copy_message:28 telebot.TeleBot.send_animation:37 +#: telebot.TeleBot.send_audio:29 telebot.TeleBot.send_contact:23 +#: telebot.TeleBot.send_dice:15 telebot.TeleBot.send_document:12 +#: telebot.TeleBot.send_game:14 telebot.TeleBot.send_invoice:70 +#: telebot.TeleBot.send_location:17 telebot.TeleBot.send_media_group:18 +#: telebot.TeleBot.send_message:30 telebot.TeleBot.send_photo:28 +#: telebot.TeleBot.send_poll:47 telebot.TeleBot.send_sticker:13 +#: telebot.TeleBot.send_venue:30 telebot.TeleBot.send_video:41 +#: telebot.TeleBot.send_video_note:19 telebot.TeleBot.send_voice:20 +msgid "If the message is a reply, ID of the original message" +msgstr "" + +#: of telebot.TeleBot.copy_message:31 telebot.TeleBot.send_animation:54 +#: telebot.TeleBot.send_audio:54 telebot.TeleBot.send_dice:26 +#: telebot.TeleBot.send_document:38 telebot.TeleBot.send_invoice:84 +#: telebot.TeleBot.send_location:40 telebot.TeleBot.send_media_group:24 +#: telebot.TeleBot.send_message:33 telebot.TeleBot.send_photo:31 +#: telebot.TeleBot.send_sticker:27 telebot.TeleBot.send_video:44 +#: telebot.TeleBot.send_video_note:39 telebot.TeleBot.send_voice:40 +msgid "" +"Pass True, if the message should be sent even if the specified replied-to" +" message is not found" +msgstr "" + +#: of telebot.TeleBot.copy_message:34 telebot.TeleBot.send_animation:40 +#: telebot.TeleBot.send_contact:26 telebot.TeleBot.send_dice:18 +#: telebot.TeleBot.send_document:18 telebot.TeleBot.send_game:17 +#: telebot.TeleBot.send_location:20 telebot.TeleBot.send_message:36 +#: telebot.TeleBot.send_photo:34 telebot.TeleBot.send_poll:53 +#: telebot.TeleBot.send_sticker:16 telebot.TeleBot.send_venue:33 +#: telebot.TeleBot.send_video:47 telebot.TeleBot.send_video_note:22 +#: telebot.TeleBot.send_voice:23 +msgid "" +"Additional interface options. A JSON-serialized object for an inline " +"keyboard, custom reply keyboard, instructions to remove reply keyboard or" +" to force a reply from the user." +msgstr "" + +#: of telebot.TeleBot.copy_message:39 telebot.TeleBot.delete_message:19 +#: telebot.TeleBot.edit_message_live_location:23 +#: telebot.TeleBot.forward_message:20 telebot.TeleBot.send_animation:48 +#: telebot.TeleBot.send_audio:42 telebot.TeleBot.send_chat_action:19 +#: telebot.TeleBot.send_contact:31 telebot.TeleBot.send_dice:23 +#: telebot.TeleBot.send_document:29 telebot.TeleBot.send_location:28 +#: telebot.TeleBot.send_media_group:21 telebot.TeleBot.send_message:40 +#: telebot.TeleBot.send_photo:39 telebot.TeleBot.send_sticker:24 +#: telebot.TeleBot.send_venue:38 telebot.TeleBot.send_video:52 +#: telebot.TeleBot.send_video_note:30 telebot.TeleBot.send_voice:34 +#: telebot.TeleBot.stop_message_live_location:19 +msgid "Timeout in seconds for the request." +msgstr "" + +#: of telebot.TeleBot.copy_message:42 telebot.TeleBot.forward_message:23 +#: telebot.TeleBot.send_audio:60 telebot.TeleBot.send_dice:32 +#: telebot.TeleBot.send_location:46 telebot.TeleBot.send_message:43 +#: telebot.TeleBot.send_photo:42 telebot.TeleBot.send_voice:46 +msgid "Identifier of a message thread, in which the message will be sent" +msgstr "" + +#: of telebot.TeleBot.copy_message:45 telebot.TeleBot.forward_message:26 +#: telebot.TeleBot.reply_to:11 telebot.TeleBot.send_animation:60 +#: telebot.TeleBot.send_audio:63 telebot.TeleBot.send_contact:44 +#: telebot.TeleBot.send_dice:35 telebot.TeleBot.send_document:56 +#: telebot.TeleBot.send_game:32 telebot.TeleBot.send_invoice:101 +#: telebot.TeleBot.send_location:49 telebot.TeleBot.send_message:46 +#: telebot.TeleBot.send_photo:45 telebot.TeleBot.send_poll:70 +#: telebot.TeleBot.send_sticker:39 telebot.TeleBot.send_venue:57 +#: telebot.TeleBot.send_video:61 telebot.TeleBot.send_video_note:48 +#: telebot.TeleBot.send_voice:49 +msgid "On success, the sent Message is returned." +msgstr "" + +#: of telebot.TeleBot.copy_message:46 telebot.TeleBot.forward_message:27 +#: telebot.TeleBot.reply_to:12 telebot.TeleBot.send_animation:61 +#: telebot.TeleBot.send_audio:64 telebot.TeleBot.send_contact:45 +#: telebot.TeleBot.send_dice:36 telebot.TeleBot.send_document:57 +#: telebot.TeleBot.send_location:50 telebot.TeleBot.send_message:47 +#: telebot.TeleBot.send_photo:46 telebot.TeleBot.send_sticker:40 +#: telebot.TeleBot.send_venue:58 telebot.TeleBot.send_video:62 +#: telebot.TeleBot.send_video_note:49 +msgid ":class:`telebot.types.Message`" +msgstr "" + +#: of telebot.TeleBot.create_chat_invite_link:1 +msgid "" +"Use this method to create an additional invite link for a chat. The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate administrator rights. The link can be revoked using the " +"method revokeChatInviteLink. Returns the new invite link as " +"ChatInviteLink object." +msgstr "" + +#: of telebot.TeleBot.create_chat_invite_link:6 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#createchatinvitelink" +msgstr "" + +#: of telebot.TeleBot.create_chat_invite_link:8 +#: telebot.TeleBot.edit_chat_invite_link:6 +#: telebot.TeleBot.export_chat_invite_link:6 +#: telebot.TeleBot.revoke_chat_invite_link:7 +msgid "" +"Id: Unique identifier for the target chat or username of the target " +"channel (in the format @channelusername)" +msgstr "" + +#: of telebot.TeleBot.create_chat_invite_link:12 +#: telebot.TeleBot.edit_chat_invite_link:10 +msgid "Invite link name; 0-32 characters" +msgstr "" + +#: of telebot.TeleBot.create_chat_invite_link:15 +#: telebot.TeleBot.edit_chat_invite_link:16 +msgid "Point in time (Unix timestamp) when the link will expire" +msgstr "" + +#: of telebot.TeleBot.create_chat_invite_link:18 +#: telebot.TeleBot.edit_chat_invite_link:19 +msgid "Maximum number of users that can be members of the chat simultaneously" +msgstr "" + +#: of telebot.TeleBot.create_chat_invite_link:21 +#: telebot.TeleBot.edit_chat_invite_link:22 +msgid "" +"True, if users joining the chat via the link need to be approved by chat " +"administrators. If True, member_limit can't be specified" +msgstr "" + +#: of telebot.TeleBot.create_chat_invite_link:24 +#: telebot.TeleBot.edit_chat_invite_link:25 +#: telebot.TeleBot.revoke_chat_invite_link:14 +msgid "Returns the new invite link as ChatInviteLink object." +msgstr "" + +#: of telebot.TeleBot.create_chat_invite_link:25 +#: telebot.TeleBot.edit_chat_invite_link:26 +#: telebot.TeleBot.revoke_chat_invite_link:15 +msgid ":class:`telebot.types.ChatInviteLink`" +msgstr "" + +#: of telebot.TeleBot.create_forum_topic:1 +msgid "" +"Use this method to create a topic in a forum supergroup chat. The bot " +"must be an administrator in the chat for this to work and must have the " +"can_manage_topics administrator rights. Returns information about the " +"created topic as a ForumTopic object." +msgstr "" + +#: of telebot.TeleBot.create_forum_topic:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#createforumtopic" +msgstr "" + +#: of telebot.TeleBot.create_forum_topic:10 +msgid "Name of the topic, 1-128 characters" +msgstr "" + +#: of telebot.TeleBot.create_forum_topic:13 +msgid "" +"Color of the topic icon in RGB format. Currently, must be one of " +"0x6FB9F0, 0xFFD67E, 0xCB86DB, 0x8EEE98, 0xFF93B2, or 0xFB6F5F" +msgstr "" + +#: of telebot.TeleBot.create_forum_topic:16 +msgid "" +"Custom emoji for the topic icon. Must be an emoji of type “tgs” and must " +"be exactly 1 character long" +msgstr "" + +#: of telebot.TeleBot.create_forum_topic:19 +msgid "" +"On success, information about the created topic is returned as a " +"ForumTopic object." +msgstr "" + +#: of telebot.TeleBot.create_forum_topic:20 +msgid ":class:`telebot.types.ForumTopic`" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:1 +msgid "" +"Use this method to create a link for an invoice. Returns the created " +"invoice link as String on success." +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#createinvoicelink" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:7 telebot.TeleBot.send_invoice:8 +msgid "Product name, 1-32 characters" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:10 telebot.TeleBot.send_invoice:11 +msgid "Product description, 1-255 characters" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:13 telebot.TeleBot.send_invoice:14 +msgid "" +"Bot-defined invoice payload, 1-128 bytes. This will not be displayed to " +"the user, use for your internal processes." +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:17 telebot.TeleBot.send_invoice:18 +msgid "Payments provider token, obtained via @Botfather" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:20 telebot.TeleBot.send_invoice:21 +msgid "" +"Three-letter ISO 4217 currency code, see " +"https://core.telegram.org/bots/payments#supported-currencies" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:24 telebot.TeleBot.send_invoice:25 +msgid "" +"Price breakdown, a list of components (e.g. product price, tax, discount," +" delivery cost, delivery tax, bonus, etc.)" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:28 telebot.TeleBot.send_invoice:87 +msgid "The maximum accepted amount for tips in the smallest units of the currency" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:31 telebot.TeleBot.send_invoice:90 +msgid "" +"A JSON-serialized array of suggested amounts of tips in the smallest " +"units of the currency. At most 4 suggested tip amounts can be specified." +" The suggested tip amounts must be positive, passed in a strictly " +"increased order and must not exceed max_tip_amount." +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:36 telebot.TeleBot.send_invoice:77 +msgid "" +"A JSON-serialized data about the invoice, which will be shared with the " +"payment provider. A detailed description of required fields should be " +"provided by the payment provider." +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:40 +msgid "" +"URL of the product photo for the invoice. Can be a photo of the goods or " +"a photo of the invoice. People like it better when they see a photo of " +"what they are paying for." +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:44 telebot.TeleBot.send_invoice:37 +msgid "Photo size in bytes" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:47 telebot.TeleBot.send_invoice:40 +msgid "Photo width" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:50 telebot.TeleBot.send_invoice:43 +msgid "Photo height" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:53 telebot.TeleBot.send_invoice:46 +msgid "Pass True, if you require the user's full name to complete the order" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:56 telebot.TeleBot.send_invoice:49 +msgid "Pass True, if you require the user's phone number to complete the order" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:59 telebot.TeleBot.send_invoice:52 +msgid "Pass True, if you require the user's email to complete the order" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:62 telebot.TeleBot.send_invoice:55 +msgid "" +"Pass True, if you require the user's shipping address to complete the " +"order" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:65 telebot.TeleBot.send_invoice:61 +msgid "Pass True, if user's phone number should be sent to provider" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:68 telebot.TeleBot.send_invoice:64 +msgid "Pass True, if user's email address should be sent to provider" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:71 telebot.TeleBot.send_invoice:58 +msgid "Pass True, if the final price depends on the shipping method" +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:74 +msgid "Created invoice link as String on success." +msgstr "" + +#: of telebot.TeleBot.create_invoice_link:75 +#: telebot.TeleBot.export_chat_invite_link:11 telebot.TeleBot.get_file_url:7 +msgid ":obj:`str`" +msgstr "" + +#: of telebot.TeleBot.create_new_sticker_set:1 +msgid "" +"Use this method to create new sticker set owned by a user. The bot will " +"be able to edit the created sticker set. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.create_new_sticker_set:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#createnewstickerset" +msgstr "" + +#: of telebot.TeleBot.create_new_sticker_set:10 +msgid "" +"Short name of sticker set, to be used in t.me/addstickers/ URLs (e.g., " +"animals). Can contain only English letters, digits and underscores. Must " +"begin with a letter, can't contain consecutive underscores and must end " +"in \"_by_\". is case insensitive. 1-64 " +"characters." +msgstr "" + +#: of telebot.TeleBot.create_new_sticker_set:15 +msgid "Sticker set title, 1-64 characters" +msgstr "" + +#: of telebot.TeleBot.create_new_sticker_set:32 +msgid "" +"Pass True, if a set of mask stickers should be created. Deprecated since " +"Bot API 6.2, use sticker_type instead." +msgstr "" + +#: of telebot.TeleBot.create_new_sticker_set:36 +msgid "" +"Optional, Type of stickers in the set, pass “regular” or “mask”. Custom " +"emoji sticker sets can't be created via the Bot API at the moment. By " +"default, a regular sticker set is created." +msgstr "" + +#: of telebot.TeleBot.decline_chat_join_request:1 +msgid "" +"Use this method to decline a chat join request. The bot must be an " +"administrator in the chat for this to work and must have the " +"can_invite_users administrator right. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.decline_chat_join_request:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#declinechatjoinrequest" +msgstr "" + +#: of telebot.TeleBot.delete_chat_photo:1 +msgid "" +"Use this method to delete a chat photo. Photos can't be changed for " +"private chats. The bot must be an administrator in the chat for this to " +"work and must have the appropriate admin rights. Returns True on success." +" Note: In regular groups (non-supergroups), this method will only work if" +" the ‘All Members Are Admins’ setting is off in the target group." +msgstr "" + +#: of telebot.TeleBot.delete_chat_photo:6 +msgid "Telegram documentation: https://core.telegram.org/bots/api#deletechatphoto" +msgstr "" + +#: of telebot.TeleBot.delete_chat_photo:8 telebot.TeleBot.set_chat_photo:9 +#: telebot.TeleBot.unpin_all_chat_messages:7 +msgid "" +"Int or Str: Unique identifier for the target chat or username of the " +"target channel (in the format @channelusername)" +msgstr "" + +#: of telebot.TeleBot.delete_chat_sticker_set:1 +msgid "" +"Use this method to delete a group sticker set from a supergroup. The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate admin rights. Use the field can_set_sticker_set optionally " +"returned in getChat requests to check if the bot can use this method. " +"Returns True on success." +msgstr "" + +#: of telebot.TeleBot.delete_chat_sticker_set:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#deletechatstickerset" +msgstr "" + +#: of telebot.TeleBot.delete_forum_topic:1 +msgid "" +"Use this method to delete a topic in a forum supergroup chat. The bot " +"must be an administrator in the chat for this to work and must have the " +"can_manage_topics administrator rights, unless it is the creator of the " +"topic. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.delete_forum_topic:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#deleteforumtopic" +msgstr "" + +#: of telebot.TeleBot.delete_forum_topic:10 +msgid "Identifier of the topic to delete" +msgstr "" + +#: of telebot.TeleBot.delete_message:1 +msgid "" +"Use this method to delete a message, including service messages, with the" +" following limitations: - A message can only be deleted if it was sent " +"less than 48 hours ago. - A dice message in a private chat can only be " +"deleted if it was sent more than 24 hours ago. - Bots can delete outgoing" +" messages in private chats, groups, and supergroups. - Bots can delete " +"incoming messages in private chats. - Bots granted can_post_messages " +"permissions can delete outgoing messages in channels. - If the bot is an " +"administrator of a group, it can delete any message there. - If the bot " +"has can_delete_messages permission in a supergroup or a channel, it can " +"delete any message there. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.delete_message:11 +msgid "Telegram documentation: https://core.telegram.org/bots/api#deletemessage" +msgstr "" + +#: of telebot.TeleBot.delete_message:16 +msgid "Identifier of the message to delete" +msgstr "" + +#: of telebot.TeleBot.delete_my_commands:1 +msgid "" +"Use this method to delete the list of the bot's commands for the given " +"scope and user language. After deletion, higher level commands will be " +"shown to affected users. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.delete_my_commands:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#deletemycommands" +msgstr "" + +#: of telebot.TeleBot.delete_my_commands:7 telebot.TeleBot.get_my_commands:6 +#: telebot.TeleBot.set_my_commands:8 +msgid "" +"The scope of users for which the commands are relevant. Defaults to " +"BotCommandScopeDefault." +msgstr "" + +#: of telebot.TeleBot.delete_my_commands:11 telebot.TeleBot.get_my_commands:10 +#: telebot.TeleBot.set_my_commands:12 +msgid "" +"A two-letter ISO 639-1 language code. If empty, commands will be applied " +"to all users from the given scope, for whose language there are no " +"dedicated commands" +msgstr "" + +#: of telebot.TeleBot.delete_state:1 +msgid "Delete the current state of a user." +msgstr "" + +#: of telebot.TeleBot.delete_sticker_from_set:1 +msgid "" +"Use this method to delete a sticker from a set created by the bot. " +"Returns True on success." +msgstr "" + +#: of telebot.TeleBot.delete_sticker_from_set:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#deletestickerfromset" +msgstr "" + +#: of telebot.TeleBot.delete_sticker_from_set:5 +#: telebot.TeleBot.set_sticker_position_in_set:5 +msgid "File identifier of the sticker" +msgstr "" + +#: of telebot.TeleBot.delete_webhook:1 +msgid "" +"Use this method to remove webhook integration if you decide to switch " +"back to getUpdates. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.delete_webhook:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#deletewebhook" +msgstr "" + +#: of telebot.TeleBot.delete_webhook:6 telebot.TeleBot.run_webhooks:36 +#: telebot.TeleBot.set_webhook:36 +msgid "Pass True to drop all pending updates, defaults to None" +msgstr "" + +#: of telebot.TeleBot.delete_webhook:9 telebot.TeleBot.run_webhooks:39 +msgid "Request connection timeout, defaults to None" +msgstr "" + +#: of telebot.TeleBot.disable_save_next_step_handlers:1 +#: telebot.TeleBot.disable_save_reply_handlers:1 +msgid "Disable saving next step handlers (by default saving disable)" +msgstr "" + +#: of telebot.TeleBot.disable_save_next_step_handlers:3 +msgid "" +"This function is left to keep backward compatibility whose purpose was to" +" disable file saving capability for handlers. For the same purpose, " +"MemoryHandlerBackend is reassigned as a new next_step_backend backend " +"instead of FileHandlerBackend." +msgstr "" + +#: of telebot.TeleBot.disable_save_reply_handlers:3 +msgid "" +"This function is left to keep backward compatibility whose purpose was to" +" disable file saving capability for handlers. For the same purpose, " +"MemoryHandlerBackend is reassigned as a new reply_backend backend instead" +" of FileHandlerBackend." +msgstr "" + +#: of telebot.TeleBot.download_file:1 +msgid "Downloads file." +msgstr "" + +#: of telebot.TeleBot.download_file:3 +msgid "Path where the file should be downloaded." +msgstr "" + +#: of telebot.TeleBot.download_file:6 +msgid "bytes" +msgstr "" + +#: of telebot.TeleBot.download_file:7 +msgid ":obj:`bytes`" +msgstr "" + +#: of telebot.TeleBot.edit_chat_invite_link:1 +msgid "" +"Use this method to edit a non-primary invite link created by the bot. The" +" bot must be an administrator in the chat for this to work and must have " +"the appropriate admin rights." +msgstr "" + +#: of telebot.TeleBot.edit_chat_invite_link:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editchatinvitelink" +msgstr "" + +#: of telebot.TeleBot.edit_chat_invite_link:13 +msgid "The invite link to edit" +msgstr "" + +#: of telebot.TeleBot.edit_forum_topic:1 +msgid "" +"Use this method to edit name and icon of a topic in a forum supergroup " +"chat. The bot must be an administrator in the chat for this to work and " +"must have can_manage_topics administrator rights, unless it is the " +"creator of the topic. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.edit_forum_topic:5 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#editforumtopic" +msgstr "" + +#: of telebot.TeleBot.edit_forum_topic:10 +msgid "Identifier of the topic to edit" +msgstr "" + +#: of telebot.TeleBot.edit_forum_topic:13 +msgid "New name of the topic, 1-128 characters" +msgstr "" + +#: of telebot.TeleBot.edit_forum_topic:16 +msgid "" +"New custom emoji for the topic icon. Must be an emoji of type “tgs” and " +"must be exactly 1 character long" +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:1 +msgid "Use this method to edit captions of messages." +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editmessagecaption" +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:5 +msgid "New caption of the message" +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:8 +msgid "" +"Required if inline_message_id is not specified. Unique identifier for the" +" target chat or username of the target channel" +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:11 +msgid "Required if inline_message_id is not specified." +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:14 +msgid "" +"Required if inline_message_id is not specified. Identifier of the inline " +"message." +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:17 +msgid "New caption of the message, 0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:20 +msgid "" +"A JSON-serialized array of objects that describe how the caption should " +"be parsed." +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:23 +#: telebot.TeleBot.edit_message_media:19 +#: telebot.TeleBot.edit_message_reply_markup:14 +#: telebot.TeleBot.edit_message_text:26 +msgid "A JSON-serialized object for an inline keyboard." +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:26 +#: telebot.TeleBot.edit_message_media:22 +#: telebot.TeleBot.edit_message_reply_markup:17 +#: telebot.TeleBot.edit_message_text:29 +msgid "" +"On success, if edited message is sent by the bot, the edited Message is " +"returned, otherwise True is returned." +msgstr "" + +#: of telebot.TeleBot.edit_message_caption:27 +msgid ":obj:`types.Message` | :obj:`bool`" +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:3 +msgid "" +"Use this method to edit live location messages. A location can be edited " +"until its live_period expires or editing is explicitly" +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:2 +msgid "" +"disabled by a call to stopMessageLiveLocation. On success, if the edited " +"message is not an inline message, the edited Message is returned, " +"otherwise True is returned." +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editmessagelivelocation" +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:7 +msgid "Latitude of new location" +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:10 +msgid "Longitude of new location" +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:16 +msgid "" +"Required if inline_message_id is not specified. Identifier of the message" +" to edit" +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:19 +#: telebot.TeleBot.stop_message_live_location:15 +msgid "A JSON-serialized object for a new inline keyboard." +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:26 +#: telebot.TeleBot.edit_message_media:16 +#: telebot.TeleBot.edit_message_reply_markup:11 +#: telebot.TeleBot.edit_message_text:14 telebot.TeleBot.get_game_high_scores:19 +#: telebot.TeleBot.set_game_score:20 +msgid "" +"Required if chat_id and message_id are not specified. Identifier of the " +"inline message" +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:29 +#: telebot.TeleBot.send_location:31 +msgid "The radius of uncertainty for the location, measured in meters; 0-1500" +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:32 +msgid "" +"Direction in which the user is moving, in degrees. Must be between 1 and " +"360 if specified." +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:35 +msgid "" +"The maximum distance for proximity alerts about approaching another chat " +"member, in meters. Must be between 1 and 100000 if specified." +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:38 +msgid "" +"On success, if the edited message is not an inline message, the edited " +"Message is returned, otherwise True is returned." +msgstr "" + +#: of telebot.TeleBot.edit_message_live_location:39 +#: telebot.TeleBot.stop_message_live_location:23 +msgid ":class:`telebot.types.Message` or bool" +msgstr "" + +#: of telebot.TeleBot.edit_message_media:1 +msgid "" +"Use this method to edit animation, audio, document, photo, or video " +"messages. If a message is a part of a message album, then it can be " +"edited only to a photo or a video. Otherwise, message type can be changed" +" arbitrarily. When inline message is edited, new file can't be uploaded. " +"Use previously uploaded file via its file_id or specify a URL." +msgstr "" + +#: of telebot.TeleBot.edit_message_media:6 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editmessagemedia" +msgstr "" + +#: of telebot.TeleBot.edit_message_media:8 +msgid "A JSON-serialized object for a new media content of the message" +msgstr "" + +#: of telebot.TeleBot.edit_message_media:10 +#: telebot.TeleBot.edit_message_reply_markup:5 +#: telebot.TeleBot.edit_message_text:8 telebot.TeleBot.get_game_high_scores:13 +#: telebot.TeleBot.set_game_score:14 +msgid "" +"Required if inline_message_id is not specified. Unique identifier for the" +" target chat or username of the target channel (in the format " +"@channelusername)" +msgstr "" + +#: of telebot.TeleBot.edit_message_media:13 +#: telebot.TeleBot.edit_message_reply_markup:8 +#: telebot.TeleBot.edit_message_text:11 telebot.TeleBot.get_game_high_scores:16 +#: telebot.TeleBot.set_game_score:17 +msgid "" +"Required if inline_message_id is not specified. Identifier of the sent " +"message" +msgstr "" + +#: of telebot.TeleBot.edit_message_media:23 +#: telebot.TeleBot.edit_message_reply_markup:18 +#: telebot.TeleBot.edit_message_text:30 telebot.TeleBot.set_game_score:27 +msgid ":obj:`types.Message` or :obj:`bool`" +msgstr "" + +#: of telebot.TeleBot.edit_message_reply_markup:1 +msgid "Use this method to edit only the reply markup of messages." +msgstr "" + +#: of telebot.TeleBot.edit_message_reply_markup:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#editmessagereplymarkup" +msgstr "" + +#: of telebot.TeleBot.edit_message_text:1 +msgid "Use this method to edit text and game messages." +msgstr "" + +#: of telebot.TeleBot.edit_message_text:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#editmessagetext" +msgstr "" + +#: of telebot.TeleBot.edit_message_text:5 +msgid "New text of the message, 1-4096 characters after entities parsing" +msgstr "" + +#: of telebot.TeleBot.edit_message_text:17 telebot.TeleBot.send_message:15 +msgid "Mode for parsing entities in the message text." +msgstr "" + +#: of telebot.TeleBot.edit_message_text:20 +msgid "" +"List of special entities that appear in the message text, which can be " +"specified instead of parse_mode" +msgstr "" + +#: of telebot.TeleBot.edit_message_text:23 telebot.TeleBot.send_message:21 +msgid "Disables link previews for links in this message" +msgstr "" + +#: of telebot.TeleBot.edited_channel_post_handler:1 +msgid "" +"Handles new version of a channel post that is known to the bot and was " +"edited. As a parameter to the decorator function, it passes " +":class:`telebot.types.Message` object." +msgstr "" + +#: of telebot.TeleBot.edited_message_handler:1 +msgid "" +"Handles new version of a message that is known to the bot and was edited." +" As a parameter to the decorator function, it passes " +":class:`telebot.types.Message` object." +msgstr "" + +#: of telebot.TeleBot.edited_message_handler:16 +#: telebot.TeleBot.message_handler:47 +msgid "list of chat types" +msgstr "" + +#: of telebot.TeleBot.enable_save_next_step_handlers:1 +msgid "Enable saving next step handlers (by default saving disabled)" +msgstr "" + +#: of telebot.TeleBot.enable_save_next_step_handlers:3 +#: telebot.TeleBot.enable_save_reply_handlers:3 +msgid "" +"This function explicitly assigns FileHandlerBackend (instead of Saver) " +"just to keep backward compatibility whose purpose was to enable file " +"saving capability for handlers. And the same implementation is now " +"available with FileHandlerBackend" +msgstr "" + +#: of telebot.TeleBot.enable_save_next_step_handlers:7 +#: telebot.TeleBot.enable_save_reply_handlers:7 +msgid "Delay between changes in handlers and saving, defaults to 120" +msgstr "" + +#: of telebot.TeleBot.enable_save_next_step_handlers:10 +msgid "Filename of save file, defaults to \"./.handler-saves/step.save\"" +msgstr "" + +#: of telebot.TeleBot.enable_save_reply_handlers:1 +msgid "Enable saving reply handlers (by default saving disable)" +msgstr "" + +#: of telebot.TeleBot.enable_save_reply_handlers:10 +msgid "Filename of save file, defaults to \"./.handler-saves/reply.save\"" +msgstr "" + +#: of telebot.TeleBot.enable_saving_states:1 +msgid "Enable saving states (by default saving disabled)" +msgstr "" + +#: of telebot.TeleBot.enable_saving_states:4 +msgid "" +"It is recommended to pass a :class:`~telebot.storage.StatePickleStorage` " +"instance as state_storage to TeleBot class." +msgstr "" + +#: of telebot.TeleBot.enable_saving_states:7 +msgid "Filename of saving file, defaults to \"./.state-save/states.pkl\"" +msgstr "" + +#: of telebot.TeleBot.export_chat_invite_link:1 +msgid "" +"Use this method to export an invite link to a supergroup or a channel. " +"The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights." +msgstr "" + +#: of telebot.TeleBot.export_chat_invite_link:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#exportchatinvitelink" +msgstr "" + +#: of telebot.TeleBot.export_chat_invite_link:10 +msgid "exported invite link as String on success." +msgstr "" + +#: of telebot.TeleBot.forward_message:1 +msgid "Use this method to forward messages of any kind." +msgstr "" + +#: of telebot.TeleBot.forward_message:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#forwardmessage" +msgstr "" + +#: of telebot.TeleBot.forward_message:5 +msgid "" +"Sends the message silently. Users will receive a notification with no " +"sound" +msgstr "" + +#: of telebot.TeleBot.forward_message:17 +msgid "Protects the contents of the forwarded message from forwarding and saving" +msgstr "" + +#: of telebot.TeleBot.get_chat:1 +msgid "" +"Use this method to get up to date information about the chat (current " +"name of the user for one-on-one conversations, current username of a " +"user, group or channel, etc.). Returns a Chat object on success." +msgstr "" + +#: of telebot.TeleBot.get_chat:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getchat" +msgstr "" + +#: of telebot.TeleBot.get_chat:6 telebot.TeleBot.get_chat_administrators:7 +#: telebot.TeleBot.get_chat_member_count:5 telebot.TeleBot.leave_chat:5 +msgid "" +"Unique identifier for the target chat or username of the target " +"supergroup or channel (in the format @channelusername)" +msgstr "" + +#: of telebot.TeleBot.get_chat:9 +msgid "Chat information" +msgstr "" + +#: of telebot.TeleBot.get_chat:10 +msgid ":class:`telebot.types.Chat`" +msgstr "" + +#: of telebot.TeleBot.get_chat_administrators:1 +msgid "" +"Use this method to get a list of administrators in a chat. On success, " +"returns an Array of ChatMember objects that contains information about " +"all chat administrators except other bots." +msgstr "" + +#: of telebot.TeleBot.get_chat_administrators:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getchatadministrators" +msgstr "" + +#: of telebot.TeleBot.get_chat_administrators:9 +msgid "List made of ChatMember objects." +msgstr "" + +#: of telebot.TeleBot.get_chat_administrators:10 +msgid ":obj:`list` of :class:`telebot.types.ChatMember`" +msgstr "" + +#: of telebot.TeleBot.get_chat_member:1 +msgid "" +"Use this method to get information about a member of a chat. Returns a " +"ChatMember object on success." +msgstr "" + +#: of telebot.TeleBot.get_chat_member:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getchatmember" +msgstr "" + +#: of telebot.TeleBot.get_chat_member:11 +msgid "Returns ChatMember object on success." +msgstr "" + +#: of telebot.TeleBot.get_chat_member:12 +msgid ":class:`telebot.types.ChatMember`" +msgstr "" + +#: of telebot.TeleBot.get_chat_member_count:1 +msgid "Use this method to get the number of members in a chat." +msgstr "" + +#: of telebot.TeleBot.get_chat_member_count:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getchatmembercount" +msgstr "" + +#: of telebot.TeleBot.get_chat_member_count:8 +msgid "Number of members in the chat." +msgstr "" + +#: of telebot.TeleBot.get_chat_member_count:9 +msgid ":obj:`int`" +msgstr "" + +#: of telebot.TeleBot.get_chat_menu_button:1 +msgid "" +"Use this method to get the current value of the bot's menu button in a " +"private chat, or the default menu button. Returns MenuButton on success." +msgstr "" + +#: of telebot.TeleBot.get_chat_menu_button:5 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#getchatmenubutton" +msgstr "" + +#: of telebot.TeleBot.get_chat_menu_button:7 +msgid "" +"Unique identifier for the target private chat. If not specified, default " +"bot's menu button will be returned." +msgstr "" + +#: of telebot.TeleBot.get_chat_menu_button:11 +msgid "types.MenuButton" +msgstr "" + +#: of telebot.TeleBot.get_chat_menu_button:12 +msgid ":class:`telebot.types.MenuButton`" +msgstr "" + +#: of telebot.TeleBot.get_custom_emoji_stickers:1 +msgid "" +"Use this method to get information about custom emoji stickers by their " +"identifiers. Returns an Array of Sticker objects." +msgstr "" + +#: of telebot.TeleBot.get_custom_emoji_stickers:4 +msgid "" +"List of custom emoji identifiers. At most 200 custom emoji identifiers " +"can be specified." +msgstr "" + +#: of telebot.TeleBot.get_custom_emoji_stickers:7 +msgid "Returns an Array of Sticker objects." +msgstr "" + +#: of telebot.TeleBot.get_custom_emoji_stickers:8 +msgid ":obj:`list` of :class:`telebot.types.Sticker`" +msgstr "" + +#: of telebot.TeleBot.get_file:1 +msgid "" +"Use this method to get basic info about a file and prepare it for " +"downloading. For the moment, bots can download files of up to 20MB in " +"size. On success, a File object is returned. It is guaranteed that the " +"link will be valid for at least 1 hour. When the link expires, a new one " +"can be requested by calling get_file again." +msgstr "" + +#: of telebot.TeleBot.get_file:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getfile" +msgstr "" + +#: of telebot.TeleBot.get_file:9 +msgid "File identifier" +msgstr "" + +#: of telebot.TeleBot.get_file:12 telebot.TeleBot.upload_sticker_file:14 +msgid ":class:`telebot.types.File`" +msgstr "" + +#: of telebot.TeleBot.get_file_url:1 +msgid "Get a valid URL for downloading a file." +msgstr "" + +#: of telebot.TeleBot.get_file_url:3 +msgid "File identifier to get download URL for." +msgstr "" + +#: of telebot.TeleBot.get_file_url:6 +msgid "URL for downloading the file." +msgstr "" + +#: of telebot.TeleBot.get_forum_topic_icon_stickers:1 +msgid "" +"Use this method to get custom emoji stickers, which can be used as a " +"forum topic icon by any user. Requires no parameters. Returns an Array of" +" Sticker objects." +msgstr "" + +#: of telebot.TeleBot.get_forum_topic_icon_stickers:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getforumtopiciconstickers" +msgstr "" + +#: of telebot.TeleBot.get_forum_topic_icon_stickers:6 +msgid "On success, a list of StickerSet objects is returned." +msgstr "" + +#: of telebot.TeleBot.get_forum_topic_icon_stickers:7 +msgid "List[:class:`telebot.types.StickerSet`]" +msgstr "" + +#: of telebot.TeleBot.get_game_high_scores:1 +msgid "" +"Use this method to get data for high score tables. Will return the score " +"of the specified user and several of their neighbors in a game. On " +"success, returns an Array of GameHighScore objects." +msgstr "" + +#: of telebot.TeleBot.get_game_high_scores:4 +msgid "" +"This method will currently return scores for the target user, plus two of" +" their closest neighbors on each side. Will also return the top three " +"users if the user and their neighbors are not among them. Please note " +"that this behavior is subject to change." +msgstr "" + +#: of telebot.TeleBot.get_game_high_scores:8 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getgamehighscores" +msgstr "" + +#: of telebot.TeleBot.get_game_high_scores:10 telebot.TeleBot.retrieve_data:3 +#: telebot.TeleBot.set_game_score:5 telebot.TeleBot.set_sticker_set_thumb:9 +msgid "User identifier" +msgstr "" + +#: of telebot.TeleBot.get_game_high_scores:22 +msgid "On success, returns an Array of GameHighScore objects." +msgstr "" + +#: of telebot.TeleBot.get_me:1 +msgid "" +"A simple method for testing your bot's authentication token. Requires no " +"parameters. Returns basic information about the bot in form of a User " +"object." +msgstr "" + +#: of telebot.TeleBot.get_me:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getme" +msgstr "" + +#: of telebot.TeleBot.get_my_commands:1 +msgid "" +"Use this method to get the current list of the bot's commands. Returns " +"List of BotCommand on success." +msgstr "" + +#: of telebot.TeleBot.get_my_commands:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getmycommands" +msgstr "" + +#: of telebot.TeleBot.get_my_commands:15 +msgid "List of BotCommand on success." +msgstr "" + +#: of telebot.TeleBot.get_my_commands:16 +msgid ":obj:`list` of :class:`telebot.types.BotCommand`" +msgstr "" + +#: of telebot.TeleBot.get_my_default_administrator_rights:1 +msgid "" +"Use this method to get the current default administrator rights of the " +"bot. Returns ChatAdministratorRights on success." +msgstr "" + +#: of telebot.TeleBot.get_my_default_administrator_rights:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getmydefaultadministratorrights" +msgstr "" + +#: of telebot.TeleBot.get_my_default_administrator_rights:6 +msgid "" +"Pass True to get the default administrator rights of the bot in channels." +" Otherwise, the default administrator rights of the bot for groups and " +"supergroups will be returned." +msgstr "" + +#: of telebot.TeleBot.get_my_default_administrator_rights:9 +msgid "Returns ChatAdministratorRights on success." +msgstr "" + +#: of telebot.TeleBot.get_my_default_administrator_rights:10 +msgid ":class:`telebot.types.ChatAdministratorRights`" +msgstr "" + +#: of telebot.TeleBot.get_state:1 +msgid "" +"Gets current state of a user. Not recommended to use this method. But it " +"is ok for debugging." +msgstr "" + +#: of telebot.TeleBot.get_state:10 +msgid "state of a user" +msgstr "" + +#: of telebot.TeleBot.get_state:11 +msgid ":obj:`int` or :obj:`str` or :class:`telebot.types.State`" +msgstr "" + +#: of telebot.TeleBot.get_sticker_set:1 +msgid "" +"Use this method to get a sticker set. On success, a StickerSet object is " +"returned." +msgstr "" + +#: of telebot.TeleBot.get_sticker_set:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getstickerset" +msgstr "" + +#: of telebot.TeleBot.get_sticker_set:8 +msgid "On success, a StickerSet object is returned." +msgstr "" + +#: of telebot.TeleBot.get_sticker_set:9 telebot.TeleBot.set_chat_sticker_set:14 +msgid ":class:`telebot.types.StickerSet`" +msgstr "" + +#: of telebot.TeleBot.get_updates:1 +msgid "" +"Use this method to receive incoming updates using long polling (wiki). An" +" Array of Update objects is returned." +msgstr "" + +#: of telebot.TeleBot.get_updates:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getupdates" +msgstr "" + +#: of telebot.TeleBot.get_updates:6 +msgid "" +"Identifier of the first update to be returned. Must be greater by one " +"than the highest among the identifiers of previously received updates. By" +" default, updates starting with the earliest unconfirmed update are " +"returned. An update is considered confirmed as soon as getUpdates is " +"called with an offset higher than its update_id. The negative offset can " +"be specified to retrieve updates starting from -offset update from the " +"end of the updates queue. All previous updates will forgotten." +msgstr "" + +#: of telebot.TeleBot.get_updates:12 +msgid "" +"Limits the number of updates to be retrieved. Values between 1-100 are " +"accepted. Defaults to 100." +msgstr "" + +#: of telebot.TeleBot.get_updates:15 telebot.TeleBot.get_webhook_info:6 +#: telebot.TeleBot.polling:21 +msgid "Request connection timeout" +msgstr "" + +#: of telebot.TeleBot.get_updates:18 +msgid "Array of string. List the types of updates you want your bot to receive." +msgstr "" + +#: of telebot.TeleBot.get_updates:21 +msgid "Timeout in seconds for long polling." +msgstr "" + +#: of telebot.TeleBot.get_updates:24 +msgid "An Array of Update objects is returned." +msgstr "" + +#: of telebot.TeleBot.get_updates:25 +msgid ":obj:`list` of :class:`telebot.types.Update`" +msgstr "" + +#: of telebot.TeleBot.get_user_profile_photos:1 +msgid "" +"Use this method to get a list of profile pictures for a user. Returns a " +":class:`telebot.types.UserProfilePhotos` object." +msgstr "" + +#: of telebot.TeleBot.get_user_profile_photos:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#getuserprofilephotos" +msgstr "" + +#: of telebot.TeleBot.get_user_profile_photos:9 +msgid "" +"Sequential number of the first photo to be returned. By default, all " +"photos are returned." +msgstr "" + +#: of telebot.TeleBot.get_user_profile_photos:12 +msgid "" +"Limits the number of photos to be retrieved. Values between 1-100 are " +"accepted. Defaults to 100." +msgstr "" + +#: of telebot.TeleBot.get_user_profile_photos:15 +msgid "" +"`UserProfilePhotos " +"`_" +msgstr "" + +#: of telebot.TeleBot.get_user_profile_photos:16 +msgid ":class:`telebot.types.UserProfilePhotos`" +msgstr "" + +#: of telebot.TeleBot.get_webhook_info:1 +msgid "" +"Use this method to get current webhook status. Requires no parameters. On" +" success, returns a WebhookInfo object. If the bot is using getUpdates, " +"will return an object with the url field empty." +msgstr "" + +#: of telebot.TeleBot.get_webhook_info:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#getwebhookinfo" +msgstr "" + +#: of telebot.TeleBot.get_webhook_info:9 +msgid "On success, returns a WebhookInfo object." +msgstr "" + +#: of telebot.TeleBot.get_webhook_info:10 +msgid ":class:`telebot.types.WebhookInfo`" +msgstr "" + +#: of telebot.TeleBot.infinity_polling:1 +msgid "" +"Wrap polling with infinite loop and exception handling to avoid bot stops" +" polling." +msgstr "" + +#: of telebot.TeleBot.infinity_polling:5 telebot.TeleBot.polling:13 +msgid "Install watchdog and psutil before using restart_on_change option." +msgstr "" + +#: of telebot.TeleBot.infinity_polling:7 +msgid "Request connection timeout." +msgstr "" + +#: of telebot.TeleBot.infinity_polling:10 telebot.TeleBot.polling:27 +msgid "Timeout in seconds for long polling (see API docs)" +msgstr "" + +#: of telebot.TeleBot.infinity_polling:13 telebot.TeleBot.polling:24 +msgid "skip old updates" +msgstr "" + +#: of telebot.TeleBot.infinity_polling:16 telebot.TeleBot.polling:30 +msgid "" +"Custom (different from logger itself) logging level for infinity_polling " +"logging. Use logger levels from logging as a value. None/NOTSET = no " +"error logging" +msgstr "" + +#: of telebot.TeleBot.infinity_polling:20 +msgid "" +"A list of the update types you want your bot to receive. For example, " +"specify [“message”, “edited_channel_post”, “callback_query”] to only " +"receive updates of these types. See util.update_types for a complete list" +" of available update types. Specify an empty list to receive all update " +"types except chat_member (default). If not specified, the previous " +"setting will be used. Please note that this parameter doesn't affect " +"updates created before the call to the get_updates, so unwanted updates " +"may be received for a short period of time." +msgstr "" + +#: of telebot.TeleBot.infinity_polling:29 telebot.TeleBot.polling:47 +msgid "Restart a file on file(s) change. Defaults to False" +msgstr "" + +#: of telebot.TeleBot.infinity_polling:32 +msgid "Path to watch for changes. Defaults to current directory" +msgstr "" + +#: of telebot.TeleBot.inline_handler:1 +msgid "" +"Handles new incoming inline query. As a parameter to the decorator " +"function, it passes :class:`telebot.types.InlineQuery` object." +msgstr "" + +#: of telebot.TeleBot.leave_chat:1 +msgid "" +"Use this method for your bot to leave a group, supergroup or channel. " +"Returns True on success." +msgstr "" + +#: of telebot.TeleBot.leave_chat:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#leavechat" +msgstr "" + +#: of telebot.TeleBot.load_next_step_handlers:1 +msgid "Load next step handlers from save file" +msgstr "" + +#: of telebot.TeleBot.load_next_step_handlers:3 +msgid "" +"This function is left to keep backward compatibility whose purpose was to" +" load handlers from file with the help of FileHandlerBackend and is only " +"recommended to use if next_step_backend was assigned as " +"FileHandlerBackend before entering this function" +msgstr "" + +#: of telebot.TeleBot.load_next_step_handlers:8 +msgid "" +"Filename of the file where handlers was saved, defaults to \"./.handler-" +"saves/step.save\"" +msgstr "" + +#: of telebot.TeleBot.load_next_step_handlers:11 +msgid "" +"If True is passed, after the loading file will be deleted, defaults to " +"True" +msgstr "" + +#: of telebot.TeleBot.load_reply_handlers:1 +msgid "Load reply handlers from save file" +msgstr "" + +#: of telebot.TeleBot.load_reply_handlers:3 +msgid "" +"This function is left to keep backward compatibility whose purpose was to" +" load handlers from file with the help of FileHandlerBackend and is only " +"recommended to use if reply_backend was assigned as FileHandlerBackend " +"before entering this function" +msgstr "" + +#: of telebot.TeleBot.load_reply_handlers:7 +msgid "" +"Filename of the file where handlers was saved, defaults to \"./.handler-" +"saves/reply.save\"" +msgstr "" + +#: of telebot.TeleBot.load_reply_handlers:10 +msgid "" +"If True is passed, after the loading file will be deleted, defaults to " +"True, defaults to True" +msgstr "" + +#: of telebot.TeleBot.log_out:1 +msgid "" +"Use this method to log out from the cloud Bot API server before launching" +" the bot locally. You MUST log out the bot before running it locally, " +"otherwise there is no guarantee that the bot will receive updates. After " +"a successful call, you can immediately log in on a local server, but will" +" not be able to log in back to the cloud Bot API server for 10 minutes. " +"Returns True on success." +msgstr "" + +#: of telebot.TeleBot.log_out:8 +msgid "Telegram documentation: https://core.telegram.org/bots/api#logout" +msgstr "" + +#: of telebot.TeleBot.message_handler:1 +msgid "" +"Handles New incoming message of any kind - text, photo, sticker, etc. As " +"a parameter to the decorator function, it passes " +":class:`telebot.types.Message` object. All message handlers are tested in" +" the order they were added." +msgstr "" + +#: of telebot.TeleBot.message_handler:5 telebot.TeleBot.middleware_handler:7 +#: telebot.TeleBot.register_middleware_handler:6 +msgid "Example:" +msgstr "" + +#: of telebot.TeleBot.message_handler:7 +msgid "Usage of message_handler" +msgstr "" + +#: of telebot.TeleBot.message_handler:40 +msgid "" +"Optional lambda function. The lambda receives the message to test as the " +"first parameter. It must return True if the command should handle the " +"message." +msgstr "" + +#: of telebot.TeleBot.message_handler:52 +#: telebot.TeleBot.register_edited_channel_post_handler:23 +#: telebot.TeleBot.register_inline_handler:14 +#: telebot.TeleBot.register_pre_checkout_query_handler:13 +msgid "decorated function" +msgstr "" + +#: of telebot.TeleBot.middleware_handler:1 +msgid "Function-based middleware handler decorator." +msgstr "" + +#: of telebot.TeleBot.middleware_handler:3 +msgid "" +"This decorator can be used to decorate functions that must be handled as " +"middlewares before entering any other message handlers But, be careful " +"and check type of the update inside the handler if more than one " +"update_type is given" +msgstr "" + +#: of telebot.TeleBot.middleware_handler:9 +msgid "Usage of middleware_handler" +msgstr "" + +#: of telebot.TeleBot.middleware_handler:24 +#: telebot.TeleBot.register_middleware_handler:15 +msgid "" +"Optional list of update types that can be passed into the middleware " +"handler." +msgstr "" + +#: of telebot.TeleBot.middleware_handler:27 +msgid "function" +msgstr "" + +#: of telebot.TeleBot.my_chat_member_handler:1 +msgid "" +"Handles update in a status of a bot. For private chats, this update is " +"received only when the bot is blocked or unblocked by the user. As a " +"parameter to the decorator function, it passes " +":class:`telebot.types.ChatMemberUpdated` object." +msgstr "" + +#: of telebot.TeleBot.pin_chat_message:1 +msgid "" +"Use this method to pin a message in a supergroup. The bot must be an " +"administrator in the chat for this to work and must have the appropriate " +"admin rights. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.pin_chat_message:5 +msgid "Telegram documentation: https://core.telegram.org/bots/api#pinchatmessage" +msgstr "" + +#: of telebot.TeleBot.pin_chat_message:11 +msgid "Identifier of a message to pin" +msgstr "" + +#: of telebot.TeleBot.pin_chat_message:14 +msgid "" +"Pass True, if it is not necessary to send a notification to all group " +"members about the new pinned message" +msgstr "" + +#: of telebot.TeleBot.poll_answer_handler:1 +msgid "" +"Handles change of user's answer in a non-anonymous poll(when user changes" +" the vote). Bots receive new votes only in polls that were sent by the " +"bot itself. As a parameter to the decorator function, it passes " +":class:`telebot.types.PollAnswer` object." +msgstr "" + +#: of telebot.TeleBot.poll_handler:1 +msgid "" +"Handles new state of a poll. Bots receive only updates about stopped " +"polls and polls, which are sent by the bot As a parameter to the " +"decorator function, it passes :class:`telebot.types.Poll` object." +msgstr "" + +#: of telebot.TeleBot.polling:1 +msgid "" +"This function creates a new Thread that calls an internal " +"__retrieve_updates function. This allows the bot to retrieve Updates " +"automatically and notify listeners and message handlers accordingly." +msgstr "" + +#: of telebot.TeleBot.polling:4 +msgid "Warning: Do not call this function more than once!" +msgstr "" + +#: of telebot.TeleBot.polling:6 +msgid "Always gets updates." +msgstr "" + +#: of telebot.TeleBot.polling:8 +msgid "Use :meth:`infinity_polling` instead." +msgstr "" + +#: of telebot.TeleBot.polling:15 +msgid "Delay between two update retrivals" +msgstr "" + +#: of telebot.TeleBot.polling:18 +msgid "Do not stop polling when an ApiException occurs." +msgstr "" + +#: of telebot.TeleBot.polling:34 +msgid "" +"A list of the update types you want your bot to receive. For example, " +"specify [“message”, “edited_channel_post”, “callback_query”] to only " +"receive updates of these types. See util.update_types for a complete list" +" of available update types. Specify an empty list to receive all update " +"types except chat_member (default). If not specified, the previous " +"setting will be used. Please note that this parameter doesn't affect " +"updates created before the call to the get_updates, so unwanted updates " +"may be received for a short period of time." +msgstr "" + +#: of telebot.TeleBot.polling:34 +msgid "" +"A list of the update types you want your bot to receive. For example, " +"specify [“message”, “edited_channel_post”, “callback_query”] to only " +"receive updates of these types. See util.update_types for a complete list" +" of available update types. Specify an empty list to receive all update " +"types except chat_member (default). If not specified, the previous " +"setting will be used." +msgstr "" + +#: of telebot.TeleBot.polling:40 +msgid "" +"Please note that this parameter doesn't affect updates created before the" +" call to the get_updates, so unwanted updates may be received for a short" +" period of time." +msgstr "" + +#: of telebot.TeleBot.polling:44 +msgid "Deprecated, use non_stop. Old typo, kept for backward compatibility." +msgstr "" + +#: of telebot.TeleBot.polling:50 +msgid "Path to watch for changes. Defaults to None" +msgstr "" + +#: of telebot.TeleBot.pre_checkout_query_handler:1 +msgid "" +"New incoming pre-checkout query. Contains full information about " +"checkout. As a parameter to the decorator function, it passes " +":class:`telebot.types.PreCheckoutQuery` object." +msgstr "" + +#: of telebot.TeleBot.process_new_updates:1 +msgid "" +"Processes new updates. Just pass list of subclasses of Update to this " +"method." +msgstr "" + +#: of telebot.TeleBot.process_new_updates:3 +msgid "List of :class:`telebot.types.Update` objects." +msgstr "" + +#: of telebot.TeleBot.process_new_updates +msgid "return None" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:1 +msgid "" +"Use this method to promote or demote a user in a supergroup or a channel." +" The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights. Pass False for all boolean parameters " +"to demote a user." +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#promotechatmember" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:7 +msgid "" +"Unique identifier for the target chat or username of the target channel (" +" in the format @channelusername)" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:14 +msgid "" +"Pass True, if the administrator can change chat title, photo and other " +"settings" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:17 +msgid "Pass True, if the administrator can create channel posts, channels only" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:20 +msgid "" +"Pass True, if the administrator can edit messages of other users, " +"channels only" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:23 +msgid "Pass True, if the administrator can delete messages of other users" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:26 +msgid "Pass True, if the administrator can invite new users to the chat" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:29 +msgid "Pass True, if the administrator can restrict, ban or unban chat members" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:32 +msgid "Pass True, if the administrator can pin messages, supergroups only" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:35 +msgid "" +"Pass True, if the administrator can add new administrators with a subset " +"of his own privileges or demote administrators that he has promoted, " +"directly or indirectly (promoted by administrators that were appointed by" +" him)" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:40 +msgid "Pass True, if the administrator's presence in the chat is hidden" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:43 +msgid "" +"Pass True, if the administrator can access the chat event log, chat " +"statistics, message statistics in channels, see channel members, see " +"anonymous administrators in supergroups and ignore slow mode. Implied by " +"any other administrator privilege" +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:49 +msgid "" +"Pass True, if the administrator can manage voice chats For now, bots can " +"use this privilege only for passing to other administrators." +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:53 +msgid "Deprecated, use can_manage_video_chats." +msgstr "" + +#: of telebot.TeleBot.promote_chat_member:56 +msgid "" +"Pass True if the user is allowed to create, rename, close, and reopen " +"forum topics, supergroups only" +msgstr "" + +#: of telebot.TeleBot.register_callback_query_handler:1 +msgid "Registers callback query handler." +msgstr "" + +#: of telebot.TeleBot.register_callback_query_handler:3 +#: telebot.TeleBot.register_channel_post_handler:3 +#: telebot.TeleBot.register_chat_join_request_handler:3 +#: telebot.TeleBot.register_chat_member_handler:3 +#: telebot.TeleBot.register_chosen_inline_handler:3 +#: telebot.TeleBot.register_edited_channel_post_handler:3 +#: telebot.TeleBot.register_edited_message_handler:3 +#: telebot.TeleBot.register_inline_handler:3 +#: telebot.TeleBot.register_message_handler:3 +#: telebot.TeleBot.register_my_chat_member_handler:3 +#: telebot.TeleBot.register_poll_answer_handler:3 +#: telebot.TeleBot.register_poll_handler:3 +#: telebot.TeleBot.register_pre_checkout_query_handler:3 +#: telebot.TeleBot.register_shipping_query_handler:3 +msgid "function to be called" +msgstr "" + +#: of telebot.TeleBot.register_callback_query_handler:9 +#: telebot.TeleBot.register_channel_post_handler:18 +#: telebot.TeleBot.register_chat_join_request_handler:9 +#: telebot.TeleBot.register_chat_member_handler:9 +#: telebot.TeleBot.register_chosen_inline_handler:9 +#: telebot.TeleBot.register_edited_channel_post_handler:18 +#: telebot.TeleBot.register_edited_message_handler:21 +#: telebot.TeleBot.register_inline_handler:9 +#: telebot.TeleBot.register_message_handler:21 +#: telebot.TeleBot.register_my_chat_member_handler:9 +#: telebot.TeleBot.register_poll_answer_handler:9 +#: telebot.TeleBot.register_poll_handler:9 +#: telebot.TeleBot.register_pre_checkout_query_handler:8 +#: telebot.TeleBot.register_shipping_query_handler:9 +msgid "" +"True if you need to pass TeleBot instance to handler(useful for " +"separating handlers into different files)" +msgstr "" + +#: of telebot.TeleBot.register_channel_post_handler:1 +msgid "Registers channel post message handler." +msgstr "" + +#: of telebot.TeleBot.register_channel_post_handler:9 +#: telebot.TeleBot.register_edited_channel_post_handler:9 +#: telebot.TeleBot.register_edited_message_handler:9 +#: telebot.TeleBot.register_message_handler:9 +msgid "list of commands" +msgstr "" + +#: of telebot.TeleBot.register_channel_post_handler:12 +#: telebot.TeleBot.register_edited_channel_post_handler:12 +#: telebot.TeleBot.register_edited_message_handler:12 +msgid "Regular expression" +msgstr "" + +#: of telebot.TeleBot.register_chat_join_request_handler:1 +msgid "Registers chat join request handler." +msgstr "" + +#: of telebot.TeleBot.register_chat_member_handler:1 +msgid "Registers chat member handler." +msgstr "" + +#: of telebot.TeleBot.register_chat_member_handler:14 +msgid ":return:None" +msgstr "" + +#: of telebot.TeleBot.register_chosen_inline_handler:1 +msgid "Registers chosen inline handler." +msgstr "" + +#: of telebot.TeleBot.register_edited_channel_post_handler:1 +msgid "Registers edited channel post message handler." +msgstr "" + +#: of telebot.TeleBot.register_edited_message_handler:1 +msgid "Registers edited message handler." +msgstr "" + +#: of telebot.TeleBot.register_edited_message_handler:18 +msgid "True for private chat" +msgstr "" + +#: of telebot.TeleBot.register_for_reply:1 +#: telebot.TeleBot.register_for_reply_by_message_id:1 +msgid "" +"Registers a callback function to be notified when a reply to `message` " +"arrives." +msgstr "" + +#: of telebot.TeleBot.register_for_reply:3 +#: telebot.TeleBot.register_for_reply_by_message_id:3 +msgid "" +"Warning: In case `callback` as lambda function, saving reply handlers " +"will not work." +msgstr "" + +#: of telebot.TeleBot.register_for_reply:5 +msgid "The message for which we are awaiting a reply." +msgstr "" + +#: of telebot.TeleBot.register_for_reply:8 +#: telebot.TeleBot.register_for_reply_by_message_id:8 +msgid "" +"The callback function to be called when a reply arrives. Must accept one " +"`message` parameter, which will contain the replied message." +msgstr "" + +#: of telebot.TeleBot.register_for_reply:12 +#: telebot.TeleBot.register_for_reply_by_message_id:12 +msgid "Optional arguments for the callback function." +msgstr "" + +#: of telebot.TeleBot.register_for_reply:13 +#: telebot.TeleBot.register_for_reply_by_message_id:13 +msgid "Optional keyword arguments for the callback function." +msgstr "" + +#: of telebot.TeleBot.register_for_reply_by_message_id:5 +msgid "The id of the message for which we are awaiting a reply." +msgstr "" + +#: of telebot.TeleBot.register_inline_handler:1 +msgid "Registers inline handler." +msgstr "" + +#: of telebot.TeleBot.register_message_handler:1 +msgid "Registers message handler." +msgstr "" + +#: of telebot.TeleBot.register_message_handler:18 +msgid "List of chat types" +msgstr "" + +#: of telebot.TeleBot.register_middleware_handler:1 +msgid "Adds function-based middleware handler." +msgstr "" + +#: of telebot.TeleBot.register_middleware_handler:3 +msgid "" +"This function will register your decorator function. Function-based " +"middlewares are executed before handlers. But, be careful and check type " +"of the update inside the handler if more than one update_type is given" +msgstr "" + +#: of telebot.TeleBot.register_middleware_handler:8 +msgid "bot = TeleBot('TOKEN')" +msgstr "" + +#: of telebot.TeleBot.register_middleware_handler:10 +msgid "" +"bot.register_middleware_handler(print_channel_post_text, " +"update_types=['channel_post', 'edited_channel_post'])" +msgstr "" + +#: of telebot.TeleBot.register_middleware_handler:12 +msgid "Function that will be used as a middleware handler." +msgstr "" + +#: of telebot.TeleBot.register_my_chat_member_handler:1 +msgid "Registers my chat member handler." +msgstr "" + +#: of telebot.TeleBot.register_next_step_handler:1 +#: telebot.TeleBot.register_next_step_handler_by_chat_id:1 +msgid "" +"Registers a callback function to be notified when new message arrives " +"after `message`." +msgstr "" + +#: of telebot.TeleBot.register_next_step_handler:3 +#: telebot.TeleBot.register_next_step_handler_by_chat_id:3 +msgid "" +"Warning: In case `callback` as lambda function, saving next step handlers" +" will not work." +msgstr "" + +#: of telebot.TeleBot.register_next_step_handler:5 +msgid "The message for which we want to handle new message in the same chat." +msgstr "" + +#: of telebot.TeleBot.register_next_step_handler:8 +#: telebot.TeleBot.register_next_step_handler_by_chat_id:8 +msgid "The callback function which next new message arrives." +msgstr "" + +#: of telebot.TeleBot.register_next_step_handler:11 +#: telebot.TeleBot.register_next_step_handler:13 +#: telebot.TeleBot.register_next_step_handler_by_chat_id:11 +#: telebot.TeleBot.register_next_step_handler_by_chat_id:13 +msgid "Args to pass in callback func" +msgstr "" + +#: of telebot.TeleBot.register_next_step_handler_by_chat_id:5 +msgid "The chat for which we want to handle new message." +msgstr "" + +#: of telebot.TeleBot.register_poll_answer_handler:1 +msgid "Registers poll answer handler." +msgstr "" + +#: of telebot.TeleBot.register_poll_handler:1 +msgid "Registers poll handler." +msgstr "" + +#: of telebot.TeleBot.register_pre_checkout_query_handler:1 +msgid "Registers pre-checkout request handler." +msgstr "" + +#: of telebot.TeleBot.register_shipping_query_handler:1 +msgid "Registers shipping query handler." +msgstr "" + +#: of telebot.TeleBot.remove_webhook:1 +msgid "Deletes webhooks using set_webhook() function." +msgstr "" + +#: of telebot.TeleBot.reopen_forum_topic:1 +msgid "" +"Use this method to reopen a closed topic in a forum supergroup chat. The " +"bot must be an administrator in the chat for this to work and must have " +"the can_manage_topics administrator rights, unless it is the creator of " +"the topic. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.reopen_forum_topic:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#reopenforumtopic" +msgstr "" + +#: of telebot.TeleBot.reopen_forum_topic:10 +msgid "Identifier of the topic to reopen" +msgstr "" + +#: of telebot.TeleBot.reply_to:1 +msgid "" +"Convenience function for `send_message(message.chat.id, text, " +"reply_to_message_id=message.message_id, **kwargs)`" +msgstr "" + +#: of telebot.TeleBot.reply_to:3 +msgid "Instance of :class:`telebot.types.Message`" +msgstr "" + +#: of telebot.TeleBot.reply_to:6 +msgid "Text of the message." +msgstr "" + +#: of telebot.TeleBot.reply_to:9 +msgid "" +"Additional keyword arguments which are passed to " +":meth:`telebot.TeleBot.send_message`" +msgstr "" + +#: of telebot.TeleBot.reset_data:1 +msgid "Reset data for a user in chat." +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:1 +msgid "" +"Use this method to restrict a user in a supergroup. The bot must be an " +"administrator in the supergroup for this to work and must have the " +"appropriate admin rights. Pass True for all boolean parameters to lift " +"restrictions from a user." +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#restrictchatmember" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:14 +msgid "" +"Date when restrictions will be lifted for the user, unix time. If user is" +" restricted for more than 366 days or less than 30 seconds from the " +"current time, they are considered to be restricted forever" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:19 +msgid "" +"Pass True, if the user can send text messages, contacts, locations and " +"venues" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:22 +msgid "" +"Pass True, if the user can send audios, documents, photos, videos, video " +"notes and voice notes, implies can_send_messages" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:26 +msgid "Pass True, if the user is allowed to send polls, implies can_send_messages" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:29 +msgid "" +"Pass True, if the user can send animations, games, stickers and use " +"inline bots, implies can_send_media_messages" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:32 +msgid "" +"Pass True, if the user may add web page previews to their messages, " +"implies can_send_media_messages" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:36 +msgid "" +"Pass True, if the user is allowed to change the chat title, photo and " +"other settings. Ignored in public supergroups" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:40 +msgid "" +"Pass True, if the user is allowed to invite new users to the chat, " +"implies can_invite_users" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:44 +msgid "" +"Pass True, if the user is allowed to pin messages. Ignored in public " +"supergroups" +msgstr "" + +#: of telebot.TeleBot.restrict_chat_member:47 +#: telebot.TeleBot.set_chat_permissions:14 telebot.TeleBot.unban_chat_member:19 +msgid "True on success" +msgstr "" + +#: of telebot.TeleBot.retrieve_data:1 +msgid "Returns context manager with data for a user in chat." +msgstr "" + +#: of telebot.TeleBot.retrieve_data:6 +msgid "Chat's unique identifier, defaults to user_id" +msgstr "" + +#: of telebot.TeleBot.retrieve_data:9 +msgid "Context manager with data for a user in chat" +msgstr "" + +#: of telebot.TeleBot.revoke_chat_invite_link:1 +msgid "" +"Use this method to revoke an invite link created by the bot. Note: If the" +" primary link is revoked, a new link is automatically generated The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate admin rights." +msgstr "" + +#: of telebot.TeleBot.revoke_chat_invite_link:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#revokechatinvitelink" +msgstr "" + +#: of telebot.TeleBot.revoke_chat_invite_link:11 +msgid "The invite link to revoke" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:1 +msgid "This class sets webhooks and listens to a given url and port." +msgstr "" + +#: of telebot.TeleBot.run_webhooks:3 +msgid "Requires fastapi, uvicorn, and latest version of starlette." +msgstr "" + +#: of telebot.TeleBot.run_webhooks:5 +msgid "IP address to listen to, defaults to \"127.0.0.1\"" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:8 +msgid "A port which will be used to listen to webhooks., defaults to 443" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:11 +msgid "Path to the webhook. Defaults to /token, defaults to None" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:14 +msgid "Path to the certificate file, defaults to None" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:17 +msgid "Path to the certificate key file, defaults to None" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:20 +msgid "Webhook URL to be set, defaults to None" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:23 +msgid "" +"Maximum allowed number of simultaneous HTTPS connections to the webhook " +"for update delivery, 1-100. Defaults to 40. Use lower values to limit the" +" load on your bot's server, and higher values to increase your bot's " +"throughput., defaults to None" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:28 +msgid "" +"A JSON-serialized list of the update types you want your bot to receive. " +"For example, specify [“message”, “edited_channel_post”, “callback_query”]" +" to only receive updates of these types. See Update for a complete list " +"of available update types. Specify an empty list to receive all updates " +"regardless of type (default). If not specified, the previous setting will" +" be used. defaults to None" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:33 telebot.TeleBot.set_webhook:32 +msgid "" +"The fixed IP address which will be used to send webhook requests instead " +"of the IP address resolved through DNS, defaults to None" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:42 +msgid "Secret token to be used to verify the webhook request, defaults to None" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:45 +msgid "Length of a secret token, defaults to 20" +msgstr "" + +#: of telebot.TeleBot.run_webhooks telebot.custom_filters.TextFilter +msgid "Raises" +msgstr "" + +#: of telebot.TeleBot.run_webhooks:48 +msgid "If necessary libraries were not installed." +msgstr "" + +#: of telebot.TeleBot.send_animation:1 +msgid "" +"Use this method to send animation files (GIF or H.264/MPEG-4 AVC video " +"without sound). On success, the sent Message is returned. Bots can " +"currently send animation files of up to 50 MB in size, this limit may be " +"changed in the future." +msgstr "" + +#: of telebot.TeleBot.send_animation:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendanimation" +msgstr "" + +#: of telebot.TeleBot.send_animation:9 +msgid "" +"Animation to send. Pass a file_id as String to send an animation that " +"exists on the Telegram servers (recommended), pass an HTTP URL as a " +"String for Telegram to get an animation from the Internet, or upload a " +"new animation using multipart/form-data." +msgstr "" + +#: of telebot.TeleBot.send_animation:13 +msgid "Duration of sent animation in seconds" +msgstr "" + +#: of telebot.TeleBot.send_animation:16 +msgid "Animation width" +msgstr "" + +#: of telebot.TeleBot.send_animation:19 +msgid "Animation height" +msgstr "" + +#: of telebot.TeleBot.send_animation:22 telebot.TeleBot.send_video:20 +#: telebot.TeleBot.send_video_note:33 +msgid "" +"Thumbnail of the file sent; can be ignored if thumbnail generation for " +"the file is supported server-side. The thumbnail should be in JPEG format" +" and less than 200 kB in size. A thumbnail's width and height should not " +"exceed 320. Ignored if the file is not uploaded using multipart/form-" +"data. Thumbnails can't be reused and can be only uploaded as a new file, " +"so you can pass “attach://” if the thumbnail was " +"uploaded using multipart/form-data under ." +msgstr "" + +#: of telebot.TeleBot.send_animation:28 +msgid "" +"Animation caption (may also be used when resending animation by file_id)," +" 0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.TeleBot.send_animation:31 +msgid "Mode for parsing entities in the animation caption" +msgstr "" + +#: of telebot.TeleBot.send_animation:51 telebot.TeleBot.send_video:29 +msgid "" +"List of special entities that appear in the caption, which can be " +"specified instead of parse_mode" +msgstr "" + +#: of telebot.TeleBot.send_animation:57 telebot.TeleBot.send_video:58 +msgid "Identifier of a message thread, in which the video will be sent" +msgstr "" + +#: of telebot.TeleBot.send_audio:1 +msgid "" +"Use this method to send audio files, if you want Telegram clients to " +"display them in the music player. Your audio must be in the .MP3 or .M4A " +"format. On success, the sent Message is returned. Bots can currently send" +" audio files of up to 50 MB in size, this limit may be changed in the " +"future." +msgstr "" + +#: of telebot.TeleBot.send_audio:5 +msgid "For sending voice messages, use the send_voice method instead." +msgstr "" + +#: of telebot.TeleBot.send_audio:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendaudio" +msgstr "" + +#: of telebot.TeleBot.send_audio:12 +msgid "" +"Audio file to send. Pass a file_id as String to send an audio file that " +"exists on the Telegram servers (recommended), pass an HTTP URL as a " +"String for Telegram to get an audio file from the Internet, or upload a " +"new one using multipart/form-data. Audio must be in the .MP3 or .M4A " +"format." +msgstr "" + +#: of telebot.TeleBot.send_audio:17 +msgid "Audio caption, 0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.TeleBot.send_audio:20 +msgid "Duration of the audio in seconds" +msgstr "" + +#: of telebot.TeleBot.send_audio:23 +msgid "Performer" +msgstr "" + +#: of telebot.TeleBot.send_audio:26 +msgid "Track name" +msgstr "" + +#: of telebot.TeleBot.send_audio:36 +msgid "" +"Mode for parsing entities in the audio caption. See formatting options " +"for more details." +msgstr "" + +#: of telebot.TeleBot.send_audio:45 +msgid "" +"Thumbnail of the file sent; can be ignored if thumbnail generation for " +"the file is supported server-side. The thumbnail should be in JPEG format" +" and less than 200 kB in size. A thumbnail's width and height should not " +"exceed 320. Ignored if the file is not uploaded using multipart/form-" +"data. Thumbnails can't be reused and can be only uploaded as a new file, " +"so you can pass “attach://” if the thumbnail was " +"uploaded using multipart/form-data under " +msgstr "" + +#: of telebot.TeleBot.send_audio:51 telebot.TeleBot.send_document:35 +#: telebot.TeleBot.send_photo:19 telebot.TeleBot.send_voice:37 +msgid "" +"A JSON-serialized list of special entities that appear in the caption, " +"which can be specified instead of parse_mode" +msgstr "" + +#: of telebot.TeleBot.send_chat_action:1 +msgid "" +"Use this method when you need to tell the user that something is " +"happening on the bot's side. The status is set for 5 seconds or less " +"(when a message arrives from your bot, Telegram clients clear its typing " +"status). Returns True on success." +msgstr "" + +#: of telebot.TeleBot.send_chat_action:5 +msgid "" +"Example: The ImageBot needs some time to process a request and upload the" +" image. Instead of sending a text message along the lines of “Retrieving " +"image, please wait…”, the bot may use sendChatAction with action = " +"upload_photo. The user will see a “sending photo” status for the bot." +msgstr "" + +#: of telebot.TeleBot.send_chat_action:8 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendchataction" +msgstr "" + +#: of telebot.TeleBot.send_chat_action:10 telebot.TeleBot.send_contact:5 +#: telebot.TeleBot.send_poll:6 telebot.TeleBot.send_venue:5 +#: telebot.TeleBot.stop_poll:5 +msgid "Unique identifier for the target chat or username of the target channel" +msgstr "" + +#: of telebot.TeleBot.send_chat_action:13 +msgid "" +"Type of action to broadcast. Choose one, depending on what the user is " +"about to receive: typing for text messages, upload_photo for photos, " +"record_video or upload_video for videos, record_voice or upload_voice for" +" voice notes, upload_document for general files, choose_sticker for " +"stickers, find_location for location data, record_video_note or " +"upload_video_note for video notes." +msgstr "" + +#: of telebot.TeleBot.send_contact:1 +msgid "" +"Use this method to send phone contacts. On success, the sent Message is " +"returned." +msgstr "" + +#: of telebot.TeleBot.send_contact:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendcontact" +msgstr "" + +#: of telebot.TeleBot.send_contact:8 +msgid "Contact's phone number" +msgstr "" + +#: of telebot.TeleBot.send_contact:11 +msgid "Contact's first name" +msgstr "" + +#: of telebot.TeleBot.send_contact:14 +msgid "Contact's last name" +msgstr "" + +#: of telebot.TeleBot.send_contact:17 +msgid "Additional data about the contact in the form of a vCard, 0-2048 bytes" +msgstr "" + +#: of telebot.TeleBot.send_contact:34 telebot.TeleBot.send_game:23 +#: telebot.TeleBot.send_venue:41 +msgid "" +"Pass True, if the message should be sent even if one of the specified " +"replied-to messages is not found." +msgstr "" + +#: of telebot.TeleBot.send_contact:41 telebot.TeleBot.send_venue:54 +msgid "The thread identifier of a message from which the reply will be sent" +msgstr "" + +#: of telebot.TeleBot.send_dice:1 +msgid "" +"Use this method to send an animated emoji that will display a random " +"value. On success, the sent Message is returned." +msgstr "" + +#: of telebot.TeleBot.send_dice:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#senddice" +msgstr "" + +#: of telebot.TeleBot.send_dice:8 +msgid "" +"Emoji on which the dice throw animation is based. Currently, must be one " +"of “🎲”, “🎯”, “🏀”, “⚽”, “🎳”, or “🎰”. Dice can have values 1-6 for “🎲”, “🎯”" +" and “🎳”, values 1-5 for “🏀” and “⚽”, and values 1-64 for “🎰”. Defaults " +"to “🎲”" +msgstr "" + +#: of telebot.TeleBot.send_dice:29 +msgid "Protects the contents of the sent message from forwarding" +msgstr "" + +#: of telebot.TeleBot.send_document:1 +msgid "Use this method to send general files." +msgstr "" + +#: of telebot.TeleBot.send_document:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#senddocument" +msgstr "" + +#: of telebot.TeleBot.send_document:8 +msgid "" +"(document) File to send. Pass a file_id as String to send a file that " +"exists on the Telegram servers (recommended), pass an HTTP URL as a " +"String for Telegram to get a file from the Internet, or upload a new one " +"using multipart/form-data" +msgstr "" + +#: of telebot.TeleBot.send_document:15 +msgid "" +"Document caption (may also be used when resending documents by file_id), " +"0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.TeleBot.send_document:23 +msgid "Mode for parsing entities in the document caption" +msgstr "" + +#: of telebot.TeleBot.send_document:32 +msgid "" +"InputFile or String : Thumbnail of the file sent; can be ignored if " +"thumbnail generation for the file is supported server-side. The thumbnail" +" should be in JPEG format and less than 200 kB in size. A thumbnail's " +"width and height should not exceed 320. Ignored if the file is not " +"uploaded using multipart/form-data. Thumbnails can't be reused and can be" +" only uploaded as a new file, so you can pass " +"“attach://” if the thumbnail was uploaded using " +"multipart/form-data under " +msgstr "" + +#: of telebot.TeleBot.send_document:41 +msgid "" +"allows to define file name that will be visible in the Telegram instead " +"of original file name" +msgstr "" + +#: of telebot.TeleBot.send_document:44 +msgid "" +"Disables automatic server-side content type detection for files uploaded " +"using multipart/form-data" +msgstr "" + +#: of telebot.TeleBot.send_document:47 telebot.TeleBot.send_sticker:33 +#: telebot.TeleBot.send_video:55 +msgid "function typo miss compatibility: do not use it" +msgstr "" + +#: of telebot.TeleBot.send_document:53 telebot.TeleBot.send_sticker:36 +msgid "The thread to which the message will be sent" +msgstr "" + +#: of telebot.TeleBot.send_game:1 +msgid "Used to send the game." +msgstr "" + +#: of telebot.TeleBot.send_game:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendgame" +msgstr "" + +#: of telebot.TeleBot.send_game:8 +msgid "" +"Short name of the game, serves as the unique identifier for the game. Set" +" up your games via @BotFather." +msgstr "" + +#: of telebot.TeleBot.send_game:20 +msgid "Timeout in seconds for waiting for a response from the bot." +msgstr "" + +#: of telebot.TeleBot.send_game:26 +msgid "" +"Pass True, if content of the message needs to be protected from being " +"viewed by the bot." +msgstr "" + +#: of telebot.TeleBot.send_game:29 +msgid "" +"The identifier of a message thread, in which the game message will be " +"sent." +msgstr "" + +#: of telebot.TeleBot.send_game:33 telebot.TeleBot.send_invoice:102 +#: telebot.TeleBot.send_poll:71 +msgid ":obj:`types.Message`" +msgstr "" + +#: of telebot.TeleBot.send_invoice:1 +msgid "Sends invoice." +msgstr "" + +#: of telebot.TeleBot.send_invoice:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendinvoice" +msgstr "" + +#: of telebot.TeleBot.send_invoice:5 +msgid "Unique identifier for the target private chat" +msgstr "" + +#: of telebot.TeleBot.send_invoice:29 +msgid "" +"Unique deep-linking parameter that can be used to generate this invoice " +"when used as a start parameter" +msgstr "" + +#: of telebot.TeleBot.send_invoice:33 +msgid "" +"URL of the product photo for the invoice. Can be a photo of the goods or " +"a marketing image for a service. People like it better when they see what" +" they are paying for." +msgstr "" + +#: of telebot.TeleBot.send_invoice:73 +msgid "" +"A JSON-serialized object for an inline keyboard. If empty, one 'Pay total" +" price' button will be shown. If not empty, the first button must be a " +"Pay button" +msgstr "" + +#: of telebot.TeleBot.send_invoice:81 telebot.TeleBot.set_webhook:39 +msgid "Timeout of a request, defaults to None" +msgstr "" + +#: of telebot.TeleBot.send_invoice:98 +msgid "" +"The identifier of a message thread, in which the invoice message will be " +"sent" +msgstr "" + +#: of telebot.TeleBot.send_location:1 +msgid "" +"Use this method to send point on the map. On success, the sent Message is" +" returned." +msgstr "" + +#: of telebot.TeleBot.send_location:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendlocation" +msgstr "" + +#: of telebot.TeleBot.send_location:8 +msgid "Latitude of the location" +msgstr "" + +#: of telebot.TeleBot.send_location:11 +msgid "Longitude of the location" +msgstr "" + +#: of telebot.TeleBot.send_location:14 +msgid "" +"Period in seconds for which the location will be updated (see Live " +"Locations, should be between 60 and 86400." +msgstr "" + +#: of telebot.TeleBot.send_location:34 +msgid "" +"For live locations, a direction in which the user is moving, in degrees. " +"Must be between 1 and 360 if specified." +msgstr "" + +#: of telebot.TeleBot.send_location:37 +msgid "" +"For live locations, a maximum distance for proximity alerts about " +"approaching another chat member, in meters. Must be between 1 and 100000 " +"if specified." +msgstr "" + +#: of telebot.TeleBot.send_media_group:1 +msgid "" +"Use this method to send a group of photos, videos, documents or audios as" +" an album. Documents and audio files can be only grouped in an album with" +" messages of the same type. On success, an array of Messages that were " +"sent is returned." +msgstr "" + +#: of telebot.TeleBot.send_media_group:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendmediagroup" +msgstr "" + +#: of telebot.TeleBot.send_media_group:9 +msgid "" +"A JSON-serialized array describing messages to be sent, must include 2-10" +" items" +msgstr "" + +#: of telebot.TeleBot.send_media_group:12 +msgid "" +"Sends the messages silently. Users will receive a notification with no " +"sound." +msgstr "" + +#: of telebot.TeleBot.send_media_group:27 +msgid "Identifier of a message thread, in which the media group will be sent" +msgstr "" + +#: of telebot.TeleBot.send_media_group:30 +msgid "On success, an array of Messages that were sent is returned." +msgstr "" + +#: of telebot.TeleBot.send_message:1 +msgid "Use this method to send text messages." +msgstr "" + +#: of telebot.TeleBot.send_message:3 +msgid "" +"Warning: Do not send more than about 4096 characters each message, " +"otherwise you'll risk an HTTP 414 error. If you must send more than 4096 " +"characters, use the `split_string` or `smart_split` function in util.py." +msgstr "" + +#: of telebot.TeleBot.send_message:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendmessage" +msgstr "" + +#: of telebot.TeleBot.send_message:12 +msgid "Text of the message to be sent" +msgstr "" + +#: of telebot.TeleBot.send_message:18 +msgid "" +"List of special entities that appear in message text, which can be " +"specified instead of parse_mode" +msgstr "" + +#: of telebot.TeleBot.send_message:27 +msgid "" +"If True, the message content will be hidden for all users except for the " +"target user" +msgstr "" + +#: of telebot.TeleBot.send_photo:1 +msgid "Use this method to send photos. On success, the sent Message is returned." +msgstr "" + +#: of telebot.TeleBot.send_photo:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendphoto" +msgstr "" + +#: of telebot.TeleBot.send_photo:8 +msgid "" +"Photo to send. Pass a file_id as String to send a photo that exists on " +"the Telegram servers (recommended), pass an HTTP URL as a String for " +"Telegram to get a photo from the Internet, or upload a new photo using " +"multipart/form-data. The photo must be at most 10 MB in size. The photo's" +" width and height must not exceed 10000 in total. Width and height ratio " +"must be at most 20." +msgstr "" + +#: of telebot.TeleBot.send_photo:13 +msgid "" +"Photo caption (may also be used when resending photos by file_id), 0-1024" +" characters after entities parsing" +msgstr "" + +#: of telebot.TeleBot.send_photo:16 +msgid "Mode for parsing entities in the photo caption." +msgstr "" + +#: of telebot.TeleBot.send_poll:1 +msgid "" +"Use this method to send a native poll. On success, the sent Message is " +"returned." +msgstr "" + +#: of telebot.TeleBot.send_poll:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendpoll" +msgstr "" + +#: of telebot.TeleBot.send_poll:9 +msgid "Poll question, 1-300 characters" +msgstr "" + +#: of telebot.TeleBot.send_poll:12 +msgid "" +"A JSON-serialized list of answer options, 2-10 strings 1-100 characters " +"each" +msgstr "" + +#: of telebot.TeleBot.send_poll:15 +msgid "True, if the poll needs to be anonymous, defaults to True" +msgstr "" + +#: of telebot.TeleBot.send_poll:18 +msgid "Poll type, “quiz” or “regular”, defaults to “regular”" +msgstr "" + +#: of telebot.TeleBot.send_poll:21 +msgid "" +"True, if the poll allows multiple answers, ignored for polls in quiz " +"mode, defaults to False" +msgstr "" + +#: of telebot.TeleBot.send_poll:24 +msgid "" +"0-based identifier of the correct answer option. Available only for polls" +" in quiz mode, defaults to None" +msgstr "" + +#: of telebot.TeleBot.send_poll:28 +msgid "" +"Text that is shown when a user chooses an incorrect answer or taps on the" +" lamp icon in a quiz-style poll, 0-200 characters with at most 2 line " +"feeds after entities parsing" +msgstr "" + +#: of telebot.TeleBot.send_poll:32 +msgid "" +"Mode for parsing entities in the explanation. See formatting options for " +"more details." +msgstr "" + +#: of telebot.TeleBot.send_poll:35 +msgid "" +"Amount of time in seconds the poll will be active after creation, 5-600. " +"Can't be used together with close_date." +msgstr "" + +#: of telebot.TeleBot.send_poll:38 +msgid "Point in time (Unix timestamp) when the poll will be automatically closed." +msgstr "" + +#: of telebot.TeleBot.send_poll:41 +msgid "" +"Pass True, if the poll needs to be immediately closed. This can be useful" +" for poll preview." +msgstr "" + +#: of telebot.TeleBot.send_poll:50 +msgid "Pass True, if the poll allows multiple options to be voted simultaneously." +msgstr "" + +#: of telebot.TeleBot.send_poll:57 +msgid "Timeout in seconds for waiting for a response from the user." +msgstr "" + +#: of telebot.TeleBot.send_poll:60 +msgid "" +"A JSON-serialized list of special entities that appear in the " +"explanation, which can be specified instead of parse_mode" +msgstr "" + +#: of telebot.TeleBot.send_poll:67 +msgid "The identifier of a message thread, in which the poll will be sent" +msgstr "" + +#: of telebot.TeleBot.send_sticker:1 +msgid "" +"Use this method to send static .WEBP, animated .TGS, or video .WEBM " +"stickers. On success, the sent Message is returned." +msgstr "" + +#: of telebot.TeleBot.send_sticker:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendsticker" +msgstr "" + +#: of telebot.TeleBot.send_sticker:9 +msgid "" +"Sticker to send. Pass a file_id as String to send a file that exists on " +"the Telegram servers (recommended), pass an HTTP URL as a String for " +"Telegram to get a .webp file from the Internet, or upload a new one using" +" multipart/form-data." +msgstr "" + +#: of telebot.TeleBot.send_sticker:21 +msgid "to disable the notification" +msgstr "" + +#: of telebot.TeleBot.send_venue:1 +msgid "" +"Use this method to send information about a venue. On success, the sent " +"Message is returned." +msgstr "" + +#: of telebot.TeleBot.send_venue:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendvenue" +msgstr "" + +#: of telebot.TeleBot.send_venue:8 +msgid "Latitude of the venue" +msgstr "" + +#: of telebot.TeleBot.send_venue:11 +msgid "Longitude of the venue" +msgstr "" + +#: of telebot.TeleBot.send_venue:14 +msgid "Name of the venue" +msgstr "" + +#: of telebot.TeleBot.send_venue:17 +msgid "Address of the venue" +msgstr "" + +#: of telebot.TeleBot.send_venue:20 +msgid "Foursquare identifier of the venue" +msgstr "" + +#: of telebot.TeleBot.send_venue:23 +msgid "" +"Foursquare type of the venue, if known. (For example, " +"“arts_entertainment/default”, “arts_entertainment/aquarium” or " +"“food/icecream”.)" +msgstr "" + +#: of telebot.TeleBot.send_venue:45 +msgid "Google Places identifier of the venue" +msgstr "" + +#: of telebot.TeleBot.send_venue:48 +msgid "Google Places type of the venue." +msgstr "" + +#: of telebot.TeleBot.send_video:1 +msgid "" +"Use this method to send video files, Telegram clients support mp4 videos " +"(other formats may be sent as Document)." +msgstr "" + +#: of telebot.TeleBot.send_video:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendvideo" +msgstr "" + +#: of telebot.TeleBot.send_video:8 +msgid "" +"Video to send. You can either pass a file_id as String to resend a video " +"that is already on the Telegram servers, or upload a new video file using" +" multipart/form-data." +msgstr "" + +#: of telebot.TeleBot.send_video:11 telebot.TeleBot.send_video_note:13 +msgid "Duration of sent video in seconds" +msgstr "" + +#: of telebot.TeleBot.send_video:14 +msgid "Video width" +msgstr "" + +#: of telebot.TeleBot.send_video:17 +msgid "Video height" +msgstr "" + +#: of telebot.TeleBot.send_video:23 +msgid "" +"Video caption (may also be used when resending videos by file_id), 0-1024" +" characters after entities parsing" +msgstr "" + +#: of telebot.TeleBot.send_video:26 +msgid "Mode for parsing entities in the video caption" +msgstr "" + +#: of telebot.TeleBot.send_video:32 +msgid "Pass True, if the uploaded video is suitable for streaming" +msgstr "" + +#: of telebot.TeleBot.send_video_note:1 +msgid "" +"As of v.4.0, Telegram clients support rounded square MPEG4 videos of up " +"to 1 minute long. Use this method to send video messages. On success, the" +" sent Message is returned." +msgstr "" + +#: of telebot.TeleBot.send_video_note:4 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendvideonote" +msgstr "" + +#: of telebot.TeleBot.send_video_note:9 +msgid "" +"Video note to send. Pass a file_id as String to send a video note that " +"exists on the Telegram servers (recommended) or upload a new video using " +"multipart/form-data. Sending video notes by a URL is currently " +"unsupported" +msgstr "" + +#: of telebot.TeleBot.send_video_note:16 +msgid "Video width and height, i.e. diameter of the video message" +msgstr "" + +#: of telebot.TeleBot.send_video_note:45 +msgid "Identifier of a message thread, in which the video note will be sent" +msgstr "" + +#: of telebot.TeleBot.send_voice:1 +msgid "" +"Use this method to send audio files, if you want Telegram clients to " +"display the file as a playable voice message. For this to work, your " +"audio must be in an .OGG file encoded with OPUS (other formats may be " +"sent as Audio or Document). On success, the sent Message is returned. " +"Bots can currently send voice messages of up to 50 MB in size, this limit" +" may be changed in the future." +msgstr "" + +#: of telebot.TeleBot.send_voice:5 +msgid "Telegram documentation: https://core.telegram.org/bots/api#sendvoice" +msgstr "" + +#: of telebot.TeleBot.send_voice:10 +msgid "" +"Audio file to send. Pass a file_id as String to send a file that exists " +"on the Telegram servers (recommended), pass an HTTP URL as a String for " +"Telegram to get a file from the Internet, or upload a new one using " +"multipart/form-data." +msgstr "" + +#: of telebot.TeleBot.send_voice:14 +msgid "Voice message caption, 0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.TeleBot.send_voice:17 +msgid "Duration of the voice message in seconds" +msgstr "" + +#: of telebot.TeleBot.send_voice:28 +msgid "" +"Mode for parsing entities in the voice message caption. See formatting " +"options for more details." +msgstr "" + +#: of telebot.TeleBot.set_chat_administrator_custom_title:1 +msgid "" +"Use this method to set a custom title for an administrator in a " +"supergroup promoted by the bot. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.set_chat_administrator_custom_title:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatadministratorcustomtitle" +msgstr "" + +#: of telebot.TeleBot.set_chat_administrator_custom_title:13 +msgid "" +"New custom title for the administrator; 0-16 characters, emoji are not " +"allowed" +msgstr "" + +#: of telebot.TeleBot.set_chat_description:1 +msgid "" +"Use this method to change the description of a supergroup or a channel. " +"The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights." +msgstr "" + +#: of telebot.TeleBot.set_chat_description:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatdescription" +msgstr "" + +#: of telebot.TeleBot.set_chat_description:10 +msgid "Str: New chat description, 0-255 characters" +msgstr "" + +#: of telebot.TeleBot.set_chat_menu_button:1 +msgid "" +"Use this method to change the bot's menu button in a private chat, or the" +" default menu button. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.set_chat_menu_button:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatmenubutton" +msgstr "" + +#: of telebot.TeleBot.set_chat_menu_button:7 +msgid "" +"Unique identifier for the target private chat. If not specified, default " +"bot's menu button will be changed." +msgstr "" + +#: of telebot.TeleBot.set_chat_menu_button:11 +msgid "" +"A JSON-serialized object for the new bot's menu button. Defaults to " +"MenuButtonDefault" +msgstr "" + +#: of telebot.TeleBot.set_chat_permissions:1 +msgid "" +"Use this method to set default chat permissions for all members. The bot " +"must be an administrator in the group or a supergroup for this to work " +"and must have the can_restrict_members admin rights." +msgstr "" + +#: of telebot.TeleBot.set_chat_permissions:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatpermissions" +msgstr "" + +#: of telebot.TeleBot.set_chat_permissions:11 +msgid "New default chat permissions" +msgstr "" + +#: of telebot.TeleBot.set_chat_photo:1 +msgid "" +"Use this method to set a new profile photo for the chat. Photos can't be " +"changed for private chats. The bot must be an administrator in the chat " +"for this to work and must have the appropriate admin rights. Returns True" +" on success. Note: In regular groups (non-supergroups), this method will " +"only work if the ‘All Members Are Admins’ setting is off in the target " +"group." +msgstr "" + +#: of telebot.TeleBot.set_chat_photo:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#setchatphoto" +msgstr "" + +#: of telebot.TeleBot.set_chat_photo:13 +msgid "InputFile: New chat photo, uploaded using multipart/form-data" +msgstr "" + +#: of telebot.TeleBot.set_chat_sticker_set:1 +msgid "" +"Use this method to set a new group sticker set for a supergroup. The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate administrator rights. Use the field can_set_sticker_set " +"optionally returned in getChat requests to check if the bot can use this " +"method. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.set_chat_sticker_set:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setchatstickerset" +msgstr "" + +#: of telebot.TeleBot.set_chat_sticker_set:10 +msgid "Name of the sticker set to be set as the group sticker set" +msgstr "" + +#: of telebot.TeleBot.set_chat_sticker_set:13 +msgid "StickerSet object" +msgstr "" + +#: of telebot.TeleBot.set_chat_title:1 +msgid "" +"Use this method to change the title of a chat. Titles can't be changed " +"for private chats. The bot must be an administrator in the chat for this " +"to work and must have the appropriate admin rights. Returns True on " +"success. Note: In regular groups (non-supergroups), this method will only" +" work if the ‘All Members Are Admins’ setting is off in the target group." +msgstr "" + +#: of telebot.TeleBot.set_chat_title:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#setchattitle" +msgstr "" + +#: of telebot.TeleBot.set_chat_title:13 +msgid "New chat title, 1-255 characters" +msgstr "" + +#: of telebot.TeleBot.set_game_score:1 +msgid "Sets the value of points in the game to a specific user." +msgstr "" + +#: of telebot.TeleBot.set_game_score:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#setgamescore" +msgstr "" + +#: of telebot.TeleBot.set_game_score:8 +msgid "New score, must be non-negative" +msgstr "" + +#: of telebot.TeleBot.set_game_score:11 +msgid "" +"Pass True, if the high score is allowed to decrease. This can be useful " +"when fixing mistakes or banning cheaters" +msgstr "" + +#: of telebot.TeleBot.set_game_score:23 +msgid "" +"Pass True, if the game message should not be automatically edited to " +"include the current scoreboard" +msgstr "" + +#: of telebot.TeleBot.set_game_score:26 +msgid "" +"On success, if the message was sent by the bot, returns the edited " +"Message, otherwise returns True." +msgstr "" + +#: of telebot.TeleBot.set_my_commands:1 +msgid "Use this method to change the list of the bot's commands." +msgstr "" + +#: of telebot.TeleBot.set_my_commands:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#setmycommands" +msgstr "" + +#: of telebot.TeleBot.set_my_commands:5 +msgid "List of BotCommand. At most 100 commands can be specified." +msgstr "" + +#: of telebot.TeleBot.set_my_default_administrator_rights:1 +msgid "" +"Use this method to change the default administrator rights requested by " +"the bot when it's added as an administrator to groups or channels. These " +"rights will be suggested to users, but they are are free to modify the " +"list before adding the bot. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.set_my_default_administrator_rights:7 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setmydefaultadministratorrights" +msgstr "" + +#: of telebot.TeleBot.set_my_default_administrator_rights:9 +msgid "" +"A JSON-serialized object describing new default administrator rights. If " +"not specified, the default administrator rights will be cleared." +msgstr "" + +#: of telebot.TeleBot.set_my_default_administrator_rights:13 +msgid "" +"Pass True to change the default administrator rights of the bot in " +"channels. Otherwise, the default administrator rights of the bot for " +"groups and supergroups will be changed." +msgstr "" + +#: of telebot.TeleBot.set_state:1 +msgid "Sets a new state of a user." +msgstr "" + +#: of telebot.TeleBot.set_state:5 +msgid "" +"You should set both user id and chat id in order to set state for a user " +"in a chat. Otherwise, if you only set user_id, chat_id will equal to " +"user_id, this means that state will be set for the user in his private " +"chat with a bot." +msgstr "" + +#: of telebot.TeleBot.set_state:12 +msgid "new state. can be string, integer, or :class:`telebot.types.State`" +msgstr "" + +#: of telebot.TeleBot.set_sticker_position_in_set:1 +msgid "" +"Use this method to move a sticker in a set created by the bot to a " +"specific position . Returns True on success." +msgstr "" + +#: of telebot.TeleBot.set_sticker_position_in_set:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setstickerpositioninset" +msgstr "" + +#: of telebot.TeleBot.set_sticker_position_in_set:8 +msgid "New sticker position in the set, zero-based" +msgstr "" + +#: of telebot.TeleBot.set_sticker_set_thumb:1 +msgid "" +"Use this method to set the thumbnail of a sticker set. Animated " +"thumbnails can be set for animated sticker sets only. Returns True on " +"success." +msgstr "" + +#: of telebot.TeleBot.set_sticker_set_thumb:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#setstickersetthumb" +msgstr "" + +#: of telebot.TeleBot.set_update_listener:1 +msgid "Sets a listener function to be called when a new update is received." +msgstr "" + +#: of telebot.TeleBot.set_update_listener:3 +msgid "Listener function." +msgstr "" + +#: of telebot.TeleBot.set_webhook:1 +msgid "" +"Use this method to specify a URL and receive incoming updates via an " +"outgoing webhook. Whenever there is an update for the bot, we will send " +"an HTTPS POST request to the specified URL, containing a JSON-serialized " +"Update. In case of an unsuccessful request, we will give up after a " +"reasonable amount of attempts. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.set_webhook:6 +msgid "" +"If you'd like to make sure that the webhook was set by you, you can " +"specify secret data in the parameter secret_token. If specified, the " +"request will contain a header “X-Telegram-Bot-Api-Secret-Token” with the " +"secret token as content." +msgstr "" + +#: of telebot.TeleBot.set_webhook:9 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#setwebhook" +msgstr "" + +#: of telebot.TeleBot.set_webhook:11 +msgid "" +"HTTPS URL to send updates to. Use an empty string to remove webhook " +"integration, defaults to None" +msgstr "" + +#: of telebot.TeleBot.set_webhook:14 +msgid "" +"Upload your public key certificate so that the root certificate in use " +"can be checked, defaults to None" +msgstr "" + +#: of telebot.TeleBot.set_webhook:17 +msgid "" +"The maximum allowed number of simultaneous HTTPS connections to the " +"webhook for update delivery, 1-100. Defaults to 40. Use lower values to " +"limit the load on your bot's server, and higher values to increase your " +"bot's throughput, defaults to None" +msgstr "" + +#: of telebot.TeleBot.set_webhook:22 +msgid "" +"A JSON-serialized list of the update types you want your bot to receive. " +"For example, specify [“message”, “edited_channel_post”, “callback_query”]" +" to only receive updates of these types. See Update for a complete list " +"of available update types. Specify an empty list to receive all update " +"types except chat_member (default). If not specified, the previous " +"setting will be used. Please note that this parameter doesn't affect " +"updates created before the call to the setWebhook, so unwanted updates " +"may be received for a short period of time. Defaults to None" +msgstr "" + +#: of telebot.TeleBot.set_webhook:22 +msgid "" +"A JSON-serialized list of the update types you want your bot to receive. " +"For example, specify [“message”, “edited_channel_post”, “callback_query”]" +" to only receive updates of these types. See Update for a complete list " +"of available update types. Specify an empty list to receive all update " +"types except chat_member (default). If not specified, the previous " +"setting will be used." +msgstr "" + +#: of telebot.TeleBot.set_webhook:27 +msgid "" +"Please note that this parameter doesn't affect updates created before the" +" call to the setWebhook, so unwanted updates may be received for a short " +"period of time. Defaults to None" +msgstr "" + +#: of telebot.TeleBot.set_webhook:42 +msgid "" +"A secret token to be sent in a header “X-Telegram-Bot-Api-Secret-Token” " +"in every webhook request, 1-256 characters. Only characters A-Z, a-z, " +"0-9, _ and - are allowed. The header is useful to ensure that the request" +" comes from a webhook set by you. Defaults to None" +msgstr "" + +#: of telebot.TeleBot.set_webhook:47 +msgid ":obj:`bool` if the request was successful." +msgstr "" + +#: of telebot.TeleBot.setup_middleware:1 +msgid "Registers class-based middleware." +msgstr "" + +#: of telebot.TeleBot.setup_middleware:3 +msgid "Subclass of :class:`telebot.handler_backends.BaseMiddleware`" +msgstr "" + +#: of telebot.TeleBot.shipping_query_handler:1 +msgid "" +"Handles new incoming shipping query. Only for invoices with flexible " +"price. As a parameter to the decorator function, it passes " +":class:`telebot.types.ShippingQuery` object." +msgstr "" + +#: of telebot.TeleBot.stop_bot:1 +msgid "Stops bot by stopping polling and closing the worker pool." +msgstr "" + +#: of telebot.TeleBot.stop_message_live_location:1 +msgid "" +"Use this method to stop updating a live location message before " +"live_period expires. On success, if the message is not an inline message," +" the edited Message is returned, otherwise True is returned." +msgstr "" + +#: of telebot.TeleBot.stop_message_live_location:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#stopmessagelivelocation" +msgstr "" + +#: of telebot.TeleBot.stop_message_live_location:9 +msgid "" +"Required if inline_message_id is not specified. Identifier of the message" +" with live location to stop" +msgstr "" + +#: of telebot.TeleBot.stop_message_live_location:12 +msgid "" +"Required if chat_id and message_id are not specified. Identifier of the " +"inline message with live location to stop" +msgstr "" + +#: of telebot.TeleBot.stop_message_live_location:22 +msgid "" +"On success, if the message is not an inline message, the edited Message " +"is returned, otherwise True is returned." +msgstr "" + +#: of telebot.TeleBot.stop_poll:1 +msgid "" +"Use this method to stop a poll which was sent by the bot. On success, the" +" stopped Poll is returned." +msgstr "" + +#: of telebot.TeleBot.stop_poll:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#stoppoll" +msgstr "" + +#: of telebot.TeleBot.stop_poll:8 +msgid "Identifier of the original message with the poll" +msgstr "" + +#: of telebot.TeleBot.stop_poll:11 +msgid "A JSON-serialized object for a new message markup." +msgstr "" + +#: of telebot.TeleBot.stop_poll:14 +msgid "On success, the stopped Poll is returned." +msgstr "" + +#: of telebot.TeleBot.stop_poll:15 +msgid ":obj:`types.Poll`" +msgstr "" + +#: of telebot.TeleBot.stop_polling:1 +msgid "Stops polling." +msgstr "" + +#: of telebot.TeleBot.stop_polling:3 +msgid "Does not accept any arguments." +msgstr "" + +#: of telebot.TeleBot.unban_chat_member:1 +msgid "" +"Use this method to unban a previously kicked user in a supergroup or " +"channel. The user will not return to the group or channel automatically, " +"but will be able to join via link, etc. The bot must be an administrator " +"for this to work. By default, this method guarantees that after the call " +"the user is not a member of the chat, but will be able to join it. So if " +"the user is a member of the chat they will also be removed from the chat." +" If you don't want this, use the parameter only_if_banned." +msgstr "" + +#: of telebot.TeleBot.unban_chat_member:7 +msgid "Telegram documentation: https://core.telegram.org/bots/api#unbanchatmember" +msgstr "" + +#: of telebot.TeleBot.unban_chat_member:9 +msgid "" +"Unique identifier for the target group or username of the target " +"supergroup or channel (in the format @username)" +msgstr "" + +#: of telebot.TeleBot.unban_chat_member:16 +msgid "Do nothing if the user is not banned" +msgstr "" + +#: of telebot.TeleBot.unban_chat_sender_chat:1 +msgid "" +"Use this method to unban a previously banned channel chat in a supergroup" +" or channel. The bot must be an administrator for this to work and must " +"have the appropriate administrator rights. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.unban_chat_sender_chat:6 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#unbanchatsenderchat" +msgstr "" + +#: of telebot.TeleBot.unban_chat_sender_chat:11 +msgid "Unique identifier of the target sender chat." +msgstr "" + +#: of telebot.TeleBot.unpin_all_chat_messages:1 +msgid "" +"Use this method to unpin a all pinned messages in a supergroup chat. The " +"bot must be an administrator in the chat for this to work and must have " +"the appropriate admin rights. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.unpin_all_chat_messages:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#unpinallchatmessages" +msgstr "" + +#: of telebot.TeleBot.unpin_all_forum_topic_messages:1 +msgid "" +"Use this method to clear the list of pinned messages in a forum topic. " +"The bot must be an administrator in the chat for this to work and must " +"have the can_pin_messages administrator right in the supergroup. Returns " +"True on success." +msgstr "" + +#: of telebot.TeleBot.unpin_all_forum_topic_messages:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#unpinallforumtopicmessages" +msgstr "" + +#: of telebot.TeleBot.unpin_all_forum_topic_messages:10 +msgid "Identifier of the topic" +msgstr "" + +#: of telebot.TeleBot.unpin_chat_message:1 +msgid "" +"Use this method to unpin specific pinned message in a supergroup chat. " +"The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights. Returns True on success." +msgstr "" + +#: of telebot.TeleBot.unpin_chat_message:5 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#unpinchatmessage" +msgstr "" + +#: of telebot.TeleBot.unpin_chat_message:11 +msgid "Int: Identifier of a message to unpin" +msgstr "" + +#: of telebot.TeleBot.upload_sticker_file:1 +msgid "" +"Use this method to upload a .png file with a sticker for later use in " +"createNewStickerSet and addStickerToSet methods (can be used multiple " +"times). Returns the uploaded File on success." +msgstr "" + +#: of telebot.TeleBot.upload_sticker_file:4 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#uploadstickerfile" +msgstr "" + +#: of telebot.TeleBot.upload_sticker_file:6 +msgid "User identifier of sticker set owner" +msgstr "" + +#: of telebot.TeleBot.upload_sticker_file:9 +msgid "" +"PNG image with the sticker, must be up to 512 kilobytes in size, " +"dimensions must not exceed 512px, and either width or height must be " +"exactly 512px." +msgstr "" + +#: of telebot.TeleBot.upload_sticker_file:13 +msgid "On success, the sent file is returned." +msgstr "" + +#: of telebot.TeleBot.user:1 +msgid "" +"The User object representing this bot. Equivalent to bot.get_me() but the" +" result is cached so only one API call is needed." +msgstr "" + +#: of telebot.TeleBot.user:4 +msgid "Bot's info." +msgstr "" + +#: of telebot.TeleBot.user:5 +msgid ":class:`telebot.types.User`" +msgstr "" + +#: ../../sync_version/index.rst:17 +msgid "custom_filters file" +msgstr "" + +#: of telebot.custom_filters.AdvancedCustomFilter:1 +#: telebot.custom_filters.SimpleCustomFilter:1 +msgid "Bases: :py:class:`abc.ABC`" +msgstr "" + +#: of telebot.custom_filters.AdvancedCustomFilter:1 +msgid "" +"Advanced Custom Filter base class. Create child class with check() " +"method. Accepts two parameters, returns bool: True - filter passed, False" +" - filter failed. message: Message class text: Filter value given in " +"handler" +msgstr "" + +#: of telebot.custom_filters.AdvancedCustomFilter:7 +#: telebot.custom_filters.SimpleCustomFilter:5 +msgid "Child classes should have .key property." +msgstr "" + +#: of telebot.custom_filters.AdvancedCustomFilter:9 +msgid "Example on creating an advanced custom filter." +msgstr "" + +#: of telebot.custom_filters.AdvancedCustomFilter.check:1 +#: telebot.custom_filters.SimpleCustomFilter.check:1 +msgid "Perform a check." +msgstr "" + +#: of telebot.custom_filters.ChatFilter:1 +#: telebot.custom_filters.LanguageFilter:1 telebot.custom_filters.StateFilter:1 +#: telebot.custom_filters.TextContainsFilter:1 +#: telebot.custom_filters.TextMatchFilter:1 +#: telebot.custom_filters.TextStartsFilter:1 +msgid "Bases: :py:class:`telebot.custom_filters.AdvancedCustomFilter`" +msgstr "" + +#: of telebot.custom_filters.ChatFilter:1 +msgid "Check whether chat_id corresponds to given chat_id." +msgstr "" + +#: of telebot.custom_filters.ChatFilter:3 +#: telebot.custom_filters.ForwardFilter:3 +#: telebot.custom_filters.IsAdminFilter:3 +#: telebot.custom_filters.IsDigitFilter:3 +#: telebot.custom_filters.IsReplyFilter:3 +#: telebot.custom_filters.LanguageFilter:3 telebot.custom_filters.StateFilter:3 +#: telebot.custom_filters.TextContainsFilter:5 +#: telebot.custom_filters.TextMatchFilter:3 +#: telebot.custom_filters.TextStartsFilter:3 +msgid "Example on using this filter:" +msgstr "" + +#: of telebot.custom_filters.ForwardFilter:1 +#: telebot.custom_filters.IsAdminFilter:1 +#: telebot.custom_filters.IsDigitFilter:1 +#: telebot.custom_filters.IsReplyFilter:1 +msgid "Bases: :py:class:`telebot.custom_filters.SimpleCustomFilter`" +msgstr "" + +#: of telebot.custom_filters.ForwardFilter:1 +msgid "Check whether message was forwarded from channel or group." +msgstr "" + +#: of telebot.custom_filters.IsAdminFilter:1 +msgid "Check whether the user is administrator / owner of the chat." +msgstr "" + +#: of telebot.custom_filters.IsDigitFilter:1 +msgid "Filter to check whether the string is made up of only digits." +msgstr "" + +#: of telebot.custom_filters.IsReplyFilter:1 +msgid "Check whether message is a reply." +msgstr "" + +#: of telebot.custom_filters.LanguageFilter:1 +msgid "Check users language_code." +msgstr "" + +#: of telebot.custom_filters.SimpleCustomFilter:1 +msgid "" +"Simple Custom Filter base class. Create child class with check() method. " +"Accepts only message, returns bool value, that is compared with given in " +"handler." +msgstr "" + +#: of telebot.custom_filters.SimpleCustomFilter:7 +msgid "Example on creating a simple custom filter." +msgstr "" + +#: of telebot.custom_filters.StateFilter:1 +msgid "Filter to check state." +msgstr "" + +#: of telebot.custom_filters.TextContainsFilter:1 +msgid "Filter to check Text message. key: text" +msgstr "" + +#: of telebot.custom_filters.TextFilter:1 +msgid "" +"Advanced text filter to check (types.Message, types.CallbackQuery, " +"types.InlineQuery, types.Poll)" +msgstr "" + +#: of telebot.custom_filters.TextFilter:3 +msgid "example of usage is in examples/custom_filters/advanced_text_filter.py" +msgstr "" + +#: of telebot.custom_filters.TextFilter:5 +msgid "string, True if object's text is equal to passed string" +msgstr "" + +#: of telebot.custom_filters.TextFilter:8 +msgid "list[str] or tuple[str], True if any string element of iterable is in text" +msgstr "" + +#: of telebot.custom_filters.TextFilter:11 telebot.custom_filters.TextFilter:14 +msgid "string, True if object's text starts with passed string" +msgstr "" + +#: of telebot.custom_filters.TextFilter:17 +msgid "bool (default False), case insensitive" +msgstr "" + +#: of telebot.custom_filters.TextFilter:20 +msgid "if incorrect value for a parameter was supplied" +msgstr "" + +#: of telebot.custom_filters.TextMatchFilter:1 +msgid "Filter to check Text message." +msgstr "" + +#: of telebot.custom_filters.TextStartsFilter:1 +msgid "Filter to check whether message starts with some text." +msgstr "" + +#: ../../sync_version/index.rst:25 +msgid "handler_backends file" +msgstr "" + +#: of telebot.handler_backends.BaseMiddleware:1 +msgid "" +"Base class for middleware. Your middlewares should be inherited from this" +" class." +msgstr "" + +#: of telebot.handler_backends.BaseMiddleware:4 +msgid "" +"Set update_sensitive=True if you want to get different updates on " +"different functions. For example, if you want to handle pre_process for " +"message update, then you will have to create pre_process_message " +"function, and so on. Same applies to post_process." +msgstr "" + +#: of telebot.handler_backends.BaseMiddleware:10 +msgid "" +"If you want to use middleware, you have to set use_class_middlewares=True" +" in your TeleBot instance." +msgstr "" + +#: of telebot.handler_backends.BaseMiddleware:13 +msgid "Example of class-based middlewares." +msgstr "" + +#: of telebot.handler_backends.CancelUpdate:1 +msgid "" +"Class for canceling updates. Just return instance of this class in " +"middleware to skip update. Update will skip handler and execution of " +"post_process in middlewares." +msgstr "" + +#: of telebot.handler_backends.ContinueHandling:1 +msgid "" +"Class for continue updates in handlers. Just return instance of this " +"class in handlers to continue process." +msgstr "" + +#: of telebot.handler_backends.ContinueHandling:5 +msgid "Example of using ContinueHandling" +msgstr "" + +#: of telebot.handler_backends.SkipHandler:1 +msgid "" +"Class for skipping handlers. Just return instance of this class in " +"middleware to skip handler. Update will go to post_process, but will skip" +" execution of handler." +msgstr "" + +#: of telebot.handler_backends.State:1 +msgid "Class representing a state." +msgstr "" + +#: of telebot.handler_backends.StatesGroup:1 +msgid "Class representing common states." +msgstr "" + +#: ../../sync_version/index.rst:34 +msgid "Extensions" +msgstr "" + +#: of telebot.ext.sync.webhooks:1 +msgid "" +"This file is used by TeleBot.run_webhooks() function. Fastapi is required" +" to run this script." +msgstr "" + +#: of telebot.ext.sync.webhooks.SyncWebhookListener.run_app:1 +msgid "" +"Run app with the given parameters to init. Not supposed to be used " +"manually by user." +msgstr "" + diff --git a/docs/source/locales/ru/LC_MESSAGES/types.po b/docs/source/locales/ru/LC_MESSAGES/types.po new file mode 100644 index 0000000..e9417f3 --- /dev/null +++ b/docs/source/locales/ru/LC_MESSAGES/types.po @@ -0,0 +1,5507 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2022, coder2020official +# This file is distributed under the same license as the pyTelegramBotAPI +# Documentation package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: pyTelegramBotAPI Documentation \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-29 14:44+0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../types.rst:3 +msgid "Types of API" +msgstr "" + +#: of telebot.types.Animation:1 telebot.types.Audio:1 +#: telebot.types.CallbackQuery:1 telebot.types.Chat:1 +#: telebot.types.ChatJoinRequest:1 telebot.types.ChatMember:1 +#: telebot.types.ChatMemberUpdated:1 telebot.types.ChatPhoto:1 +#: telebot.types.ChosenInlineResult:1 telebot.types.Contact:1 +#: telebot.types.Document:1 telebot.types.File:1 telebot.types.ForumTopic:1 +#: telebot.types.ForumTopicClosed:1 telebot.types.ForumTopicCreated:1 +#: telebot.types.ForumTopicReopened:1 telebot.types.Game:1 +#: telebot.types.GameHighScore:1 telebot.types.InlineQuery:1 +#: telebot.types.Invoice:1 telebot.types.Message:1 +#: telebot.types.MessageAutoDeleteTimerChanged:1 telebot.types.MessageID:1 +#: telebot.types.OrderInfo:1 telebot.types.PhotoSize:1 telebot.types.Poll:1 +#: telebot.types.PollOption:1 telebot.types.PreCheckoutQuery:1 +#: telebot.types.ProximityAlertTriggered:1 telebot.types.ShippingAddress:1 +#: telebot.types.ShippingQuery:1 telebot.types.Sticker:1 +#: telebot.types.StickerSet:1 telebot.types.SuccessfulPayment:1 +#: telebot.types.Update:1 telebot.types.UserProfilePhotos:1 +#: telebot.types.Venue:1 telebot.types.Video:1 telebot.types.VideoChatEnded:1 +#: telebot.types.VideoChatParticipantsInvited:1 +#: telebot.types.VideoChatScheduled:1 telebot.types.VideoChatStarted:1 +#: telebot.types.VideoNote:1 telebot.types.Voice:1 telebot.types.WebhookInfo:1 +msgid "Bases: :py:class:`telebot.types.JsonDeserializable`" +msgstr "" + +#: of telebot.types.Animation:1 +msgid "" +"This object represents an animation file (GIF or H.264/MPEG-4 AVC video " +"without sound)." +msgstr "" + +#: of telebot.types.Animation:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#animation" +msgstr "" + +#: of telebot.types.Animation telebot.types.Audio telebot.types.BotCommand +#: telebot.types.BotCommandScopeAllChatAdministrators +#: telebot.types.BotCommandScopeAllGroupChats +#: telebot.types.BotCommandScopeAllPrivateChats +#: telebot.types.BotCommandScopeChat +#: telebot.types.BotCommandScopeChatAdministrators +#: telebot.types.BotCommandScopeChatMember telebot.types.BotCommandScopeDefault +#: telebot.types.CallbackQuery telebot.types.Chat +#: telebot.types.ChatAdministratorRights telebot.types.ChatInviteLink +#: telebot.types.ChatJoinRequest telebot.types.ChatLocation +#: telebot.types.ChatMemberAdministrator telebot.types.ChatMemberBanned +#: telebot.types.ChatMemberLeft telebot.types.ChatMemberMember +#: telebot.types.ChatMemberOwner telebot.types.ChatMemberRestricted +#: telebot.types.ChatMemberUpdated telebot.types.ChatPermissions +#: telebot.types.ChatPhoto telebot.types.ChosenInlineResult +#: telebot.types.Contact telebot.types.Dice telebot.types.Document +#: telebot.types.File telebot.types.ForceReply telebot.types.ForumTopic +#: telebot.types.ForumTopicCreated telebot.types.Game +#: telebot.types.GameHighScore telebot.types.InlineKeyboardButton +#: telebot.types.InlineKeyboardMarkup telebot.types.InlineKeyboardMarkup.add +#: telebot.types.InlineKeyboardMarkup.row telebot.types.InlineQuery +#: telebot.types.InlineQueryResultArticle telebot.types.InlineQueryResultAudio +#: telebot.types.InlineQueryResultCachedAudio +#: telebot.types.InlineQueryResultCachedDocument +#: telebot.types.InlineQueryResultCachedGif +#: telebot.types.InlineQueryResultCachedMpeg4Gif +#: telebot.types.InlineQueryResultCachedPhoto +#: telebot.types.InlineQueryResultCachedSticker +#: telebot.types.InlineQueryResultCachedVideo +#: telebot.types.InlineQueryResultCachedVoice +#: telebot.types.InlineQueryResultContact +#: telebot.types.InlineQueryResultDocument telebot.types.InlineQueryResultGame +#: telebot.types.InlineQueryResultGif telebot.types.InlineQueryResultLocation +#: telebot.types.InlineQueryResultMpeg4Gif telebot.types.InlineQueryResultPhoto +#: telebot.types.InlineQueryResultVenue telebot.types.InlineQueryResultVideo +#: telebot.types.InlineQueryResultVoice +#: telebot.types.InputContactMessageContent telebot.types.InputFile +#: telebot.types.InputInvoiceMessageContent +#: telebot.types.InputLocationMessageContent telebot.types.InputMediaAnimation +#: telebot.types.InputMediaAudio telebot.types.InputMediaDocument +#: telebot.types.InputMediaPhoto telebot.types.InputMediaVideo +#: telebot.types.InputTextMessageContent telebot.types.InputVenueMessageContent +#: telebot.types.Invoice telebot.types.KeyboardButton +#: telebot.types.KeyboardButtonPollType telebot.types.LabeledPrice +#: telebot.types.Location telebot.types.LoginUrl telebot.types.MaskPosition +#: telebot.types.MenuButtonCommands telebot.types.MenuButtonDefault +#: telebot.types.MenuButtonWebApp telebot.types.Message +#: telebot.types.MessageAutoDeleteTimerChanged telebot.types.MessageEntity +#: telebot.types.MessageID telebot.types.OrderInfo telebot.types.PhotoSize +#: telebot.types.Poll telebot.types.Poll.add telebot.types.PollAnswer +#: telebot.types.PollOption telebot.types.PreCheckoutQuery +#: telebot.types.ProximityAlertTriggered telebot.types.ReplyKeyboardMarkup +#: telebot.types.ReplyKeyboardMarkup.add telebot.types.ReplyKeyboardMarkup.row +#: telebot.types.ReplyKeyboardRemove telebot.types.SentWebAppMessage +#: telebot.types.ShippingAddress telebot.types.ShippingOption +#: telebot.types.ShippingOption.add_price telebot.types.ShippingQuery +#: telebot.types.Sticker telebot.types.StickerSet +#: telebot.types.SuccessfulPayment telebot.types.Update telebot.types.User +#: telebot.types.UserProfilePhotos telebot.types.Venue telebot.types.Video +#: telebot.types.VideoChatEnded telebot.types.VideoChatParticipantsInvited +#: telebot.types.VideoChatScheduled telebot.types.VideoNote telebot.types.Voice +#: telebot.types.WebAppData telebot.types.WebAppInfo telebot.types.WebhookInfo +msgid "Parameters" +msgstr "" + +#: of telebot.types.Animation:5 telebot.types.Audio:5 telebot.types.Document:5 +#: telebot.types.File:5 telebot.types.PhotoSize:5 telebot.types.Sticker:5 +#: telebot.types.Video:5 telebot.types.VideoNote:5 telebot.types.Voice:5 +msgid "Identifier for this file, which can be used to download or reuse the file" +msgstr "" + +#: of telebot.types.Animation:8 telebot.types.Audio:8 telebot.types.Document:8 +#: telebot.types.File:8 telebot.types.PhotoSize:8 telebot.types.Sticker:8 +#: telebot.types.Video:8 telebot.types.VideoNote:8 telebot.types.Voice:8 +msgid "" +"Unique identifier for this file, which is supposed to be the same over " +"time and for different bots. Can't be used to download or reuse the file." +msgstr "" + +#: of telebot.types.Animation:12 telebot.types.Video:12 +msgid "Video width as defined by sender" +msgstr "" + +#: of telebot.types.Animation:15 telebot.types.Video:15 +msgid "Video height as defined by sender" +msgstr "" + +#: of telebot.types.Animation:18 telebot.types.Video:18 +#: telebot.types.VideoNote:15 +msgid "Duration of the video in seconds as defined by sender" +msgstr "" + +#: of telebot.types.Animation:21 +msgid "Optional. Animation thumbnail as defined by sender" +msgstr "" + +#: of telebot.types.Animation:24 +msgid "Optional. Original animation filename as defined by sender" +msgstr "" + +#: of telebot.types.Animation:27 telebot.types.Audio:24 +#: telebot.types.Document:18 telebot.types.Video:27 telebot.types.Voice:15 +msgid "Optional. MIME type of the file as defined by sender" +msgstr "" + +#: of telebot.types.Animation:30 telebot.types.Audio:27 +#: telebot.types.Document:21 telebot.types.File:12 telebot.types.Video:30 +#: telebot.types.Voice:18 +msgid "" +"Optional. File size in bytes. It can be bigger than 2^31 and some " +"programming languages may have difficulty/silent defects in interpreting " +"it. But it has at most 52 significant bits, so a signed 64-bit integer or" +" double-precision float type are safe for storing this value." +msgstr "" + +#: of telebot.types.Animation telebot.types.Audio telebot.types.BotCommand +#: telebot.types.BotCommandScope +#: telebot.types.BotCommandScopeAllChatAdministrators +#: telebot.types.BotCommandScopeAllGroupChats +#: telebot.types.BotCommandScopeAllPrivateChats +#: telebot.types.BotCommandScopeChat +#: telebot.types.BotCommandScopeChatAdministrators +#: telebot.types.BotCommandScopeChatMember telebot.types.BotCommandScopeDefault +#: telebot.types.CallbackQuery telebot.types.Chat +#: telebot.types.ChatAdministratorRights telebot.types.ChatInviteLink +#: telebot.types.ChatJoinRequest telebot.types.ChatLocation +#: telebot.types.ChatMemberAdministrator telebot.types.ChatMemberBanned +#: telebot.types.ChatMemberLeft telebot.types.ChatMemberMember +#: telebot.types.ChatMemberOwner telebot.types.ChatMemberRestricted +#: telebot.types.ChatMemberUpdated telebot.types.ChatMemberUpdated.difference +#: telebot.types.ChatPermissions telebot.types.ChatPhoto +#: telebot.types.ChosenInlineResult telebot.types.Contact telebot.types.Dice +#: telebot.types.Document telebot.types.File telebot.types.ForceReply +#: telebot.types.ForumTopic telebot.types.ForumTopicCreated telebot.types.Game +#: telebot.types.GameHighScore telebot.types.InlineKeyboardButton +#: telebot.types.InlineKeyboardMarkup telebot.types.InlineKeyboardMarkup.add +#: telebot.types.InlineKeyboardMarkup.row telebot.types.InlineQuery +#: telebot.types.InlineQueryResultArticle telebot.types.InlineQueryResultAudio +#: telebot.types.InlineQueryResultCachedAudio +#: telebot.types.InlineQueryResultCachedDocument +#: telebot.types.InlineQueryResultCachedGif +#: telebot.types.InlineQueryResultCachedMpeg4Gif +#: telebot.types.InlineQueryResultCachedPhoto +#: telebot.types.InlineQueryResultCachedSticker +#: telebot.types.InlineQueryResultCachedVideo +#: telebot.types.InlineQueryResultCachedVoice +#: telebot.types.InlineQueryResultContact +#: telebot.types.InlineQueryResultDocument telebot.types.InlineQueryResultGame +#: telebot.types.InlineQueryResultGif telebot.types.InlineQueryResultLocation +#: telebot.types.InlineQueryResultMpeg4Gif telebot.types.InlineQueryResultPhoto +#: telebot.types.InlineQueryResultVenue telebot.types.InlineQueryResultVideo +#: telebot.types.InlineQueryResultVoice +#: telebot.types.InputContactMessageContent +#: telebot.types.InputInvoiceMessageContent +#: telebot.types.InputLocationMessageContent telebot.types.InputMediaAnimation +#: telebot.types.InputMediaAudio telebot.types.InputMediaDocument +#: telebot.types.InputMediaPhoto telebot.types.InputMediaVideo +#: telebot.types.InputTextMessageContent telebot.types.InputVenueMessageContent +#: telebot.types.Invoice telebot.types.KeyboardButton +#: telebot.types.KeyboardButtonPollType telebot.types.LabeledPrice +#: telebot.types.Location telebot.types.LoginUrl telebot.types.MaskPosition +#: telebot.types.MenuButtonCommands telebot.types.MenuButtonDefault +#: telebot.types.MenuButtonWebApp telebot.types.Message +#: telebot.types.MessageAutoDeleteTimerChanged telebot.types.MessageEntity +#: telebot.types.MessageID telebot.types.OrderInfo telebot.types.PhotoSize +#: telebot.types.Poll telebot.types.PollAnswer telebot.types.PollOption +#: telebot.types.PreCheckoutQuery telebot.types.ProximityAlertTriggered +#: telebot.types.ReplyKeyboardMarkup telebot.types.ReplyKeyboardMarkup.add +#: telebot.types.ReplyKeyboardMarkup.row telebot.types.ReplyKeyboardRemove +#: telebot.types.SentWebAppMessage telebot.types.ShippingAddress +#: telebot.types.ShippingOption telebot.types.ShippingOption.add_price +#: telebot.types.ShippingQuery telebot.types.Sticker telebot.types.StickerSet +#: telebot.types.SuccessfulPayment telebot.types.Update telebot.types.User +#: telebot.types.UserProfilePhotos telebot.types.Venue telebot.types.Video +#: telebot.types.VideoChatEnded telebot.types.VideoChatParticipantsInvited +#: telebot.types.VideoChatScheduled telebot.types.VideoNote telebot.types.Voice +#: telebot.types.WebAppData telebot.types.WebAppInfo telebot.types.WebhookInfo +msgid "Returns" +msgstr "" + +#: of telebot.types.Animation:35 telebot.types.Audio:35 +#: telebot.types.BotCommand:12 telebot.types.BotCommandScope:38 +#: telebot.types.BotCommandScopeAllChatAdministrators:8 +#: telebot.types.BotCommandScopeAllGroupChats:8 +#: telebot.types.BotCommandScopeAllPrivateChats:8 +#: telebot.types.BotCommandScopeChat:12 +#: telebot.types.BotCommandScopeChatAdministrators:12 +#: telebot.types.BotCommandScopeChatMember:15 +#: telebot.types.BotCommandScopeDefault:8 telebot.types.CallbackQuery:30 +#: telebot.types.Chat:101 telebot.types.ChatAdministratorRights:46 +#: telebot.types.ChatInviteLink:34 telebot.types.ChatJoinRequest:20 +#: telebot.types.ChatLocation:11 telebot.types.ChatMemberAdministrator:59 +#: telebot.types.ChatMemberBanned:15 telebot.types.ChatMemberLeft:11 +#: telebot.types.ChatMemberMember:11 telebot.types.ChatMemberOwner:17 +#: telebot.types.ChatMemberRestricted:47 telebot.types.ChatMemberUpdated:24 +#: telebot.types.ChatPermissions:38 telebot.types.ChatPhoto:21 +#: telebot.types.ChosenInlineResult:21 telebot.types.Contact:22 +#: telebot.types.Dice:11 telebot.types.Document:26 telebot.types.File:21 +#: telebot.types.ForceReply:18 telebot.types.ForumTopic:17 +#: telebot.types.ForumTopicCreated:14 telebot.types.Game:25 +#: telebot.types.GameHighScore:14 telebot.types.InlineKeyboardButton:45 +#: telebot.types.InlineKeyboardMarkup:22 telebot.types.InlineQuery:26 +#: telebot.types.InlineQueryResultArticle:38 +#: telebot.types.InlineQueryResultAudio:40 +#: telebot.types.InlineQueryResultCachedAudio:31 +#: telebot.types.InlineQueryResultCachedDocument:37 +#: telebot.types.InlineQueryResultCachedGif:33 +#: telebot.types.InlineQueryResultCachedMpeg4Gif:33 +#: telebot.types.InlineQueryResultCachedPhoto:37 +#: telebot.types.InlineQueryResultCachedSticker:20 +#: telebot.types.InlineQueryResultCachedVideo:37 +#: telebot.types.InlineQueryResultCachedVoice:34 +#: telebot.types.InlineQueryResultContact:38 +#: telebot.types.InlineQueryResultDocument:49 +#: telebot.types.InlineQueryResultGame:17 telebot.types.InlineQueryResultGif:49 +#: telebot.types.InlineQueryResultLocation:50 +#: telebot.types.InlineQueryResultMpeg4Gif:49 +#: telebot.types.InlineQueryResultPhoto:46 +#: telebot.types.InlineQueryResultVenue:51 +#: telebot.types.InlineQueryResultVideo:53 +#: telebot.types.InlineQueryResultVoice:37 +#: telebot.types.InputContactMessageContent:17 +#: telebot.types.InputInvoiceMessageContent:75 +#: telebot.types.InputLocationMessageContent:26 +#: telebot.types.InputMediaAnimation:40 telebot.types.InputMediaAudio:40 +#: telebot.types.InputMediaDocument:35 telebot.types.InputMediaPhoto:24 +#: telebot.types.InputMediaVideo:43 telebot.types.InputTextMessageContent:19 +#: telebot.types.InputVenueMessageContent:30 telebot.types.Invoice:22 +#: telebot.types.KeyboardButton:25 telebot.types.KeyboardButtonPollType:9 +#: telebot.types.LabeledPrice:13 telebot.types.Location:25 +#: telebot.types.LoginUrl:24 telebot.types.MaskPosition:20 +#: telebot.types.MenuButtonCommands:8 telebot.types.MenuButtonDefault:8 +#: telebot.types.MenuButtonWebApp:15 telebot.types.Message:230 +#: telebot.types.MessageAutoDeleteTimerChanged:8 telebot.types.MessageEntity:32 +#: telebot.types.MessageID:8 telebot.types.OrderInfo:17 +#: telebot.types.PhotoSize:21 telebot.types.Poll:47 telebot.types.PollAnswer:15 +#: telebot.types.PollOption:11 telebot.types.PreCheckoutQuery:28 +#: telebot.types.ProximityAlertTriggered:14 +#: telebot.types.ReplyKeyboardMarkup:42 telebot.types.ReplyKeyboardRemove:18 +#: telebot.types.SentWebAppMessage:9 telebot.types.ShippingAddress:23 +#: telebot.types.ShippingOption:14 telebot.types.ShippingQuery:17 +#: telebot.types.Sticker:49 telebot.types.StickerSet:30 +#: telebot.types.SuccessfulPayment:28 telebot.types.Update:61 +#: telebot.types.User:41 telebot.types.UserProfilePhotos:11 +#: telebot.types.Venue:27 telebot.types.Video:35 telebot.types.VideoChatEnded:8 +#: telebot.types.VideoChatParticipantsInvited:8 +#: telebot.types.VideoChatScheduled:9 telebot.types.VideoNote:24 +#: telebot.types.Voice:23 telebot.types.WebAppData:12 +#: telebot.types.WebAppInfo:8 telebot.types.WebhookInfo:37 +msgid "Instance of the class" +msgstr "" + +#: of telebot.types.Animation telebot.types.Audio telebot.types.BotCommand +#: telebot.types.BotCommandScope +#: telebot.types.BotCommandScopeAllChatAdministrators +#: telebot.types.BotCommandScopeAllGroupChats +#: telebot.types.BotCommandScopeAllPrivateChats +#: telebot.types.BotCommandScopeChat +#: telebot.types.BotCommandScopeChatAdministrators +#: telebot.types.BotCommandScopeChatMember telebot.types.BotCommandScopeDefault +#: telebot.types.CallbackQuery telebot.types.Chat +#: telebot.types.ChatAdministratorRights telebot.types.ChatInviteLink +#: telebot.types.ChatJoinRequest telebot.types.ChatLocation +#: telebot.types.ChatMemberAdministrator telebot.types.ChatMemberBanned +#: telebot.types.ChatMemberLeft telebot.types.ChatMemberMember +#: telebot.types.ChatMemberOwner telebot.types.ChatMemberRestricted +#: telebot.types.ChatMemberUpdated telebot.types.ChatMemberUpdated.difference +#: telebot.types.ChatPermissions telebot.types.ChatPhoto +#: telebot.types.ChosenInlineResult telebot.types.Contact telebot.types.Dice +#: telebot.types.Document telebot.types.File telebot.types.ForceReply +#: telebot.types.ForumTopic telebot.types.ForumTopicCreated telebot.types.Game +#: telebot.types.GameHighScore telebot.types.InlineKeyboardButton +#: telebot.types.InlineKeyboardMarkup telebot.types.InlineKeyboardMarkup.add +#: telebot.types.InlineKeyboardMarkup.row telebot.types.InlineQuery +#: telebot.types.InlineQueryResultArticle telebot.types.InlineQueryResultAudio +#: telebot.types.InlineQueryResultCachedAudio +#: telebot.types.InlineQueryResultCachedDocument +#: telebot.types.InlineQueryResultCachedGif +#: telebot.types.InlineQueryResultCachedMpeg4Gif +#: telebot.types.InlineQueryResultCachedPhoto +#: telebot.types.InlineQueryResultCachedSticker +#: telebot.types.InlineQueryResultCachedVideo +#: telebot.types.InlineQueryResultCachedVoice +#: telebot.types.InlineQueryResultContact +#: telebot.types.InlineQueryResultDocument telebot.types.InlineQueryResultGame +#: telebot.types.InlineQueryResultGif telebot.types.InlineQueryResultLocation +#: telebot.types.InlineQueryResultMpeg4Gif telebot.types.InlineQueryResultPhoto +#: telebot.types.InlineQueryResultVenue telebot.types.InlineQueryResultVideo +#: telebot.types.InlineQueryResultVoice +#: telebot.types.InputContactMessageContent +#: telebot.types.InputInvoiceMessageContent +#: telebot.types.InputLocationMessageContent telebot.types.InputMediaAnimation +#: telebot.types.InputMediaAudio telebot.types.InputMediaDocument +#: telebot.types.InputMediaPhoto telebot.types.InputMediaVideo +#: telebot.types.InputTextMessageContent telebot.types.InputVenueMessageContent +#: telebot.types.Invoice telebot.types.KeyboardButton +#: telebot.types.KeyboardButtonPollType telebot.types.LabeledPrice +#: telebot.types.Location telebot.types.LoginUrl telebot.types.MaskPosition +#: telebot.types.MenuButtonCommands telebot.types.MenuButtonDefault +#: telebot.types.MenuButtonWebApp telebot.types.Message +#: telebot.types.MessageAutoDeleteTimerChanged telebot.types.MessageEntity +#: telebot.types.MessageID telebot.types.OrderInfo telebot.types.PhotoSize +#: telebot.types.Poll telebot.types.PollAnswer telebot.types.PollOption +#: telebot.types.PreCheckoutQuery telebot.types.ProximityAlertTriggered +#: telebot.types.ReplyKeyboardMarkup telebot.types.ReplyKeyboardMarkup.add +#: telebot.types.ReplyKeyboardMarkup.row telebot.types.ReplyKeyboardRemove +#: telebot.types.SentWebAppMessage telebot.types.ShippingAddress +#: telebot.types.ShippingOption telebot.types.ShippingQuery +#: telebot.types.Sticker telebot.types.StickerSet +#: telebot.types.SuccessfulPayment telebot.types.Update telebot.types.User +#: telebot.types.UserProfilePhotos telebot.types.Venue telebot.types.Video +#: telebot.types.VideoChatEnded telebot.types.VideoChatParticipantsInvited +#: telebot.types.VideoChatScheduled telebot.types.VideoNote telebot.types.Voice +#: telebot.types.WebAppData telebot.types.WebAppInfo telebot.types.WebhookInfo +msgid "Return type" +msgstr "" + +#: of telebot.types.Animation:36 +msgid ":class:`telebot.types.Animation`" +msgstr "" + +#: of telebot.types.Audio:1 +msgid "" +"This object represents an audio file to be treated as music by the " +"Telegram clients." +msgstr "" + +#: of telebot.types.Audio:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#audio" +msgstr "" + +#: of telebot.types.Audio:12 telebot.types.Voice:12 +msgid "Duration of the audio in seconds as defined by sender" +msgstr "" + +#: of telebot.types.Audio:15 +msgid "Optional. Performer of the audio as defined by sender or by audio tags" +msgstr "" + +#: of telebot.types.Audio:18 +msgid "Optional. Title of the audio as defined by sender or by audio tags" +msgstr "" + +#: of telebot.types.Audio:21 telebot.types.Document:15 telebot.types.Video:24 +msgid "Optional. Original filename as defined by sender" +msgstr "" + +#: of telebot.types.Audio:32 +msgid "Optional. Thumbnail of the album cover to which the music file belongs" +msgstr "" + +#: of telebot.types.Audio:36 +msgid ":class:`telebot.types.Audio`" +msgstr "" + +#: of telebot.types.BotCommand:1 telebot.types.ChatInviteLink:1 +#: telebot.types.ChatLocation:1 telebot.types.PollAnswer:1 +msgid "" +"Bases: :py:class:`telebot.types.JsonSerializable`, " +":py:class:`telebot.types.JsonDeserializable`, " +":py:class:`telebot.types.Dictionaryable`" +msgstr "" + +#: of telebot.types.BotCommand:1 +msgid "This object represents a bot command." +msgstr "" + +#: of telebot.types.BotCommand:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#botcommand" +msgstr "" + +#: of telebot.types.BotCommand:5 +msgid "" +"Text of the command; 1-32 characters. Can contain only lowercase English " +"letters, digits and underscores." +msgstr "" + +#: of telebot.types.BotCommand:9 +msgid "Description of the command; 1-256 characters." +msgstr "" + +#: of telebot.types.BotCommand:13 +msgid ":class:`telebot.types.BotCommand`" +msgstr "" + +#: of telebot.types.BotCommandScope:1 +#: telebot.types.InlineQueryResultCachedBase:1 +msgid "Bases: :py:class:`abc.ABC`, :py:class:`telebot.types.JsonSerializable`" +msgstr "" + +#: of telebot.types.BotCommandScope:1 +msgid "" +"This object represents the scope to which bot commands are applied. " +"Currently, the following 7 scopes are supported:" +msgstr "" + +#: of telebot.types.BotCommandScope:3 telebot.types.BotCommandScope:21 +#: telebot.types.BotCommandScope:36 +msgid ":class:`BotCommandScopeDefault`" +msgstr "" + +#: of telebot.types.BotCommandScope:4 telebot.types.BotCommandScope:19 +msgid ":class:`BotCommandScopeAllPrivateChats`" +msgstr "" + +#: of telebot.types.BotCommandScope:5 telebot.types.BotCommandScope:34 +msgid ":class:`BotCommandScopeAllGroupChats`" +msgstr "" + +#: of telebot.types.BotCommandScope:6 +msgid ":class:`BotCommandScopeAllChatAdministrators`" +msgstr "" + +#: of telebot.types.BotCommandScope:7 telebot.types.BotCommandScope:17 +#: telebot.types.BotCommandScope:30 +msgid ":class:`BotCommandScopeChat`" +msgstr "" + +#: of telebot.types.BotCommandScope:8 +msgid ":class:`BotCommandScopeChatAdministrators`" +msgstr "" + +#: of telebot.types.BotCommandScope:9 telebot.types.BotCommandScope:26 +msgid ":class:`BotCommandScopeChatMember`" +msgstr "" + +#: of telebot.types.BotCommandScope:11 +msgid "" +"Determining list of commands The following algorithm is used to determine" +" the list of commands for a particular user viewing the bot menu. The " +"first list of commands which is set is returned:" +msgstr "" + +#: of telebot.types.BotCommandScope:14 +msgid "Commands in the chat with the bot:" +msgstr "" + +#: of telebot.types.BotCommandScope:16 telebot.types.BotCommandScope:29 +msgid ":class:`BotCommandScopeChat` + language_code" +msgstr "" + +#: of telebot.types.BotCommandScope:18 +msgid ":class:`BotCommandScopeAllPrivateChats` + language_code" +msgstr "" + +#: of telebot.types.BotCommandScope:20 telebot.types.BotCommandScope:35 +msgid ":class:`BotCommandScopeDefault` + language_code" +msgstr "" + +#: of telebot.types.BotCommandScope:23 +msgid "Commands in group and supergroup chats:" +msgstr "" + +#: of telebot.types.BotCommandScope:25 +msgid ":class:`BotCommandScopeChatMember` + language_code" +msgstr "" + +#: of telebot.types.BotCommandScope:27 +msgid "" +":class:`BotCommandScopeChatAdministrators` + language_code " +"(administrators only)" +msgstr "" + +#: of telebot.types.BotCommandScope:28 +msgid ":class:`BotCommandScopeChatAdministrators` (administrators only)" +msgstr "" + +#: of telebot.types.BotCommandScope:31 +msgid "" +":class:`BotCommandScopeAllChatAdministrators` + language_code " +"(administrators only)" +msgstr "" + +#: of telebot.types.BotCommandScope:32 +msgid ":class:`BotCommandScopeAllChatAdministrators` (administrators only)" +msgstr "" + +#: of telebot.types.BotCommandScope:33 +msgid ":class:`BotCommandScopeAllGroupChats` + language_code" +msgstr "" + +#: of telebot.types.BotCommandScope:39 +msgid ":class:`telebot.types.BotCommandScope`" +msgstr "" + +#: of telebot.types.BotCommandScopeAllChatAdministrators:1 +#: telebot.types.BotCommandScopeAllGroupChats:1 +#: telebot.types.BotCommandScopeAllPrivateChats:1 +#: telebot.types.BotCommandScopeChat:1 +#: telebot.types.BotCommandScopeChatAdministrators:1 +#: telebot.types.BotCommandScopeChatMember:1 +#: telebot.types.BotCommandScopeDefault:1 +msgid "Bases: :py:class:`telebot.types.BotCommandScope`" +msgstr "" + +#: of telebot.types.BotCommandScopeAllChatAdministrators:1 +msgid "" +"Represents the scope of bot commands, covering all group and supergroup " +"chat administrators." +msgstr "" + +#: of telebot.types.BotCommandScopeAllChatAdministrators:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#botcommandscopeallchatadministrators" +msgstr "" + +#: of telebot.types.BotCommandScopeAllChatAdministrators:5 +msgid "Scope type, must be all_chat_administrators" +msgstr "" + +#: of telebot.types.BotCommandScopeAllChatAdministrators:9 +msgid ":class:`telebot.types.BotCommandScopeAllChatAdministrators`" +msgstr "" + +#: of telebot.types.BotCommandScopeAllGroupChats:1 +msgid "" +"Represents the scope of bot commands, covering all group and supergroup " +"chats." +msgstr "" + +#: of telebot.types.BotCommandScopeAllGroupChats:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#botcommandscopeallgroupchats" +msgstr "" + +#: of telebot.types.BotCommandScopeAllGroupChats:5 +msgid "Scope type, must be all_group_chats" +msgstr "" + +#: of telebot.types.BotCommandScopeAllGroupChats:9 +msgid ":class:`telebot.types.BotCommandScopeAllGroupChats`" +msgstr "" + +#: of telebot.types.BotCommandScopeAllPrivateChats:1 +msgid "Represents the scope of bot commands, covering all private chats." +msgstr "" + +#: of telebot.types.BotCommandScopeAllPrivateChats:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#botcommandscopeallprivatechats" +msgstr "" + +#: of telebot.types.BotCommandScopeAllPrivateChats:5 +msgid "Scope type, must be all_private_chats" +msgstr "" + +#: of telebot.types.BotCommandScopeAllPrivateChats:9 +msgid ":class:`telebot.types.BotCommandScopeAllPrivateChats`" +msgstr "" + +#: of telebot.types.BotCommandScopeChat:1 +msgid "Represents the scope of bot commands, covering a specific chat." +msgstr "" + +#: of telebot.types.BotCommandScopeChat:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#botcommandscopechat" +msgstr "" + +#: of telebot.types.BotCommandScopeChat:5 +msgid "Scope type, must be chat" +msgstr "" + +#: of telebot.types.BotCommandScopeChat:8 +#: telebot.types.BotCommandScopeChatAdministrators:8 +#: telebot.types.BotCommandScopeChatMember:8 +msgid "" +"Unique identifier for the target chat or username of the target " +"supergroup (in the format @supergroupusername)" +msgstr "" + +#: of telebot.types.BotCommandScopeChat:13 +msgid ":class:`telebot.types.BotCommandScopeChat`" +msgstr "" + +#: of telebot.types.BotCommandScopeChatAdministrators:1 +msgid "" +"Represents the scope of bot commands, covering all administrators of a " +"specific group or supergroup chat." +msgstr "" + +#: of telebot.types.BotCommandScopeChatAdministrators:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#botcommandscopechatadministrators" +msgstr "" + +#: of telebot.types.BotCommandScopeChatAdministrators:5 +msgid "Scope type, must be chat_administrators" +msgstr "" + +#: of telebot.types.BotCommandScopeChatAdministrators:13 +msgid ":class:`telebot.types.BotCommandScopeChatAdministrators`" +msgstr "" + +#: of telebot.types.BotCommandScopeChatMember:1 +msgid "" +"Represents the scope of bot commands, covering a specific member of a " +"group or supergroup chat." +msgstr "" + +#: of telebot.types.BotCommandScopeChatMember:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#botcommandscopechatmember" +msgstr "" + +#: of telebot.types.BotCommandScopeChatMember:5 +msgid "Scope type, must be chat_member" +msgstr "" + +#: of telebot.types.BotCommandScopeChatMember:12 +msgid "Unique identifier of the target user" +msgstr "" + +#: of telebot.types.BotCommandScopeChatMember:16 +msgid ":class:`telebot.types.BotCommandScopeChatMember`" +msgstr "" + +#: of telebot.types.BotCommandScopeDefault:1 +msgid "" +"Represents the default scope of bot commands. Default commands are used " +"if no commands with a narrower scope are specified for the user." +msgstr "" + +#: of telebot.types.BotCommandScopeDefault:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#botcommandscopedefault" +msgstr "" + +#: of telebot.types.BotCommandScopeDefault:5 +msgid "Scope type, must be default" +msgstr "" + +#: of telebot.types.BotCommandScopeDefault:9 +msgid ":class:`telebot.types.BotCommandScopeDefault`" +msgstr "" + +#: of telebot.types.CallbackQuery:1 +msgid "" +"This object represents an incoming callback query from a callback button " +"in an inline keyboard. If the button that originated the query was " +"attached to a message sent by the bot, the field message will be present." +" If the button was attached to a message sent via the bot (in inline " +"mode), the field inline_message_id will be present. Exactly one of the " +"fields data or game_short_name will be present." +msgstr "" + +#: of telebot.types.CallbackQuery:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#callbackquery" +msgstr "" + +#: of telebot.types.CallbackQuery:5 telebot.types.InlineQuery:5 +msgid "Unique identifier for this query" +msgstr "" + +#: of telebot.types.CallbackQuery:8 telebot.types.InlineQuery:8 +msgid "Sender" +msgstr "" + +#: of telebot.types.CallbackQuery:11 +msgid "" +"Optional. Message with the callback button that originated the query. " +"Note that message content and message date will not be available if the " +"message is too old" +msgstr "" + +#: of telebot.types.CallbackQuery:15 +msgid "" +"Optional. Identifier of the message sent via the bot in inline mode, that" +" originated the query." +msgstr "" + +#: of telebot.types.CallbackQuery:19 +msgid "" +"Global identifier, uniquely corresponding to the chat to which the " +"message with the callback button was sent. Useful for high scores in " +"games." +msgstr "" + +#: of telebot.types.CallbackQuery:23 +msgid "" +"Optional. Data associated with the callback button. Be aware that the " +"message originated the query can contain no callback buttons with this " +"data." +msgstr "" + +#: of telebot.types.CallbackQuery:27 +msgid "" +"Optional. Short name of a Game to be returned, serves as the unique " +"identifier for the game" +msgstr "" + +#: of telebot.types.CallbackQuery:31 +msgid ":class:`telebot.types.CallbackQuery`" +msgstr "" + +#: of telebot.types.Chat:1 +msgid "This object represents a chat." +msgstr "" + +#: of telebot.types.Chat:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#chat" +msgstr "" + +#: of telebot.types.Chat:5 +msgid "" +"Unique identifier for this chat. This number may have more than 32 " +"significant bits and some programming languages may have " +"difficulty/silent defects in interpreting it. But it has at most 52 " +"significant bits, so a signed 64-bit integer or double-precision float " +"type are safe for storing this identifier." +msgstr "" + +#: of telebot.types.Chat:10 +msgid "Type of chat, can be either “private”, “group”, “supergroup” or “channel”" +msgstr "" + +#: of telebot.types.Chat:13 +msgid "Optional. Title, for supergroups, channels and group chats" +msgstr "" + +#: of telebot.types.Chat:16 +msgid "" +"Optional. Username, for private chats, supergroups and channels if " +"available" +msgstr "" + +#: of telebot.types.Chat:19 +msgid "Optional. First name of the other party in a private chat" +msgstr "" + +#: of telebot.types.Chat:22 +msgid "Optional. Last name of the other party in a private chat" +msgstr "" + +#: of telebot.types.Chat:25 +msgid "Optional. True, if the supergroup chat is a forum (has topics enabled)" +msgstr "" + +#: of telebot.types.Chat:28 +msgid "Optional. Chat photo. Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:31 +msgid "" +"Optional. If non-empty, the list of all active chat usernames; for " +"private chats, supergroups and channels. Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:35 +msgid "" +"Optional. Custom emoji identifier of emoji status of the other party in a" +" private chat. Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:39 +msgid "" +"Optional. Bio of the other party in a private chat. Returned only in " +"getChat." +msgstr "" + +#: of telebot.types.Chat:42 +msgid "" +"Optional. :obj:`bool`, if privacy settings of the other party in the " +"private chat allows to use tg://user?id= links only in chats " +"with the user. Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:46 +msgid "" +"Optional. True, if the privacy settings of the other party restrict " +"sending voice and video note messages in the private chat. Returned only " +"in getChat." +msgstr "" + +#: of telebot.types.Chat:48 +msgid ":type :obj:`bool`" +msgstr "" + +#: of telebot.types.Chat:50 +msgid "" +"Optional. :obj:`bool`, if users need to join the supergroup before they " +"can send messages. Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:54 +msgid "" +"Optional. :obj:`bool`, if all users directly joining the supergroup need " +"to be approved by supergroup administrators. Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:58 +msgid "" +"Optional. Description, for groups, supergroups and channel chats. " +"Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:61 +msgid "" +"Optional. Primary invite link, for groups, supergroups and channel chats." +" Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:65 +msgid "" +"Optional. The most recent pinned message (by sending date). Returned only" +" in getChat." +msgstr "" + +#: of telebot.types.Chat:68 +msgid "" +"Optional. Default chat member permissions, for groups and supergroups. " +"Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:72 +msgid "" +"Optional. For supergroups, the minimum allowed delay between consecutive " +"messages sent by each unpriviledged user; in seconds. Returned only in " +"getChat." +msgstr "" + +#: of telebot.types.Chat:76 +msgid "" +"Optional. The time after which all messages sent to the chat will be " +"automatically deleted; in seconds. Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:80 +msgid "" +"Optional. :obj:`bool`, if messages from the chat can't be forwarded to " +"other chats. Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:84 +msgid "" +"Optional. For supergroups, name of group sticker set. Returned only in " +"getChat." +msgstr "" + +#: of telebot.types.Chat:87 +msgid "" +"Optional. :obj:`bool`, if the bot can change the group sticker set. " +"Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:91 +msgid "" +"Optional. Unique identifier for the linked chat, i.e. the discussion " +"group identifier for a channel and vice versa; for supergroups and " +"channel chats. This identifier may be greater than 32 bits and some " +"programming languages may have difficulty/silent defects in interpreting " +"it. But it is smaller than 52 bits, so a signed 64 bit integer or double-" +"precision float type are safe for storing this identifier. Returned only " +"in getChat." +msgstr "" + +#: of telebot.types.Chat:97 +msgid "" +"Optional. For supergroups, the location to which the supergroup is " +"connected. Returned only in getChat." +msgstr "" + +#: of telebot.types.Chat:102 +msgid ":class:`telebot.types.Chat`" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:1 telebot.types.ChatPermissions:1 +#: telebot.types.Location:1 telebot.types.MenuButton:1 +msgid "" +"Bases: :py:class:`telebot.types.JsonDeserializable`, " +":py:class:`telebot.types.JsonSerializable`, " +":py:class:`telebot.types.Dictionaryable`" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:1 +msgid "Represents the rights of an administrator in a chat." +msgstr "" + +#: of telebot.types.ChatAdministratorRights:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#chatadministratorrights" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:5 +#: telebot.types.ChatMemberAdministrator:14 telebot.types.ChatMemberOwner:11 +msgid "True, if the user's presence in the chat is hidden" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:8 +#: telebot.types.ChatMemberAdministrator:17 +msgid "" +"True, if the administrator can access the chat event log, chat " +"statistics, message statistics in channels, see channel members, see " +"anonymous administrators in supergroups and ignore slow mode. Implied by " +"any other administrator privilege" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:13 +#: telebot.types.ChatMemberAdministrator:22 +msgid "True, if the administrator can delete messages of other users" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:16 +#: telebot.types.ChatMemberAdministrator:25 +msgid "True, if the administrator can manage video chats" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:19 +#: telebot.types.ChatMemberAdministrator:28 +msgid "True, if the administrator can restrict, ban or unban chat members" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:22 +#: telebot.types.ChatMemberAdministrator:31 +msgid "" +"True, if the administrator can add new administrators with a subset of " +"their own privileges or demote administrators that he has promoted, " +"directly or indirectly (promoted by administrators that were appointed by" +" the user)" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:27 +#: telebot.types.ChatMemberAdministrator:36 +#: telebot.types.ChatMemberRestricted:14 +msgid "" +"True, if the user is allowed to change the chat title, photo and other " +"settings" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:30 +#: telebot.types.ChatMemberAdministrator:39 +#: telebot.types.ChatMemberRestricted:17 +msgid "True, if the user is allowed to invite new users to the chat" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:33 +#: telebot.types.ChatMemberAdministrator:42 +msgid "" +"Optional. True, if the administrator can post in the channel; channels " +"only" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:36 +#: telebot.types.ChatMemberAdministrator:45 +msgid "" +"Optional. True, if the administrator can edit messages of other users and" +" can pin messages; channels only" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:40 +#: telebot.types.ChatMemberAdministrator:49 +msgid "" +"Optional. True, if the user is allowed to pin messages; groups and " +"supergroups only" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:43 +#: telebot.types.ChatMemberAdministrator:52 +msgid "" +"Optional. True, if the user is allowed to create, rename, close, and " +"reopen forum topics; supergroups only" +msgstr "" + +#: of telebot.types.ChatAdministratorRights:47 +msgid ":class:`telebot.types.ChatAdministratorRights`" +msgstr "" + +#: of telebot.types.ChatInviteLink:1 +msgid "Represents an invite link for a chat." +msgstr "" + +#: of telebot.types.ChatInviteLink:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#chatinvitelink" +msgstr "" + +#: of telebot.types.ChatInviteLink:5 +msgid "" +"The invite link. If the link was created by another chat administrator, " +"then the second part of the link will be replaced with “…”." +msgstr "" + +#: of telebot.types.ChatInviteLink:9 +msgid "Creator of the link" +msgstr "" + +#: of telebot.types.ChatInviteLink:12 +msgid "" +"True, if users joining the chat via the link need to be approved by chat " +"administrators" +msgstr "" + +#: of telebot.types.ChatInviteLink:15 +msgid "True, if the link is primary" +msgstr "" + +#: of telebot.types.ChatInviteLink:18 +msgid "True, if the link is revoked" +msgstr "" + +#: of telebot.types.ChatInviteLink:21 +msgid "Optional. Invite link name" +msgstr "" + +#: of telebot.types.ChatInviteLink:24 +msgid "" +"Optional. Point in time (Unix timestamp) when the link will expire or has" +" been expired" +msgstr "" + +#: of telebot.types.ChatInviteLink:27 +msgid "" +"Optional. The maximum number of users that can be members of the chat " +"simultaneously after joining the chat via this invite link; 1-99999" +msgstr "" + +#: of telebot.types.ChatInviteLink:31 +msgid "Optional. Number of pending join requests created using this link" +msgstr "" + +#: of telebot.types.ChatInviteLink:35 +msgid ":class:`telebot.types.ChatInviteLink`" +msgstr "" + +#: of telebot.types.ChatJoinRequest:1 +msgid "Represents a join request sent to a chat." +msgstr "" + +#: of telebot.types.ChatJoinRequest:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#chatjoinrequest" +msgstr "" + +#: of telebot.types.ChatJoinRequest:5 +msgid "Chat to which the request was sent" +msgstr "" + +#: of telebot.types.ChatJoinRequest:8 +msgid "User that sent the join request" +msgstr "" + +#: of telebot.types.ChatJoinRequest:11 +msgid "Date the request was sent in Unix time" +msgstr "" + +#: of telebot.types.ChatJoinRequest:14 +msgid "Optional. Bio of the user." +msgstr "" + +#: of telebot.types.ChatJoinRequest:17 +msgid "" +"Optional. Chat invite link that was used by the user to send the join " +"request" +msgstr "" + +#: of telebot.types.ChatJoinRequest:21 +msgid ":class:`telebot.types.ChatJoinRequest`" +msgstr "" + +#: of telebot.types.ChatLocation:1 +msgid "Represents a location to which a chat is connected." +msgstr "" + +#: of telebot.types.ChatLocation:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#chatlocation" +msgstr "" + +#: of telebot.types.ChatLocation:5 +msgid "" +"The location to which the supergroup is connected. Can't be a live " +"location." +msgstr "" + +#: of telebot.types.ChatLocation:8 +msgid "Location address; 1-64 characters, as defined by the chat owner" +msgstr "" + +#: of telebot.types.ChatLocation:12 +msgid ":class:`telebot.types.ChatLocation`" +msgstr "" + +#: of telebot.types.ChatMember:1 +msgid "" +"This object contains information about one member of a chat. Currently, " +"the following 6 types of chat members are supported:" +msgstr "" + +#: of telebot.types.ChatMember:4 telebot.types.ChatMemberOwner:18 +msgid ":class:`telebot.types.ChatMemberOwner`" +msgstr "" + +#: of telebot.types.ChatMember:5 telebot.types.ChatMemberAdministrator:60 +msgid ":class:`telebot.types.ChatMemberAdministrator`" +msgstr "" + +#: of telebot.types.ChatMember:6 telebot.types.ChatMemberMember:12 +msgid ":class:`telebot.types.ChatMemberMember`" +msgstr "" + +#: of telebot.types.ChatMember:7 telebot.types.ChatMemberRestricted:48 +msgid ":class:`telebot.types.ChatMemberRestricted`" +msgstr "" + +#: of telebot.types.ChatMember:8 telebot.types.ChatMemberLeft:12 +msgid ":class:`telebot.types.ChatMemberLeft`" +msgstr "" + +#: of telebot.types.ChatMember:9 telebot.types.ChatMemberBanned:16 +msgid ":class:`telebot.types.ChatMemberBanned`" +msgstr "" + +#: of telebot.types.ChatMember:11 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#chatmember" +msgstr "" + +#: of telebot.types.ChatMemberAdministrator:1 telebot.types.ChatMemberBanned:1 +#: telebot.types.ChatMemberLeft:1 telebot.types.ChatMemberMember:1 +#: telebot.types.ChatMemberOwner:1 telebot.types.ChatMemberRestricted:1 +msgid "Bases: :py:class:`telebot.types.ChatMember`" +msgstr "" + +#: of telebot.types.ChatMemberAdministrator:1 +msgid "Represents a chat member that has some additional privileges." +msgstr "" + +#: of telebot.types.ChatMemberAdministrator:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#chatmemberadministrator" +msgstr "" + +#: of telebot.types.ChatMemberAdministrator:5 +msgid "The member's status in the chat, always “administrator”" +msgstr "" + +#: of telebot.types.ChatMemberAdministrator:8 telebot.types.ChatMemberBanned:8 +#: telebot.types.ChatMemberLeft:8 telebot.types.ChatMemberMember:8 +#: telebot.types.ChatMemberOwner:8 telebot.types.ChatMemberRestricted:8 +msgid "Information about the user" +msgstr "" + +#: of telebot.types.ChatMemberAdministrator:11 +msgid "True, if the bot is allowed to edit administrator privileges of that user" +msgstr "" + +#: of telebot.types.ChatMemberAdministrator:56 telebot.types.ChatMemberOwner:14 +msgid "Optional. Custom title for this user" +msgstr "" + +#: of telebot.types.ChatMemberBanned:1 +msgid "" +"Represents a chat member that was banned in the chat and can't return to " +"the chat or view chat messages." +msgstr "" + +#: of telebot.types.ChatMemberBanned:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#chatmemberbanned" +msgstr "" + +#: of telebot.types.ChatMemberBanned:5 +msgid "The member's status in the chat, always “kicked”" +msgstr "" + +#: of telebot.types.ChatMemberBanned:11 +msgid "" +"Date when restrictions will be lifted for this user; unix time. If 0, " +"then the user is banned forever" +msgstr "" + +#: of telebot.types.ChatMemberLeft:1 +msgid "" +"Represents a chat member that isn't currently a member of the chat, but " +"may join it themselves." +msgstr "" + +#: of telebot.types.ChatMemberLeft:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#chatmemberleft" +msgstr "" + +#: of telebot.types.ChatMemberLeft:5 +msgid "The member's status in the chat, always “left”" +msgstr "" + +#: of telebot.types.ChatMemberMember:1 +msgid "" +"Represents a chat member that has no additional privileges or " +"restrictions." +msgstr "" + +#: of telebot.types.ChatMemberMember:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#chatmembermember" +msgstr "" + +#: of telebot.types.ChatMemberMember:5 +msgid "The member's status in the chat, always “member”" +msgstr "" + +#: of telebot.types.ChatMemberOwner:1 +msgid "" +"Represents a chat member that owns the chat and has all administrator " +"privileges." +msgstr "" + +#: of telebot.types.ChatMemberOwner:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#chatmemberowner" +msgstr "" + +#: of telebot.types.ChatMemberOwner:5 +msgid "The member's status in the chat, always “creator”" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:1 +msgid "" +"Represents a chat member that is under certain restrictions in the chat. " +"Supergroups only." +msgstr "" + +#: of telebot.types.ChatMemberRestricted:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#chatmemberrestricted" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:5 +msgid "The member's status in the chat, always “restricted”" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:11 +msgid "True, if the user is a member of the chat at the moment of the request" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:20 +msgid "True, if the user is allowed to pin messages" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:23 +msgid "True, if the user is allowed to create forum topics" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:26 +msgid "" +"True, if the user is allowed to send text messages, contacts, locations " +"and venues" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:29 +msgid "" +"True, if the user is allowed to send audios, documents, photos, videos, " +"video notes and voice notes" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:33 +msgid "True, if the user is allowed to send polls" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:36 +msgid "" +"True, if the user is allowed to send animations, games, stickers and use " +"inline bots" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:40 +msgid "True, if the user is allowed to add web page previews to their messages" +msgstr "" + +#: of telebot.types.ChatMemberRestricted:43 +msgid "" +"Date when restrictions will be lifted for this user; unix time. If 0, " +"then the user is restricted forever" +msgstr "" + +#: of telebot.types.ChatMemberUpdated:1 +msgid "This object represents changes in the status of a chat member." +msgstr "" + +#: of telebot.types.ChatMemberUpdated:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#chatmemberupdated" +msgstr "" + +#: of telebot.types.ChatMemberUpdated:5 +msgid "Chat the user belongs to" +msgstr "" + +#: of telebot.types.ChatMemberUpdated:8 +msgid "Performer of the action, which resulted in the change" +msgstr "" + +#: of telebot.types.ChatMemberUpdated:11 +msgid "Date the change was done in Unix time" +msgstr "" + +#: of telebot.types.ChatMemberUpdated:14 +msgid "Previous information about the chat member" +msgstr "" + +#: of telebot.types.ChatMemberUpdated:17 +msgid "New information about the chat member" +msgstr "" + +#: of telebot.types.ChatMemberUpdated:20 +msgid "" +"Optional. Chat invite link, which was used by the user to join the chat; " +"for joining by invite link events only." +msgstr "" + +#: of telebot.types.ChatMemberUpdated:25 +msgid ":class:`telebot.types.ChatMemberUpdated`" +msgstr "" + +#: of telebot.types.ChatMemberUpdated.difference:1 +msgid "" +"Get the difference between `old_chat_member` and `new_chat_member` as a " +"dict in the following format {'parameter': [old_value, new_value]} E.g " +"{'status': ['member', 'kicked'], 'until_date': [None, 1625055092]}" +msgstr "" + +#: of telebot.types.ChatMemberUpdated.difference:6 +msgid "Dict of differences" +msgstr "" + +#: of telebot.types.ChatPermissions:1 +msgid "" +"Describes actions that a non-administrator user is allowed to take in a " +"chat." +msgstr "" + +#: of telebot.types.ChatPermissions:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#chatpermissions" +msgstr "" + +#: of telebot.types.ChatPermissions:5 +msgid "" +"Optional. True, if the user is allowed to send text messages, contacts, " +"locations and venues" +msgstr "" + +#: of telebot.types.ChatPermissions:9 +msgid "" +"Optional. True, if the user is allowed to send audios, documents, photos," +" videos, video notes and voice notes, implies can_send_messages" +msgstr "" + +#: of telebot.types.ChatPermissions:13 +msgid "" +"Optional. True, if the user is allowed to send polls, implies " +"can_send_messages" +msgstr "" + +#: of telebot.types.ChatPermissions:16 +msgid "" +"Optional. True, if the user is allowed to send animations, games, " +"stickers and use inline bots, implies can_send_media_messages" +msgstr "" + +#: of telebot.types.ChatPermissions:20 +msgid "" +"Optional. True, if the user is allowed to add web page previews to their " +"messages, implies can_send_media_messages" +msgstr "" + +#: of telebot.types.ChatPermissions:24 +msgid "" +"Optional. True, if the user is allowed to change the chat title, photo " +"and other settings. Ignored in public supergroups" +msgstr "" + +#: of telebot.types.ChatPermissions:28 +msgid "Optional. True, if the user is allowed to invite new users to the chat" +msgstr "" + +#: of telebot.types.ChatPermissions:31 +msgid "" +"Optional. True, if the user is allowed to pin messages. Ignored in public" +" supergroups" +msgstr "" + +#: of telebot.types.ChatPermissions:34 +msgid "" +"Optional. True, if the user is allowed to create forum topics. If omitted" +" defaults to the value of can_pin_messages" +msgstr "" + +#: of telebot.types.ChatPermissions:39 +msgid ":class:`telebot.types.ChatPermissions`" +msgstr "" + +#: of telebot.types.ChatPhoto:1 +msgid "This object represents a chat photo." +msgstr "" + +#: of telebot.types.ChatPhoto:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#chatphoto" +msgstr "" + +#: of telebot.types.ChatPhoto:5 +msgid "" +"File identifier of small (160x160) chat photo. This file_id can be used " +"only for photo download and only for as long as the photo is not changed." +msgstr "" + +#: of telebot.types.ChatPhoto:9 +msgid "" +"Unique file identifier of small (160x160) chat photo, which is supposed " +"to be the same over time and for different bots. Can't be used to " +"download or reuse the file." +msgstr "" + +#: of telebot.types.ChatPhoto:13 +msgid "" +"File identifier of big (640x640) chat photo. This file_id can be used " +"only for photo download and only for as long as the photo is not changed." +msgstr "" + +#: of telebot.types.ChatPhoto:17 +msgid "" +"Unique file identifier of big (640x640) chat photo, which is supposed to " +"be the same over time and for different bots. Can't be used to download " +"or reuse the file." +msgstr "" + +#: of telebot.types.ChatPhoto:22 +msgid ":class:`telebot.types.ChatPhoto`" +msgstr "" + +#: of telebot.types.ChosenInlineResult:1 +msgid "" +"Represents a result of an inline query that was chosen by the user and " +"sent to their chat partner." +msgstr "" + +#: of telebot.types.ChosenInlineResult:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#choseninlineresult" +msgstr "" + +#: of telebot.types.ChosenInlineResult:5 +msgid "The unique identifier for the result that was chosen" +msgstr "" + +#: of telebot.types.ChosenInlineResult:8 +msgid "The user that chose the result" +msgstr "" + +#: of telebot.types.ChosenInlineResult:11 +msgid "Optional. Sender location, only for bots that require user location" +msgstr "" + +#: of telebot.types.ChosenInlineResult:14 +msgid "" +"Optional. Identifier of the sent inline message. Available only if there " +"is an inline keyboard attached to the message. Will be also received in " +"callback queries and can be used to edit the message." +msgstr "" + +#: of telebot.types.ChosenInlineResult:18 +msgid "The query that was used to obtain the result" +msgstr "" + +#: of telebot.types.ChosenInlineResult:22 +msgid ":class:`telebot.types.ChosenInlineResult`" +msgstr "" + +#: of telebot.types.Contact:1 +msgid "This object represents a phone contact." +msgstr "" + +#: of telebot.types.Contact:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#contact" +msgstr "" + +#: of telebot.types.Contact:5 telebot.types.InlineQueryResultContact:11 +#: telebot.types.InputContactMessageContent:5 +msgid "Contact's phone number" +msgstr "" + +#: of telebot.types.Contact:8 telebot.types.InlineQueryResultContact:14 +#: telebot.types.InputContactMessageContent:8 +msgid "Contact's first name" +msgstr "" + +#: of telebot.types.Contact:11 telebot.types.InlineQueryResultContact:17 +#: telebot.types.InputContactMessageContent:11 +msgid "Optional. Contact's last name" +msgstr "" + +#: of telebot.types.Contact:14 +msgid "" +"Optional. Contact's user identifier in Telegram. This number may have " +"more than 32 significant bits and some programming languages may have " +"difficulty/silent defects in interpreting it. But it has at most 52 " +"significant bits, so a 64-bit integer or double-precision float type are " +"safe for storing this identifier." +msgstr "" + +#: of telebot.types.Contact:19 +msgid "Optional. Additional data about the contact in the form of a vCard" +msgstr "" + +#: of telebot.types.Contact:23 +msgid ":class:`telebot.types.Contact`" +msgstr "" + +#: of telebot.types.Dice:1 +msgid "" +"Bases: :py:class:`telebot.types.JsonSerializable`, " +":py:class:`telebot.types.Dictionaryable`, " +":py:class:`telebot.types.JsonDeserializable`" +msgstr "" + +#: of telebot.types.Dice:1 +msgid "This object represents an animated emoji that displays a random value." +msgstr "" + +#: of telebot.types.Dice:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#dice" +msgstr "" + +#: of telebot.types.Dice:5 +msgid "Emoji on which the dice throw animation is based" +msgstr "" + +#: of telebot.types.Dice:8 +msgid "" +"Value of the dice, 1-6 for “🎲”, “🎯” and “🎳” base emoji, 1-5 for “🏀” and " +"“⚽” base emoji, 1-64 for “🎰” base emoji" +msgstr "" + +#: of telebot.types.Dice:12 +msgid ":class:`telebot.types.Dice`" +msgstr "" + +#: of telebot.types.Dictionaryable:1 telebot.types.InputFile:1 +#: telebot.types.JsonDeserializable:1 telebot.types.JsonSerializable:1 +msgid "Bases: :py:class:`object`" +msgstr "" + +#: of telebot.types.Dictionaryable:1 +msgid "" +"Subclasses of this class are guaranteed to be able to be converted to " +"dictionary. All subclasses of this class must override to_dict." +msgstr "" + +#: of telebot.types.Document:1 +msgid "" +"This object represents a general file (as opposed to photos, voice " +"messages and audio files)." +msgstr "" + +#: of telebot.types.Document:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#document" +msgstr "" + +#: of telebot.types.Document:12 +msgid "Optional. Document thumbnail as defined by sender" +msgstr "" + +#: of telebot.types.Document:27 +msgid ":class:`telebot.types.Document`" +msgstr "" + +#: of telebot.types.File:1 +msgid "" +"This object represents a file ready to be downloaded. The file can be " +"downloaded via the link " +"https://api.telegram.org/file/bot/. It is guaranteed " +"that the link will be valid for at least 1 hour. When the link expires, a" +" new one can be requested by calling getFile." +msgstr "" + +#: of telebot.types.File:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#file" +msgstr "" + +#: of telebot.types.File:17 +msgid "" +"Optional. File path. Use " +"https://api.telegram.org/file/bot/ to get the file." +msgstr "" + +#: of telebot.types.File:22 +msgid ":class:`telebot.types.File`" +msgstr "" + +#: of telebot.types.ForceReply:1 telebot.types.ReplyKeyboardMarkup:1 +#: telebot.types.ReplyKeyboardRemove:1 telebot.types.ShippingOption:1 +msgid "Bases: :py:class:`telebot.types.JsonSerializable`" +msgstr "" + +#: of telebot.types.ForceReply:1 +msgid "" +"Upon receiving a message with this object, Telegram clients will display " +"a reply interface to the user (act as if the user has selected the bot's " +"message and tapped 'Reply'). This can be extremely useful if you want to " +"create user-friendly step-by-step interfaces without having to sacrifice " +"privacy mode." +msgstr "" + +#: of telebot.types.ForceReply:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#forcereply" +msgstr "" + +#: of telebot.types.ForceReply:5 +msgid "" +"Shows reply interface to the user, as if they manually selected the bot's" +" message and tapped 'Reply'" +msgstr "" + +#: of telebot.types.ForceReply:9 +msgid "" +"Optional. The placeholder to be shown in the input field when the reply " +"is active; 1-64 characters" +msgstr "" + +#: of telebot.types.ForceReply:13 +msgid "" +"Optional. Use this parameter if you want to force reply from specific " +"users only. Targets: 1) users that are @mentioned in the text of the " +"Message object; 2) if the bot's message is a reply (has " +"reply_to_message_id), sender of the original message." +msgstr "" + +#: of telebot.types.ForceReply:19 +msgid ":class:`telebot.types.ForceReply`" +msgstr "" + +#: of telebot.types.ForumTopic:1 +msgid "This object represents a forum topic." +msgstr "" + +#: of telebot.types.ForumTopic:3 +msgid "Telegram documentation: https://core.telegram.org/bots/api#forumtopic" +msgstr "" + +#: of telebot.types.ForumTopic:5 +msgid "Unique identifier of the forum topic" +msgstr "" + +#: of telebot.types.ForumTopic:8 telebot.types.ForumTopicCreated:5 +msgid "Name of the topic" +msgstr "" + +#: of telebot.types.ForumTopic:11 telebot.types.ForumTopicCreated:8 +msgid "Color of the topic icon in RGB format" +msgstr "" + +#: of telebot.types.ForumTopic:14 telebot.types.ForumTopicCreated:11 +msgid "Optional. Unique identifier of the custom emoji shown as the topic icon" +msgstr "" + +#: of telebot.types.ForumTopic:18 +msgid ":class:`telebot.types.ForumTopic`" +msgstr "" + +#: of telebot.types.ForumTopicClosed:1 +msgid "" +"This object represents a service message about a forum topic closed in " +"the chat. Currently holds no information." +msgstr "" + +#: of telebot.types.ForumTopicClosed:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#forumtopicclosed" +msgstr "" + +#: of telebot.types.ForumTopicCreated:1 +msgid "" +"This object represents a service message about a new forum topic created " +"in the chat." +msgstr "" + +#: of telebot.types.ForumTopicCreated:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#forumtopiccreated" +msgstr "" + +#: of telebot.types.ForumTopicCreated:15 +msgid ":class:`telebot.types.ForumTopicCreated`" +msgstr "" + +#: of telebot.types.ForumTopicReopened:1 +msgid "" +"This object represents a service message about a forum topic reopened in " +"the chat. Currently holds no information." +msgstr "" + +#: of telebot.types.ForumTopicReopened:3 +msgid "" +"Telegram documentation: " +"https://core.telegram.org/bots/api#forumtopicreopened" +msgstr "" + +#: of telebot.types.Game:1 +msgid "" +"This object represents a game. Use BotFather to create and edit games, " +"their short names will act as unique identifiers." +msgstr "" + +#: of telebot.types.Game:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#game" +msgstr "" + +#: of telebot.types.Game:5 +msgid "Title of the game" +msgstr "" + +#: of telebot.types.Game:8 +msgid "Description of the game" +msgstr "" + +#: of telebot.types.Game:11 +msgid "Photo that will be displayed in the game message in chats." +msgstr "" + +#: of telebot.types.Game:14 +msgid "" +"Optional. Brief description of the game or high scores included in the " +"game message. Can be automatically edited to include current high scores " +"for the game when the bot calls setGameScore, or manually edited using " +"editMessageText. 0-4096 characters." +msgstr "" + +#: of telebot.types.Game:19 +msgid "" +"Optional. Special entities that appear in text, such as usernames, URLs, " +"bot commands, etc." +msgstr "" + +#: of telebot.types.Game:22 +msgid "" +"Optional. Animation that will be displayed in the game message in chats. " +"Upload via BotFather" +msgstr "" + +#: of telebot.types.Game:26 +msgid ":class:`telebot.types.Game`" +msgstr "" + +#: of telebot.types.Game.parse_entities:1 +msgid "Parse the message entity array into a list of MessageEntity objects" +msgstr "" + +#: of telebot.types.Game.parse_photo:1 +msgid "Parse the photo array into a list of PhotoSize objects" +msgstr "" + +#: of telebot.types.GameHighScore:1 +msgid "This object represents one row of the high scores table for a game." +msgstr "" + +#: of telebot.types.GameHighScore:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#gamehighscore" +msgstr "" + +#: of telebot.types.GameHighScore:5 +msgid "Position in high score table for the game" +msgstr "" + +#: of telebot.types.GameHighScore:8 +msgid "User" +msgstr "" + +#: of telebot.types.GameHighScore:11 +msgid "Score" +msgstr "" + +#: of telebot.types.GameHighScore:15 +msgid ":class:`telebot.types.GameHighScore`" +msgstr "" + +#: of telebot.types.InlineKeyboardButton:1 telebot.types.InlineKeyboardMarkup:1 +#: telebot.types.LoginUrl:1 telebot.types.MessageEntity:1 +msgid "" +"Bases: :py:class:`telebot.types.Dictionaryable`, " +":py:class:`telebot.types.JsonSerializable`, " +":py:class:`telebot.types.JsonDeserializable`" +msgstr "" + +#: of telebot.types.InlineKeyboardButton:1 +msgid "" +"This object represents one button of an inline keyboard. You must use " +"exactly one of the optional fields." +msgstr "" + +#: of telebot.types.InlineKeyboardButton:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinekeyboardbutton" +msgstr "" + +#: of telebot.types.InlineKeyboardButton:5 +msgid "Label text on the button" +msgstr "" + +#: of telebot.types.InlineKeyboardButton:8 +msgid "" +"Optional. HTTP or tg:// URL to be opened when the button is pressed. " +"Links tg://user?id= can be used to mention a user by their ID " +"without using a username, if this is allowed by their privacy settings." +msgstr "" + +#: of telebot.types.InlineKeyboardButton:12 +msgid "" +"Optional. Data to be sent in a callback query to the bot when button is " +"pressed, 1-64 bytes" +msgstr "" + +#: of telebot.types.InlineKeyboardButton:15 +msgid "" +"Optional. Description of the Web App that will be launched when the user " +"presses the button. The Web App will be able to send an arbitrary message" +" on behalf of the user using the method answerWebAppQuery. Available only" +" in private chats between a user and the bot." +msgstr "" + +#: of telebot.types.InlineKeyboardButton:20 +msgid "" +"Optional. An HTTPS URL used to automatically authorize the user. Can be " +"used as a replacement for the Telegram Login Widget." +msgstr "" + +#: of telebot.types.InlineKeyboardButton:24 +msgid "" +"Optional. If set, pressing the button will prompt the user to select one " +"of their chats, open that chat and insert the bot's username and the " +"specified inline query in the input field. May be empty, in which case " +"just the bot's username will be inserted.Note: This offers an easy way " +"for users to start using your bot in inline mode when they are currently " +"in a private chat with it. Especially useful when combined with " +"switch_pm… actions - in this case the user will be automatically returned" +" to the chat they switched from, skipping the chat selection screen." +msgstr "" + +#: of telebot.types.InlineKeyboardButton:31 +msgid "" +"Optional. If set, pressing the button will insert the bot's username and " +"the specified inline query in the current chat's input field. May be " +"empty, in which case only the bot's username will be inserted.This offers" +" a quick way for the user to open your bot in inline mode in the same " +"chat - good for selecting something from multiple options." +msgstr "" + +#: of telebot.types.InlineKeyboardButton:37 +msgid "" +"Optional. Description of the game that will be launched when the user " +"presses the button. NOTE: This type of button must always be the first " +"button in the first row." +msgstr "" + +#: of telebot.types.InlineKeyboardButton:41 +msgid "" +"Optional. Specify True, to send a Pay button. NOTE: This type of button " +"must always be the first button in the first row and can only be used in " +"invoice messages." +msgstr "" + +#: of telebot.types.InlineKeyboardButton:46 +msgid ":class:`telebot.types.InlineKeyboardButton`" +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup:1 +msgid "" +"This object represents an inline keyboard that appears right next to the " +"message it belongs to." +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup:4 +msgid "It is recommended to use :meth:`telebot.util.quick_markup` instead." +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup:6 +msgid "Example of a custom keyboard with buttons." +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup:16 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinekeyboardmarkup" +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup:18 +msgid "" +":obj:`list` of button rows, each represented by an :obj:`list` of " +":class:`telebot.types.InlineKeyboardButton` objects" +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup:23 +#: telebot.types.InlineKeyboardMarkup.add:17 +#: telebot.types.InlineKeyboardMarkup.row:12 +msgid ":class:`telebot.types.InlineKeyboardMarkup`" +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup.add:1 +msgid "This method adds buttons to the keyboard without exceeding row_width." +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup.add:3 +msgid "" +"E.g. InlineKeyboardMarkup.add(\"A\", \"B\", \"C\") yields the json " +"result: {keyboard: [[\"A\"], [\"B\"], [\"C\"]]} when row_width is set to " +"1. When row_width is set to 2, the result: {keyboard: [[\"A\", \"B\"], " +"[\"C\"]]} See https://core.telegram.org/bots/api#inlinekeyboardmarkup" +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup.add:10 +#: telebot.types.InlineKeyboardMarkup.row:8 +msgid "Array of InlineKeyboardButton to append to the keyboard" +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup.add:13 +#: telebot.types.ReplyKeyboardMarkup.add:10 +msgid "width of row" +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup.add:16 +#: telebot.types.InlineKeyboardMarkup.row:11 +#: telebot.types.ReplyKeyboardMarkup.add:13 +#: telebot.types.ReplyKeyboardMarkup.row:8 +msgid "self, to allow function chaining." +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup.row:1 +msgid "" +"Adds a list of InlineKeyboardButton to the keyboard. This method does not" +" consider row_width." +msgstr "" + +#: of telebot.types.InlineKeyboardMarkup.row:4 +msgid "" +"InlineKeyboardMarkup.row(\"A\").row(\"B\", \"C\").to_json() outputs: " +"'{keyboard: [[\"A\"], [\"B\", \"C\"]]}' See " +"https://core.telegram.org/bots/api#inlinekeyboardmarkup" +msgstr "" + +#: of telebot.types.InlineQuery:1 +msgid "" +"This object represents an incoming inline query. When the user sends an " +"empty query, your bot could return some default or trending results." +msgstr "" + +#: of telebot.types.InlineQuery:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#inlinequery" +msgstr "" + +#: of telebot.types.InlineQuery:11 +msgid "Text of the query (up to 256 characters)" +msgstr "" + +#: of telebot.types.InlineQuery:14 +msgid "Offset of the results to be returned, can be controlled by the bot" +msgstr "" + +#: of telebot.types.InlineQuery:17 +msgid "" +"Optional. Type of the chat from which the inline query was sent. Can be " +"either “sender” for a private chat with the inline query sender, " +"“private”, “group”, “supergroup”, or “channel”. The chat type should be " +"always known for requests sent from official clients and most third-party" +" clients, unless the request was sent from a secret chat" +msgstr "" + +#: of telebot.types.InlineQuery:23 +msgid "Optional. Sender location, only for bots that request user location" +msgstr "" + +#: of telebot.types.InlineQuery:27 +msgid ":class:`telebot.types.InlineQuery`" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:1 +#: telebot.types.InlineQueryResultAudio:1 +#: telebot.types.InlineQueryResultContact:1 +#: telebot.types.InlineQueryResultDocument:1 +#: telebot.types.InlineQueryResultGame:1 telebot.types.InlineQueryResultGif:1 +#: telebot.types.InlineQueryResultLocation:1 +#: telebot.types.InlineQueryResultMpeg4Gif:1 +#: telebot.types.InlineQueryResultPhoto:1 +#: telebot.types.InlineQueryResultVenue:1 +#: telebot.types.InlineQueryResultVideo:1 +#: telebot.types.InlineQueryResultVoice:1 +msgid "Bases: :py:class:`telebot.types.InlineQueryResultBase`" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:1 +msgid "Represents a link to an article or web page." +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultarticle" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:5 +msgid "Type of the result, must be article" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:8 +#: telebot.types.InlineQueryResultContact:8 +#: telebot.types.InlineQueryResultLocation:8 +#: telebot.types.InlineQueryResultVenue:8 +msgid "Unique identifier for this result, 1-64 Bytes" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:11 +msgid "Title of the result" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:14 +msgid "Content of the message to be sent" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:17 +#: telebot.types.InlineQueryResultAudio:34 +#: telebot.types.InlineQueryResultCachedAudio:25 +#: telebot.types.InlineQueryResultCachedDocument:31 +#: telebot.types.InlineQueryResultCachedGif:27 +#: telebot.types.InlineQueryResultCachedMpeg4Gif:27 +#: telebot.types.InlineQueryResultCachedPhoto:31 +#: telebot.types.InlineQueryResultCachedSticker:14 +#: telebot.types.InlineQueryResultCachedVideo:31 +#: telebot.types.InlineQueryResultCachedVoice:28 +#: telebot.types.InlineQueryResultContact:23 +#: telebot.types.InlineQueryResultDocument:34 +#: telebot.types.InlineQueryResultGame:14 telebot.types.InlineQueryResultGif:43 +#: telebot.types.InlineQueryResultLocation:35 +#: telebot.types.InlineQueryResultMpeg4Gif:43 +#: telebot.types.InlineQueryResultPhoto:40 +#: telebot.types.InlineQueryResultVenue:36 +#: telebot.types.InlineQueryResultVideo:46 +#: telebot.types.InlineQueryResultVoice:31 +msgid "Optional. Inline keyboard attached to the message" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:20 +msgid "Optional. URL of the result" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:23 +msgid "Optional. Pass True, if you don't want the URL to be shown in the message" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:26 +#: telebot.types.InlineQueryResultCachedDocument:17 +#: telebot.types.InlineQueryResultCachedPhoto:17 +#: telebot.types.InlineQueryResultCachedVideo:17 +#: telebot.types.InlineQueryResultDocument:31 +#: telebot.types.InlineQueryResultPhoto:26 +#: telebot.types.InlineQueryResultVideo:43 +msgid "Optional. Short description of the result" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:29 +#: telebot.types.InlineQueryResultContact:29 +#: telebot.types.InlineQueryResultLocation:41 +#: telebot.types.InlineQueryResultVenue:42 +msgid "Optional. Url of the thumbnail for the result" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:32 +#: telebot.types.InlineQueryResultContact:32 +#: telebot.types.InlineQueryResultDocument:43 +#: telebot.types.InlineQueryResultLocation:44 +#: telebot.types.InlineQueryResultVenue:45 +msgid "Optional. Thumbnail width" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:35 +#: telebot.types.InlineQueryResultContact:35 +#: telebot.types.InlineQueryResultDocument:46 +#: telebot.types.InlineQueryResultLocation:47 +#: telebot.types.InlineQueryResultVenue:48 +msgid "Optional. Thumbnail height" +msgstr "" + +#: of telebot.types.InlineQueryResultArticle:39 +msgid ":class:`telebot.types.InlineQueryResultArticle`" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:1 +msgid "" +"Represents a link to an MP3 audio file. By default, this audio file will " +"be sent by the user. Alternatively, you can use input_message_content to " +"send a message with the specified content instead of the audio." +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultaudio" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:5 +#: telebot.types.InlineQueryResultCachedAudio:5 telebot.types.InputMediaAudio:5 +msgid "Type of the result, must be audio" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:8 +#: telebot.types.InlineQueryResultCachedAudio:8 +#: telebot.types.InlineQueryResultCachedDocument:8 +#: telebot.types.InlineQueryResultCachedGif:8 +#: telebot.types.InlineQueryResultCachedMpeg4Gif:8 +#: telebot.types.InlineQueryResultCachedPhoto:8 +#: telebot.types.InlineQueryResultCachedSticker:8 +#: telebot.types.InlineQueryResultCachedVideo:8 +#: telebot.types.InlineQueryResultCachedVoice:8 +#: telebot.types.InlineQueryResultDocument:8 +#: telebot.types.InlineQueryResultGame:8 telebot.types.InlineQueryResultGif:8 +#: telebot.types.InlineQueryResultMpeg4Gif:8 +#: telebot.types.InlineQueryResultPhoto:8 +#: telebot.types.InlineQueryResultVideo:8 +#: telebot.types.InlineQueryResultVoice:8 +msgid "Unique identifier for this result, 1-64 bytes" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:11 +msgid "A valid URL for the audio file" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:14 +msgid "Title" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:17 +#: telebot.types.InlineQueryResultCachedAudio:14 +#: telebot.types.InlineQueryResultCachedVoice:17 +#: telebot.types.InlineQueryResultVoice:17 +msgid "Optional. Caption, 0-1024 characters after entities parsing" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:20 +#: telebot.types.InlineQueryResultCachedAudio:17 +#: telebot.types.InputMediaAudio:23 +msgid "" +"Optional. Mode for parsing entities in the audio caption. See formatting " +"options for more details." +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:24 +#: telebot.types.InlineQueryResultCachedAudio:21 +#: telebot.types.InlineQueryResultCachedDocument:27 +#: telebot.types.InlineQueryResultCachedGif:23 +#: telebot.types.InlineQueryResultCachedMpeg4Gif:23 +#: telebot.types.InlineQueryResultCachedPhoto:27 +#: telebot.types.InlineQueryResultCachedVideo:27 +#: telebot.types.InlineQueryResultCachedVoice:24 +#: telebot.types.InlineQueryResultDocument:21 +#: telebot.types.InlineQueryResultGif:39 +#: telebot.types.InlineQueryResultMpeg4Gif:39 +#: telebot.types.InlineQueryResultPhoto:36 +#: telebot.types.InlineQueryResultVideo:30 +#: telebot.types.InlineQueryResultVoice:24 telebot.types.InputMediaAnimation:27 +#: telebot.types.InputMediaAudio:27 telebot.types.InputMediaDocument:27 +#: telebot.types.InputMediaPhoto:20 telebot.types.InputMediaVideo:27 +msgid "" +"Optional. List of special entities that appear in the caption, which can " +"be specified instead of parse_mode" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:28 +msgid "Optional. Performer" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:31 +msgid "Optional. Audio duration in seconds" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:37 +#: telebot.types.InlineQueryResultCachedAudio:28 +msgid "Optional. Content of the message to be sent instead of the audio" +msgstr "" + +#: of telebot.types.InlineQueryResultAudio:41 +msgid ":class:`telebot.types.InlineQueryResultAudio`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:1 +msgid "" +"Bases: :py:class:`abc.ABC`, :py:class:`telebot.types.Dictionaryable`, " +":py:class:`telebot.types.JsonSerializable`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:1 +msgid "" +"This object represents one result of an inline query. Telegram clients " +"currently support results of the following 20 types:" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:3 +msgid ":class:`InlineQueryResultCachedAudio`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:4 +msgid ":class:`InlineQueryResultCachedDocument`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:5 +msgid ":class:`InlineQueryResultCachedGif`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:6 +msgid ":class:`InlineQueryResultCachedMpeg4Gif`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:7 +msgid ":class:`InlineQueryResultCachedPhoto`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:8 +msgid ":class:`InlineQueryResultCachedSticker`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:9 +msgid ":class:`InlineQueryResultCachedVideo`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:10 +msgid ":class:`InlineQueryResultCachedVoice`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:11 +msgid ":class:`InlineQueryResultArticle`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:12 +msgid ":class:`InlineQueryResultAudio`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:13 +msgid ":class:`InlineQueryResultContact`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:14 +msgid ":class:`InlineQueryResultGame`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:15 +msgid ":class:`InlineQueryResultDocument`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:16 +msgid ":class:`InlineQueryResultGif`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:17 +msgid ":class:`InlineQueryResultLocation`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:18 +msgid ":class:`InlineQueryResultMpeg4Gif`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:19 +msgid ":class:`InlineQueryResultPhoto`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:20 +msgid ":class:`InlineQueryResultVenue`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:21 +msgid ":class:`InlineQueryResultVideo`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:22 +msgid ":class:`InlineQueryResultVoice`" +msgstr "" + +#: of telebot.types.InlineQueryResultBase:24 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresult" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedAudio:1 +#: telebot.types.InlineQueryResultCachedDocument:1 +#: telebot.types.InlineQueryResultCachedGif:1 +#: telebot.types.InlineQueryResultCachedMpeg4Gif:1 +#: telebot.types.InlineQueryResultCachedPhoto:1 +#: telebot.types.InlineQueryResultCachedSticker:1 +#: telebot.types.InlineQueryResultCachedVideo:1 +#: telebot.types.InlineQueryResultCachedVoice:1 +msgid "Bases: :py:class:`telebot.types.InlineQueryResultCachedBase`" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedAudio:1 +msgid "" +"Represents a link to an MP3 audio file stored on the Telegram servers. By" +" default, this audio file will be sent by the user. Alternatively, you " +"can use input_message_content to send a message with the specified " +"content instead of the audio." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedAudio:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultcachedaudio" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedAudio:11 +msgid "A valid file identifier for the audio file" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedAudio:32 +msgid ":class:`telebot.types.InlineQueryResultCachedAudio`" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedBase:1 +msgid "Base class of all InlineQueryResultCached* classes." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedDocument:1 +msgid "" +"Represents a link to a file stored on the Telegram servers. By default, " +"this file will be sent by the user with an optional caption. " +"Alternatively, you can use input_message_content to send a message with " +"the specified content instead of the file." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedDocument:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultcacheddocument" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedDocument:5 +#: telebot.types.InlineQueryResultDocument:5 telebot.types.InputMediaDocument:5 +msgid "Type of the result, must be document" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedDocument:11 +#: telebot.types.InlineQueryResultCachedVideo:14 +#: telebot.types.InlineQueryResultDocument:11 +#: telebot.types.InlineQueryResultVideo:20 +msgid "Title for the result" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedDocument:14 +msgid "A valid file identifier for the file" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedDocument:20 +#: telebot.types.InlineQueryResultDocument:14 +#: telebot.types.InputMediaDocument:20 +msgid "" +"Optional. Caption of the document to be sent, 0-1024 characters after " +"entities parsing" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedDocument:23 +#: telebot.types.InlineQueryResultDocument:17 +#: telebot.types.InputMediaDocument:23 +msgid "" +"Optional. Mode for parsing entities in the document caption. See " +"formatting options for more details." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedDocument:34 +#: telebot.types.InlineQueryResultDocument:37 +msgid "Optional. Content of the message to be sent instead of the file" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedDocument:38 +msgid ":class:`telebot.types.InlineQueryResultCachedDocument`" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedGif:1 +msgid "" +"Represents a link to an animated GIF file stored on the Telegram servers." +" By default, this animated GIF file will be sent by the user with an " +"optional caption. Alternatively, you can use input_message_content to " +"send a message with specified content instead of the animation." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedGif:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultcachedgif" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedGif:5 +#: telebot.types.InlineQueryResultGif:5 +msgid "Type of the result, must be gif" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedGif:11 +msgid "A valid file identifier for the GIF file" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedGif:14 +#: telebot.types.InlineQueryResultCachedMpeg4Gif:14 +#: telebot.types.InlineQueryResultCachedPhoto:14 +#: telebot.types.InlineQueryResultGif:30 +#: telebot.types.InlineQueryResultMpeg4Gif:30 +#: telebot.types.InlineQueryResultPhoto:23 +msgid "Optional. Title for the result" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedGif:17 +#: telebot.types.InlineQueryResultGif:33 +msgid "" +"Optional. Caption of the GIF file to be sent, 0-1024 characters after " +"entities parsing" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedGif:20 +#: telebot.types.InlineQueryResultCachedMpeg4Gif:20 +#: telebot.types.InlineQueryResultGif:36 +#: telebot.types.InlineQueryResultMpeg4Gif:36 +msgid "" +"Optional. Mode for parsing entities in the caption. See formatting " +"options for more details." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedGif:30 +#: telebot.types.InlineQueryResultGif:46 +msgid "Optional. Content of the message to be sent instead of the GIF animation" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedGif:34 +msgid ":class:`telebot.types.InlineQueryResultCachedGif`" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedMpeg4Gif:1 +msgid "" +"Represents a link to a video animation (H.264/MPEG-4 AVC video without " +"sound) stored on the Telegram servers. By default, this animated MPEG-4 " +"file will be sent by the user with an optional caption. Alternatively, " +"you can use input_message_content to send a message with the specified " +"content instead of the animation." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedMpeg4Gif:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultcachedmpeg4gif" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedMpeg4Gif:5 +#: telebot.types.InlineQueryResultMpeg4Gif:5 +msgid "Type of the result, must be mpeg4_gif" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedMpeg4Gif:11 +msgid "A valid file identifier for the MPEG4 file" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedMpeg4Gif:17 +#: telebot.types.InlineQueryResultMpeg4Gif:33 +msgid "" +"Optional. Caption of the MPEG-4 file to be sent, 0-1024 characters after " +"entities parsing" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedMpeg4Gif:30 +#: telebot.types.InlineQueryResultMpeg4Gif:46 +msgid "Optional. Content of the message to be sent instead of the video animation" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedMpeg4Gif:34 +msgid ":class:`telebot.types.InlineQueryResultCachedMpeg4Gif`" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedPhoto:1 +msgid "" +"Represents a link to a photo stored on the Telegram servers. By default, " +"this photo will be sent by the user with an optional caption. " +"Alternatively, you can use input_message_content to send a message with " +"the specified content instead of the photo." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedPhoto:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultcachedphoto" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedPhoto:5 +#: telebot.types.InlineQueryResultPhoto:5 telebot.types.InputMediaPhoto:5 +msgid "Type of the result, must be photo" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedPhoto:11 +msgid "A valid file identifier of the photo" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedPhoto:20 +#: telebot.types.InlineQueryResultPhoto:29 telebot.types.InputMediaPhoto:13 +msgid "" +"Optional. Caption of the photo to be sent, 0-1024 characters after " +"entities parsing" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedPhoto:23 +#: telebot.types.InlineQueryResultPhoto:32 telebot.types.InputMediaPhoto:16 +msgid "" +"Optional. Mode for parsing entities in the photo caption. See formatting " +"options for more details." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedPhoto:34 +#: telebot.types.InlineQueryResultPhoto:43 +msgid "Optional. Content of the message to be sent instead of the photo" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedPhoto:38 +msgid ":class:`telebot.types.InlineQueryResultCachedPhoto`" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedSticker:1 +msgid "" +"Represents a link to a sticker stored on the Telegram servers. By " +"default, this sticker will be sent by the user. Alternatively, you can " +"use input_message_content to send a message with the specified content " +"instead of the sticker." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedSticker:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultcachedsticker" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedSticker:5 +msgid "Type of the result, must be sticker" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedSticker:11 +msgid "A valid file identifier of the sticker" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedSticker:17 +msgid "Optional. Content of the message to be sent instead of the sticker" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedSticker:21 +msgid ":class:`telebot.types.InlineQueryResultCachedSticker`" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVideo:1 +msgid "" +"Represents a link to a video file stored on the Telegram servers. By " +"default, this video file will be sent by the user with an optional " +"caption. Alternatively, you can use input_message_content to send a " +"message with the specified content instead of the video." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVideo:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultcachedvideo" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVideo:5 +#: telebot.types.InlineQueryResultVideo:5 telebot.types.InputMediaVideo:5 +msgid "Type of the result, must be video" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVideo:11 +msgid "A valid file identifier for the video file" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVideo:20 +#: telebot.types.InlineQueryResultVideo:23 telebot.types.InputMediaVideo:20 +msgid "" +"Optional. Caption of the video to be sent, 0-1024 characters after " +"entities parsing" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVideo:23 +#: telebot.types.InlineQueryResultVideo:26 telebot.types.InputMediaVideo:23 +msgid "" +"Optional. Mode for parsing entities in the video caption. See formatting " +"options for more details." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVideo:34 +msgid "Optional. Content of the message to be sent instead of the video" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVideo:38 +msgid ":class:`telebot.types.InlineQueryResultCachedVideo`" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVoice:1 +msgid "" +"Represents a link to a voice message stored on the Telegram servers. By " +"default, this voice message will be sent by the user. Alternatively, you " +"can use input_message_content to send a message with the specified " +"content instead of the voice message." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVoice:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultcachedvoice" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVoice:5 +#: telebot.types.InlineQueryResultVoice:5 +msgid "Type of the result, must be voice" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVoice:11 +msgid "A valid file identifier for the voice message" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVoice:14 +msgid "Voice message title" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVoice:20 +#: telebot.types.InlineQueryResultVoice:20 +msgid "" +"Optional. Mode for parsing entities in the voice message caption. See " +"formatting options for more details." +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVoice:31 +msgid "Optional. Content of the message to be sent instead of the voice message" +msgstr "" + +#: of telebot.types.InlineQueryResultCachedVoice:35 +msgid ":class:`telebot.types.InlineQueryResultCachedVoice`" +msgstr "" + +#: of telebot.types.InlineQueryResultContact:1 +msgid "" +"Represents a contact with a phone number. By default, this contact will " +"be sent by the user. Alternatively, you can use input_message_content to " +"send a message with the specified content instead of the contact." +msgstr "" + +#: of telebot.types.InlineQueryResultContact:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultcontact" +msgstr "" + +#: of telebot.types.InlineQueryResultContact:5 +msgid "Type of the result, must be contact" +msgstr "" + +#: of telebot.types.InlineQueryResultContact:20 +#: telebot.types.InputContactMessageContent:14 +msgid "" +"Optional. Additional data about the contact in the form of a vCard, " +"0-2048 bytes" +msgstr "" + +#: of telebot.types.InlineQueryResultContact:26 +msgid "Optional. Content of the message to be sent instead of the contact" +msgstr "" + +#: of telebot.types.InlineQueryResultContact:39 +msgid ":class:`telebot.types.InlineQueryResultContact`" +msgstr "" + +#: of telebot.types.InlineQueryResultDocument:1 +msgid "" +"Represents a link to a file. By default, this file will be sent by the " +"user with an optional caption. Alternatively, you can use " +"input_message_content to send a message with the specified content " +"instead of the file. Currently, only .PDF and .ZIP files can be sent " +"using this method." +msgstr "" + +#: of telebot.types.InlineQueryResultDocument:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultdocument" +msgstr "" + +#: of telebot.types.InlineQueryResultDocument:25 +msgid "A valid URL for the file" +msgstr "" + +#: of telebot.types.InlineQueryResultDocument:28 +msgid "" +"MIME type of the content of the file, either “application/pdf” or " +"“application/zip”" +msgstr "" + +#: of telebot.types.InlineQueryResultDocument:40 +msgid "Optional. URL of the thumbnail (JPEG only) for the file" +msgstr "" + +#: of telebot.types.InlineQueryResultDocument:50 +msgid ":class:`telebot.types.InlineQueryResultDocument`" +msgstr "" + +#: of telebot.types.InlineQueryResultGame:1 +msgid "Represents a Game." +msgstr "" + +#: of telebot.types.InlineQueryResultGame:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultgame" +msgstr "" + +#: of telebot.types.InlineQueryResultGame:5 +msgid "Type of the result, must be game" +msgstr "" + +#: of telebot.types.InlineQueryResultGame:11 +msgid "Short name of the game" +msgstr "" + +#: of telebot.types.InlineQueryResultGame:18 +msgid ":class:`telebot.types.InlineQueryResultGame`" +msgstr "" + +#: of telebot.types.InlineQueryResultGif:1 +msgid "" +"Represents a link to an animated GIF file. By default, this animated GIF " +"file will be sent by the user with optional caption. Alternatively, you " +"can use input_message_content to send a message with the specified " +"content instead of the animation." +msgstr "" + +#: of telebot.types.InlineQueryResultGif:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultgif" +msgstr "" + +#: of telebot.types.InlineQueryResultGif:11 +msgid "A valid URL for the GIF file. File size must not exceed 1MB" +msgstr "" + +#: of telebot.types.InlineQueryResultGif:14 +msgid "Optional. Width of the GIF" +msgstr "" + +#: of telebot.types.InlineQueryResultGif:17 +msgid "Optional. Height of the GIF" +msgstr "" + +#: of telebot.types.InlineQueryResultGif:20 +msgid "Optional. Duration of the GIF in seconds" +msgstr "" + +#: of telebot.types.InlineQueryResultGif:23 +#: telebot.types.InlineQueryResultMpeg4Gif:23 +msgid "" +"URL of the static (JPEG or GIF) or animated (MPEG4) thumbnail for the " +"result" +msgstr "" + +#: of telebot.types.InlineQueryResultGif:26 +#: telebot.types.InlineQueryResultMpeg4Gif:26 +msgid "" +"Optional. MIME type of the thumbnail, must be one of “image/jpeg”, " +"“image/gif”, or “video/mp4”. Defaults to “image/jpeg”" +msgstr "" + +#: of telebot.types.InlineQueryResultGif:50 +msgid ":class:`telebot.types.InlineQueryResultGif`" +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:1 +msgid "" +"Represents a location on a map. By default, the location will be sent by " +"the user. Alternatively, you can use input_message_content to send a " +"message with the specified content instead of the location." +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultlocation" +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:5 +msgid "Type of the result, must be location" +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:11 +msgid "Location latitude in degrees" +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:14 +msgid "Location longitude in degrees" +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:17 +msgid "Location title" +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:20 +#: telebot.types.InputLocationMessageContent:11 telebot.types.Location:11 +msgid "" +"Optional. The radius of uncertainty for the location, measured in meters;" +" 0-1500" +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:23 +#: telebot.types.InputLocationMessageContent:14 +msgid "" +"Optional. Period in seconds for which the location can be updated, should" +" be between 60 and 86400." +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:27 +#: telebot.types.InputLocationMessageContent:18 +msgid "" +"Optional. For live locations, a direction in which the user is moving, in" +" degrees. Must be between 1 and 360 if specified." +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:31 +#: telebot.types.InputLocationMessageContent:22 +msgid "" +"Optional. For live locations, a maximum distance for proximity alerts " +"about approaching another chat member, in meters. Must be between 1 and " +"100000 if specified." +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:38 +msgid "Optional. Content of the message to be sent instead of the location" +msgstr "" + +#: of telebot.types.InlineQueryResultLocation:51 +msgid ":class:`telebot.types.InlineQueryResultLocation`" +msgstr "" + +#: of telebot.types.InlineQueryResultMpeg4Gif:1 +msgid "" +"Represents a link to a video animation (H.264/MPEG-4 AVC video without " +"sound). By default, this animated MPEG-4 file will be sent by the user " +"with optional caption. Alternatively, you can use input_message_content " +"to send a message with the specified content instead of the animation." +msgstr "" + +#: of telebot.types.InlineQueryResultMpeg4Gif:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultmpeg4gif" +msgstr "" + +#: of telebot.types.InlineQueryResultMpeg4Gif:11 +msgid "A valid URL for the MPEG4 file. File size must not exceed 1MB" +msgstr "" + +#: of telebot.types.InlineQueryResultMpeg4Gif:14 +#: telebot.types.InlineQueryResultVideo:34 telebot.types.InputMediaVideo:31 +msgid "Optional. Video width" +msgstr "" + +#: of telebot.types.InlineQueryResultMpeg4Gif:17 +#: telebot.types.InlineQueryResultVideo:37 telebot.types.InputMediaVideo:34 +msgid "Optional. Video height" +msgstr "" + +#: of telebot.types.InlineQueryResultMpeg4Gif:20 +#: telebot.types.InlineQueryResultVideo:40 telebot.types.InputMediaVideo:37 +msgid "Optional. Video duration in seconds" +msgstr "" + +#: of telebot.types.InlineQueryResultMpeg4Gif:50 +msgid ":class:`telebot.types.InlineQueryResultMpeg4Gif`" +msgstr "" + +#: of telebot.types.InlineQueryResultPhoto:1 +msgid "" +"Represents a link to a photo. By default, this photo will be sent by the " +"user with optional caption. Alternatively, you can use " +"input_message_content to send a message with the specified content " +"instead of the photo." +msgstr "" + +#: of telebot.types.InlineQueryResultPhoto:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultphoto" +msgstr "" + +#: of telebot.types.InlineQueryResultPhoto:11 +msgid "" +"A valid URL of the photo. Photo must be in JPEG format. Photo size must " +"not exceed 5MB" +msgstr "" + +#: of telebot.types.InlineQueryResultPhoto:14 +msgid "URL of the thumbnail for the photo" +msgstr "" + +#: of telebot.types.InlineQueryResultPhoto:17 +msgid "Optional. Width of the photo" +msgstr "" + +#: of telebot.types.InlineQueryResultPhoto:20 +msgid "Optional. Height of the photo" +msgstr "" + +#: of telebot.types.InlineQueryResultPhoto:47 +msgid ":class:`telebot.types.InlineQueryResultPhoto`" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:1 +msgid "" +"Represents a venue. By default, the venue will be sent by the user. " +"Alternatively, you can use input_message_content to send a message with " +"the specified content instead of the venue." +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultvenue" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:5 +msgid "Type of the result, must be venue" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:11 +msgid "Latitude of the venue location in degrees" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:14 +msgid "Longitude of the venue location in degrees" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:17 +msgid "Title of the venue" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:20 +#: telebot.types.InputVenueMessageContent:14 telebot.types.Venue:11 +msgid "Address of the venue" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:23 +msgid "Optional. Foursquare identifier of the venue if known" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:26 +#: telebot.types.InputVenueMessageContent:20 +msgid "" +"Optional. Foursquare type of the venue, if known. (For example, " +"“arts_entertainment/default”, “arts_entertainment/aquarium” or " +"“food/icecream”.)" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:30 +#: telebot.types.InputVenueMessageContent:24 telebot.types.Venue:21 +msgid "Optional. Google Places identifier of the venue" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:33 +#: telebot.types.InputVenueMessageContent:27 telebot.types.Venue:24 +msgid "Optional. Google Places type of the venue. (See supported types.)" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:39 +msgid "Optional. Content of the message to be sent instead of the venue" +msgstr "" + +#: of telebot.types.InlineQueryResultVenue:52 +msgid ":class:`telebot.types.InlineQueryResultVenue`" +msgstr "" + +#: of telebot.types.InlineQueryResultVideo:1 +msgid "" +"Represents a link to a page containing an embedded video player or a " +"video file. By default, this video file will be sent by the user with an " +"optional caption. Alternatively, you can use input_message_content to " +"send a message with the specified content instead of the video." +msgstr "" + +#: of telebot.types.InlineQueryResultVideo:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultvideo" +msgstr "" + +#: of telebot.types.InlineQueryResultVideo:11 +msgid "A valid URL for the embedded video player or video file" +msgstr "" + +#: of telebot.types.InlineQueryResultVideo:14 +msgid "MIME type of the content of the video URL, “text/html” or “video/mp4”" +msgstr "" + +#: of telebot.types.InlineQueryResultVideo:17 +msgid "URL of the thumbnail (JPEG only) for the video" +msgstr "" + +#: of telebot.types.InlineQueryResultVideo:49 +msgid "" +"Optional. Content of the message to be sent instead of the video. This " +"field is required if InlineQueryResultVideo is used to send an HTML-page " +"as a result (e.g., a YouTube video)." +msgstr "" + +#: of telebot.types.InlineQueryResultVideo:54 +msgid ":class:`telebot.types.InlineQueryResultVideo`" +msgstr "" + +#: of telebot.types.InlineQueryResultVoice:1 +msgid "" +"Represents a link to a voice recording in an .OGG container encoded with " +"OPUS. By default, this voice recording will be sent by the user. " +"Alternatively, you can use input_message_content to send a message with " +"the specified content instead of the the voice message." +msgstr "" + +#: of telebot.types.InlineQueryResultVoice:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inlinequeryresultvoice" +msgstr "" + +#: of telebot.types.InlineQueryResultVoice:11 +msgid "A valid URL for the voice recording" +msgstr "" + +#: of telebot.types.InlineQueryResultVoice:14 +msgid "Recording title" +msgstr "" + +#: of telebot.types.InlineQueryResultVoice:28 +msgid "Optional. Recording duration in seconds" +msgstr "" + +#: of telebot.types.InlineQueryResultVoice:34 +msgid "Optional. Content of the message to be sent instead of the voice recording" +msgstr "" + +#: of telebot.types.InlineQueryResultVoice:38 +msgid ":class:`telebot.types.InlineQueryResultVoice`" +msgstr "" + +#: of telebot.types.InputContactMessageContent:1 +#: telebot.types.InputInvoiceMessageContent:1 +#: telebot.types.InputLocationMessageContent:1 +#: telebot.types.InputTextMessageContent:1 +#: telebot.types.InputVenueMessageContent:1 +#: telebot.types.KeyboardButtonPollType:1 +msgid "Bases: :py:class:`telebot.types.Dictionaryable`" +msgstr "" + +#: of telebot.types.InputContactMessageContent:1 +msgid "" +"Represents the content of a contact message to be sent as the result of " +"an inline query." +msgstr "" + +#: of telebot.types.InputContactMessageContent:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inputcontactmessagecontent" +msgstr "" + +#: of telebot.types.InputContactMessageContent:18 +msgid ":class:`telebot.types.InputContactMessageContent`" +msgstr "" + +#: of telebot.types.InputFile:1 +msgid "A class to send files through Telegram Bot API." +msgstr "" + +#: of telebot.types.InputFile:3 +msgid "" +"You need to pass a file, which should be an instance of " +":class:`io.IOBase` or :class:`pathlib.Path`, or :obj:`str`." +msgstr "" + +#: of telebot.types.InputFile:6 +msgid "" +"If you pass an :obj:`str` as a file, it will be opened and closed by the " +"class." +msgstr "" + +#: of telebot.types.InputFile:8 +msgid "A file to send." +msgstr "" + +#: of telebot.types.InputFile:11 +msgid "Example on sending a file using this class" +msgstr "" + +#: of telebot.types.InputFile.file:1 +msgid "File object." +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:1 +msgid "" +"Represents the content of an invoice message to be sent as the result of " +"an inline query." +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inputinvoicemessagecontent" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:5 +msgid "Product name, 1-32 characters" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:8 +msgid "Product description, 1-255 characters" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:11 +msgid "" +"Bot-defined invoice payload, 1-128 bytes. This will not be displayed to " +"the user, use for your internal processes." +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:15 +msgid "Payment provider token, obtained via @BotFather" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:18 +msgid "Three-letter ISO 4217 currency code, see more on currencies" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:21 +msgid "" +"Price breakdown, a JSON-serialized list of components (e.g. product " +"price, tax, discount, delivery cost, delivery tax, bonus, etc.)" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:25 +msgid "" +"Optional. The maximum accepted amount for tips in the smallest units of " +"the currency (integer, not float/double). For example, for a maximum tip " +"of US$ 1.45 pass max_tip_amount = 145. See the exp parameter in " +"currencies.json, it shows the number of digits past the decimal point for" +" each currency (2 for the majority of currencies). Defaults to 0" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:31 +msgid "" +"Optional. A JSON-serialized array of suggested amounts of tip in the " +"smallest units of the currency (integer, not float/double). At most 4 " +"suggested tip amounts can be specified. The suggested tip amounts must be" +" positive, passed in a strictly increased order and must not exceed " +"max_tip_amount." +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:36 +msgid "" +"Optional. A JSON-serialized object for data about the invoice, which will" +" be shared with the payment provider. A detailed description of the " +"required fields should be provided by the payment provider." +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:40 +msgid "" +"Optional. URL of the product photo for the invoice. Can be a photo of the" +" goods or a marketing image for a service." +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:44 +msgid "Optional. Photo size in bytes" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:47 +msgid "Optional. Photo width" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:50 +msgid "Optional. Photo height" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:53 +msgid "" +"Optional. Pass True, if you require the user's full name to complete the " +"order" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:56 +msgid "" +"Optional. Pass True, if you require the user's phone number to complete " +"the order" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:59 +msgid "" +"Optional. Pass True, if you require the user's email address to complete " +"the order" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:62 +msgid "" +"Optional. Pass True, if you require the user's shipping address to " +"complete the order" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:66 +msgid "Optional. Pass True, if the user's phone number should be sent to provider" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:69 +msgid "" +"Optional. Pass True, if the user's email address should be sent to " +"provider" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:72 +msgid "Optional. Pass True, if the final price depends on the shipping method" +msgstr "" + +#: of telebot.types.InputInvoiceMessageContent:76 +msgid ":class:`telebot.types.InputInvoiceMessageContent`" +msgstr "" + +#: of telebot.types.InputLocationMessageContent:1 +msgid "" +"Represents the content of a location message to be sent as the result of " +"an inline query." +msgstr "" + +#: of telebot.types.InputLocationMessageContent:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inputlocationmessagecontent" +msgstr "" + +#: of telebot.types.InputLocationMessageContent:5 +msgid "Latitude of the location in degrees" +msgstr "" + +#: of telebot.types.InputLocationMessageContent:8 +msgid "Longitude of the location in degrees" +msgstr "" + +#: of telebot.types.InputLocationMessageContent:27 +msgid ":class:`telebot.types.InputLocationMessageContent`" +msgstr "" + +#: of telebot.types.InputMedia:1 telebot.types.KeyboardButton:1 +msgid "" +"Bases: :py:class:`telebot.types.Dictionaryable`, " +":py:class:`telebot.types.JsonSerializable`" +msgstr "" + +#: of telebot.types.InputMedia:1 +msgid "" +"This object represents the content of a media message to be sent. It " +"should be one of" +msgstr "" + +#: of telebot.types.InputMedia:3 +msgid ":class:`InputMediaAnimation`" +msgstr "" + +#: of telebot.types.InputMedia:4 +msgid ":class:`InputMediaDocument`" +msgstr "" + +#: of telebot.types.InputMedia:5 +msgid ":class:`InputMediaAudio`" +msgstr "" + +#: of telebot.types.InputMedia:6 +msgid ":class:`InputMediaPhoto`" +msgstr "" + +#: of telebot.types.InputMedia:7 +msgid ":class:`InputMediaVideo`" +msgstr "" + +#: of telebot.types.InputMediaAnimation:1 telebot.types.InputMediaAudio:1 +#: telebot.types.InputMediaDocument:1 telebot.types.InputMediaPhoto:1 +#: telebot.types.InputMediaVideo:1 +msgid "Bases: :py:class:`telebot.types.InputMedia`" +msgstr "" + +#: of telebot.types.InputMediaAnimation:1 +msgid "" +"Represents an animation file (GIF or H.264/MPEG-4 AVC video without " +"sound) to be sent." +msgstr "" + +#: of telebot.types.InputMediaAnimation:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inputmediaanimation" +msgstr "" + +#: of telebot.types.InputMediaAnimation:5 +msgid "Type of the result, must be animation" +msgstr "" + +#: of telebot.types.InputMediaAnimation:8 telebot.types.InputMediaAudio:8 +#: telebot.types.InputMediaDocument:8 telebot.types.InputMediaPhoto:8 +#: telebot.types.InputMediaVideo:8 +msgid "" +"File to send. Pass a file_id to send a file that exists on the Telegram " +"servers (recommended), pass an HTTP URL for Telegram to get a file from " +"the Internet, or pass “attach://” to upload a new one " +"using multipart/form-data under name. More information" +" on Sending Files »" +msgstr "" + +#: of telebot.types.InputMediaAnimation:13 telebot.types.InputMediaAudio:13 +#: telebot.types.InputMediaDocument:13 telebot.types.InputMediaVideo:13 +msgid "" +"Optional. Thumbnail of the file sent; can be ignored if thumbnail " +"generation for the file is supported server-side. The thumbnail should be" +" in JPEG format and less than 200 kB in size. A thumbnail's width and " +"height should not exceed 320. Ignored if the file is not uploaded using " +"multipart/form-data. Thumbnails can't be reused and can be only uploaded " +"as a new file, so you can pass “attach://” if the " +"thumbnail was uploaded using multipart/form-data under " +". More information on Sending Files »" +msgstr "" + +#: of telebot.types.InputMediaAnimation:20 +msgid "" +"Optional. Caption of the animation to be sent, 0-1024 characters after " +"entities parsing" +msgstr "" + +#: of telebot.types.InputMediaAnimation:23 +msgid "" +"Optional. Mode for parsing entities in the animation caption. See " +"formatting options for more details." +msgstr "" + +#: of telebot.types.InputMediaAnimation:31 +msgid "Optional. Animation width" +msgstr "" + +#: of telebot.types.InputMediaAnimation:34 +msgid "Optional. Animation height" +msgstr "" + +#: of telebot.types.InputMediaAnimation:37 +msgid "Optional. Animation duration in seconds" +msgstr "" + +#: of telebot.types.InputMediaAnimation:41 +msgid ":class:`telebot.types.InputMediaAnimation`" +msgstr "" + +#: of telebot.types.InputMediaAudio:1 +msgid "Represents an audio file to be treated as music to be sent." +msgstr "" + +#: of telebot.types.InputMediaAudio:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#inputmediaaudio" +msgstr "" + +#: of telebot.types.InputMediaAudio:20 +msgid "" +"Optional. Caption of the audio to be sent, 0-1024 characters after " +"entities parsing" +msgstr "" + +#: of telebot.types.InputMediaAudio:31 +msgid "Optional. Duration of the audio in seconds" +msgstr "" + +#: of telebot.types.InputMediaAudio:34 +msgid "Optional. Performer of the audio" +msgstr "" + +#: of telebot.types.InputMediaAudio:37 +msgid "Optional. Title of the audio" +msgstr "" + +#: of telebot.types.InputMediaAudio:41 +msgid ":class:`telebot.types.InputMediaAudio`" +msgstr "" + +#: of telebot.types.InputMediaDocument:1 +msgid "Represents a general file to be sent." +msgstr "" + +#: of telebot.types.InputMediaDocument:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inputmediadocument" +msgstr "" + +#: of telebot.types.InputMediaDocument:31 +msgid "" +"Optional. Disables automatic server-side content type detection for files" +" uploaded using multipart/form-data. Always True, if the document is sent" +" as part of an album." +msgstr "" + +#: of telebot.types.InputMediaDocument:36 +msgid ":class:`telebot.types.InputMediaDocument`" +msgstr "" + +#: of telebot.types.InputMediaPhoto:1 +msgid "Represents a photo to be sent." +msgstr "" + +#: of telebot.types.InputMediaPhoto:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#inputmediaphoto" +msgstr "" + +#: of telebot.types.InputMediaPhoto:25 +msgid ":class:`telebot.types.InputMediaPhoto`" +msgstr "" + +#: of telebot.types.InputMediaVideo:1 +msgid "Represents a video to be sent." +msgstr "" + +#: of telebot.types.InputMediaVideo:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#inputmediavideo" +msgstr "" + +#: of telebot.types.InputMediaVideo:40 +msgid "Optional. Pass True, if the uploaded video is suitable for streaming" +msgstr "" + +#: of telebot.types.InputMediaVideo:44 +msgid ":class:`telebot.types.InputMediaVideo`" +msgstr "" + +#: of telebot.types.InputTextMessageContent:1 +msgid "" +"Represents the content of a text message to be sent as the result of an " +"inline query." +msgstr "" + +#: of telebot.types.InputTextMessageContent:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inputtextmessagecontent" +msgstr "" + +#: of telebot.types.InputTextMessageContent:5 +msgid "Text of the message to be sent, 1-4096 characters" +msgstr "" + +#: of telebot.types.InputTextMessageContent:8 +msgid "" +"Optional. Mode for parsing entities in the message text. See formatting " +"options for more details." +msgstr "" + +#: of telebot.types.InputTextMessageContent:12 +msgid "" +"Optional. List of special entities that appear in message text, which can" +" be specified instead of parse_mode" +msgstr "" + +#: of telebot.types.InputTextMessageContent:16 +msgid "Optional. Disables link previews for links in the sent message" +msgstr "" + +#: of telebot.types.InputTextMessageContent:20 +msgid ":class:`telebot.types.InputTextMessageContent`" +msgstr "" + +#: of telebot.types.InputVenueMessageContent:1 +msgid "" +"Represents the content of a venue message to be sent as the result of an " +"inline query." +msgstr "" + +#: of telebot.types.InputVenueMessageContent:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#inputvenuemessagecontent" +msgstr "" + +#: of telebot.types.InputVenueMessageContent:5 +msgid "Latitude of the venue in degrees" +msgstr "" + +#: of telebot.types.InputVenueMessageContent:8 +msgid "Longitude of the venue in degrees" +msgstr "" + +#: of telebot.types.InputVenueMessageContent:11 telebot.types.Venue:8 +msgid "Name of the venue" +msgstr "" + +#: of telebot.types.InputVenueMessageContent:17 +msgid "Optional. Foursquare identifier of the venue, if known" +msgstr "" + +#: of telebot.types.InputVenueMessageContent:31 +msgid ":class:`telebot.types.InputVenueMessageContent`" +msgstr "" + +#: of telebot.types.Invoice:1 +msgid "This object contains basic information about an invoice." +msgstr "" + +#: of telebot.types.Invoice:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#invoice" +msgstr "" + +#: of telebot.types.Invoice:5 +msgid "Product name" +msgstr "" + +#: of telebot.types.Invoice:8 +msgid "Product description" +msgstr "" + +#: of telebot.types.Invoice:11 +msgid "" +"Unique bot deep-linking parameter that can be used to generate this " +"invoice" +msgstr "" + +#: of telebot.types.Invoice:14 telebot.types.PreCheckoutQuery:11 +#: telebot.types.SuccessfulPayment:5 +msgid "Three-letter ISO 4217 currency code" +msgstr "" + +#: of telebot.types.Invoice:17 telebot.types.PreCheckoutQuery:14 +#: telebot.types.SuccessfulPayment:8 +msgid "" +"Total price in the smallest units of the currency (integer, not " +"float/double). For example, for a price of US$ 1.45 pass amount = 145. " +"See the exp parameter in currencies.json, it shows the number of digits " +"past the decimal point for each currency (2 for the majority of " +"currencies)." +msgstr "" + +#: of telebot.types.Invoice:23 +msgid ":class:`telebot.types.Invoice`" +msgstr "" + +#: of telebot.types.JsonDeserializable:1 +msgid "" +"Subclasses of this class are guaranteed to be able to be created from a " +"json-style dict or json formatted string. All subclasses of this class " +"must override de_json." +msgstr "" + +#: of telebot.types.JsonSerializable:1 +msgid "" +"Subclasses of this class are guaranteed to be able to be converted to " +"JSON format. All subclasses of this class must override to_json." +msgstr "" + +#: of telebot.types.KeyboardButton:1 +msgid "" +"This object represents one button of the reply keyboard. For simple text " +"buttons String can be used instead of this object to specify text of the " +"button. Optional fields web_app, request_contact, request_location, and " +"request_poll are mutually exclusive." +msgstr "" + +#: of telebot.types.KeyboardButton:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#keyboardbutton" +msgstr "" + +#: of telebot.types.KeyboardButton:5 +msgid "" +"Text of the button. If none of the optional fields are used, it will be " +"sent as a message when the button is pressed" +msgstr "" + +#: of telebot.types.KeyboardButton:9 +msgid "" +"Optional. If True, the user's phone number will be sent as a contact when" +" the button is pressed. Available in private chats only." +msgstr "" + +#: of telebot.types.KeyboardButton:13 +msgid "" +"Optional. If True, the user's current location will be sent when the " +"button is pressed. Available in private chats only." +msgstr "" + +#: of telebot.types.KeyboardButton:17 +msgid "" +"Optional. If specified, the user will be asked to create a poll and send " +"it to the bot when the button is pressed. Available in private chats " +"only." +msgstr "" + +#: of telebot.types.KeyboardButton:21 +msgid "" +"Optional. If specified, the described Web App will be launched when the " +"button is pressed. The Web App will be able to send a “web_app_data” " +"service message. Available in private chats only." +msgstr "" + +#: of telebot.types.KeyboardButton:26 +msgid ":class:`telebot.types.KeyboardButton`" +msgstr "" + +#: of telebot.types.KeyboardButtonPollType:1 +msgid "" +"This object represents type of a poll, which is allowed to be created and" +" sent when the corresponding button is pressed." +msgstr "" + +#: of telebot.types.KeyboardButtonPollType:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#keyboardbuttonpolltype" +msgstr "" + +#: of telebot.types.KeyboardButtonPollType:5 +msgid "" +"Optional. If quiz is passed, the user will be allowed to create only " +"polls in the quiz mode. If regular is passed, only regular polls will be " +"allowed. Otherwise, the user will be allowed to create a poll of any " +"type." +msgstr "" + +#: of telebot.types.KeyboardButtonPollType:10 +msgid ":class:`telebot.types.KeyboardButtonPollType`" +msgstr "" + +#: of telebot.types.LabeledPrice:1 +msgid "" +"Bases: :py:class:`telebot.types.JsonSerializable`, " +":py:class:`telebot.types.Dictionaryable`" +msgstr "" + +#: of telebot.types.LabeledPrice:1 +msgid "This object represents a portion of the price for goods or services." +msgstr "" + +#: of telebot.types.LabeledPrice:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#labeledprice" +msgstr "" + +#: of telebot.types.LabeledPrice:5 +msgid "Portion label" +msgstr "" + +#: of telebot.types.LabeledPrice:8 +msgid "" +"Price of the product in the smallest units of the currency (integer, not " +"float/double). For example, for a price of US$ 1.45 pass amount = 145. " +"See the exp parameter in currencies.json, it shows the number of digits " +"past the decimal point for each currency (2 for the majority of " +"currencies)." +msgstr "" + +#: of telebot.types.LabeledPrice:14 +msgid ":class:`telebot.types.LabeledPrice`" +msgstr "" + +#: of telebot.types.Location:1 +msgid "This object represents a point on the map." +msgstr "" + +#: of telebot.types.Location:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#location" +msgstr "" + +#: of telebot.types.Location:5 +msgid "Longitude as defined by sender" +msgstr "" + +#: of telebot.types.Location:8 +msgid "Latitude as defined by sender" +msgstr "" + +#: of telebot.types.Location:14 +msgid "" +"Optional. Time relative to the message sending date, during which the " +"location can be updated; in seconds. For active live locations only." +msgstr "" + +#: of telebot.types.Location:18 +msgid "" +"Optional. The direction in which user is moving, in degrees; 1-360. For " +"active live locations only." +msgstr "" + +#: of telebot.types.Location:21 +msgid "" +"Optional. The maximum distance for proximity alerts about approaching " +"another chat member, in meters. For sent live locations only." +msgstr "" + +#: of telebot.types.Location:26 +msgid ":class:`telebot.types.Location`" +msgstr "" + +#: of telebot.types.LoginUrl:1 +msgid "" +"This object represents a parameter of the inline keyboard button used to " +"automatically authorize a user. Serves as a great replacement for the " +"Telegram Login Widget when the user is coming from Telegram. All the user" +" needs to do is tap/click a button and confirm that they want to log in:" +msgstr "" + +#: of telebot.types.LoginUrl:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#loginurl" +msgstr "" + +#: of telebot.types.LoginUrl:5 +msgid "" +"An HTTPS URL to be opened with user authorization data added to the query" +" string when the button is pressed. If the user refuses to provide " +"authorization data, the original URL without information about the user " +"will be opened. The data added is the same as described in Receiving " +"authorization data. NOTE: You must always check the hash of the received " +"data to verify the authentication and the integrity of the data as " +"described in Checking authorization." +msgstr "" + +#: of telebot.types.LoginUrl:12 +msgid "Optional. New text of the button in forwarded messages." +msgstr "" + +#: of telebot.types.LoginUrl:15 +msgid "" +"Optional. Username of a bot, which will be used for user authorization. " +"See Setting up a bot for more details. If not specified, the current " +"bot's username will be assumed. The url's domain must be the same as the " +"domain linked with the bot. See Linking your domain to the bot for more " +"details." +msgstr "" + +#: of telebot.types.LoginUrl:20 +msgid "" +"Optional. Pass True to request the permission for your bot to send " +"messages to the user." +msgstr "" + +#: of telebot.types.LoginUrl:25 +msgid ":class:`telebot.types.LoginUrl`" +msgstr "" + +#: of telebot.types.MaskPosition:1 +msgid "" +"Bases: :py:class:`telebot.types.Dictionaryable`, " +":py:class:`telebot.types.JsonDeserializable`, " +":py:class:`telebot.types.JsonSerializable`" +msgstr "" + +#: of telebot.types.MaskPosition:1 +msgid "" +"This object describes the position on faces where a mask should be placed" +" by default." +msgstr "" + +#: of telebot.types.MaskPosition:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#maskposition" +msgstr "" + +#: of telebot.types.MaskPosition:5 +msgid "" +"The part of the face relative to which the mask should be placed. One of " +"“forehead”, “eyes”, “mouth”, or “chin”." +msgstr "" + +#: of telebot.types.MaskPosition:9 +msgid "" +"Shift by X-axis measured in widths of the mask scaled to the face size, " +"from left to right. For example, choosing -1.0 will place mask just to " +"the left of the default mask position." +msgstr "" + +#: of telebot.types.MaskPosition:13 +msgid "" +"Shift by Y-axis measured in heights of the mask scaled to the face size, " +"from top to bottom. For example, 1.0 will place the mask just below the " +"default mask position." +msgstr "" + +#: of telebot.types.MaskPosition:17 +msgid "Mask scaling coefficient. For example, 2.0 means double size." +msgstr "" + +#: of telebot.types.MaskPosition:21 +msgid ":class:`telebot.types.MaskPosition`" +msgstr "" + +#: of telebot.types.MenuButton:1 +msgid "" +"This object describes the bot's menu button in a private chat. It should " +"be one of" +msgstr "" + +#: of telebot.types.MenuButton:3 +msgid ":class:`MenuButtonCommands`" +msgstr "" + +#: of telebot.types.MenuButton:4 +msgid ":class:`MenuButtonWebApp`" +msgstr "" + +#: of telebot.types.MenuButton:5 +msgid ":class:`MenuButtonDefault`" +msgstr "" + +#: of telebot.types.MenuButton:7 +msgid "" +"If a menu button other than MenuButtonDefault is set for a private chat, " +"then it is applied in the chat. Otherwise the default menu button is " +"applied. By default, the menu button opens the list of bot commands." +msgstr "" + +#: of telebot.types.MenuButtonCommands:1 telebot.types.MenuButtonDefault:1 +#: telebot.types.MenuButtonWebApp:1 +msgid "Bases: :py:class:`telebot.types.MenuButton`" +msgstr "" + +#: of telebot.types.MenuButtonCommands:1 +msgid "Represents a menu button, which opens the bot's list of commands." +msgstr "" + +#: of telebot.types.MenuButtonCommands:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#menubuttoncommands" +msgstr "" + +#: of telebot.types.MenuButtonCommands:5 +msgid "Type of the button, must be commands" +msgstr "" + +#: of telebot.types.MenuButtonCommands:9 +msgid ":class:`telebot.types.MenuButtonCommands`" +msgstr "" + +#: of telebot.types.MenuButtonDefault:1 +msgid "Describes that no specific value for the menu button was set." +msgstr "" + +#: of telebot.types.MenuButtonDefault:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#menubuttondefault" +msgstr "" + +#: of telebot.types.MenuButtonDefault:5 +msgid "Type of the button, must be default" +msgstr "" + +#: of telebot.types.MenuButtonDefault:9 +msgid ":class:`telebot.types.MenuButtonDefault`" +msgstr "" + +#: of telebot.types.MenuButtonWebApp:1 +msgid "Represents a menu button, which launches a Web App." +msgstr "" + +#: of telebot.types.MenuButtonWebApp:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#menubuttonwebapp" +msgstr "" + +#: of telebot.types.MenuButtonWebApp:5 +msgid "Type of the button, must be web_app" +msgstr "" + +#: of telebot.types.MenuButtonWebApp:8 +msgid "Text on the button" +msgstr "" + +#: of telebot.types.MenuButtonWebApp:11 +msgid "" +"Description of the Web App that will be launched when the user presses " +"the button. The Web App will be able to send an arbitrary message on " +"behalf of the user using the method answerWebAppQuery." +msgstr "" + +#: of telebot.types.MenuButtonWebApp:16 +msgid ":class:`telebot.types.MenuButtonWebApp`" +msgstr "" + +#: of telebot.types.Message:1 +msgid "This object represents a message." +msgstr "" + +#: of telebot.types.Message:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#message" +msgstr "" + +#: of telebot.types.Message:5 +msgid "Unique message identifier inside this chat" +msgstr "" + +#: of telebot.types.Message:8 +msgid "" +"Optional. Unique identifier of a message thread to which the message " +"belongs; for supergroups only" +msgstr "" + +#: of telebot.types.Message:11 +msgid "" +"Optional. Sender of the message; empty for messages sent to channels. For" +" backward compatibility, the field contains a fake sender user in non-" +"channel chats, if the message was sent on behalf of a chat." +msgstr "" + +#: of telebot.types.Message:15 +msgid "" +"Optional. Sender of the message, sent on behalf of a chat. For example, " +"the channel itself for channel posts, the supergroup itself for messages " +"from anonymous group administrators, the linked channel for messages " +"automatically forwarded to the discussion group. For backward " +"compatibility, the field from contains a fake sender user in non-channel " +"chats, if the message was sent on behalf of a chat." +msgstr "" + +#: of telebot.types.Message:21 +msgid "Date the message was sent in Unix time" +msgstr "" + +#: of telebot.types.Message:24 +msgid "Conversation the message belongs to" +msgstr "" + +#: of telebot.types.Message:27 +msgid "Optional. For forwarded messages, sender of the original message" +msgstr "" + +#: of telebot.types.Message:30 +msgid "" +"Optional. For messages forwarded from channels or from anonymous " +"administrators, information about the original sender chat" +msgstr "" + +#: of telebot.types.Message:34 +msgid "" +"Optional. For messages forwarded from channels, identifier of the " +"original message in the channel" +msgstr "" + +#: of telebot.types.Message:38 +msgid "" +"Optional. For forwarded messages that were originally sent in channels or" +" by an anonymous chat administrator, signature of the message sender if " +"present" +msgstr "" + +#: of telebot.types.Message:42 +msgid "" +"Optional. Sender's name for messages forwarded from users who disallow " +"adding a link to their account in forwarded messages" +msgstr "" + +#: of telebot.types.Message:46 +msgid "" +"Optional. For forwarded messages, date the original message was sent in " +"Unix time" +msgstr "" + +#: of telebot.types.Message:49 +msgid "Optional. True, if the message is sent to a forum topic" +msgstr "" + +#: of telebot.types.Message:52 +msgid "" +"Optional. :obj:`bool`, if the message is a channel post that was " +"automatically forwarded to the connected discussion group" +msgstr "" + +#: of telebot.types.Message:56 +msgid "" +"Optional. For replies, the original message. Note that the Message object" +" in this field will not contain further reply_to_message fields even if " +"it itself is a reply." +msgstr "" + +#: of telebot.types.Message:60 +msgid "Optional. Bot through which the message was sent" +msgstr "" + +#: of telebot.types.Message:63 +msgid "Optional. Date the message was last edited in Unix time" +msgstr "" + +#: of telebot.types.Message:66 +msgid "Optional. :obj:`bool`, if the message can't be forwarded" +msgstr "" + +#: of telebot.types.Message:69 +msgid "" +"Optional. The unique identifier of a media message group this message " +"belongs to" +msgstr "" + +#: of telebot.types.Message:72 +msgid "" +"Optional. Signature of the post author for messages in channels, or the " +"custom title of an anonymous group administrator" +msgstr "" + +#: of telebot.types.Message:76 +msgid "Optional. For text messages, the actual UTF-8 text of the message" +msgstr "" + +#: of telebot.types.Message:79 +msgid "" +"Optional. For text messages, special entities like usernames, URLs, bot " +"commands, etc. that appear in the text" +msgstr "" + +#: of telebot.types.Message:83 +msgid "" +"Optional. Message is an animation, information about the animation. For " +"backward compatibility, when this field is set, the document field will " +"also be set" +msgstr "" + +#: of telebot.types.Message:87 +msgid "Optional. Message is an audio file, information about the file" +msgstr "" + +#: of telebot.types.Message:90 +msgid "Optional. Message is a general file, information about the file" +msgstr "" + +#: of telebot.types.Message:93 +msgid "Optional. Message is a photo, available sizes of the photo" +msgstr "" + +#: of telebot.types.Message:96 +msgid "Optional. Message is a sticker, information about the sticker" +msgstr "" + +#: of telebot.types.Message:99 +msgid "Optional. Message is a video, information about the video" +msgstr "" + +#: of telebot.types.Message:102 +msgid "Optional. Message is a video note, information about the video message" +msgstr "" + +#: of telebot.types.Message:105 +msgid "Optional. Message is a voice message, information about the file" +msgstr "" + +#: of telebot.types.Message:108 +msgid "" +"Optional. Caption for the animation, audio, document, photo, video or " +"voice" +msgstr "" + +#: of telebot.types.Message:111 +msgid "" +"Optional. For messages with a caption, special entities like usernames, " +"URLs, bot commands, etc. that appear in the caption" +msgstr "" + +#: of telebot.types.Message:115 +msgid "Optional. Message is a shared contact, information about the contact" +msgstr "" + +#: of telebot.types.Message:118 +msgid "Optional. Message is a dice with random value" +msgstr "" + +#: of telebot.types.Message:121 +msgid "" +"Optional. Message is a game, information about the game. More about games" +" »" +msgstr "" + +#: of telebot.types.Message:124 +msgid "Optional. Message is a native poll, information about the poll" +msgstr "" + +#: of telebot.types.Message:127 +msgid "" +"Optional. Message is a venue, information about the venue. For backward " +"compatibility, when this field is set, the location field will also be " +"set" +msgstr "" + +#: of telebot.types.Message:131 +msgid "Optional. Message is a shared location, information about the location" +msgstr "" + +#: of telebot.types.Message:134 +msgid "" +"Optional. New members that were added to the group or supergroup and " +"information about them (the bot itself may be one of these members)" +msgstr "" + +#: of telebot.types.Message:138 +msgid "" +"Optional. A member was removed from the group, information about them " +"(this member may be the bot itself)" +msgstr "" + +#: of telebot.types.Message:142 +msgid "Optional. A chat title was changed to this value" +msgstr "" + +#: of telebot.types.Message:145 +msgid "Optional. A chat photo was change to this value" +msgstr "" + +#: of telebot.types.Message:148 +msgid "Optional. Service message: the chat photo was deleted" +msgstr "" + +#: of telebot.types.Message:151 +msgid "Optional. Service message: the group has been created" +msgstr "" + +#: of telebot.types.Message:154 +msgid "" +"Optional. Service message: the supergroup has been created. This field " +"can't be received in a message coming through updates, because bot can't " +"be a member of a supergroup when it is created. It can only be found in " +"reply_to_message if someone replies to a very first message in a directly" +" created supergroup." +msgstr "" + +#: of telebot.types.Message:159 +msgid "" +"Optional. Service message: the channel has been created. This field can't" +" be received in a message coming through updates, because bot can't be a " +"member of a channel when it is created. It can only be found in " +"reply_to_message if someone replies to a very first message in a channel." +msgstr "" + +#: of telebot.types.Message:164 +msgid "Optional. Service message: auto-delete timer settings changed in the chat" +msgstr "" + +#: of telebot.types.Message:168 +msgid "" +"Optional. The group has been migrated to a supergroup with the specified " +"identifier. This number may have more than 32 significant bits and some " +"programming languages may have difficulty/silent defects in interpreting " +"it. But it has at most 52 significant bits, so a signed 64-bit integer or" +" double-precision float type are safe for storing this identifier." +msgstr "" + +#: of telebot.types.Message:174 +msgid "" +"Optional. The supergroup has been migrated from a group with the " +"specified identifier. This number may have more than 32 significant bits " +"and some programming languages may have difficulty/silent defects in " +"interpreting it. But it has at most 52 significant bits, so a signed " +"64-bit integer or double-precision float type are safe for storing this " +"identifier." +msgstr "" + +#: of telebot.types.Message:180 +msgid "" +"Optional. Specified message was pinned. Note that the Message object in " +"this field will not contain further reply_to_message fields even if it is" +" itself a reply." +msgstr "" + +#: of telebot.types.Message:184 +msgid "" +"Optional. Message is an invoice for a payment, information about the " +"invoice. More about payments »" +msgstr "" + +#: of telebot.types.Message:187 +msgid "" +"Optional. Message is a service message about a successful payment, " +"information about the payment. More about payments »" +msgstr "" + +#: of telebot.types.Message:191 +msgid "" +"Optional. The domain name of the website on which the user has logged in." +" More about Telegram Login »" +msgstr "" + +#: of telebot.types.Message:195 +msgid "Optional. Telegram Passport data" +msgstr "" + +#: of telebot.types.Message:198 +msgid "" +"Optional. Service message. A user in the chat triggered another user's " +"proximity alert while sharing Live Location." +msgstr "" + +#: of telebot.types.Message:202 +msgid "Optional. Service message: forum topic created" +msgstr "" + +#: of telebot.types.Message:205 +msgid "Optional. Service message: forum topic closed" +msgstr "" + +#: of telebot.types.Message:208 +msgid "Optional. Service message: forum topic reopened" +msgstr "" + +#: of telebot.types.Message:211 +msgid "Optional. Service message: video chat scheduled" +msgstr "" + +#: of telebot.types.Message:214 +msgid "Optional. Service message: video chat started" +msgstr "" + +#: of telebot.types.Message:217 +msgid "Optional. Service message: video chat ended" +msgstr "" + +#: of telebot.types.Message:220 +msgid "Optional. Service message: new participants invited to a video chat" +msgstr "" + +#: of telebot.types.Message:223 +msgid "Optional. Service message: data sent by a Web App" +msgstr "" + +#: of telebot.types.Message:226 +msgid "" +"Optional. Inline keyboard attached to the message. login_url buttons are " +"represented as ordinary url buttons." +msgstr "" + +#: of telebot.types.Message:231 +msgid ":class:`telebot.types.Message`" +msgstr "" + +#: of telebot.types.Message.html_caption:1 +msgid "Returns html-rendered caption." +msgstr "" + +#: of telebot.types.Message.html_text:1 +msgid "Returns html-rendered text." +msgstr "" + +#: of telebot.types.Message.parse_chat:1 +msgid "Parses chat." +msgstr "" + +#: of telebot.types.Message.parse_entities:1 +msgid "Parses message entity array." +msgstr "" + +#: of telebot.types.Message.parse_photo:1 +msgid "Parses photo array." +msgstr "" + +#: of telebot.types.MessageAutoDeleteTimerChanged:1 +msgid "" +"This object represents a service message about a change in auto-delete " +"timer settings." +msgstr "" + +#: of telebot.types.MessageAutoDeleteTimerChanged:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#messageautodeletetimerchanged" +msgstr "" + +#: of telebot.types.MessageAutoDeleteTimerChanged:5 +msgid "New auto-delete time for messages in the chat; in seconds" +msgstr "" + +#: of telebot.types.MessageAutoDeleteTimerChanged:9 +msgid ":class:`telebot.types.MessageAutoDeleteTimerChanged`" +msgstr "" + +#: of telebot.types.MessageEntity:1 +msgid "" +"This object represents one special entity in a text message. For example," +" hashtags, usernames, URLs, etc." +msgstr "" + +#: of telebot.types.MessageEntity:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#messageentity" +msgstr "" + +#: of telebot.types.MessageEntity:5 +msgid "" +"Type of the entity. Currently, can be “mention” (@username), “hashtag” " +"(#hashtag), “cashtag” ($USD), “bot_command” (/start@jobs_bot), “url” " +"(https://telegram.org), “email” (do-not-reply@telegram.org), " +"“phone_number” (+1-212-555-0123), “bold” (bold text), “italic” (italic " +"text), “underline” (underlined text), “strikethrough” (strikethrough " +"text), “spoiler” (spoiler message), “code” (monowidth string), “pre” " +"(monowidth block), “text_link” (for clickable text URLs), “text_mention” " +"(for users without usernames), “custom_emoji” (for inline custom emoji " +"stickers)" +msgstr "" + +#: of telebot.types.MessageEntity:13 +msgid "Offset in UTF-16 code units to the start of the entity" +msgstr "" + +#: of telebot.types.MessageEntity:16 +msgid "Length of the entity in UTF-16 code units" +msgstr "" + +#: of telebot.types.MessageEntity:19 +msgid "" +"Optional. For “text_link” only, URL that will be opened after user taps " +"on the text" +msgstr "" + +#: of telebot.types.MessageEntity:22 +msgid "Optional. For “text_mention” only, the mentioned user" +msgstr "" + +#: of telebot.types.MessageEntity:25 +msgid "Optional. For “pre” only, the programming language of the entity text" +msgstr "" + +#: of telebot.types.MessageEntity:28 +msgid "" +"Optional. For “custom_emoji” only, unique identifier of the custom emoji." +" Use get_custom_emoji_stickers to get full information about the sticker." +msgstr "" + +#: of telebot.types.MessageEntity:33 +msgid ":class:`telebot.types.MessageEntity`" +msgstr "" + +#: of telebot.types.MessageEntity.to_list_of_dicts:1 +msgid "Converts a list of MessageEntity objects to a list of dictionaries." +msgstr "" + +#: of telebot.types.MessageID:1 +msgid "This object represents a unique message identifier." +msgstr "" + +#: of telebot.types.MessageID:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#messageid" +msgstr "" + +#: of telebot.types.MessageID:5 +msgid "Unique message identifier" +msgstr "" + +#: of telebot.types.MessageID:9 +msgid ":class:`telebot.types.MessageId`" +msgstr "" + +#: of telebot.types.OrderInfo:1 +msgid "This object represents information about an order." +msgstr "" + +#: of telebot.types.OrderInfo:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#orderinfo" +msgstr "" + +#: of telebot.types.OrderInfo:5 +msgid "Optional. User name" +msgstr "" + +#: of telebot.types.OrderInfo:8 +msgid "Optional. User's phone number" +msgstr "" + +#: of telebot.types.OrderInfo:11 +msgid "Optional. User email" +msgstr "" + +#: of telebot.types.OrderInfo:14 +msgid "Optional. User shipping address" +msgstr "" + +#: of telebot.types.OrderInfo:18 +msgid ":class:`telebot.types.OrderInfo`" +msgstr "" + +#: of telebot.types.PhotoSize:1 +msgid "This object represents one size of a photo or a file / sticker thumbnail." +msgstr "" + +#: of telebot.types.PhotoSize:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#photosize" +msgstr "" + +#: of telebot.types.PhotoSize:12 +msgid "Photo width" +msgstr "" + +#: of telebot.types.PhotoSize:15 +msgid "Photo height" +msgstr "" + +#: of telebot.types.PhotoSize:18 telebot.types.Sticker:46 +#: telebot.types.VideoNote:21 +msgid "Optional. File size in bytes" +msgstr "" + +#: of telebot.types.PhotoSize:22 +msgid ":class:`telebot.types.PhotoSize`" +msgstr "" + +#: of telebot.types.Poll:1 +msgid "This object contains information about a poll." +msgstr "" + +#: of telebot.types.Poll:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#poll" +msgstr "" + +#: of telebot.types.Poll:5 telebot.types.PollAnswer:5 +msgid "Unique poll identifier" +msgstr "" + +#: of telebot.types.Poll:8 +msgid "Poll question, 1-300 characters" +msgstr "" + +#: of telebot.types.Poll:11 +msgid "List of poll options" +msgstr "" + +#: of telebot.types.Poll:14 +msgid "Total number of users that voted in the poll" +msgstr "" + +#: of telebot.types.Poll:17 +msgid "True, if the poll is closed" +msgstr "" + +#: of telebot.types.Poll:20 +msgid "True, if the poll is anonymous" +msgstr "" + +#: of telebot.types.Poll:23 +msgid "Poll type, currently can be “regular” or “quiz”" +msgstr "" + +#: of telebot.types.Poll:26 +msgid "True, if the poll allows multiple answers" +msgstr "" + +#: of telebot.types.Poll:29 +msgid "" +"Optional. 0-based identifier of the correct answer option. Available only" +" for polls in the quiz mode, which are closed, or was sent (not " +"forwarded) by the bot or to the private chat with the bot." +msgstr "" + +#: of telebot.types.Poll:33 +msgid "" +"Optional. Text that is shown when a user chooses an incorrect answer or " +"taps on the lamp icon in a quiz-style poll, 0-200 characters" +msgstr "" + +#: of telebot.types.Poll:37 +msgid "" +"Optional. Special entities like usernames, URLs, bot commands, etc. that " +"appear in the explanation" +msgstr "" + +#: of telebot.types.Poll:41 +msgid "Optional. Amount of time in seconds the poll will be active after creation" +msgstr "" + +#: of telebot.types.Poll:44 +msgid "" +"Optional. Point in time (Unix timestamp) when the poll will be " +"automatically closed" +msgstr "" + +#: of telebot.types.Poll:48 +msgid ":class:`telebot.types.Poll`" +msgstr "" + +#: of telebot.types.Poll.add:1 +msgid "Add an option to the poll." +msgstr "" + +#: of telebot.types.Poll.add:3 +msgid "Option to add" +msgstr "" + +#: of telebot.types.PollAnswer:1 +msgid "This object represents an answer of a user in a non-anonymous poll." +msgstr "" + +#: of telebot.types.PollAnswer:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#pollanswer" +msgstr "" + +#: of telebot.types.PollAnswer:8 +msgid "The user, who changed the answer to the poll" +msgstr "" + +#: of telebot.types.PollAnswer:11 +msgid "" +"0-based identifiers of answer options, chosen by the user. May be empty " +"if the user retracted their vote." +msgstr "" + +#: of telebot.types.PollAnswer:16 +msgid ":class:`telebot.types.PollAnswer`" +msgstr "" + +#: of telebot.types.PollOption:1 +msgid "This object contains information about one answer option in a poll." +msgstr "" + +#: of telebot.types.PollOption:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#polloption" +msgstr "" + +#: of telebot.types.PollOption:5 +msgid "Option text, 1-100 characters" +msgstr "" + +#: of telebot.types.PollOption:8 +msgid "Number of users that voted for this option" +msgstr "" + +#: of telebot.types.PollOption:12 +msgid ":class:`telebot.types.PollOption`" +msgstr "" + +#: of telebot.types.PreCheckoutQuery:1 +msgid "This object contains information about an incoming pre-checkout query." +msgstr "" + +#: of telebot.types.PreCheckoutQuery:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#precheckoutquery" +msgstr "" + +#: of telebot.types.PreCheckoutQuery:5 telebot.types.ShippingQuery:5 +msgid "Unique query identifier" +msgstr "" + +#: of telebot.types.PreCheckoutQuery:8 telebot.types.ShippingQuery:8 +msgid "User who sent the query" +msgstr "" + +#: of telebot.types.PreCheckoutQuery:19 telebot.types.ShippingQuery:11 +#: telebot.types.SuccessfulPayment:13 +msgid "Bot specified invoice payload" +msgstr "" + +#: of telebot.types.PreCheckoutQuery:22 telebot.types.SuccessfulPayment:16 +msgid "Optional. Identifier of the shipping option chosen by the user" +msgstr "" + +#: of telebot.types.PreCheckoutQuery:25 telebot.types.SuccessfulPayment:19 +msgid "Optional. Order information provided by the user" +msgstr "" + +#: of telebot.types.PreCheckoutQuery:29 +msgid ":class:`telebot.types.PreCheckoutQuery`" +msgstr "" + +#: of telebot.types.ProximityAlertTriggered:1 +msgid "" +"This object represents the content of a service message, sent whenever a " +"user in the chat triggers a proximity alert set by another user." +msgstr "" + +#: of telebot.types.ProximityAlertTriggered:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#proximityalerttriggered" +msgstr "" + +#: of telebot.types.ProximityAlertTriggered:5 +msgid "User that triggered the alert" +msgstr "" + +#: of telebot.types.ProximityAlertTriggered:8 +msgid "User that set the alert" +msgstr "" + +#: of telebot.types.ProximityAlertTriggered:11 +msgid "The distance between the users" +msgstr "" + +#: of telebot.types.ProximityAlertTriggered:15 +msgid ":class:`telebot.types.ProximityAlertTriggered`" +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup:1 +msgid "" +"This object represents a custom keyboard with reply options (see " +"Introduction to bots for details and examples)." +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup:3 +msgid "Example on creating ReplyKeyboardMarkup object" +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup:16 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#replykeyboardmarkup" +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup:18 +msgid "" +":obj:`list` of button rows, each represented by an :obj:`list` of " +":class:`telebot.types.KeyboardButton` objects" +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup:22 +msgid "" +"Optional. Requests clients to resize the keyboard vertically for optimal " +"fit (e.g., make the keyboard smaller if there are just two rows of " +"buttons). Defaults to false, in which case the custom keyboard is always " +"of the same height as the app's standard keyboard." +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup:27 +msgid "" +"Optional. Requests clients to hide the keyboard as soon as it's been " +"used. The keyboard will still be available, but clients will " +"automatically display the usual letter-keyboard in the chat - the user " +"can press a special button in the input field to see the custom keyboard " +"again. Defaults to false." +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup:32 +msgid "" +"Optional. The placeholder to be shown in the input field when the " +"keyboard is active; 1-64 characters" +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup:36 +msgid "" +"Optional. Use this parameter if you want to show the keyboard to specific" +" users only. Targets: 1) users that are @mentioned in the text of the " +"Message object; 2) if the bot's message is a reply (has " +"reply_to_message_id), sender of the original message.Example: A user " +"requests to change the bot's language, bot replies to the request with a " +"keyboard to select the new language. Other users in the group don't see " +"the keyboard." +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup:43 +#: telebot.types.ReplyKeyboardMarkup.add:14 +#: telebot.types.ReplyKeyboardMarkup.row:9 +msgid ":class:`telebot.types.ReplyKeyboardMarkup`" +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup.add:1 +msgid "" +"This function adds strings to the keyboard, while not exceeding " +"row_width. E.g. ReplyKeyboardMarkup#add(\"A\", \"B\", \"C\") yields the " +"json result {keyboard: [[\"A\"], [\"B\"], [\"C\"]]} when row_width is set" +" to 1. When row_width is set to 2, the following is the result of this " +"function: {keyboard: [[\"A\", \"B\"], [\"C\"]]} See " +"https://core.telegram.org/bots/api#replykeyboardmarkup" +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup.add:7 +msgid "KeyboardButton to append to the keyboard" +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup.row:1 +msgid "" +"Adds a list of KeyboardButton to the keyboard. This function does not " +"consider row_width. ReplyKeyboardMarkup#row(\"A\")#row(\"B\", " +"\"C\")#to_json() outputs '{keyboard: [[\"A\"], [\"B\", \"C\"]]}' See " +"https://core.telegram.org/bots/api#replykeyboardmarkup" +msgstr "" + +#: of telebot.types.ReplyKeyboardMarkup.row:5 +msgid "strings" +msgstr "" + +#: of telebot.types.ReplyKeyboardRemove:1 +msgid "" +"Upon receiving a message with this object, Telegram clients will remove " +"the current custom keyboard and display the default letter-keyboard. By " +"default, custom keyboards are displayed until a new keyboard is sent by a" +" bot. An exception is made for one-time keyboards that are hidden " +"immediately after the user presses a button (see ReplyKeyboardMarkup)." +msgstr "" + +#: of telebot.types.ReplyKeyboardRemove:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#replykeyboardremove" +msgstr "" + +#: of telebot.types.ReplyKeyboardRemove:5 +msgid "" +"Requests clients to remove the custom keyboard (user will not be able to " +"summon this keyboard; if you want to hide the keyboard from sight but " +"keep it accessible, use one_time_keyboard in ReplyKeyboardMarkup) Note " +"that this parameter is set to True by default by the library. You cannot " +"modify it." +msgstr "" + +#: of telebot.types.ReplyKeyboardRemove:11 +msgid "" +"Optional. Use this parameter if you want to remove the keyboard for " +"specific users only. Targets: 1) users that are @mentioned in the text of" +" the Message object; 2) if the bot's message is a reply (has " +"reply_to_message_id), sender of the original message.Example: A user " +"votes in a poll, bot returns confirmation message in reply to the vote " +"and removes the keyboard for that user, while still showing the keyboard " +"with poll options to users who haven't voted yet." +msgstr "" + +#: of telebot.types.ReplyKeyboardRemove:19 +msgid ":class:`telebot.types.ReplyKeyboardRemove`" +msgstr "" + +#: of telebot.types.SentWebAppMessage:1 telebot.types.WebAppData:1 +#: telebot.types.WebAppInfo:1 +msgid "" +"Bases: :py:class:`telebot.types.JsonDeserializable`, " +":py:class:`telebot.types.Dictionaryable`" +msgstr "" + +#: of telebot.types.SentWebAppMessage:1 +msgid "Describes an inline message sent by a Web App on behalf of a user." +msgstr "" + +#: of telebot.types.SentWebAppMessage:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#sentwebappmessage" +msgstr "" + +#: of telebot.types.SentWebAppMessage:5 +msgid "" +"Optional. Identifier of the sent inline message. Available only if there " +"is an inline keyboard attached to the message." +msgstr "" + +#: of telebot.types.SentWebAppMessage:10 +msgid ":class:`telebot.types.SentWebAppMessage`" +msgstr "" + +#: of telebot.types.ShippingAddress:1 +msgid "This object represents a shipping address." +msgstr "" + +#: of telebot.types.ShippingAddress:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#shippingaddress" +msgstr "" + +#: of telebot.types.ShippingAddress:5 +msgid "Two-letter ISO 3166-1 alpha-2 country code" +msgstr "" + +#: of telebot.types.ShippingAddress:8 +msgid "State, if applicable" +msgstr "" + +#: of telebot.types.ShippingAddress:11 +msgid "City" +msgstr "" + +#: of telebot.types.ShippingAddress:14 +msgid "First line for the address" +msgstr "" + +#: of telebot.types.ShippingAddress:17 +msgid "Second line for the address" +msgstr "" + +#: of telebot.types.ShippingAddress:20 +msgid "Address post code" +msgstr "" + +#: of telebot.types.ShippingAddress:24 +msgid ":class:`telebot.types.ShippingAddress`" +msgstr "" + +#: of telebot.types.ShippingOption:1 +msgid "This object represents one shipping option." +msgstr "" + +#: of telebot.types.ShippingOption:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#shippingoption" +msgstr "" + +#: of telebot.types.ShippingOption:5 +msgid "Shipping option identifier" +msgstr "" + +#: of telebot.types.ShippingOption:8 +msgid "Option title" +msgstr "" + +#: of telebot.types.ShippingOption:11 +msgid "List of price portions" +msgstr "" + +#: of telebot.types.ShippingOption:15 +msgid ":class:`telebot.types.ShippingOption`" +msgstr "" + +#: of telebot.types.ShippingOption.add_price:1 +msgid "Add LabeledPrice to ShippingOption" +msgstr "" + +#: of telebot.types.ShippingOption.add_price:3 +msgid "LabeledPrices" +msgstr "" + +#: of telebot.types.ShippingOption.add_price:6 +msgid "None" +msgstr "" + +#: of telebot.types.ShippingQuery:1 +msgid "This object contains information about an incoming shipping query." +msgstr "" + +#: of telebot.types.ShippingQuery:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#shippingquery" +msgstr "" + +#: of telebot.types.ShippingQuery:14 +msgid "User specified shipping address" +msgstr "" + +#: of telebot.types.ShippingQuery:18 +msgid ":class:`telebot.types.ShippingQuery`" +msgstr "" + +#: of telebot.types.Sticker:1 +msgid "This object represents a sticker." +msgstr "" + +#: of telebot.types.Sticker:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#sticker" +msgstr "" + +#: of telebot.types.Sticker:12 +msgid "" +"Type of the sticker, currently one of “regular”, “mask”, “custom_emoji”. " +"The type of the sticker is independent from its format, which is " +"determined by the fields is_animated and is_video." +msgstr "" + +#: of telebot.types.Sticker:16 +msgid "Sticker width" +msgstr "" + +#: of telebot.types.Sticker:19 +msgid "Sticker height" +msgstr "" + +#: of telebot.types.Sticker:22 +msgid "True, if the sticker is animated" +msgstr "" + +#: of telebot.types.Sticker:25 +msgid "True, if the sticker is a video sticker" +msgstr "" + +#: of telebot.types.Sticker:28 +msgid "Optional. Sticker thumbnail in the .WEBP or .JPG format" +msgstr "" + +#: of telebot.types.Sticker:31 +msgid "Optional. Emoji associated with the sticker" +msgstr "" + +#: of telebot.types.Sticker:34 +msgid "Optional. Name of the sticker set to which the sticker belongs" +msgstr "" + +#: of telebot.types.Sticker:37 +msgid "Optional. Premium animation for the sticker, if the sticker is premium" +msgstr "" + +#: of telebot.types.Sticker:40 +msgid "Optional. For mask stickers, the position where the mask should be placed" +msgstr "" + +#: of telebot.types.Sticker:43 +msgid "Optional. For custom emoji stickers, unique identifier of the custom emoji" +msgstr "" + +#: of telebot.types.Sticker:50 +msgid ":class:`telebot.types.Sticker`" +msgstr "" + +#: of telebot.types.StickerSet:1 +msgid "This object represents a sticker set." +msgstr "" + +#: of telebot.types.StickerSet:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#stickerset" +msgstr "" + +#: of telebot.types.StickerSet:5 +msgid "Sticker set name" +msgstr "" + +#: of telebot.types.StickerSet:8 +msgid "Sticker set title" +msgstr "" + +#: of telebot.types.StickerSet:11 +msgid "" +"Type of stickers in the set, currently one of “regular”, “mask”, " +"“custom_emoji”" +msgstr "" + +#: of telebot.types.StickerSet:14 +msgid "True, if the sticker set contains animated stickers" +msgstr "" + +#: of telebot.types.StickerSet:17 +msgid "True, if the sticker set contains video stickers" +msgstr "" + +#: of telebot.types.StickerSet:20 +msgid "" +"True, if the sticker set contains masks. Deprecated since Bot API 6.2, " +"use sticker_type instead." +msgstr "" + +#: of telebot.types.StickerSet:24 +msgid "List of all set stickers" +msgstr "" + +#: of telebot.types.StickerSet:27 +msgid "Optional. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format" +msgstr "" + +#: of telebot.types.StickerSet:31 +msgid ":class:`telebot.types.StickerSet`" +msgstr "" + +#: of telebot.types.StickerSet.contains_masks:1 +msgid "Deprecated since Bot API 6.2, use sticker_type instead." +msgstr "" + +#: of telebot.types.SuccessfulPayment:1 +msgid "This object contains basic information about a successful payment." +msgstr "" + +#: of telebot.types.SuccessfulPayment:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#successfulpayment" +msgstr "" + +#: of telebot.types.SuccessfulPayment:22 +msgid "Telegram payment identifier" +msgstr "" + +#: of telebot.types.SuccessfulPayment:25 +msgid "Provider payment identifier" +msgstr "" + +#: of telebot.types.SuccessfulPayment:29 +msgid ":class:`telebot.types.SuccessfulPayment`" +msgstr "" + +#: of telebot.types.Update:1 +msgid "" +"This object represents an incoming update.At most one of the optional " +"parameters can be present in any given update." +msgstr "" + +#: of telebot.types.Update:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#update" +msgstr "" + +#: of telebot.types.Update:5 +msgid "" +"The update's unique identifier. Update identifiers start from a certain " +"positive number and increase sequentially. This ID becomes especially " +"handy if you're using webhooks, since it allows you to ignore repeated " +"updates or to restore the correct update sequence, should they get out of" +" order. If there are no new updates for at least a week, then identifier " +"of the next update will be chosen randomly instead of sequentially." +msgstr "" + +#: of telebot.types.Update:11 +msgid "Optional. New incoming message of any kind - text, photo, sticker, etc." +msgstr "" + +#: of telebot.types.Update:14 +msgid "Optional. New version of a message that is known to the bot and was edited" +msgstr "" + +#: of telebot.types.Update:17 +msgid "" +"Optional. New incoming channel post of any kind - text, photo, sticker, " +"etc." +msgstr "" + +#: of telebot.types.Update:20 +msgid "" +"Optional. New version of a channel post that is known to the bot and was " +"edited" +msgstr "" + +#: of telebot.types.Update:23 +msgid "Optional. New incoming inline query" +msgstr "" + +#: of telebot.types.Update:26 +msgid "" +"Optional. The result of an inline query that was chosen by a user and " +"sent to their chat partner. Please see our documentation on the feedback " +"collecting for details on how to enable these updates for your bot." +msgstr "" + +#: of telebot.types.Update:31 +msgid "Optional. New incoming callback query" +msgstr "" + +#: of telebot.types.Update:34 +msgid "" +"Optional. New incoming shipping query. Only for invoices with flexible " +"price" +msgstr "" + +#: of telebot.types.Update:37 +msgid "" +"Optional. New incoming pre-checkout query. Contains full information " +"about checkout" +msgstr "" + +#: of telebot.types.Update:41 +msgid "" +"Optional. New poll state. Bots receive only updates about stopped polls " +"and polls, which are sent by the bot" +msgstr "" + +#: of telebot.types.Update:45 +msgid "" +"Optional. A user changed their answer in a non-anonymous poll. Bots " +"receive new votes only in polls that were sent by the bot itself." +msgstr "" + +#: of telebot.types.Update:49 +msgid "" +"Optional. The bot's chat member status was updated in a chat. For private" +" chats, this update is received only when the bot is blocked or unblocked" +" by the user." +msgstr "" + +#: of telebot.types.Update:53 +msgid "" +"Optional. A chat member's status was updated in a chat. The bot must be " +"an administrator in the chat and must explicitly specify “chat_member” in" +" the list of allowed_updates to receive these updates." +msgstr "" + +#: of telebot.types.Update:57 +msgid "" +"Optional. A request to join the chat has been sent. The bot must have the" +" can_invite_users administrator right in the chat to receive these " +"updates." +msgstr "" + +#: of telebot.types.Update:62 +msgid ":class:`telebot.types.Update`" +msgstr "" + +#: of telebot.types.User:1 +msgid "" +"Bases: :py:class:`telebot.types.JsonDeserializable`, " +":py:class:`telebot.types.Dictionaryable`, " +":py:class:`telebot.types.JsonSerializable`" +msgstr "" + +#: of telebot.types.User:1 +msgid "This object represents a Telegram user or bot." +msgstr "" + +#: of telebot.types.User:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#user" +msgstr "" + +#: of telebot.types.User:5 +msgid "" +"Unique identifier for this user or bot. This number may have more than 32" +" significant bits and some programming languages may have " +"difficulty/silent defects in interpreting it. But it has at most 52 " +"significant bits, so a 64-bit integer or double-precision float type are " +"safe for storing this identifier." +msgstr "" + +#: of telebot.types.User:10 +msgid "True, if this user is a bot" +msgstr "" + +#: of telebot.types.User:13 +msgid "User's or bot's first name" +msgstr "" + +#: of telebot.types.User:16 +msgid "Optional. User's or bot's last name" +msgstr "" + +#: of telebot.types.User:19 +msgid "Optional. User's or bot's username" +msgstr "" + +#: of telebot.types.User:22 +msgid "Optional. IETF language tag of the user's language" +msgstr "" + +#: of telebot.types.User:25 +msgid "Optional. :obj:`bool`, if this user is a Telegram Premium user" +msgstr "" + +#: of telebot.types.User:28 +msgid "Optional. :obj:`bool`, if this user added the bot to the attachment menu" +msgstr "" + +#: of telebot.types.User:31 +msgid "" +"Optional. True, if the bot can be invited to groups. Returned only in " +"getMe." +msgstr "" + +#: of telebot.types.User:34 +msgid "" +"Optional. True, if privacy mode is disabled for the bot. Returned only in" +" getMe." +msgstr "" + +#: of telebot.types.User:38 +msgid "" +"Optional. True, if the bot supports inline queries. Returned only in " +"getMe." +msgstr "" + +#: of telebot.types.User:42 +msgid ":class:`telebot.types.User`" +msgstr "" + +#: of telebot.types.User.full_name:1 +msgid "User's full name" +msgstr "" + +#: of telebot.types.User.full_name +msgid "type" +msgstr "" + +#: of telebot.types.User.full_name:3 +msgid "return" +msgstr "" + +#: of telebot.types.UserProfilePhotos:1 +msgid "This object represent a user's profile pictures." +msgstr "" + +#: of telebot.types.UserProfilePhotos:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#userprofilephotos" +msgstr "" + +#: of telebot.types.UserProfilePhotos:5 +msgid "Total number of profile pictures the target user has" +msgstr "" + +#: of telebot.types.UserProfilePhotos:8 +msgid "Requested profile pictures (in up to 4 sizes each)" +msgstr "" + +#: of telebot.types.UserProfilePhotos:12 +msgid ":class:`telebot.types.UserProfilePhotos`" +msgstr "" + +#: of telebot.types.Venue:1 +msgid "This object represents a venue." +msgstr "" + +#: of telebot.types.Venue:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#venue" +msgstr "" + +#: of telebot.types.Venue:5 +msgid "Venue location. Can't be a live location" +msgstr "" + +#: of telebot.types.Venue:14 +msgid "Optional. Foursquare identifier of the venue" +msgstr "" + +#: of telebot.types.Venue:17 +msgid "" +"Optional. Foursquare type of the venue. (For example, " +"“arts_entertainment/default”, “arts_entertainment/aquarium” or " +"“food/icecream”.)" +msgstr "" + +#: of telebot.types.Venue:28 +msgid ":class:`telebot.types.Venue`" +msgstr "" + +#: of telebot.types.Video:1 +msgid "This object represents a video file." +msgstr "" + +#: of telebot.types.Video:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#video" +msgstr "" + +#: of telebot.types.Video:21 telebot.types.VideoNote:18 +msgid "Optional. Video thumbnail" +msgstr "" + +#: of telebot.types.Video:36 +msgid ":class:`telebot.types.Video`" +msgstr "" + +#: of telebot.types.VideoChatEnded:1 +msgid "" +"This object represents a service message about a video chat ended in the " +"chat." +msgstr "" + +#: of telebot.types.VideoChatEnded:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#videochatended" +msgstr "" + +#: of telebot.types.VideoChatEnded:5 +msgid "Video chat duration in seconds" +msgstr "" + +#: of telebot.types.VideoChatEnded:9 +msgid ":class:`telebot.types.VideoChatEnded`" +msgstr "" + +#: of telebot.types.VideoChatParticipantsInvited:1 +msgid "" +"This object represents a service message about new members invited to a " +"video chat." +msgstr "" + +#: of telebot.types.VideoChatParticipantsInvited:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#videochatparticipantsinvited" +msgstr "" + +#: of telebot.types.VideoChatParticipantsInvited:5 +msgid "New members that were invited to the video chat" +msgstr "" + +#: of telebot.types.VideoChatParticipantsInvited:9 +msgid ":class:`telebot.types.VideoChatParticipantsInvited`" +msgstr "" + +#: of telebot.types.VideoChatScheduled:1 +msgid "" +"This object represents a service message about a video chat scheduled in " +"the chat." +msgstr "" + +#: of telebot.types.VideoChatScheduled:3 +msgid "" +"Telegram Documentation: " +"https://core.telegram.org/bots/api#videochatscheduled" +msgstr "" + +#: of telebot.types.VideoChatScheduled:5 +msgid "" +"Point in time (Unix timestamp) when the video chat is supposed to be " +"started by a chat administrator" +msgstr "" + +#: of telebot.types.VideoChatScheduled:10 +msgid ":class:`telebot.types.VideoChatScheduled`" +msgstr "" + +#: of telebot.types.VideoChatStarted:1 +msgid "" +"This object represents a service message about a video chat started in " +"the chat. Currently holds no information." +msgstr "" + +#: of telebot.types.VideoNote:1 +msgid "" +"This object represents a video message (available in Telegram apps as of " +"v.4.0)." +msgstr "" + +#: of telebot.types.VideoNote:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#videonote" +msgstr "" + +#: of telebot.types.VideoNote:12 +msgid "" +"Video width and height (diameter of the video message) as defined by " +"sender" +msgstr "" + +#: of telebot.types.VideoNote:25 +msgid ":class:`telebot.types.VideoNote`" +msgstr "" + +#: of telebot.types.Voice:1 +msgid "This object represents a voice note." +msgstr "" + +#: of telebot.types.Voice:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#voice" +msgstr "" + +#: of telebot.types.Voice:24 +msgid ":class:`telebot.types.Voice`" +msgstr "" + +#: of telebot.types.VoiceChatEnded:1 +msgid "Bases: :py:class:`telebot.types.VideoChatEnded`" +msgstr "" + +#: of telebot.types.VoiceChatEnded:1 +msgid "Deprecated, use :class:`VideoChatEnded` instead." +msgstr "" + +#: of telebot.types.VoiceChatParticipantsInvited:1 +msgid "Bases: :py:class:`telebot.types.VideoChatParticipantsInvited`" +msgstr "" + +#: of telebot.types.VoiceChatParticipantsInvited:1 +msgid "Deprecated, use :class:`VideoChatParticipantsInvited` instead." +msgstr "" + +#: of telebot.types.VoiceChatScheduled:1 +msgid "Bases: :py:class:`telebot.types.VideoChatScheduled`" +msgstr "" + +#: of telebot.types.VoiceChatScheduled:1 +msgid "Deprecated, use :class:`VideoChatScheduled` instead." +msgstr "" + +#: of telebot.types.VoiceChatStarted:1 +msgid "Bases: :py:class:`telebot.types.VideoChatStarted`" +msgstr "" + +#: of telebot.types.VoiceChatStarted:1 +msgid "Deprecated, use :class:`VideoChatStarted` instead." +msgstr "" + +#: of telebot.types.WebAppData:1 +msgid "Describes data sent from a Web App to the bot." +msgstr "" + +#: of telebot.types.WebAppData:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#webappdata" +msgstr "" + +#: of telebot.types.WebAppData:5 +msgid "" +"The data. Be aware that a bad client can send arbitrary data in this " +"field." +msgstr "" + +#: of telebot.types.WebAppData:8 +msgid "" +"Text of the web_app keyboard button from which the Web App was opened. Be" +" aware that a bad client can send arbitrary data in this field." +msgstr "" + +#: of telebot.types.WebAppData:13 +msgid ":class:`telebot.types.WebAppData`" +msgstr "" + +#: of telebot.types.WebAppInfo:1 +msgid "Describes a Web App." +msgstr "" + +#: of telebot.types.WebAppInfo:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#webappinfo" +msgstr "" + +#: of telebot.types.WebAppInfo:5 +msgid "" +"An HTTPS URL of a Web App to be opened with additional data as specified " +"in Initializing Web Apps" +msgstr "" + +#: of telebot.types.WebAppInfo:9 +msgid ":class:`telebot.types.WebAppInfo`" +msgstr "" + +#: of telebot.types.WebhookInfo:1 +msgid "Describes the current status of a webhook." +msgstr "" + +#: of telebot.types.WebhookInfo:3 +msgid "Telegram Documentation: https://core.telegram.org/bots/api#webhookinfo" +msgstr "" + +#: of telebot.types.WebhookInfo:5 +msgid "Webhook URL, may be empty if webhook is not set up" +msgstr "" + +#: of telebot.types.WebhookInfo:8 +msgid "True, if a custom certificate was provided for webhook certificate checks" +msgstr "" + +#: of telebot.types.WebhookInfo:11 +msgid "Number of updates awaiting delivery" +msgstr "" + +#: of telebot.types.WebhookInfo:14 +msgid "Optional. Currently used webhook IP address" +msgstr "" + +#: of telebot.types.WebhookInfo:17 +msgid "" +"Optional. Unix time for the most recent error that happened when trying " +"to deliver an update via webhook" +msgstr "" + +#: of telebot.types.WebhookInfo:21 +msgid "" +"Optional. Error message in human-readable format for the most recent " +"error that happened when trying to deliver an update via webhook" +msgstr "" + +#: of telebot.types.WebhookInfo:25 +msgid "" +"Optional. Unix time of the most recent error that happened when trying to" +" synchronize available updates with Telegram datacenters" +msgstr "" + +#: of telebot.types.WebhookInfo:29 +msgid "" +"Optional. The maximum allowed number of simultaneous HTTPS connections to" +" the webhook for update delivery" +msgstr "" + +#: of telebot.types.WebhookInfo:33 +msgid "" +"Optional. A list of update types the bot is subscribed to. Defaults to " +"all update types except chat_member" +msgstr "" + +#: of telebot.types.WebhookInfo:38 +msgid ":class:`telebot.types.WebhookInfo`" +msgstr "" + diff --git a/docs/source/locales/ru/LC_MESSAGES/util.po b/docs/source/locales/ru/LC_MESSAGES/util.po new file mode 100644 index 0000000..afba839 --- /dev/null +++ b/docs/source/locales/ru/LC_MESSAGES/util.po @@ -0,0 +1,345 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2022, coder2020official +# This file is distributed under the same license as the pyTelegramBotAPI +# Documentation package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: pyTelegramBotAPI Documentation \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-29 14:44+0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../util.rst:3 +msgid "Utils" +msgstr "" + +#: ../../util.rst:5 +msgid "Utils in pyTelegramBotAPI" +msgstr "" + +#: ../../util.rst:5 +msgid "ptba, pytba, pyTelegramBotAPI, utils, guide" +msgstr "" + +#: ../../util.rst:11 +msgid "util file" +msgstr "" + +#: of telebot.util.antiflood:1 +msgid "" +"Use this function inside loops in order to avoid getting TooManyRequests " +"error. Example:" +msgstr "" + +#: of telebot.util.antiflood telebot.util.escape telebot.util.extract_arguments +#: telebot.util.extract_command telebot.util.is_bytes telebot.util.is_command +#: telebot.util.is_dict telebot.util.is_pil_image +#: telebot.util.parse_web_app_data telebot.util.quick_markup +#: telebot.util.smart_split telebot.util.split_string telebot.util.user_link +#: telebot.util.validate_web_app_data telebot.util.webhook_google_functions +msgid "Parameters" +msgstr "" + +#: of telebot.util.antiflood:10 +msgid "The function to call" +msgstr "" + +#: of telebot.util.antiflood:13 +msgid "The arguments to pass to the function" +msgstr "" + +#: of telebot.util.antiflood:16 +msgid "The keyword arguments to pass to the function" +msgstr "" + +#: of telebot.util.antiflood telebot.util.escape telebot.util.extract_arguments +#: telebot.util.extract_command telebot.util.generate_random_token +#: telebot.util.is_bytes telebot.util.is_command telebot.util.is_dict +#: telebot.util.is_pil_image telebot.util.parse_web_app_data +#: telebot.util.quick_markup telebot.util.smart_split telebot.util.split_string +#: telebot.util.user_link telebot.util.validate_web_app_data +#: telebot.util.webhook_google_functions +msgid "Returns" +msgstr "" + +#: of telebot.util.antiflood:19 +msgid "None" +msgstr "" + +#: of telebot.util.chunks:1 +msgid "Yield successive n-sized chunks from lst." +msgstr "" + +#: ../../docstring of telebot.util.content_type_media:1 +msgid "Contains all media content types." +msgstr "" + +#: ../../docstring of telebot.util.content_type_service:1 +msgid "Contains all service content types such as `User joined the group`." +msgstr "" + +#: of telebot.util.escape:1 +msgid "" +"Replaces the following chars in `text` ('&' with '&', '<' with '<'" +" and '>' with '>')." +msgstr "" + +#: of telebot.util.escape:3 +msgid "the text to escape" +msgstr "" + +#: of telebot.util.escape:4 +msgid "the escaped text" +msgstr "" + +#: of telebot.util.extract_arguments:1 +msgid "Returns the argument after the command." +msgstr "" + +#: of telebot.util.extract_arguments:3 telebot.util.extract_command:4 +msgid "Examples:" +msgstr "" + +#: of telebot.util.extract_arguments:10 +msgid "String to extract the arguments from a command" +msgstr "" + +#: of telebot.util.extract_arguments:13 +msgid "the arguments if `text` is a command (according to is_command), else None." +msgstr "" + +#: of telebot.util.extract_arguments telebot.util.extract_command +#: telebot.util.generate_random_token telebot.util.is_bytes +#: telebot.util.is_command telebot.util.is_dict telebot.util.is_pil_image +#: telebot.util.quick_markup telebot.util.smart_split telebot.util.split_string +#: telebot.util.user_link +msgid "Return type" +msgstr "" + +#: of telebot.util.extract_arguments:14 telebot.util.extract_command:16 +msgid ":obj:`str` or :obj:`None`" +msgstr "" + +#: of telebot.util.extract_command:1 +msgid "" +"Extracts the command from `text` (minus the '/') if `text` is a command " +"(see is_command). If `text` is not a command, this function returns None." +msgstr "" + +#: of telebot.util.extract_command:12 +msgid "String to extract the command from" +msgstr "" + +#: of telebot.util.extract_command:15 +msgid "the command if `text` is a command (according to is_command), else None." +msgstr "" + +#: of telebot.util.generate_random_token:1 +msgid "" +"Generates a random token consisting of letters and digits, 16 characters " +"long." +msgstr "" + +#: of telebot.util.generate_random_token:3 +msgid "a random token" +msgstr "" + +#: of telebot.util.generate_random_token:4 telebot.util.user_link:22 +msgid ":obj:`str`" +msgstr "" + +#: of telebot.util.is_bytes:1 +msgid "Returns True if the given object is a bytes object." +msgstr "" + +#: of telebot.util.is_bytes:3 telebot.util.is_dict:3 +#: telebot.util.is_pil_image:3 +msgid "object to be checked" +msgstr "" + +#: of telebot.util.is_bytes:6 +msgid "True if the given object is a bytes object." +msgstr "" + +#: of telebot.util.is_bytes:7 telebot.util.is_command:7 telebot.util.is_dict:7 +#: telebot.util.is_pil_image:7 +msgid ":obj:`bool`" +msgstr "" + +#: of telebot.util.is_command:1 +msgid "" +"Checks if `text` is a command. Telegram chat commands start with the '/' " +"character." +msgstr "" + +#: of telebot.util.is_command:3 +msgid "Text to check." +msgstr "" + +#: of telebot.util.is_command:6 +msgid "True if `text` is a command, else False." +msgstr "" + +#: of telebot.util.is_dict:1 +msgid "Returns True if the given object is a dictionary." +msgstr "" + +#: of telebot.util.is_dict:6 +msgid "True if the given object is a dictionary." +msgstr "" + +#: of telebot.util.is_pil_image:1 +msgid "Returns True if the given object is a PIL.Image.Image object." +msgstr "" + +#: of telebot.util.is_pil_image:6 +msgid "True if the given object is a PIL.Image.Image object." +msgstr "" + +#: of telebot.util.is_string:1 +msgid "Returns True if the given object is a string." +msgstr "" + +#: of telebot.util.parse_web_app_data:1 +msgid "Parses web app data." +msgstr "" + +#: of telebot.util.parse_web_app_data:3 telebot.util.validate_web_app_data:3 +msgid "The bot token" +msgstr "" + +#: of telebot.util.parse_web_app_data:6 telebot.util.validate_web_app_data:6 +msgid "The raw init data" +msgstr "" + +#: of telebot.util.parse_web_app_data:9 telebot.util.validate_web_app_data:9 +msgid "The parsed init data" +msgstr "" + +#: of telebot.util.quick_markup:1 +msgid "" +"Returns a reply markup from a dict in this format: {'text': kwargs} This " +"is useful to avoid always typing 'btn1 = InlineKeyboardButton(...)' 'btn2" +" = InlineKeyboardButton(...)'" +msgstr "" + +#: of telebot.util.quick_markup:4 telebot.util.user_link:5 +msgid "Example:" +msgstr "" + +#: of telebot.util.quick_markup:6 +msgid "Using quick_markup:" +msgstr "" + +#: of telebot.util.quick_markup:29 +msgid "" +"a dict containing all buttons to create in this format: {text: kwargs} " +"{str:}" +msgstr "" + +#: of telebot.util.quick_markup:32 +msgid "int row width" +msgstr "" + +#: of telebot.util.quick_markup:35 +msgid "InlineKeyboardMarkup" +msgstr "" + +#: of telebot.util.quick_markup:36 +msgid ":obj:`types.InlineKeyboardMarkup`" +msgstr "" + +#: of telebot.util.smart_split:1 +msgid "" +"Splits one string into multiple strings, with a maximum amount of " +"`chars_per_string` characters per string. This is very useful for " +"splitting one giant message into multiples. If `chars_per_string` > 4096:" +" `chars_per_string` = 4096. Splits by '\\n', '. ' or ' ' in exactly this " +"priority." +msgstr "" + +#: of telebot.util.smart_split:6 telebot.util.split_string:4 +msgid "The text to split" +msgstr "" + +#: of telebot.util.smart_split:9 +msgid "The number of maximum characters per part the text is split to." +msgstr "" + +#: of telebot.util.smart_split:12 telebot.util.split_string:10 +msgid "The splitted text as a list of strings." +msgstr "" + +#: of telebot.util.smart_split:13 telebot.util.split_string:11 +msgid ":obj:`list` of :obj:`str`" +msgstr "" + +#: of telebot.util.split_string:1 +msgid "" +"Splits one string into multiple strings, with a maximum amount of " +"`chars_per_string` characters per string. This is very useful for " +"splitting one giant message into multiples." +msgstr "" + +#: of telebot.util.split_string:7 +msgid "The number of characters per line the text is split into." +msgstr "" + +#: ../../docstring of telebot.util.update_types:1 +msgid "All update types, should be used for allowed_updates parameter in polling." +msgstr "" + +#: of telebot.util.user_link:1 +msgid "" +"Returns an HTML user link. This is useful for reports. Attention: Don't " +"forget to set parse_mode to 'HTML'!" +msgstr "" + +#: of telebot.util.user_link:11 +msgid "" +"You can use formatting.* for all other formatting options(bold, italic, " +"links, and etc.) This method is kept for backward compatibility, and it " +"is recommended to use formatting.* for more options." +msgstr "" + +#: of telebot.util.user_link:15 +msgid "the user (not the user_id)" +msgstr "" + +#: of telebot.util.user_link:18 +msgid "include the user_id" +msgstr "" + +#: of telebot.util.user_link:21 +msgid "HTML user link" +msgstr "" + +#: of telebot.util.validate_web_app_data:1 +msgid "Validates web app data." +msgstr "" + +#: of telebot.util.webhook_google_functions:1 +msgid "A webhook endpoint for Google Cloud Functions FaaS." +msgstr "" + +#: of telebot.util.webhook_google_functions:3 +msgid "The bot instance" +msgstr "" + +#: of telebot.util.webhook_google_functions:6 +msgid "The request object" +msgstr "" + +#: of telebot.util.webhook_google_functions:9 +msgid "The response object" +msgstr "" +