You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
327 B
12 lines
327 B
3 years ago
|
package constant
|
||
|
|
||
|
// Test-only credentials. Can be used with AddrTest and TestAuth to
|
||
|
// test authentication.
|
||
|
//
|
||
|
// Reference:
|
||
|
// * https://github.com/telegramdesktop/tdesktop/blob/5f665b8ecb48802cd13cfb48ec834b946459274a/docs/api_credentials.md
|
||
|
const (
|
||
|
TestAppID = 17349
|
||
|
TestAppHash = "344583e45741c457fe1862106095a5eb"
|
||
|
)
|