Skip to content

Commit

Permalink
fix(telegram): modify official client APP_ID and APP_HASH
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Sep 16, 2022
1 parent db7814f commit 82e09e0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkg/consts/telegram.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 82e09e0

Please sign in to comment.