As described in api doc for telegram - i can send custom emoji in message.
As update i receive somethings like this:
"text": "",
"entities": [
{
"offset": 0,
"length": 2,
"type": "custom_emoji",
"custom_emoji_id": "5404870433939922908"
}
]
But when i'm sending same thing as message i see simple emoji:
{
"chat_id": 123,
"text": "",
"entities": [
{
"offset": 0,
"length": 2,
"type": "custom_emoji",
"custom_emoji_id": "5404870433939922908"
}
]
}
Have no idea what i'm doing wrong. Help, please.
trying to send custom emoji in message through api.