SetStickerKeywords constructor
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
Implementation
const SetStickerKeywords({
required this.sticker,
required this.keywords,
});