github.com/gotd/td/tg.StoryItem.Privacy (field)
12 uses
github.com/gotd/td/tg (current package)
tl_story_item_gen.go#L506: Privacy []PrivacyRuleClass
tl_story_item_gen.go#L591: if !(s.Privacy == nil) {
tl_story_item_gen.go#L666: s.Privacy = val
tl_story_item_gen.go#L843: if !(s.Privacy == nil) {
tl_story_item_gen.go#L912: b.PutVectorHeader(len(s.Privacy))
tl_story_item_gen.go#L913: for idx, v := range s.Privacy {
tl_story_item_gen.go#L1049: s.Privacy = make([]PrivacyRuleClass, 0, headerLen%bin.PreallocateLimit)
tl_story_item_gen.go#L1056: s.Privacy = append(s.Privacy, value)
tl_story_item_gen.go#L1352: s.Privacy = value
tl_story_item_gen.go#L1364: return s.Privacy, true
tl_story_item_gen.go#L1424: return PrivacyRuleClassArray(s.Privacy), true
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. |