const github.com/gotd/td/tg.PrivacyValueAllowCloseFriendsTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_privacy_rule_gen.go#L1045: const PrivacyValueAllowCloseFriendsTypeID = 0xf7e8d89b
tl_privacy_rule_gen.go#L1081: return PrivacyValueAllowCloseFriendsTypeID
tl_privacy_rule_gen.go#L1093: ID: PrivacyValueAllowCloseFriendsTypeID,
tl_privacy_rule_gen.go#L1108: b.PutID(PrivacyValueAllowCloseFriendsTypeID)
tl_privacy_rule_gen.go#L1125: if err := b.ConsumeID(PrivacyValueAllowCloseFriendsTypeID); err != nil {
tl_privacy_rule_gen.go#L1262: case PrivacyValueAllowCloseFriendsTypeID:
tl_registry_gen.go#L493: PrivacyValueAllowCloseFriendsTypeID: "privacyValueAllowCloseFriends#f7e8d89b",
tl_registry_gen.go#L2275: "privacyValueAllowCloseFriends": PrivacyValueAllowCloseFriendsTypeID,
tl_registry_gen.go#L4057: PrivacyValueAllowCloseFriendsTypeID: func() bin.Object { return &PrivacyValueAllowCloseFriends{} },
tl_registry_gen.go#L6345: PrivacyValueAllowCloseFriendsTypeID,
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. |