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 9de1629 commit 6f5ee07Copy full SHA for 6f5ee07
dto/message.go
@@ -34,6 +34,8 @@ type Message struct {
34
SeqInChannel string `json:"seq_in_channel"`
35
// 引用的消息
36
MessageReference *MessageReference `json:"message_reference,omitempty"`
37
+ // 私信场景下,该字段用来标识从哪个频道发起的私信
38
+ SrcGuildID string `json:"src_guild_id"`
39
}
40
41
// Embed 结构
0 commit comments