mezon-js 2.8.7 → 2.8.8
Sign up to get free protection for your applications and to get access to all the features.
- package/api.gen.ts +2 -2
- package/dist/api.gen.d.ts +2 -2
- package/package.json +1 -1
package/api.gen.ts
CHANGED
package/dist/api.gen.d.ts
CHANGED
@@ -557,8 +557,8 @@ export interface ApiMessageMention {
|
|
557
557
|
/** */
|
558
558
|
export interface ApiMessageReaction {
|
559
559
|
action?: boolean;
|
560
|
-
emoji_id
|
561
|
-
emoji
|
560
|
+
emoji_id: string;
|
561
|
+
emoji: string;
|
562
562
|
id?: string;
|
563
563
|
sender_id?: string;
|
564
564
|
sender_name?: string;
|