stickers.ChangeSticker#
- class pyrogram.raw.functions.stickers.ChangeSticker#
Update the keywords, emojis or mask coordinates of a sticker, bots only.
- Details:
Layer:
158
ID:
F5537EBC
- Parameters:
sticker (
InputDocument
) – The sticker.emoji (
str
, optional) – If set, updates the emoji list associated to the sticker.mask_coords (
MaskCoords
, optional) – If set, updates the mask coordinates.keywords (
str
, optional) – If set, updates the sticker keywords (separated by commas). Can’t be provided for mask stickers.
- Returns: