Open Tishka17 opened 6 months ago
this feature requires refactoring in window rendering logic
I'd do that not with a separate widget, but with link_preview_options argument in the Window class
then we just need to extend the api.entities.new_message.NewMessage
class, if that's possible
show_above_text=True
. Can be overriden by widget itself.For example, in this code, link is shown above or below the text depedinging on
when