mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 20:54:42 +01:00
Removed all traces of old API id/hash
This commit is contained in:
parent
62818d102d
commit
de38033f3c
@ -1,5 +1,5 @@
|
||||
MTPROTO_NUMBER=+39394838932
|
||||
MTPROTO_SETTINGS={"app_info":{"api_id":65536,"api_hash":"4251a2777e179232705e2462706f4143"}}
|
||||
MTPROTO_SETTINGS={"app_info":{"api_id":6,"api_hash":"eb06d4abfb49dc3eeb1aeb98ae0f581e"}}
|
||||
TEST_USERNAME=@danogentili
|
||||
TEST_DESTINATION_GROUPS=["@pwrtelegramgroup","@pwrtelegramgroupita"]
|
||||
TEST_SECRET_CHAT=@danogentili
|
||||
|
@ -506,8 +506,8 @@ class MTProto extends \Volatile
|
||||
],
|
||||
],
|
||||
'app_info' => [ // obtained in https://my.telegram.org
|
||||
//'api_id' => 65536,
|
||||
//'api_hash' => '4251a2777e179232705e2462706f4143',
|
||||
//'api_id' => 6,
|
||||
//'api_hash' => 'eb06d4abfb49dc3eeb1aeb98ae0f581e',
|
||||
'device_model' => $device_model,
|
||||
'system_version' => $system_version,
|
||||
'app_version' => 'Unicorn', // 🌚
|
||||
|
Loading…
Reference in New Issue
Block a user