Skip to content

Commit 3fc0a91

Browse files
author
anezhou
committed
dto: 支持事件回复 (merge request !57)
Squash merge branch 'feature_20220506_anezhou_replyevent_story_872975245' into 'master' dto: 支持事件回复 --story=872975245 TAPD: --story=872975245
1 parent a319e10 commit 3fc0a91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dto/message_create.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ type MessageToCreate struct {
1010
MessageReference *MessageReference `json:"message_reference,omitempty"`
1111
Markdown *Markdown `json:"markdown,omitempty"`
1212
Keyboard *Keyboard `json:"keyboard,omitempty"` // 内嵌键盘
13+
EventID string `json:"event_id,omitempty"` // 要回复的事件id, 逻辑同MsgID
1314
}
1415

1516
// MessageReference 引用消息

0 commit comments

Comments
 (0)