GramIO API Reference / gramio/dist / ReplaceStickerInSetParams
Interface: ReplaceStickerInSetParams
Defined in: @gramio/types/out/params.d.ts:3899
Params object for replaceStickerInSet method
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
name | string | Sticker set name | @gramio/types/out/params.d.ts:3907 |
old_sticker | string | File identifier of the replaced sticker | @gramio/types/out/params.d.ts:3911 |
sticker | TelegramInputSticker | A JSON-serialized object with information about the added sticker. If exactly the same sticker had already been added to the set, then the set remains unchanged. | @gramio/types/out/params.d.ts:3915 |
user_id | number | User identifier of the sticker set owner | @gramio/types/out/params.d.ts:3903 |