github.com/gotd/td/tg.StoriesSendStoryRequest.PrivacyRules (field)
10 uses
github.com/gotd/td/tg (current package)
tl_stories_send_story_gen.go#L87: PrivacyRules []InputPrivacyRuleClass
tl_stories_send_story_gen.go#L150: if !(s.PrivacyRules == nil) {
tl_stories_send_story_gen.go#L211: s.PrivacyRules = from.GetPrivacyRules()
tl_stories_send_story_gen.go#L401: b.PutVectorHeader(len(s.PrivacyRules))
tl_stories_send_story_gen.go#L402: for idx, v := range s.PrivacyRules {
tl_stories_send_story_gen.go#L514: s.PrivacyRules = make([]InputPrivacyRuleClass, 0, headerLen%bin.PreallocateLimit)
tl_stories_send_story_gen.go#L521: s.PrivacyRules = append(s.PrivacyRules, value)
tl_stories_send_story_gen.go#L687: return s.PrivacyRules
tl_stories_send_story_gen.go#L770: return InputPrivacyRuleClassArray(s.PrivacyRules)
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. |