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

16 uses

	github.com/gotd/td/tg (current package)
		tl_help_country_code_gen.go#L43: 	Flags bin.Fields
		tl_help_country_code_gen.go#L71: 	if !(c.Flags.Zero()) {
		tl_help_country_code_gen.go#L143: 			Null:       !c.Flags.Has(0),
		tl_help_country_code_gen.go#L148: 			Null:       !c.Flags.Has(1),
		tl_help_country_code_gen.go#L157: 		c.Flags.Set(0)
		tl_help_country_code_gen.go#L160: 		c.Flags.Set(1)
		tl_help_country_code_gen.go#L179: 	if err := c.Flags.Encode(b); err != nil {
		tl_help_country_code_gen.go#L183: 	if c.Flags.Has(0) {
		tl_help_country_code_gen.go#L189: 	if c.Flags.Has(1) {
		tl_help_country_code_gen.go#L215: 		if err := c.Flags.Decode(b); err != nil {
		tl_help_country_code_gen.go#L226: 	if c.Flags.Has(0) {
		tl_help_country_code_gen.go#L243: 	if c.Flags.Has(1) {
		tl_help_country_code_gen.go#L273: 	c.Flags.Set(0)
		tl_help_country_code_gen.go#L283: 	if !c.Flags.Has(0) {
		tl_help_country_code_gen.go#L291: 	c.Flags.Set(1)
		tl_help_country_code_gen.go#L301: 	if !c.Flags.Has(1) {