const github.com/gotd/td/tg.AuthCodeTypeCallTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_auth_code_type_gen.go#L145: const AuthCodeTypeCallTypeID = 0x741cd3e3
tl_auth_code_type_gen.go#L181: return AuthCodeTypeCallTypeID
tl_auth_code_type_gen.go#L193: ID: AuthCodeTypeCallTypeID,
tl_auth_code_type_gen.go#L208: b.PutID(AuthCodeTypeCallTypeID)
tl_auth_code_type_gen.go#L225: if err := b.ConsumeID(AuthCodeTypeCallTypeID); err != nil {
tl_auth_code_type_gen.go#L604: case AuthCodeTypeCallTypeID:
tl_registry_gen.go#L639: AuthCodeTypeCallTypeID: "auth.codeTypeCall#741cd3e3",
tl_registry_gen.go#L2421: "auth.codeTypeCall": AuthCodeTypeCallTypeID,
tl_registry_gen.go#L4203: AuthCodeTypeCallTypeID: func() bin.Object { return &AuthCodeTypeCall{} },
tl_registry_gen.go#L5432: AuthCodeTypeCallTypeID,
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. |