File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,9 @@ Source source = status.ParseSource();
2525This is a method to split the text into Tweet Entities.
2626Enumerates order sorted and HTML-decoded parts of the text.
2727
28- Example: [ CoreTweetSupplementTest/CoreTweetSupplementTest.cs] ( https://github.com/azyobuzin/CoreTweetSupplement/blob/f695b971fb2415180b7091bbc0b78280bda5e7ff/CoreTweetSupplementTest/CoreTweetSupplementTest.cs#L53-L332 )
28+ Example: [ TestEnumerateTextParts] ( https://github.com/azyobuzin/CoreTweetSupplement/blob/f695b971fb2415180b7091bbc0b78280bda5e7ff/CoreTweetSupplementTest/CoreTweetSupplementTest.cs#L53-L332 )
29+
30+ ## GetProfileImageUrl / GetProfileImageUrlHttps(this User, string) ##
31+ This is a method to get a URL pointing to the user's avatar image with given size.
32+
33+ Example: [ TestAlternativeProfileImageUri] ( https://github.com/CoreTweet/CoreTweetSupplement/blob/0d805a0b2df96fe7f57e26dfb9b45a65e9f3ea12/CoreTweetSupplementTest/CoreTweetSupplementTest.cs#L345-L372 )
You can’t perform that action at this time.
0 commit comments