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

16 uses

	github.com/gotd/td/tg (current package)
		tl_update_gen.go#L8681: 	Flags bin.Fields
		tl_update_gen.go#L8722: 	if !(u.Flags.Zero()) {
		tl_update_gen.go#L8821: 			Null:       !u.Flags.Has(0),
		tl_update_gen.go#L8826: 			Null:       !u.Flags.Has(1),
		tl_update_gen.go#L8835: 		u.Flags.Set(0)
		tl_update_gen.go#L8838: 		u.Flags.Set(1)
		tl_update_gen.go#L8857: 	if err := u.Flags.Encode(b); err != nil {
		tl_update_gen.go#L8869: 	if u.Flags.Has(0) {
		tl_update_gen.go#L8872: 	if u.Flags.Has(1) {
		tl_update_gen.go#L8895: 		if err := u.Flags.Decode(b); err != nil {
		tl_update_gen.go#L8927: 	if u.Flags.Has(0) {
		tl_update_gen.go#L8934: 	if u.Flags.Has(1) {
		tl_update_gen.go#L8978: 	u.Flags.Set(0)
		tl_update_gen.go#L8988: 	if !u.Flags.Has(0) {
		tl_update_gen.go#L8996: 	u.Flags.Set(1)
		tl_update_gen.go#L9006: 	if !u.Flags.Has(1) {