SetStickerKeywords constructor

SetStickerKeywords(
  1. {required InputFile sticker,
  2. required List<String> keywords,
  3. int? extra,
  4. int? clientId}
)

Changes the list of keywords of a sticker; for bots only. The sticker must belong to a regular or custom emoji sticker set created by the bot

Returns Ok

Implementation

SetStickerKeywords