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

10 uses

	github.com/gotd/td/tg (current package)
		tl_update_gen.go#L4789: 	Flags bin.Fields
		tl_update_gen.go#L4828: 	if !(u.Flags.Zero()) {
		tl_update_gen.go#L4910: 			Null:       !u.Flags.Has(0),
		tl_update_gen.go#L4919: 		u.Flags.Set(0)
		tl_update_gen.go#L4938: 	if err := u.Flags.Encode(b); err != nil {
		tl_update_gen.go#L4947: 	if u.Flags.Has(0) {
		tl_update_gen.go#L4970: 		if err := u.Flags.Decode(b); err != nil {
		tl_update_gen.go#L5005: 	if u.Flags.Has(0) {
		tl_update_gen.go#L5041: 	u.Flags.Set(0)
		tl_update_gen.go#L5051: 	if !u.Flags.Has(0) {