We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a319e10 commit 3fc0a91Copy full SHA for 3fc0a91
dto/message_create.go
@@ -10,6 +10,7 @@ type MessageToCreate struct {
10
MessageReference *MessageReference `json:"message_reference,omitempty"`
11
Markdown *Markdown `json:"markdown,omitempty"`
12
Keyboard *Keyboard `json:"keyboard,omitempty"` // 内嵌键盘
13
+ EventID string `json:"event_id,omitempty"` // 要回复的事件id, 逻辑同MsgID
14
}
15
16
// MessageReference 引用消息
0 commit comments