1
0
mirror of https://github.com/fumiama/NanoBot.git synced 2026-06-06 11:10:24 +08:00

finish intent

This commit is contained in:
源文雨
2023-10-14 13:37:45 +09:00
parent 5a088daf11
commit 9918dd8ec8
4 changed files with 66 additions and 1 deletions

View File

@@ -99,7 +99,12 @@ type MessageDelete struct {
//
// https://bot.q.qq.com/wiki/develop/api/openapi/message/model.html#%E6%B6%88%E6%81%AF%E5%AE%A1%E6%A0%B8%E5%AF%B9%E8%B1%A1-messageaudited
type MessageAudited struct {
AuditID string `json:"audit_id"`
AuditID string `json:"audit_id"`
AuditTime time.Time `json:"audit_time"`
ChannelID string `json:"channel_id"`
CreateTime time.Time `json:"create_time"`
GuildID string `json:"guild_id"`
MessageID string `json:"message_id"`
}
// GetMessageFromChannel 获取子频道 channel_id 下的消息 message_id 的详情