const github.com/gotd/td/tg.AuthCodeTypeMissedCallTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_auth_code_type_gen.go#L351: const AuthCodeTypeMissedCallTypeID = 0xd61ad6ee
tl_auth_code_type_gen.go#L387: return AuthCodeTypeMissedCallTypeID
tl_auth_code_type_gen.go#L399: ID: AuthCodeTypeMissedCallTypeID,
tl_auth_code_type_gen.go#L414: b.PutID(AuthCodeTypeMissedCallTypeID)
tl_auth_code_type_gen.go#L431: if err := b.ConsumeID(AuthCodeTypeMissedCallTypeID); err != nil {
tl_auth_code_type_gen.go#L618: case AuthCodeTypeMissedCallTypeID:
tl_registry_gen.go#L641: AuthCodeTypeMissedCallTypeID: "auth.codeTypeMissedCall#d61ad6ee",
tl_registry_gen.go#L2423: "auth.codeTypeMissedCall": AuthCodeTypeMissedCallTypeID,
tl_registry_gen.go#L4205: AuthCodeTypeMissedCallTypeID: func() bin.Object { return &AuthCodeTypeMissedCall{} },
tl_registry_gen.go#L5434: AuthCodeTypeMissedCallTypeID,
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. |