github.com/gotd/td/tg.HelpCountry.Flags (field)

16 uses

	github.com/gotd/td/tg (current package)
		tl_help_country_gen.go#L43: 	Flags bin.Fields
		tl_help_country_gen.go#L73: 	if !(c.Flags.Zero()) {
		tl_help_country_gen.go#L148: 			Null:       !c.Flags.Has(0),
		tl_help_country_gen.go#L161: 			Null:       !c.Flags.Has(1),
		tl_help_country_gen.go#L174: 		c.Flags.Set(0)
		tl_help_country_gen.go#L177: 		c.Flags.Set(1)
		tl_help_country_gen.go#L196: 	if err := c.Flags.Encode(b); err != nil {
		tl_help_country_gen.go#L201: 	if c.Flags.Has(1) {
		tl_help_country_gen.go#L230: 		if err := c.Flags.Decode(b); err != nil {
		tl_help_country_gen.go#L234: 	c.Hidden = c.Flags.Has(0)
		tl_help_country_gen.go#L249: 	if c.Flags.Has(1) {
		tl_help_country_gen.go#L279: 		c.Flags.Set(0)
		tl_help_country_gen.go#L282: 		c.Flags.Unset(0)
		tl_help_country_gen.go#L292: 	return c.Flags.Has(0)
		tl_help_country_gen.go#L313: 	c.Flags.Set(1)
		tl_help_country_gen.go#L323: 	if !c.Flags.Has(1) {