github.com/gotd/td/tg.StoriesEditStoryRequest.PrivacyRules (field)
12 uses
github.com/gotd/td/tg (current package)
tl_stories_edit_story_gen.go#L83: PrivacyRules []InputPrivacyRuleClass
tl_stories_edit_story_gen.go#L122: if !(e.PrivacyRules == nil) {
tl_stories_edit_story_gen.go#L167: e.PrivacyRules = val
tl_stories_edit_story_gen.go#L246: if !(e.PrivacyRules == nil) {
tl_stories_edit_story_gen.go#L310: b.PutVectorHeader(len(e.PrivacyRules))
tl_stories_edit_story_gen.go#L311: for idx, v := range e.PrivacyRules {
tl_stories_edit_story_gen.go#L413: e.PrivacyRules = make([]InputPrivacyRuleClass, 0, headerLen%bin.PreallocateLimit)
tl_stories_edit_story_gen.go#L420: e.PrivacyRules = append(e.PrivacyRules, value)
tl_stories_edit_story_gen.go#L517: e.PrivacyRules = value
tl_stories_edit_story_gen.go#L529: return e.PrivacyRules, true
tl_stories_edit_story_gen.go#L553: return InputPrivacyRuleClassArray(e.PrivacyRules), 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. |