Hello I have the following problem.
Our company provides a platform for effective support system.
Using our system clients fetch data from different socialmedias and answer to client requests.
I am using the following api to send tweets in reply to clients tweets “POST statuses/update API”
Tweet size limit in api now is 280 characters and I need to add user mentions to “status” field and text limit is 280 minus length of mentions.
But on Twitter website you can select to mention or not particular person in discussion and it is not counted in text. As I understand it goes directly to metadata of tweet. Is there any opportunity to do the same using the api? So that all mentions will be not included in the text and the limit of 280 characters of the text will not be reached?