GetAllStickerEmojis constructor

GetAllStickerEmojis(
  1. {required StickerType sticker_type,
  2. required String query,
  3. required int chat_id,
  4. required bool return_only_main_emoji,
  5. int? extra,
  6. int? clientId}
)

Returns unique emoji that correspond to stickers to be found by the getStickers(sticker_type, query, 1000000, chat_id)

Returns Emojis

Implementation

GetAllStickerEmojis