const github.com/gotd/td/tg.AuthCodeTypeFlashCallTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_auth_code_type_gen.go#L248: const AuthCodeTypeFlashCallTypeID = 0x226ccefb
tl_auth_code_type_gen.go#L284: return AuthCodeTypeFlashCallTypeID
tl_auth_code_type_gen.go#L296: ID: AuthCodeTypeFlashCallTypeID,
tl_auth_code_type_gen.go#L311: b.PutID(AuthCodeTypeFlashCallTypeID)
tl_auth_code_type_gen.go#L328: if err := b.ConsumeID(AuthCodeTypeFlashCallTypeID); err != nil {
tl_auth_code_type_gen.go#L611: case AuthCodeTypeFlashCallTypeID:
tl_registry_gen.go#L640: AuthCodeTypeFlashCallTypeID: "auth.codeTypeFlashCall#226ccefb",
tl_registry_gen.go#L2422: "auth.codeTypeFlashCall": AuthCodeTypeFlashCallTypeID,
tl_registry_gen.go#L4204: AuthCodeTypeFlashCallTypeID: func() bin.Object { return &AuthCodeTypeFlashCall{} },
tl_registry_gen.go#L5433: AuthCodeTypeFlashCallTypeID,
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. |