Source File
credentials.go
Belonging Package
github.com/gotd/td/constant
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"
)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |