Hi there! Can't find any info on how to get chat entity by chat invite link (for example: https://t.me/joinchat/DxoSakHOdk5mqsE-LelfVg)
Is it possible?
Did you try client.get_entity('link')? Will work if you're in.
What if I am not on the group?
That is not an issue with the library but rather a question. The issues section in GitHub is only to report bugs or enhancements in the library itself. If you have usage questions, you should ask those in StackOverflow or the @TelethonChat group.
Most helpful comment
Did you try
client.get_entity('link')? Will work if you're in.