Files
mautrix-telegram/pkg/gotd/constant/credentials.go
T
2025-06-27 20:03:37 -07:00

12 lines
329 B
Go

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"
)