GetCustomEmojiStickers constructor

const GetCustomEmojiStickers({
  1. required List<int> customEmojiIds,
})

Returns list of custom emoji stickers by their identifiers. Stickers are returned in arbitrary order. Only found stickers are returned

Implementation

const GetCustomEmojiStickers({
  required this.customEmojiIds,
});