const github.com/gotd/td/tg.AuthSendCodeRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_auth_send_code_gen.go#L56: const AuthSendCodeRequestTypeID = 0xa677244f
tl_auth_send_code_gen.go#L112: return AuthSendCodeRequestTypeID
tl_auth_send_code_gen.go#L124: ID: AuthSendCodeRequestTypeID,
tl_auth_send_code_gen.go#L156: b.PutID(AuthSendCodeRequestTypeID)
tl_auth_send_code_gen.go#L179: if err := b.ConsumeID(AuthSendCodeRequestTypeID); err != nil {
tl_registry_gen.go#L1247: AuthSendCodeRequestTypeID: "auth.sendCode#a677244f",
tl_registry_gen.go#L3029: "auth.sendCode": AuthSendCodeRequestTypeID,
tl_registry_gen.go#L4811: AuthSendCodeRequestTypeID: func() bin.Object { return &AuthSendCodeRequest{} },
tl_server_gen.go#L74: s.handlers[AuthSendCodeRequestTypeID] = 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. |