I want to implement such functionality for parsing and displaying channels in telegram:
enter image description here
I already get help from cl.get_chat(cht_id) (pyrogram) subscribers,the name and type of the channel, as well as the picture, but how to transfer this picture to the thumbnail_url InlineQueryResultArticle (aiogram3) if you need a url, but get_chat gives the id of the picture,how to make the correct display of the picture in inlinequeryresultarticle ?
I’ve already tried downloading and sending this picture, using the id instead of the link, but it doesn’t work
R0n1n is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.