const github.com/gotd/td/tg.AuthResetAuthorizationsRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_auth_reset_authorizations_gen.go#L47: const AuthResetAuthorizationsRequestTypeID = 0x9fab0d1a
tl_auth_reset_authorizations_gen.go#L78: return AuthResetAuthorizationsRequestTypeID
tl_auth_reset_authorizations_gen.go#L90: ID: AuthResetAuthorizationsRequestTypeID,
tl_auth_reset_authorizations_gen.go#L105: b.PutID(AuthResetAuthorizationsRequestTypeID)
tl_auth_reset_authorizations_gen.go#L122: if err := b.ConsumeID(AuthResetAuthorizationsRequestTypeID); err != nil {
tl_registry_gen.go#L1251: AuthResetAuthorizationsRequestTypeID: "auth.resetAuthorizations#9fab0d1a",
tl_registry_gen.go#L3033: "auth.resetAuthorizations": AuthResetAuthorizationsRequestTypeID,
tl_registry_gen.go#L4815: AuthResetAuthorizationsRequestTypeID: func() bin.Object { return &AuthResetAuthorizationsRequest{} },
tl_server_gen.go#L146: s.handlers[AuthResetAuthorizationsRequestTypeID] = handler
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. |