R
R
Roma2021-06-11 13:04:53
Python
Roma, 2021-06-11 13:04:53

How to edit a telegram message using aiogram?

Hello, I want to edit the command / start

@dp.message_handler(commands=['start'])
async def process_start_command(message: types.Message):
    user_name = message.from_user.first_name
    await message.answer('Привет')

I want to make it editable for now
How can I do this?
I will be glad to any help
In the documentation, I did not understand how to do this (

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sergeyfilippov4, 2021-06-11
@sergeyfilippov4

client.edit_message

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question