Arman92 / go-tdlib

Golang Telegram TdLib JSON bindings
GNU General Public License v3.0
437 stars 100 forks source link

Valid api_id must be provided. Can be obtained at https://my.telegram.org #110

Closed jingming66 closed 6 months ago

jingming66 commented 6 months ago

please help me, I build flow : https://tdlib.github.io/td/build.html?language=Go first then go buid the example basicAuthorization.go

isaquecsilva commented 3 months ago

Same problem here. Did you find any workaround? I saw some posts informing that its caused by 1.8.0 tdlib version, as the data to be sent in the json should be inlined, or something like that.

A closed issue i found: Error "Valid api_id must be provided" only on x64 #2211