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

16 uses

	github.com/gotd/td/tg (current package)
		tl_update_gen.go#L12249: 	Flags bin.Fields
		tl_update_gen.go#L12293: 	if !(u.Flags.Zero()) {
		tl_update_gen.go#L12370: 			Null:       !u.Flags.Has(0),
		tl_update_gen.go#L12375: 			Null:       !u.Flags.Has(1),
		tl_update_gen.go#L12388: 		u.Flags.Set(0)
		tl_update_gen.go#L12391: 		u.Flags.Set(1)
		tl_update_gen.go#L12410: 	if err := u.Flags.Encode(b); err != nil {
		tl_update_gen.go#L12414: 	if u.Flags.Has(0) {
		tl_update_gen.go#L12417: 	if u.Flags.Has(1) {
		tl_update_gen.go#L12449: 		if err := u.Flags.Decode(b); err != nil {
		tl_update_gen.go#L12460: 	if u.Flags.Has(0) {
		tl_update_gen.go#L12467: 	if u.Flags.Has(1) {
		tl_update_gen.go#L12504: 	u.Flags.Set(0)
		tl_update_gen.go#L12514: 	if !u.Flags.Has(0) {
		tl_update_gen.go#L12522: 	u.Flags.Set(1)
		tl_update_gen.go#L12532: 	if !u.Flags.Has(1) {