github.com/gotd/td/tg.AccountPrivacyRules.Rules (field)
10 uses
github.com/gotd/td/tg (current package)
tl_account_privacy_rules_gen.go#L40: Rules []PrivacyRuleClass
tl_account_privacy_rules_gen.go#L62: if !(p.Rules == nil) {
tl_account_privacy_rules_gen.go#L90: p.Rules = from.GetRules()
tl_account_privacy_rules_gen.go#L148: b.PutVectorHeader(len(p.Rules))
tl_account_privacy_rules_gen.go#L149: for idx, v := range p.Rules {
tl_account_privacy_rules_gen.go#L201: p.Rules = make([]PrivacyRuleClass, 0, headerLen%bin.PreallocateLimit)
tl_account_privacy_rules_gen.go#L208: p.Rules = append(p.Rules, value)
tl_account_privacy_rules_gen.go#L253: return p.Rules
tl_account_privacy_rules_gen.go#L274: return PrivacyRuleClassArray(p.Rules)
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. |