mirror of
https://github.com/bit1001/tdl.git
synced 2024-12-26 22:54:20 +08:00
fix(telegram): modify official client APP_ID and APP_HASH
This commit is contained in:
parent
db7814f316
commit
82e09e0568
1 changed files with 5 additions and 4 deletions
|
@ -5,11 +5,12 @@ import (
|
||||||
"runtime"
|
"runtime"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TODO(iyear): usr -X flag to set id and hash
|
// https://core.telegram.org/api/obtaining_api_id#using-telegrams-open-source-code
|
||||||
// Telegram desktop client
|
// so we can not use Telegram Desktop ID
|
||||||
|
// below is iyear's application
|
||||||
const (
|
const (
|
||||||
AppID = 17349
|
AppID = 15055931
|
||||||
AppHash = "344583e45741c457fe1862106095a5eb"
|
AppHash = "021d433426cbb920eeb95164498fe3d3"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in a new issue