@grammyjs/types 3.0.1 → 3.0.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/methods.d.ts +1 -1
- package/package.json +1 -1
package/methods.d.ts
CHANGED
|
@@ -1123,7 +1123,7 @@ export type ApiMethods<F> = {
|
|
|
1123
1123
|
/** Sticker set title, 1-64 characters */
|
|
1124
1124
|
title: string;
|
|
1125
1125
|
/** A list of 1-50 initial stickers to be added to the sticker set */
|
|
1126
|
-
stickers: InputSticker<F
|
|
1126
|
+
stickers: InputSticker<F>[];
|
|
1127
1127
|
/** Format of the sticker, must be one of “static”, “animated”, “video” */
|
|
1128
1128
|
sticker_format: "static" | "animated" | "video";
|
|
1129
1129
|
/** Type of stickers in the set, pass “regular”, “mask”, or “custom_emoji”. By default, a regular sticker set is created. */
|