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,