Skip to content

Commit

Permalink
Merge pull request #3 from juzibot/feat-message-quote
Browse files Browse the repository at this point in the history
Feat message quote
  • Loading branch information
hcfw007 authored Jun 22, 2022
2 parents 693d1b1 + af8f679 commit 4d5a2fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juzi/wechaty-grpc",
"version": "1.0.2",
"version": "1.0.3",
"description": "gRPC for Wechaty",
"type": "module",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions proto/wechaty/puppet/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ message MessagePayloadResponse {
string listener_id = 8;
repeated string mention_ids = 9;
google.protobuf.Timestamp receive_time = 10;
optional string quote_id = 11;
}

message MessageImageRequest {
Expand Down

0 comments on commit 4d5a2fe

Please sign in to comment.