SetStickerKeywords constructor

SetStickerKeywords({
  1. InputFile? sticker,
  2. required List<String> keywords,
})

Implementation

SetStickerKeywords({this.sticker, required this.keywords});