aiogram/docs/locale/en/LC_MESSAGES/api/methods/get_me.po

66 lines
1.6 KiB
Text
Raw Normal View History

# 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_me.rst:3
msgid "getMe"
msgstr ""
#: ../../api/methods/get_me.rst:5
msgid "Returns: :obj:`User`"
msgstr ""
#: aiogram.methods.get_me.GetMe:1 of
msgid ""
"A simple method for testing your bot's authentication token. Requires no "
"parameters. Returns basic information about the bot in form of a "
":class:`aiogram.types.user.User` object."
msgstr ""
#: aiogram.methods.get_me.GetMe:3 of
msgid "Source: https://core.telegram.org/bots/api#getme"
msgstr ""
#: ../../api/methods/get_me.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/get_me.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/get_me.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/get_me.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/get_me.rst:29
msgid ":code:`from aiogram.methods.get_me import GetMe`"
msgstr ""
#: ../../api/methods/get_me.rst:30
msgid "alias: :code:`from aiogram.methods import GetMe`"
msgstr ""
#: ../../api/methods/get_me.rst:33
msgid "With specific bot"
msgstr ""