We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ea0d3 commit 951ebaeCopy full SHA for 951ebae
1 file changed
PSWin.Client/Model/Sms.cs
@@ -43,6 +43,7 @@ public Sms(string senderNumber, string receiverNumber, string text)
43
/// Thus, the maximum length is 16*134=2144 characters. This is done automatically by the SMS Gateway.
44
/// Text messages of more than 2144 characters will be truncated.
45
/// Please note that only characters defined in the GSM-7 basic character set is allowed for messages of <see cref="Type"/> Text.
46
+ /// </summary>
47
public string Text { get; set; }
48
49
/// <summary>
0 commit comments