GramIO API Reference / gramio/dist / ReplaceStickerInSetParams
Interface: ReplaceStickerInSetParams
Defined in: @gramio/types/out/params.d.ts:3793
Params object for replaceStickerInSet method
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
name | string | Sticker set name | @gramio/types/out/params.d.ts:3801 |
old_sticker | string | File identifier of the replaced sticker | @gramio/types/out/params.d.ts:3805 |
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:3809 |
user_id | number | User identifier of the sticker set owner | @gramio/types/out/params.d.ts:3797 |