wechaty / grpc

gRPC Service & Protocol Buffers for Wechaty Puppet
https://wechaty.github.io/grpc/
Apache License 2.0
25 stars 22 forks source link

Use `FieldMask` to update resource #112

Open huan opened 3 years ago

huan commented 3 years ago

Current we have contactAlias() method to update alias.

It seems that we can use contactUpdate() with FieldMask to do the update, and it will support update all properties in the payload.

See: