mirror of
https://github.com/awfufu/qbot.git
synced 2026-03-01 13:29:43 +08:00
feat: implemented the OnEmojiReaction
This commit is contained in:
@@ -278,7 +278,7 @@ type EmojiLikeNotice struct {
|
||||
} `json:"likes"`
|
||||
}
|
||||
|
||||
type GroupRecallNotice struct {
|
||||
type RecallNotice struct {
|
||||
GroupID uint64 `json:"group_id"`
|
||||
UserID uint64 `json:"user_id"`
|
||||
OperatorID uint64 `json:"operator_id"`
|
||||
@@ -286,12 +286,6 @@ type GroupRecallNotice struct {
|
||||
Time int64 `json:"time"`
|
||||
}
|
||||
|
||||
type FriendRecallNotice struct {
|
||||
UserID uint64 `json:"user_id"`
|
||||
MessageID uint64 `json:"message_id"`
|
||||
Time int64 `json:"time"`
|
||||
}
|
||||
|
||||
type PokeNotify struct {
|
||||
GroupID uint64 `json:"group_id"`
|
||||
UserID uint64 `json:"user_id"` // Sender
|
||||
|
||||
Reference in New Issue
Block a user