mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 21:46:55 +01:00
665 B
665 B
title | description |
---|---|
addStickerToSet | Bots only. Adds new sticker to a set. Returns the sticker set |
Method: addStickerToSet
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Adds new sticker to a set. Returns the sticker set
Params:
Name | Type | Required | Description |
---|---|---|---|
user_id | int | Yes | Sticker set owner |
name | string | Yes | Sticker set name |
sticker | inputSticker | Yes | Sticker to add to the set |