const github.com/gotd/td/tg.InputPrivacyValueAllowCloseFriendsTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_rule_gen.go#L1065: const InputPrivacyValueAllowCloseFriendsTypeID = 0x2f453e49
tl_input_privacy_rule_gen.go#L1101: return InputPrivacyValueAllowCloseFriendsTypeID
tl_input_privacy_rule_gen.go#L1113: ID: InputPrivacyValueAllowCloseFriendsTypeID,
tl_input_privacy_rule_gen.go#L1128: b.PutID(InputPrivacyValueAllowCloseFriendsTypeID)
tl_input_privacy_rule_gen.go#L1145: if err := b.ConsumeID(InputPrivacyValueAllowCloseFriendsTypeID); err != nil {
tl_input_privacy_rule_gen.go#L1266: case InputPrivacyValueAllowCloseFriendsTypeID:
tl_registry_gen.go#L484: InputPrivacyValueAllowCloseFriendsTypeID: "inputPrivacyValueAllowCloseFriends#2f453e49",
tl_registry_gen.go#L2266: "inputPrivacyValueAllowCloseFriends": InputPrivacyValueAllowCloseFriendsTypeID,
tl_registry_gen.go#L4048: InputPrivacyValueAllowCloseFriendsTypeID: func() bin.Object { return &InputPrivacyValueAllowCloseFriends{} },
tl_registry_gen.go#L5921: InputPrivacyValueAllowCloseFriendsTypeID,
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. |