mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 10:26:53 +00:00
73 lines
1.9 KiB
Text
73 lines
1.9 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/get_chat.rst:3
|
||
|
|
msgid "getChat"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../api/methods/get_chat.rst:5
|
||
|
|
msgid "Returns: :obj:`Chat`"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: aiogram.methods.get_chat.GetChat:1 of
|
||
|
|
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 :class:`aiogram.types.chat.Chat`"
|
||
|
|
" object on success."
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: aiogram.methods.get_chat.GetChat:3 of
|
||
|
|
msgid "Source: https://core.telegram.org/bots/api#getchat"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../docstring aiogram.methods.get_chat.GetChat.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/get_chat.rst:14
|
||
|
|
msgid "Usage"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../api/methods/get_chat.rst:17
|
||
|
|
msgid "As bot method"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../api/methods/get_chat.rst:25
|
||
|
|
msgid "Method as object"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../api/methods/get_chat.rst:27
|
||
|
|
msgid "Imports:"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../api/methods/get_chat.rst:29
|
||
|
|
msgid ":code:`from aiogram.methods.get_chat import GetChat`"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../api/methods/get_chat.rst:30
|
||
|
|
msgid "alias: :code:`from aiogram.methods import GetChat`"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../api/methods/get_chat.rst:33
|
||
|
|
msgid "With specific bot"
|
||
|
|
msgstr ""
|