Andriy Kryvyi

Results 2 comments of Andriy Kryvyi

> @dp.channel_post_handler(Command(['start', 'buy'], prefixes='!/')) Can't reproduce the problem. This code works ok: ```python from aiogram import Bot, Dispatcher from aiogram.dispatcher.filters.builtin import Command from aiogram import types from aiogram.utils.executor import start_polling...

### About your example In your example bot doesn't forward second photo because it has no caption and variable `forward` is `False` ### About forwarding media groups Looks like telegram's...