@trii/types 2.10.216 → 2.10.218
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -143,8 +143,8 @@ export interface MessageReference {
|
|
|
143
143
|
channelId: string;
|
|
144
144
|
}
|
|
145
145
|
export interface MessageReaction {
|
|
146
|
-
|
|
147
|
-
emoji
|
|
146
|
+
action: 'react' | 'unreact';
|
|
147
|
+
emoji?: string;
|
|
148
148
|
}
|
|
149
149
|
export interface MessageEmail {
|
|
150
150
|
/**Remitente del correo */
|