mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 18:43:53 +00:00
72 lines
1.8 KiB
Text
72 lines
1.8 KiB
Text
|
|
# SOME DESCRIPTIVE TITLE.
|
||
|
|
# Copyright (C) 2022, aiogram Team
|
||
|
|
# This file is distributed under the same license as the aiogram package.
|
||
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
|
||
|
|
#
|
||
|
|
#, fuzzy
|
||
|
|
msgid ""
|
||
|
|
msgstr ""
|
||
|
|
"Project-Id-Version: aiogram \n"
|
||
|
|
"Report-Msgid-Bugs-To: \n"
|
||
|
|
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
|
||
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||
|
|
"MIME-Version: 1.0\n"
|
||
|
|
"Content-Type: text/plain; charset=utf-8\n"
|
||
|
|
"Content-Transfer-Encoding: 8bit\n"
|
||
|
|
"Generated-By: Babel 2.10.3\n"
|
||
|
|
|
||
|
|
#: ../../api/methods/close.rst:3
|
||
|
|
msgid "close"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../api/methods/close.rst:5
|
||
|
|
msgid "Returns: :obj:`bool`"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: aiogram.methods.close.Close:1 of
|
||
|
|
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 :code:`True` on success. Requires no parameters."
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: aiogram.methods.close.Close:3 of
|
||
|
|
msgid "Source: https://core.telegram.org/bots/api#close"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../api/methods/close.rst:14
|
||
|
|
msgid "Usage"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../api/methods/close.rst:17
|
||
|
|
msgid "As bot method"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../api/methods/close.rst:25
|
||
|
|
msgid "Method as object"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../api/methods/close.rst:27
|
||
|
|
msgid "Imports:"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../api/methods/close.rst:29
|
||
|
|
msgid ":code:`from aiogram.methods.close import Close`"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../api/methods/close.rst:30
|
||
|
|
msgid "alias: :code:`from aiogram.methods import Close`"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../api/methods/close.rst:33
|
||
|
|
msgid "With specific bot"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../api/methods/close.rst:40
|
||
|
|
msgid "As reply into Webhook in handler"
|
||
|
|
msgstr ""
|