AIOgram
- 49 ответов
- 0 вопросов
31
Вклад в тег
markup.add(types.InlineKeyboardButton('Кнопка', callback_data='btn')
markup.add(types.InlineKeyboardButton('Кнопка', callback_data='btn'))
await bot.send_message(msg.from_user.id, """Hello, world.""", protect_content=True)
@router.message(F.photo)
async def get_photo(message: types.Message):
await message.bot.download(file=message.photo[-1].file_id, destination=file_name)