@telegram.ts/types 1.14.1 → 1.14.2
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.
- package/package.json +1 -1
- package/src/messageTypes.d.ts +1 -1
package/package.json
CHANGED
package/src/messageTypes.d.ts
CHANGED
|
@@ -1428,7 +1428,7 @@ export interface ReactionTypeCustomEmoji {
|
|
|
1428
1428
|
/** Type of the reaction, always “custom_emoji” */
|
|
1429
1429
|
type: "custom_emoji";
|
|
1430
1430
|
/** Custom emoji identifier */
|
|
1431
|
-
|
|
1431
|
+
custom_emoji_id: string;
|
|
1432
1432
|
}
|
|
1433
1433
|
|
|
1434
1434
|
/** The reaction is paid. */
|