mirror of
https://github.com/fumiama/NanoBot.git
synced 2026-06-06 11:10:24 +08:00
finish intent
This commit is contained in:
@@ -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 的详情
|
||||
|
||||
Reference in New Issue
Block a user