get Custom Emoji Stickers
suspend fun TelegramBot.getCustomEmojiStickers(customEmojiIds: List<CustomEmojiId>): List<CustomEmojiSticker>
suspend fun TelegramBot.getCustomEmojiStickers(customEmojiIds: List<String>): List<CustomEmojiSticker>