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

16 uses

	github.com/gotd/td/tg (current package)
		tl_update_gen.go#L12822: 	Flags bin.Fields
		tl_update_gen.go#L12856: 	if !(u.Flags.Zero()) {
		tl_update_gen.go#L12921: 			Null:       !u.Flags.Has(0),
		tl_update_gen.go#L12930: 			Null:       !u.Flags.Has(1),
		tl_update_gen.go#L12939: 		u.Flags.Set(0)
		tl_update_gen.go#L12942: 		u.Flags.Set(1)
		tl_update_gen.go#L12961: 	if err := u.Flags.Encode(b); err != nil {
		tl_update_gen.go#L12970: 	if u.Flags.Has(1) {
		tl_update_gen.go#L12998: 		if err := u.Flags.Decode(b); err != nil {
		tl_update_gen.go#L13002: 	u.Unread = u.Flags.Has(0)
		tl_update_gen.go#L13010: 	if u.Flags.Has(1) {
		tl_update_gen.go#L13023: 		u.Flags.Set(0)
		tl_update_gen.go#L13026: 		u.Flags.Unset(0)
		tl_update_gen.go#L13036: 	return u.Flags.Has(0)
		tl_update_gen.go#L13049: 	u.Flags.Set(1)
		tl_update_gen.go#L13059: 	if !u.Flags.Has(1) {