Skip to content

Commit 951ebae

Browse files
committed
Fixed documentation for Sms.Text.
1 parent 97ea0d3 commit 951ebae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PSWin.Client/Model/Sms.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public Sms(string senderNumber, string receiverNumber, string text)
4343
/// Thus, the maximum length is 16*134=2144 characters. This is done automatically by the SMS Gateway.
4444
/// Text messages of more than 2144 characters will be truncated.
4545
/// Please note that only characters defined in the GSM-7 basic character set is allowed for messages of <see cref="Type"/> Text.
46+
/// </summary>
4647
public string Text { get; set; }
4748

4849
/// <summary>

0 commit comments

Comments
 (0)