mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-14 21:00:15 +00:00
improve API and fix StarTransaction
This commit is contained in:
@@ -80,8 +80,8 @@ sealed interface StarTransaction {
|
||||
val id: StarTransactionId,
|
||||
val amount: Int,
|
||||
val date: TelegramDate,
|
||||
val source: TransactionPartner?,
|
||||
val receiver: TransactionPartner?,
|
||||
val source: TransactionPartner? = null,
|
||||
val receiver: TransactionPartner? = null,
|
||||
)
|
||||
|
||||
override val descriptor: SerialDescriptor
|
||||
|
Reference in New Issue
Block a user