github.com/gotd/td/tg.RecentStory.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_recent_story_gen.go#L42: Flags bin.Fields
tl_recent_story_gen.go#L66: if !(r.Flags.Zero()) {
tl_recent_story_gen.go#L126: Null: !r.Flags.Has(0),
tl_recent_story_gen.go#L131: Null: !r.Flags.Has(1),
tl_recent_story_gen.go#L140: r.Flags.Set(0)
tl_recent_story_gen.go#L143: r.Flags.Set(1)
tl_recent_story_gen.go#L162: if err := r.Flags.Encode(b); err != nil {
tl_recent_story_gen.go#L165: if r.Flags.Has(1) {
tl_recent_story_gen.go#L188: if err := r.Flags.Decode(b); err != nil {
tl_recent_story_gen.go#L192: r.Live = r.Flags.Has(0)
tl_recent_story_gen.go#L193: if r.Flags.Has(1) {
tl_recent_story_gen.go#L206: r.Flags.Set(0)
tl_recent_story_gen.go#L209: r.Flags.Unset(0)
tl_recent_story_gen.go#L219: return r.Flags.Has(0)
tl_recent_story_gen.go#L224: r.Flags.Set(1)
tl_recent_story_gen.go#L234: if !r.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. |