const github.com/gotd/td/tg.PrivacyValueDisallowAllTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_privacy_rule_gen.go#L496: const PrivacyValueDisallowAllTypeID = 0x8b73e763
tl_privacy_rule_gen.go#L532: return PrivacyValueDisallowAllTypeID
tl_privacy_rule_gen.go#L544: ID: PrivacyValueDisallowAllTypeID,
tl_privacy_rule_gen.go#L559: b.PutID(PrivacyValueDisallowAllTypeID)
tl_privacy_rule_gen.go#L576: if err := b.ConsumeID(PrivacyValueDisallowAllTypeID); err != nil {
tl_privacy_rule_gen.go#L1234: case PrivacyValueDisallowAllTypeID:
tl_registry_gen.go#L489: PrivacyValueDisallowAllTypeID: "privacyValueDisallowAll#8b73e763",
tl_registry_gen.go#L2271: "privacyValueDisallowAll": PrivacyValueDisallowAllTypeID,
tl_registry_gen.go#L4053: PrivacyValueDisallowAllTypeID: func() bin.Object { return &PrivacyValueDisallowAll{} },
tl_registry_gen.go#L6341: PrivacyValueDisallowAllTypeID,
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. |