F
Size: a a a
F
F
q
q
WJ
F
S|
B
Filter by content type:
.. code-block:: python3
@dp.message_handler(content_types=ContentType.PHOTO | ContentType.DOCUMENT)
async def audio_handler(message: types.Message):
TypeError: unsupported operand type(s) for |: 'str' and 'str'
F
S|
К
Filter by content type:
.. code-block:: python3
@dp.message_handler(content_types=ContentType.PHOTO | ContentType.DOCUMENT)
async def audio_handler(message: types.Message):
TypeError: unsupported operand type(s) for |: 'str' and 'str'
К
B
G
q
q
WJ
WJ
WJ
WJ