Skip to content

Commit

Permalink
Merge pull request #1442 from TelegramBots/develop
Browse files Browse the repository at this point in the history
fix savePreparedInlineMessage request (closes #1441)
  • Loading branch information
wiz0u authored Nov 21, 2024
2 parents 4837cf5 + 2ce1bc5 commit e2054c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/variables.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variables:
- group: Integration Tests Variables
- name: versionPrefix
value: 22.1.1
value: 22.1.2
- name: versionSuffix
value: ''
- name: ciVersionSuffix
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace Telegram.Bot.Requests;
namespace Telegram.Bot.Requests;

/// <summary>Stores a message that can be sent by a user of a Mini App.<para>Returns: A <see cref="PreparedInlineMessage"/> object.</para></summary>
public partial class SavePreparedInlineMessageRequest() : RequestBase<PreparedInlineMessage>("savePreparedMessage"), IUserTargetable
public partial class SavePreparedInlineMessageRequest() : RequestBase<PreparedInlineMessage>("savePreparedInlineMessage"), IUserTargetable
{
/// <summary>Unique identifier of the target user that can use the prepared message</summary>
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
Expand Down

0 comments on commit e2054c3

Please sign in to comment.