github.com/gotd/td/tg.StoriesStartLiveRequest.PrivacyRules (field)
10 uses
github.com/gotd/td/tg (current package)
tl_stories_start_live_gen.go#L63: PrivacyRules []InputPrivacyRuleClass
tl_stories_start_live_gen.go#L112: if !(s.PrivacyRules == nil) {
tl_stories_start_live_gen.go#L162: s.PrivacyRules = from.GetPrivacyRules()
tl_stories_start_live_gen.go#L311: b.PutVectorHeader(len(s.PrivacyRules))
tl_stories_start_live_gen.go#L312: for idx, v := range s.PrivacyRules {
tl_stories_start_live_gen.go#L392: s.PrivacyRules = make([]InputPrivacyRuleClass, 0, headerLen%bin.PreallocateLimit)
tl_stories_start_live_gen.go#L399: s.PrivacyRules = append(s.PrivacyRules, value)
tl_stories_start_live_gen.go#L532: return s.PrivacyRules
tl_stories_start_live_gen.go#L589: return InputPrivacyRuleClassArray(s.PrivacyRules)
![]() |
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. |