mirror of
https://github.com/bit1001/tdl.git
synced 2024-12-26 06:34:58 +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"
|
||||
)
|
||||
|
||||
// TODO(iyear): usr -X flag to set id and hash
|
||||
// Telegram desktop client
|
||||
// https://core.telegram.org/api/obtaining_api_id#using-telegrams-open-source-code
|
||||
// so we can not use Telegram Desktop ID
|
||||
// below is iyear's application
|
||||
const (
|
||||
AppID = 17349
|
||||
AppHash = "344583e45741c457fe1862106095a5eb"
|
||||
AppID = 15055931
|
||||
AppHash = "021d433426cbb920eeb95164498fe3d3"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in a new issue