github.com/gotd/td/tg.StoriesEditStoryRequest.PrivacyRules (field)
12 uses
github.com/gotd/td/tg (current package)
tl_stories_edit_story_gen.go#L90: PrivacyRules []InputPrivacyRuleClass
tl_stories_edit_story_gen.go#L133: if !(e.PrivacyRules == nil) {
tl_stories_edit_story_gen.go#L182: e.PrivacyRules = val
tl_stories_edit_story_gen.go#L270: if !(e.PrivacyRules == nil) {
tl_stories_edit_story_gen.go#L337: b.PutVectorHeader(len(e.PrivacyRules))
tl_stories_edit_story_gen.go#L338: for idx, v := range e.PrivacyRules {
tl_stories_edit_story_gen.go#L448: e.PrivacyRules = make([]InputPrivacyRuleClass, 0, headerLen%bin.PreallocateLimit)
tl_stories_edit_story_gen.go#L455: e.PrivacyRules = append(e.PrivacyRules, value)
tl_stories_edit_story_gen.go#L559: e.PrivacyRules = value
tl_stories_edit_story_gen.go#L571: return e.PrivacyRules, true
tl_stories_edit_story_gen.go#L613: return InputPrivacyRuleClassArray(e.PrivacyRules), 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. |