Skip to content

Commit

Permalink
rename field of user id in SavePreparedInlineMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Dec 7, 2024
1 parent 3971970 commit d7f1402
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import kotlinx.serialization.SerializationStrategy

@Serializable
data class SavePreparedInlineMessage(
@SerialName(idField)
@SerialName(userIdField)
val userId: UserId,
@Serializable(InlineQueryResultSerializer::class)
@SerialName(resultField)
Expand Down

0 comments on commit d7f1402

Please sign in to comment.