Merge pull request #521 from abc1763613206/main

feat: add `emoji_package_id` for MarketFace
This commit is contained in:
手瓜一十雪 2024-11-14 13:10:04 +08:00 committed by GitHub
commit d58bbe53da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -187,6 +187,7 @@ export class OneBotMsgApi {
url: url, url: url,
key: _.key, key: _.key,
emoji_id: _.emojiId, emoji_id: _.emojiId,
emoji_package_id: _.emojiPackageId,
file_unique: _.key file_unique: _.key
}, },
}; };