const github.com/gotd/td/tg.AuthLoggedOutTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_auth_logged_out_gen.go#L57: const AuthLoggedOutTypeID = 0xc3a2835f
tl_auth_logged_out_gen.go#L104: return AuthLoggedOutTypeID
tl_auth_logged_out_gen.go#L116: ID: AuthLoggedOutTypeID,
tl_auth_logged_out_gen.go#L144: b.PutID(AuthLoggedOutTypeID)
tl_auth_logged_out_gen.go#L168: if err := b.ConsumeID(AuthLoggedOutTypeID); err != nil {
tl_registry_gen.go#L1072: AuthLoggedOutTypeID: "auth.loggedOut#c3a2835f",
tl_registry_gen.go#L2854: "auth.loggedOut": AuthLoggedOutTypeID,
tl_registry_gen.go#L4636: AuthLoggedOutTypeID: func() bin.Object { return &AuthLoggedOut{} },
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. |