mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-02-18 04:03:28 +01:00
Update content of files
This commit is contained in:
parent
b5615cef74
commit
eaf7a20fc4
5 changed files with 10 additions and 10 deletions
data/web
blogfork.telegram.org/bots
core.telegram.org/bots
corefork.telegram.org/bots
|
@ -66,8 +66,8 @@ To learn how to create…">
|
|||
<li>Added support for the creation of custom emoji sticker sets in <a href="/bots/api#createnewstickerset">createNewStickerSet</a>.</li>
|
||||
<li>Added the parameter <em>needs_repainting</em> to the method <a href="/bots/api#createnewstickerset">createNewStickerSet</a> to automatically change the color of emoji based on context (e.g., use text color in messages, accent color in statuses, etc.).</li>
|
||||
<li>Added the field <em>needs_repainting</em> to the class <a href="/bots/api#sticker">Sticker</a>.</li>
|
||||
<li>Replaced the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_postion</em> in the method <a href="/bots/api#addstickertoset">addStickerToSet</a> with the parameter <em>sticker</em> of the type <a href="/bots/api#inputsticker">InputSticker</a>.</li>
|
||||
<li>Added support for the creation of sticker sets with multiple initial stickers in <a href="/bots/api#createnewstickerset">createNewStickerSet</a> by replacing the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_postion</em> with the parameters <em>stickers</em> and <em>sticker_format</em>.</li>
|
||||
<li>Replaced the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_position</em> in the method <a href="/bots/api#addstickertoset">addStickerToSet</a> with the parameter <em>sticker</em> of the type <a href="/bots/api#inputsticker">InputSticker</a>.</li>
|
||||
<li>Added support for the creation of sticker sets with multiple initial stickers in <a href="/bots/api#createnewstickerset">createNewStickerSet</a> by replacing the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_position</em> with the parameters <em>stickers</em> and <em>sticker_format</em>.</li>
|
||||
<li>Added support for .WEBP files in <a href="/bots/api#createnewstickerset">createNewStickerSet</a> and <a href="/bots/api#addstickertoset">addStickerToSet</a>.</li>
|
||||
<li>Added support for .WEBP, .TGS, and .WEBM files in <a href="/bots/api#uploadstickerfile">uploadStickerFile</a> by replacing the parameter <em>png_sticker</em> in the method <a href="/bots/api#uploadstickerfile">uploadStickerFile</a> with the parameters <em>sticker</em> and <em>sticker_format</em>.</li>
|
||||
<li>Added the ability to specify search keywords for stickers added to sticker sets.</li>
|
||||
|
|
|
@ -66,8 +66,8 @@ To learn how to create…">
|
|||
<li>Added support for the creation of custom emoji sticker sets in <a href="/bots/api#createnewstickerset">createNewStickerSet</a>.</li>
|
||||
<li>Added the parameter <em>needs_repainting</em> to the method <a href="/bots/api#createnewstickerset">createNewStickerSet</a> to automatically change the color of emoji based on context (e.g., use text color in messages, accent color in statuses, etc.).</li>
|
||||
<li>Added the field <em>needs_repainting</em> to the class <a href="/bots/api#sticker">Sticker</a>.</li>
|
||||
<li>Replaced the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_postion</em> in the method <a href="/bots/api#addstickertoset">addStickerToSet</a> with the parameter <em>sticker</em> of the type <a href="/bots/api#inputsticker">InputSticker</a>.</li>
|
||||
<li>Added support for the creation of sticker sets with multiple initial stickers in <a href="/bots/api#createnewstickerset">createNewStickerSet</a> by replacing the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_postion</em> with the parameters <em>stickers</em> and <em>sticker_format</em>.</li>
|
||||
<li>Replaced the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_position</em> in the method <a href="/bots/api#addstickertoset">addStickerToSet</a> with the parameter <em>sticker</em> of the type <a href="/bots/api#inputsticker">InputSticker</a>.</li>
|
||||
<li>Added support for the creation of sticker sets with multiple initial stickers in <a href="/bots/api#createnewstickerset">createNewStickerSet</a> by replacing the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_position</em> with the parameters <em>stickers</em> and <em>sticker_format</em>.</li>
|
||||
<li>Added support for .WEBP files in <a href="/bots/api#createnewstickerset">createNewStickerSet</a> and <a href="/bots/api#addstickertoset">addStickerToSet</a>.</li>
|
||||
<li>Added support for .WEBP, .TGS, and .WEBM files in <a href="/bots/api#uploadstickerfile">uploadStickerFile</a> by replacing the parameter <em>png_sticker</em> in the method <a href="/bots/api#uploadstickerfile">uploadStickerFile</a> with the parameters <em>sticker</em> and <em>sticker_format</em>.</li>
|
||||
<li>Added the ability to specify search keywords for stickers added to sticker sets.</li>
|
||||
|
|
|
@ -64,8 +64,8 @@ To learn how to create…">
|
|||
<li>Added support for the creation of custom emoji sticker sets in <a href="#createnewstickerset">createNewStickerSet</a>.</li>
|
||||
<li>Added the parameter <em>needs_repainting</em> to the method <a href="#createnewstickerset">createNewStickerSet</a> to automatically change the color of emoji based on context (e.g., use text color in messages, accent color in statuses, etc.).</li>
|
||||
<li>Added the field <em>needs_repainting</em> to the class <a href="#sticker">Sticker</a>.</li>
|
||||
<li>Replaced the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_postion</em> in the method <a href="#addstickertoset">addStickerToSet</a> with the parameter <em>sticker</em> of the type <a href="#inputsticker">InputSticker</a>.</li>
|
||||
<li>Added support for the creation of sticker sets with multiple initial stickers in <a href="#createnewstickerset">createNewStickerSet</a> by replacing the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_postion</em> with the parameters <em>stickers</em> and <em>sticker_format</em>.</li>
|
||||
<li>Replaced the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_position</em> in the method <a href="#addstickertoset">addStickerToSet</a> with the parameter <em>sticker</em> of the type <a href="#inputsticker">InputSticker</a>.</li>
|
||||
<li>Added support for the creation of sticker sets with multiple initial stickers in <a href="#createnewstickerset">createNewStickerSet</a> by replacing the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_position</em> with the parameters <em>stickers</em> and <em>sticker_format</em>.</li>
|
||||
<li>Added support for .WEBP files in <a href="#createnewstickerset">createNewStickerSet</a> and <a href="#addstickertoset">addStickerToSet</a>.</li>
|
||||
<li>Added support for .WEBP, .TGS, and .WEBM files in <a href="#uploadstickerfile">uploadStickerFile</a> by replacing the parameter <em>png_sticker</em> in the method <a href="#uploadstickerfile">uploadStickerFile</a> with the parameters <em>sticker</em> and <em>sticker_format</em>.</li>
|
||||
<li>Added the ability to specify search keywords for stickers added to sticker sets.</li>
|
||||
|
|
|
@ -66,8 +66,8 @@ To learn how to create…">
|
|||
<li>Added support for the creation of custom emoji sticker sets in <a href="/bots/api#createnewstickerset">createNewStickerSet</a>.</li>
|
||||
<li>Added the parameter <em>needs_repainting</em> to the method <a href="/bots/api#createnewstickerset">createNewStickerSet</a> to automatically change the color of emoji based on context (e.g., use text color in messages, accent color in statuses, etc.).</li>
|
||||
<li>Added the field <em>needs_repainting</em> to the class <a href="/bots/api#sticker">Sticker</a>.</li>
|
||||
<li>Replaced the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_postion</em> in the method <a href="/bots/api#addstickertoset">addStickerToSet</a> with the parameter <em>sticker</em> of the type <a href="/bots/api#inputsticker">InputSticker</a>.</li>
|
||||
<li>Added support for the creation of sticker sets with multiple initial stickers in <a href="/bots/api#createnewstickerset">createNewStickerSet</a> by replacing the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_postion</em> with the parameters <em>stickers</em> and <em>sticker_format</em>.</li>
|
||||
<li>Replaced the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_position</em> in the method <a href="/bots/api#addstickertoset">addStickerToSet</a> with the parameter <em>sticker</em> of the type <a href="/bots/api#inputsticker">InputSticker</a>.</li>
|
||||
<li>Added support for the creation of sticker sets with multiple initial stickers in <a href="/bots/api#createnewstickerset">createNewStickerSet</a> by replacing the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_position</em> with the parameters <em>stickers</em> and <em>sticker_format</em>.</li>
|
||||
<li>Added support for .WEBP files in <a href="/bots/api#createnewstickerset">createNewStickerSet</a> and <a href="/bots/api#addstickertoset">addStickerToSet</a>.</li>
|
||||
<li>Added support for .WEBP, .TGS, and .WEBM files in <a href="/bots/api#uploadstickerfile">uploadStickerFile</a> by replacing the parameter <em>png_sticker</em> in the method <a href="/bots/api#uploadstickerfile">uploadStickerFile</a> with the parameters <em>sticker</em> and <em>sticker_format</em>.</li>
|
||||
<li>Added the ability to specify search keywords for stickers added to sticker sets.</li>
|
||||
|
|
|
@ -64,8 +64,8 @@ To learn how to create…">
|
|||
<li>Added support for the creation of custom emoji sticker sets in <a href="#createnewstickerset">createNewStickerSet</a>.</li>
|
||||
<li>Added the parameter <em>needs_repainting</em> to the method <a href="#createnewstickerset">createNewStickerSet</a> to automatically change the color of emoji based on context (e.g., use text color in messages, accent color in statuses, etc.).</li>
|
||||
<li>Added the field <em>needs_repainting</em> to the class <a href="#sticker">Sticker</a>.</li>
|
||||
<li>Replaced the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_postion</em> in the method <a href="#addstickertoset">addStickerToSet</a> with the parameter <em>sticker</em> of the type <a href="#inputsticker">InputSticker</a>.</li>
|
||||
<li>Added support for the creation of sticker sets with multiple initial stickers in <a href="#createnewstickerset">createNewStickerSet</a> by replacing the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_postion</em> with the parameters <em>stickers</em> and <em>sticker_format</em>.</li>
|
||||
<li>Replaced the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_position</em> in the method <a href="#addstickertoset">addStickerToSet</a> with the parameter <em>sticker</em> of the type <a href="#inputsticker">InputSticker</a>.</li>
|
||||
<li>Added support for the creation of sticker sets with multiple initial stickers in <a href="#createnewstickerset">createNewStickerSet</a> by replacing the parameters <em>png_sticker</em>, <em>tgs_sticker</em>, <em>webm_sticker</em>, <em>emojis</em> and <em>mask_position</em> with the parameters <em>stickers</em> and <em>sticker_format</em>.</li>
|
||||
<li>Added support for .WEBP files in <a href="#createnewstickerset">createNewStickerSet</a> and <a href="#addstickertoset">addStickerToSet</a>.</li>
|
||||
<li>Added support for .WEBP, .TGS, and .WEBM files in <a href="#uploadstickerfile">uploadStickerFile</a> by replacing the parameter <em>png_sticker</em> in the method <a href="#uploadstickerfile">uploadStickerFile</a> with the parameters <em>sticker</em> and <em>sticker_format</em>.</li>
|
||||
<li>Added the ability to specify search keywords for stickers added to sticker sets.</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue