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) {