# 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" #: ../../dispatcher/flags.rst:3 msgid "Flags" msgstr "" #: ../../dispatcher/flags.rst:5 msgid "" "Flags is a markers for handlers that can be used in `middlewares <#use-" "in-middlewares>`_ or special `utilities <#use-in-utilities>`_ to make " "classification of the handlers." msgstr "" #: ../../dispatcher/flags.rst:8 msgid "" "Flags can be added to the handler via `decorators <#via-decorators>`_, " "`handlers registration <#via-handler-registration-method>`_ or `filters " "`_." msgstr "" #: ../../dispatcher/flags.rst:13 msgid "Via decorators" msgstr "" #: ../../dispatcher/flags.rst:15 msgid "For example mark handler with `chat_action` flag" msgstr "" #: ../../dispatcher/flags.rst:24 msgid "Or just for rate-limit or something else" msgstr "" #: ../../dispatcher/flags.rst:34 msgid "Via handler registration method" msgstr "" #: ../../dispatcher/flags.rst:41 msgid "Via filters" msgstr "" #: ../../dispatcher/flags.rst:55 msgid "Use in middlewares" msgstr "" #: aiogram.flags.getter:1 of msgid "FlagDecorator(flag: aiogram.dispatcher.flags.Flag)" msgstr "" #: ../../dispatcher/flags.rst:61 msgid "Example in middlewares" msgstr "" #: ../../dispatcher/flags.rst:74 msgid "Use in utilities" msgstr "" #: ../../dispatcher/flags.rst:76 msgid "" "For example you can collect all registered commands with handler " "description and then it can be used for generating commands help" msgstr ""