This repository has been archived on 2024-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
2022-08-07 04:45:35 -04:00
|
|
|
from load import dp,types
|
|
|
|
|
|
|
|
# TODO: channel post forward in chat
|
|
|
|
@dp.channel_post_handler()
|
|
|
|
async def channel_handler(message:types.Message):
|
2022-11-06 03:48:10 -05:00
|
|
|
pass
|