const github.com/gotd/td/tg.AuthorizationTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_authorization_gen.go#L89: const AuthorizationTypeID = 0xad01d61d
tl_authorization_gen.go#L218: return AuthorizationTypeID
tl_authorization_gen.go#L230: ID: AuthorizationTypeID,
tl_authorization_gen.go#L346: b.PutID(AuthorizationTypeID)
tl_authorization_gen.go#L379: if err := b.ConsumeID(AuthorizationTypeID); err != nil {
tl_registry_gen.go#L514: AuthorizationTypeID: "authorization#ad01d61d",
tl_registry_gen.go#L2296: "authorization": AuthorizationTypeID,
tl_registry_gen.go#L4078: AuthorizationTypeID: func() bin.Object { return &Authorization{} },
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. |