1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-15 13:19:30 +00:00

fill changelog and update readme

This commit is contained in:
2024-07-11 22:01:50 +06:00
parent f8e87ac49b
commit a368356c6f
3 changed files with 20 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
@file:Suppress("OPT_IN_USAGE")
package dev.inmo.tgbotapi.types.payments.stars
import dev.inmo.tgbotapi.types.InvoicePayload
@@ -43,8 +45,8 @@ sealed interface TransactionPartner {
@SerialName(invoicePayloadField)
val invoicePayload: InvoicePayload? = null
) : TransactionPartner {
override val type: String
get() = Companion.type
@EncodeDefault
override val type: String = Companion.type
companion object {
const val type: String = "user"