github.com/gotd/td/tg.StoryItemSkipped.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_story_item_gen.go#L183: Flags bin.Fields
tl_story_item_gen.go#L220: if !(s.Flags.Zero()) {
tl_story_item_gen.go#L292: Null: !s.Flags.Has(8),
tl_story_item_gen.go#L297: Null: !s.Flags.Has(9),
tl_story_item_gen.go#L318: s.Flags.Set(8)
tl_story_item_gen.go#L321: s.Flags.Set(9)
tl_story_item_gen.go#L340: if err := s.Flags.Encode(b); err != nil {
tl_story_item_gen.go#L366: if err := s.Flags.Decode(b); err != nil {
tl_story_item_gen.go#L370: s.CloseFriends = s.Flags.Has(8)
tl_story_item_gen.go#L371: s.Live = s.Flags.Has(9)
tl_story_item_gen.go#L399: s.Flags.Set(8)
tl_story_item_gen.go#L402: s.Flags.Unset(8)
tl_story_item_gen.go#L412: return s.Flags.Has(8)
tl_story_item_gen.go#L418: s.Flags.Set(9)
tl_story_item_gen.go#L421: s.Flags.Unset(9)
tl_story_item_gen.go#L431: return s.Flags.Has(9)
![]() |
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. |