github.com/gotd/td/tg.StoryViews.HasViewers (field)
7 uses
github.com/gotd/td/tg (current package)
tl_story_views_gen.go#L52: HasViewers bool
tl_story_views_gen.go#L91: if !(s.HasViewers == false) {
tl_story_views_gen.go#L131: s.HasViewers = from.GetHasViewers()
tl_story_views_gen.go#L209: if !(s.HasViewers == false) {
tl_story_views_gen.go#L289: s.HasViewers = s.Flags.Has(1)
tl_story_views_gen.go#L352: s.HasViewers = true
tl_story_views_gen.go#L355: s.HasViewers = false
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. |