You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @paramuserId Long User identifier of sticker set owner
11
11
* @paramname String Sticker set name
12
12
* @parampngSticker InputFile or String Png image with the sticker, must be up to 512 kilobytes in size, dimensions must not exceed 512px, and either width or height must be exactly 512px. Pass a file_id as a String to send a file that already exists on the Telegram servers, pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. More info on Sending Files »
13
+
* @paramtgsSticker InputFile Optional TGS animation with the sticker, uploaded using multipart/form-data. See
14
+
* [[https://core.telegram.org/stickers#animated-sticker-requirements for technical requirements]]
15
+
* @paramwebmSticker InputFile Optional WEBM video with the sticker, uploaded using multipart/form-data see
16
+
* [[https://core.telegram.org/stickers#video-sticker-requirements for technical requirements]]
17
+
* @paramwebmSticker InputFile or String Png image with the sticker, must be up to 512 kilobytes in size, dimensions must not exceed 512px, and either width or height must be exactly 512px. Pass a file_id as a String to send a file that already exists on the Telegram servers, pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. More info on Sending Files »
13
18
* @paramemojis String One or more emoji corresponding to the sticker
14
19
* @parammaskPosition MaskPosition Optional Position where the mask should be placed on faces
* @paramuserId Long User identifier of created sticker set owner
12
12
* @paramname String Short name of sticker set, to be used in t.me/addstickers/ URLs (e.g., animals). Can contain only english letters, digits and underscores. Must begin with a letter, can't contain consecutive underscores and must end in “_by_<bot username>”. <bot_username> is case insensitive. 1-64 characters.
13
13
* @paramtitle String Sticker set title, 1-64 characters
14
-
* @parampngSticker InputFile or String Png image with the sticker, must be up to 512 kilobytes in size,
15
-
* dimensions must not exceed 512px, and either width or height must be exactly 512px.
16
-
* Pass a file_id as a String to send a file that already exists on the Telegram servers,
17
-
* pass an HTTP URL as a String for Telegram to get a file from the Internet,
18
-
* or upload a new one using multipart/form-data.
14
+
* @parampngSticker InputFile or String Optional
15
+
* image with the sticker, must be up to 512 kilobytes in size, dimensions must not exceed 512px, and either width or height must be exactly 512px.
16
+
* Pass a file_id as a String to send a file that already exists on the Telegram servers, pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data.
19
17
* [[https://core.telegram.org/bots/api#sending-files More info on Sending Files]]
20
-
* @paramemojis String One or more emoji corresponding to the sticker
18
+
* @paramtgsSticker InputFile Optional TGS animation with the sticker, uploaded using multipart/form-data. See
19
+
* [[https://core.telegram.org/stickers#animated-sticker-requirements for technical requirements]]
20
+
* @paramwebmSticker InputFile Optional WEBM video with the sticker, uploaded using multipart/form-data see
21
+
* [[https://core.telegram.org/stickers#video-sticker-requirements for technical requirements]]
22
+
* @paramemojis String One or more emoji corresponding to the sticker
21
23
* @paramcontainsMasks Boolean Optional Pass True, if a set of mask stickers should be created
22
24
* @parammaskPosition MaskPosition Optional Position where the mask should be placed on faces
0 commit comments