You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method is not media, so I think it would be wiser, before drawing the window, to delete the old message and in the same way in the reverse order, as now switching between a window with text to a window with media, and in the reverse order.
The text was updated successfully, but these errors were encountered:
The send_location and send_venue methods, as it turned out, lack a description, and of course parse_mode. But with these two methods, you can still attach an inline keyboard. I also noticed that send_venue has more flexible settings for the location being sent, I think it would be better to implement this method in a widget rather than in send_location!
In the aiogram library, it is possible to send a location and attach an inline keyboard to it.
Example:
The method is not media, so I think it would be wiser, before drawing the window, to delete the old message and in the same way in the reverse order, as now switching between a window with text to a window with media, and in the reverse order.
The text was updated successfully, but these errors were encountered: