U
U
uIitka2021-06-11 14:23:23
Python
uIitka, 2021-06-11 14:23:23

How to send GIF and text in one message?

await bot.send_animation(msg.chat.id, photo[5])
can I somehow insert text here?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mikhail Krostelev, 2021-06-11
@uIitka

Try

await bot.send_animation(msg.chat.id, photo[5], caption='text')

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question