const github.com/gotd/td/tg.PrivacyValueAllowAllTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_privacy_rule_gen.go#L144: const PrivacyValueAllowAllTypeID = 0x65427b82
tl_privacy_rule_gen.go#L180: return PrivacyValueAllowAllTypeID
tl_privacy_rule_gen.go#L192: ID: PrivacyValueAllowAllTypeID,
tl_privacy_rule_gen.go#L207: b.PutID(PrivacyValueAllowAllTypeID)
tl_privacy_rule_gen.go#L224: if err := b.ConsumeID(PrivacyValueAllowAllTypeID); err != nil {
tl_privacy_rule_gen.go#L1213: case PrivacyValueAllowAllTypeID:
tl_registry_gen.go#L486: PrivacyValueAllowAllTypeID: "privacyValueAllowAll#65427b82",
tl_registry_gen.go#L2268: "privacyValueAllowAll": PrivacyValueAllowAllTypeID,
tl_registry_gen.go#L4050: PrivacyValueAllowAllTypeID: func() bin.Object { return &PrivacyValueAllowAll{} },
tl_registry_gen.go#L6338: PrivacyValueAllowAllTypeID,
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. |