github.com/gotd/td/tg.StoryViewPublicForward.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_story_view_gen.go#L355: Flags bin.Fields
tl_story_view_gen.go#L384: if !(s.Flags.Zero()) {
tl_story_view_gen.go#L446: Null: !s.Flags.Has(0),
tl_story_view_gen.go#L451: Null: !s.Flags.Has(1),
tl_story_view_gen.go#L464: s.Flags.Set(0)
tl_story_view_gen.go#L467: s.Flags.Set(1)
tl_story_view_gen.go#L486: if err := s.Flags.Encode(b); err != nil {
tl_story_view_gen.go#L515: if err := s.Flags.Decode(b); err != nil {
tl_story_view_gen.go#L519: s.Blocked = s.Flags.Has(0)
tl_story_view_gen.go#L520: s.BlockedMyStoriesFrom = s.Flags.Has(1)
tl_story_view_gen.go#L534: s.Flags.Set(0)
tl_story_view_gen.go#L537: s.Flags.Unset(0)
tl_story_view_gen.go#L547: return s.Flags.Has(0)
tl_story_view_gen.go#L553: s.Flags.Set(1)
tl_story_view_gen.go#L556: s.Flags.Unset(1)
tl_story_view_gen.go#L566: return s.Flags.Has(1)
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. |