Boris

Results 2 comments of Boris

get the library from https://oss.sonatype.org/content/groups/public/org/telegram/passport/1.1/ import this to libs folder and add `implementation files('libs/passport-1.1.aar')` in your build.gradle module

You need to send /setpublickey command to BotFather and generate private key using openssl from command line `openssl genrsa 2048 > private.key` After that, get public from generated PK `openssl...