Skip to content

Commit

Permalink
fix in SendGift
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Jan 3, 2025
1 parent a09b380 commit 6a3e95c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data class SendGift internal constructor(
@SerialName(textEntitiesField)
private val rawEntities: List<RawMessageEntity>? = null,
@SerialName(payToUpgradeField)
val upgradableToUnique: Boolean
val upgradableToUnique: Boolean = false
) : SimpleRequest<Boolean>, TextedOutput {
override val textSources: TextSourcesList? by lazy {
rawEntities ?.asTextSources(text)
Expand Down

0 comments on commit 6a3e95c

Please sign in to comment.