We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7814f commit 82e09e0Copy full SHA for 82e09e0
1 file changed
pkg/consts/telegram.go
@@ -5,11 +5,12 @@ import (
5
"runtime"
6
)
7
8
-// TODO(iyear): usr -X flag to set id and hash
9
-// Telegram desktop client
+// https://core.telegram.org/api/obtaining_api_id#using-telegrams-open-source-code
+// so we can not use Telegram Desktop ID
10
+// below is iyear's application
11
const (
- AppID = 17349
12
- AppHash = "344583e45741c457fe1862106095a5eb"
+ AppID = 15055931
13
+ AppHash = "021d433426cbb920eeb95164498fe3d3"
14
15
16
var (
0 commit comments