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

16 uses

	github.com/gotd/td/tg (current package)
		tl_update_gen.go#L7245: 	Flags bin.Fields
		tl_update_gen.go#L7284: 	if !(u.Flags.Zero()) {
		tl_update_gen.go#L7379: 			Null:       !u.Flags.Has(0),
		tl_update_gen.go#L7384: 			Null:       !u.Flags.Has(1),
		tl_update_gen.go#L7397: 		u.Flags.Set(0)
		tl_update_gen.go#L7400: 		u.Flags.Set(1)
		tl_update_gen.go#L7419: 	if err := u.Flags.Encode(b); err != nil {
		tl_update_gen.go#L7425: 	if u.Flags.Has(0) {
		tl_update_gen.go#L7433: 	if u.Flags.Has(1) {
		tl_update_gen.go#L7462: 		if err := u.Flags.Decode(b); err != nil {
		tl_update_gen.go#L7487: 	if u.Flags.Has(0) {
		tl_update_gen.go#L7494: 	if u.Flags.Has(1) {
		tl_update_gen.go#L7537: 	u.Flags.Set(0)
		tl_update_gen.go#L7547: 	if !u.Flags.Has(0) {
		tl_update_gen.go#L7555: 	u.Flags.Set(1)
		tl_update_gen.go#L7565: 	if !u.Flags.Has(1) {