# SOME DESCRIPTIVE TITLE. # Copyright (C) 2022, aiogram Team # This file is distributed under the same license as the aiogram package. # FIRST AUTHOR , 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 \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.10.3\n" #: ../../api/methods/log_out.rst:3 msgid "logOut" msgstr "" #: ../../api/methods/log_out.rst:5 msgid "Returns: :obj:`bool`" msgstr "" #: aiogram.methods.log_out.LogOut:1 of 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 :code:`True` on success. Requires no parameters." msgstr "" #: aiogram.methods.log_out.LogOut:3 of msgid "Source: https://core.telegram.org/bots/api#logout" msgstr "" #: ../../api/methods/log_out.rst:14 msgid "Usage" msgstr "" #: ../../api/methods/log_out.rst:17 msgid "As bot method" msgstr "" #: ../../api/methods/log_out.rst:25 msgid "Method as object" msgstr "" #: ../../api/methods/log_out.rst:27 msgid "Imports:" msgstr "" #: ../../api/methods/log_out.rst:29 msgid ":code:`from aiogram.methods.log_out import LogOut`" msgstr "" #: ../../api/methods/log_out.rst:30 msgid "alias: :code:`from aiogram.methods import LogOut`" msgstr "" #: ../../api/methods/log_out.rst:33 msgid "With specific bot" msgstr "" #: ../../api/methods/log_out.rst:40 msgid "As reply into Webhook in handler" msgstr ""