The length I receive is 143 not 43, this is the same as on the Twitter website.
The reason is that you have a link. A link is considered by Twitter as 22 or 23 characters based on whether it is an http or https website.
You can use RemainingCharacters to know how many characters you have left in your text.
Regards,
Linvi
The reason is that you have a link. A link is considered by Twitter as 22 or 23 characters based on whether it is an http or https website.
You can use RemainingCharacters to know how many characters you have left in your text.
Tweet.TweetRemainingCharacters();
Linvi