github.com/gotd/td/tg.StoryViewPublicRepost.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_story_view_gen.go#L597: Flags bin.Fields
tl_story_view_gen.go#L635: if !(s.Flags.Zero()) {
tl_story_view_gen.go#L702: Null: !s.Flags.Has(0),
tl_story_view_gen.go#L707: Null: !s.Flags.Has(1),
tl_story_view_gen.go#L724: s.Flags.Set(0)
tl_story_view_gen.go#L727: s.Flags.Set(1)
tl_story_view_gen.go#L746: if err := s.Flags.Encode(b); err != nil {
tl_story_view_gen.go#L781: if err := s.Flags.Decode(b); err != nil {
tl_story_view_gen.go#L785: s.Blocked = s.Flags.Has(0)
tl_story_view_gen.go#L786: s.BlockedMyStoriesFrom = s.Flags.Has(1)
tl_story_view_gen.go#L807: s.Flags.Set(0)
tl_story_view_gen.go#L810: s.Flags.Unset(0)
tl_story_view_gen.go#L820: return s.Flags.Has(0)
tl_story_view_gen.go#L826: s.Flags.Set(1)
tl_story_view_gen.go#L829: s.Flags.Unset(1)
tl_story_view_gen.go#L839: return s.Flags.Has(1)
![]() |
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. |