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

16 uses

	github.com/gotd/td/tg (current package)
		tl_update_gen.go#L9361: 	Flags bin.Fields
		tl_update_gen.go#L9402: 	if !(u.Flags.Zero()) {
		tl_update_gen.go#L9479: 			Null:       !u.Flags.Has(0),
		tl_update_gen.go#L9484: 			Null:       !u.Flags.Has(1),
		tl_update_gen.go#L9497: 		u.Flags.Set(0)
		tl_update_gen.go#L9500: 		u.Flags.Set(1)
		tl_update_gen.go#L9519: 	if err := u.Flags.Encode(b); err != nil {
		tl_update_gen.go#L9528: 	if u.Flags.Has(0) {
		tl_update_gen.go#L9531: 	if u.Flags.Has(1) {
		tl_update_gen.go#L9565: 		if err := u.Flags.Decode(b); err != nil {
		tl_update_gen.go#L9576: 	if u.Flags.Has(0) {
		tl_update_gen.go#L9583: 	if u.Flags.Has(1) {
		tl_update_gen.go#L9610: 	u.Flags.Set(0)
		tl_update_gen.go#L9620: 	if !u.Flags.Has(0) {
		tl_update_gen.go#L9628: 	u.Flags.Set(1)
		tl_update_gen.go#L9638: 	if !u.Flags.Has(1) {