const github.com/gotd/td/tg.InputPrivacyValueDisallowAllTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_rule_gen.go#L506: const InputPrivacyValueDisallowAllTypeID = 0xd66b66c9
tl_input_privacy_rule_gen.go#L542: return InputPrivacyValueDisallowAllTypeID
tl_input_privacy_rule_gen.go#L554: ID: InputPrivacyValueDisallowAllTypeID,
tl_input_privacy_rule_gen.go#L569: b.PutID(InputPrivacyValueDisallowAllTypeID)
tl_input_privacy_rule_gen.go#L586: if err := b.ConsumeID(InputPrivacyValueDisallowAllTypeID); err != nil {
tl_input_privacy_rule_gen.go#L1238: case InputPrivacyValueDisallowAllTypeID:
tl_registry_gen.go#L480: InputPrivacyValueDisallowAllTypeID: "inputPrivacyValueDisallowAll#d66b66c9",
tl_registry_gen.go#L2262: "inputPrivacyValueDisallowAll": InputPrivacyValueDisallowAllTypeID,
tl_registry_gen.go#L4044: InputPrivacyValueDisallowAllTypeID: func() bin.Object { return &InputPrivacyValueDisallowAll{} },
tl_registry_gen.go#L5917: InputPrivacyValueDisallowAllTypeID,
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. |