github.com/gotd/td/tg.StoryItem.Privacy (field)
12 uses
github.com/gotd/td/tg (current package)
tl_story_item_gen.go#L545: Privacy []PrivacyRuleClass
tl_story_item_gen.go#L644: if !(s.Privacy == nil) {
tl_story_item_gen.go#L732: s.Privacy = val
tl_story_item_gen.go#L935: if !(s.Privacy == nil) {
tl_story_item_gen.go#L1018: b.PutVectorHeader(len(s.Privacy))
tl_story_item_gen.go#L1019: for idx, v := range s.Privacy {
tl_story_item_gen.go#L1176: s.Privacy = make([]PrivacyRuleClass, 0, headerLen%bin.PreallocateLimit)
tl_story_item_gen.go#L1183: s.Privacy = append(s.Privacy, value)
tl_story_item_gen.go#L1521: s.Privacy = value
tl_story_item_gen.go#L1533: return s.Privacy, true
tl_story_item_gen.go#L1629: return PrivacyRuleClassArray(s.Privacy), true
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |