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/AnswerInlineQuery.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ public class AnswerInlineQuery : Function<Ok>
35
35
publiclongInlineQueryId{get;set;}
36
36
37
37
/// <summary>
38
-
/// Pass true if results may be cached and returned only for the user that sent the query. By default, results may be returned to any user who sends the same query
38
+
/// Pass true if results may be cached and returned only for the user who sent the query. By default, results may be returned to any user who sends the same query
0 commit comments