github.com/gotd/td/tg.StoryViewPublicRepost.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_story_view_gen.go#L582: Flags bin.Fields
tl_story_view_gen.go#L613: if !(s.Flags.Zero()) {
tl_story_view_gen.go#L680: Null: !s.Flags.Has(0),
tl_story_view_gen.go#L685: Null: !s.Flags.Has(1),
tl_story_view_gen.go#L702: s.Flags.Set(0)
tl_story_view_gen.go#L705: s.Flags.Set(1)
tl_story_view_gen.go#L724: if err := s.Flags.Encode(b); err != nil {
tl_story_view_gen.go#L759: if err := s.Flags.Decode(b); err != nil {
tl_story_view_gen.go#L763: s.Blocked = s.Flags.Has(0)
tl_story_view_gen.go#L764: s.BlockedMyStoriesFrom = s.Flags.Has(1)
tl_story_view_gen.go#L785: s.Flags.Set(0)
tl_story_view_gen.go#L788: s.Flags.Unset(0)
tl_story_view_gen.go#L798: return s.Flags.Has(0)
tl_story_view_gen.go#L804: s.Flags.Set(1)
tl_story_view_gen.go#L807: s.Flags.Unset(1)
tl_story_view_gen.go#L817: 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. |