entities := []tgbotapi.MessageEntity{ { Type: "custom_emoji", Offset: 0, Length: 2, CustomEmojiID: "5381299380549214109", }, } there is no filed named "CustomEmojiID ",I want to send preminum emoji by bot
entities := []tgbotapi.MessageEntity{
{
Type: "custom_emoji",
Offset: 0,
Length: 2,
CustomEmojiID: "5381299380549214109",
},
}
there is no filed named "CustomEmojiID ",I want to send preminum emoji by bot