How to get gAHash using gramjs?
See original GitHub issueI’m trying to call Api.phone.RequestCall
.
If I use random value for gAHash
like Buffer.from("lol12345")
I’m getting an error Call error RPCError: 400: DH_G_A_HASH_INVALID (caused by phone.RequestCall)
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
phone.RequestCall - GramJS
... This assumes you have already authenticated with .start() const result = await ... gAHash: Buffer.from("arbitrary data here"), protocol: new Api.
Read more >gramjs: Quick Start
Once you've installed gramjs you'll need an API ID and an API hash (read more in Authorization). Get them from https://my.telegram.org/apps: Afterward, ...
Read more >GANESHA STATUE IN BRONZE 850 grams GANESH ... - eBay
Beautiful wooden hand crafted mask of hindu deity lord ganesh statue home decor. $115.69. Free shipping. Seller 100% positive ...
Read more >Buy - Natural Ganesh Rudraksha - 3.11 Grams
Coloured stones are always a challenge as a lot of suppliers don't give you good quality and good certificates. Carat & Colour is...
Read more >10 Grams Ganesh Silver Coin 99.9 % Purity - jpearls.com
Buy the Best 10 Grams Ganesh Silver Coin 99.9 % Purity Online from Sri Jagdamba Pearls, Certified Jewellery. With High Quality Silver at...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
A while ago I made a gist using another library , maybe you can use it and convert it to JS? https://gist.github.com/painor/537cdba90c21b8e64b3e156760775147
@ghost that’s is what I got