Skip to content

Commit 699de27

Browse files
committed
updating help doc URL
1 parent fa8eb0d commit 699de27

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/IO.ClickSend/ClickSend.Model/FaxMessage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public partial class FaxMessage : IEquatable<FaxMessage>, IValidatableObject
3737
/// <param name="to">Recipient fax number in E.164 format. (required).</param>
3838
/// <param name="listId">Your list ID if sending to a whole list. Can be used instead of &#x27;to&#x27;..</param>
3939
/// <param name="from">Your sender id. Must be a valid fax number..</param>
40-
/// <param name="schedule">Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestampp.</param>
40+
/// <param name="schedule">Leave blank for immediate delivery. Your schedule time in unix format https://help.clicksend.com/en/articles/44235-what-is-a-unix-timestamp.</param>
4141
/// <param name="customString">Your reference. Will be passed back with all replies and delivery reports..</param>
4242
/// <param name="country">Recipient country..</param>
4343
/// <param name="fromEmail">An email address where the reply should be emailed to..</param>

src/IO.ClickSend/ClickSend.Model/MmsCampaign.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public partial class MmsCampaign : IEquatable<MmsCampaign>, IValidatableObject
3636
/// <param name="listId">Your list id. (required).</param>
3737
/// <param name="name">Your campaign name. (required).</param>
3838
/// <param name="body">Your campaign message. (required).</param>
39-
/// <param name="from">Your sender id - more info: https://help.clicksend.com/en/collections/57584-numbers-sender-ids..</param>
39+
/// <param name="from">Your sender id - more info: https://help.clicksend.com/en/collections/57584-numbers-sender-ids</param>
4040
/// <param name="schedule">Your schedule timestamp. (default to 0).</param>
4141
/// <param name="subject">Subject of MMS campaign. (required).</param>
4242
/// <param name="mediaFile">URL pointing to media file. (required).</param>

src/IO.ClickSend/ClickSend.Model/SmsCampaign.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public partial class SmsCampaign : IEquatable<SmsCampaign>, IValidatableObject
3636
/// <param name="listId">Your list id. (required).</param>
3737
/// <param name="name">Your campaign name. (required).</param>
3838
/// <param name="body">Your campaign message. (required).</param>
39-
/// <param name="from">Your sender id - more info: https://help.clicksend.com/en/collections/57584-numbers-sender-ids..</param>
39+
/// <param name="from">Your sender id - more info: https://help.clicksend.com/en/collections/57584-numbers-sender-ids</param>
4040
/// <param name="schedule">Your schedule timestamp. (default to 0).</param>
4141
/// <param name="urlToShorten">url to be shortened add http://smsg.io/xxxxx&#x60; to the body as a placeholder..</param>
4242
public SmsCampaign(int? listId = default(int?), string name = default(string), string body = default(string), string from = default(string), int? schedule = 0, string urlToShorten = default(string))

src/IO.ClickSend/ClickSend.Model/SmsMessage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public partial class SmsMessage : IEquatable<SmsMessage>, IValidatableObject
3333
/// <summary>
3434
/// Initializes a new instance of the <see cref="SmsMessage" /> class.
3535
/// </summary>
36-
/// <param name="from">Your sender id - more info: https://help.clicksend.com/en/collections/57584-numbers-sender-ids..</param>
36+
/// <param name="from">Your sender id - more info: https://help.clicksend.com/en/collections/57584-numbers-sender-ids</param>
3737
/// <param name="body">Your message. (required).</param>
3838
/// <param name="to">Recipient phone number in E.164 format..</param>
3939
/// <param name="source">Your method of sending e.g. &#x27;wordpress&#x27;, &#x27;php&#x27;, &#x27;c#&#x27;. (default to &quot;sdk&quot;).</param>

0 commit comments

Comments
 (0)