You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TdLib.Api/Functions/AddOffer.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ namespace TdLib
11
11
publicstaticpartialclassTdApi
12
12
{
13
13
/// <summary>
14
-
/// Sent a suggested post based on a previously sent message in a channel direct messages chat. Can be also used to suggest price or time change for an existing suggested post.
14
+
/// Sends a suggested post based on a previously sent message in a channel direct messages chat. Can be also used to suggest price or time change for an existing suggested post.
15
15
/// Returns the sent message
16
16
/// </summary>
17
17
publicclassAddOffer:Function<Message>
@@ -52,7 +52,7 @@ public class AddOffer : Function<Message>
52
52
}
53
53
54
54
/// <summary>
55
-
/// Sent a suggested post based on a previously sent message in a channel direct messages chat. Can be also used to suggest price or time change for an existing suggested post.
55
+
/// Sends a suggested post based on a previously sent message in a channel direct messages chat. Can be also used to suggest price or time change for an existing suggested post.
/// Adds pending paid reaction in a live story group call. Can't be used in live stories posted by the current user.
15
+
/// Call commitPendingLiveStoryReactions or removePendingLiveStoryReactions to actually send all pending reactions when the undo timer is over or abort the sending
/// Number of Telegram Stars to be used for the reaction. The total number of pending paid reactions must not exceed getOption("paid_group_call_message_star_count_max")
40
+
/// </summary>
41
+
[JsonConverter(typeof(Converter))]
42
+
[JsonProperty("star_count")]
43
+
publiclongStarCount{get;set;}
44
+
}
45
+
46
+
/// <summary>
47
+
/// Adds pending paid reaction in a live story group call. Can't be used in live stories posted by the current user.
48
+
/// Call commitPendingLiveStoryReactions or removePendingLiveStoryReactions to actually send all pending reactions when the undo timer is over or abort the sending
0 commit comments