mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-16 20:23:32 +00:00
Small documentation improvements and texts update
This commit is contained in:
parent
806f8f67d5
commit
ca4c1b4b95
41 changed files with 2160 additions and 1167 deletions
|
|
@ -0,0 +1,94 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) 2023, aiogram Team
|
||||
# This file is distributed under the same license as the aiogram package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: aiogram \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-08-26 23:17+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.12.1\n"
|
||||
|
||||
#: ../../api/methods/unpin_all_general_forum_topic_messages.rst:3
|
||||
msgid "unpinAllGeneralForumTopicMessages"
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/methods/unpin_all_general_forum_topic_messages.rst:5
|
||||
msgid "Returns: :obj:`bool`"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.methods.unpin_all_general_forum_topic_messages.UnpinAllGeneralForumTopicMessages:1
|
||||
#: of
|
||||
msgid ""
|
||||
"Use this method to clear the list of pinned messages in a General forum "
|
||||
"topic. The bot must be an administrator in the chat for this to work and "
|
||||
"must have the *can_pin_messages* administrator right in the supergroup. "
|
||||
"Returns :code:`True` on success."
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.methods.unpin_all_general_forum_topic_messages.UnpinAllGeneralForumTopicMessages:3
|
||||
#: of
|
||||
msgid ""
|
||||
"Source: "
|
||||
"https://core.telegram.org/bots/api#unpinallgeneralforumtopicmessages"
|
||||
msgstr ""
|
||||
|
||||
#: ../../docstring
|
||||
#: aiogram.methods.unpin_all_general_forum_topic_messages.UnpinAllGeneralForumTopicMessages.chat_id:1
|
||||
#: of
|
||||
msgid ""
|
||||
"Unique identifier for the target chat or username of the target "
|
||||
"supergroup (in the format :code:`@supergroupusername`)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/methods/unpin_all_general_forum_topic_messages.rst:15
|
||||
msgid "Usage"
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/methods/unpin_all_general_forum_topic_messages.rst:18
|
||||
msgid "As bot method"
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/methods/unpin_all_general_forum_topic_messages.rst:26
|
||||
msgid "Method as object"
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/methods/unpin_all_general_forum_topic_messages.rst:28
|
||||
msgid "Imports:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/methods/unpin_all_general_forum_topic_messages.rst:30
|
||||
msgid ""
|
||||
":code:`from aiogram.methods.unpin_all_general_forum_topic_messages import"
|
||||
" UnpinAllGeneralForumTopicMessages`"
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/methods/unpin_all_general_forum_topic_messages.rst:31
|
||||
msgid ""
|
||||
"alias: :code:`from aiogram.methods import "
|
||||
"UnpinAllGeneralForumTopicMessages`"
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/methods/unpin_all_general_forum_topic_messages.rst:34
|
||||
msgid "With specific bot"
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/methods/unpin_all_general_forum_topic_messages.rst:41
|
||||
msgid "As reply into Webhook in handler"
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/methods/unpin_all_general_forum_topic_messages.rst:49
|
||||
msgid "As shortcut from received object"
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/methods/unpin_all_general_forum_topic_messages.rst:51
|
||||
msgid ":meth:`aiogram.types.chat.Chat.unpin_all_general_forum_topic_messages`"
|
||||
msgstr ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue