feat: implemented the OnEmojiReaction

This commit is contained in:
2025-12-10 17:00:20 +08:00
parent 88c92e19b7
commit d81dd34546
5 changed files with 49 additions and 86 deletions

View File

@@ -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