fix(telegram): modify official client APP_ID and APP_HASH

This commit is contained in:
iyear 2022-09-16 10:33:14 +08:00
parent db7814f316
commit 82e09e0568

View file

@ -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 (