Обновление
This commit is contained in:
@ -3,7 +3,7 @@ from aiogram.types import Message, MessageEntity, PhotoSize, ReactionTypeEmoji
|
||||
from app.utils.send_to_notion import send_to_notion
|
||||
|
||||
|
||||
async def parse_message(message: Message):
|
||||
await send_to_notion(message)
|
||||
async def parse_message(message: Message, album=None):
|
||||
await send_to_notion(message, album)
|
||||
|
||||
await message.react([ReactionTypeEmoji(emoji="👌")])
|
||||
|
Reference in New Issue
Block a user