Closed jnxyatmjx closed 9 months ago
when i use sendMessage function. like that sendMessage chat_id:int53 message_thread_id:int53 reply_to:InputMessageReplyTo options:messageSendOptions reply_markup:ReplyMarkup input_message_content:InputMessageContent = Message;
I need put the parameter input_messagecontent, my question is how to get correct parameter for a markdown text. i use parseTextEntities but i get Entity begins in a middle of a UTF-16 symbol at byte offset 55_
text example š amazing videos \nš Y A Better You š\nš Y Only Wait You š
parseTextEntities
can't return invalid entities. The method is designed to be used by bots. Regular users can use parseMarkdown
, or specify entites manually.
parseTextEntities
can't return invalid entities. The method is designed to be used by bots. Regular users can useparseMarkdown
, or specify entites manually.
is there any document for entities manually
Just specify them as part of formattedText
.
when i use sendMessage function. like that sendMessage chat_id:int53 message_thread_id:int53 reply_to:InputMessageReplyTo options:messageSendOptions reply_markup:ReplyMarkup input_message_content:InputMessageContent = Message;
I need put the parameter input_messagecontent, my question is how to get correct parameter for a markdown text. i use parseTextEntities but i get Entity begins in a middle of a UTF-16 symbol at byte offset 55_