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

16 uses

	github.com/gotd/td/tg (current package)
		tl_update_gen.go#L11353: 	Flags bin.Fields
		tl_update_gen.go#L11404: 	if !(u.Flags.Zero()) {
		tl_update_gen.go#L11504: 			Null:       !u.Flags.Has(0),
		tl_update_gen.go#L11509: 			Null:       !u.Flags.Has(1),
		tl_update_gen.go#L11526: 		u.Flags.Set(0)
		tl_update_gen.go#L11529: 		u.Flags.Set(1)
		tl_update_gen.go#L11548: 	if err := u.Flags.Encode(b); err != nil {
		tl_update_gen.go#L11554: 	if u.Flags.Has(0) {
		tl_update_gen.go#L11559: 	if u.Flags.Has(1) {
		tl_update_gen.go#L11584: 		if err := u.Flags.Decode(b); err != nil {
		tl_update_gen.go#L11609: 	if u.Flags.Has(0) {
		tl_update_gen.go#L11614: 	if u.Flags.Has(1) {
		tl_update_gen.go#L11664: 	u.Flags.Set(0)
		tl_update_gen.go#L11674: 	if !u.Flags.Has(0) {
		tl_update_gen.go#L11682: 	u.Flags.Set(1)
		tl_update_gen.go#L11692: 	if !u.Flags.Has(1) {