wechaty / grpc

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

Using explicit names for `id` #111

Open huan opened 3 years ago

huan commented 3 years ago

id -> contact_id, id -> message_id

Never use id because it will cause in-consistent in OpenAPI generated docs.

And also, the explicit names will have more specific meanings in the code.