Javascript – How to send custom emojis with a telegram bot
This is the code am using to send a custom emoji in JS using grammy.js but it doesn't really work. const message = "🚀 dsfs"; teleBot.api.sendMessage(CHANNEL_ID || "", message, { entities: [ { type: "custom_emoji", length: message.length, offset: 0, custom_emoji_id:…