2022-10-02 00:04:31 +03:00
|
|
|
# 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"
|
2022-12-04 03:05:49 +02:00
|
|
|
"POT-Creation-Date: 2022-11-23 00:47+0200\n"
|
2022-10-02 00:04:31 +03:00
|
|
|
"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/leave_chat.rst:3
|
|
|
|
|
msgid "leaveChat"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../../api/methods/leave_chat.rst:5
|
|
|
|
|
msgid "Returns: :obj:`bool`"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: aiogram.methods.leave_chat.LeaveChat:1 of
|
|
|
|
|
msgid ""
|
|
|
|
|
"Use this method for your bot to leave a group, supergroup or channel. "
|
|
|
|
|
"Returns :code:`True` on success."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: aiogram.methods.leave_chat.LeaveChat:3 of
|
|
|
|
|
msgid "Source: https://core.telegram.org/bots/api#leavechat"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../../docstring aiogram.methods.leave_chat.LeaveChat.chat_id:1 of
|
|
|
|
|
msgid ""
|
|
|
|
|
"Unique identifier for the target chat or username of the target "
|
|
|
|
|
"supergroup or channel (in the format :code:`@channelusername`)"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../../api/methods/leave_chat.rst:14
|
|
|
|
|
msgid "Usage"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../../api/methods/leave_chat.rst:17
|
|
|
|
|
msgid "As bot method"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../../api/methods/leave_chat.rst:25
|
|
|
|
|
msgid "Method as object"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../../api/methods/leave_chat.rst:27
|
|
|
|
|
msgid "Imports:"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../../api/methods/leave_chat.rst:29
|
|
|
|
|
msgid ":code:`from aiogram.methods.leave_chat import LeaveChat`"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../../api/methods/leave_chat.rst:30
|
|
|
|
|
msgid "alias: :code:`from aiogram.methods import LeaveChat`"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../../api/methods/leave_chat.rst:33
|
|
|
|
|
msgid "With specific bot"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../../api/methods/leave_chat.rst:40
|
|
|
|
|
msgid "As reply into Webhook in handler"
|
|
|
|
|
msgstr ""
|
2022-12-04 03:05:49 +02:00
|
|
|
|
|
|
|
|
#: ../../api/methods/leave_chat.rst:48
|
|
|
|
|
msgid "As shortcut from received object"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../../api/methods/leave_chat.rst:50
|
|
|
|
|
msgid ":meth:`aiogram.types.chat.Chat.leave`"
|
|
|
|
|
msgstr ""
|