mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-05 08:09:21 +00:00
make TelegramPaidMediaPhoto constructor public
This commit is contained in:
@@ -16,7 +16,7 @@ import kotlinx.serialization.*
|
||||
internal const val photoTelegramPaidMediaType = "photo"
|
||||
|
||||
@Serializable
|
||||
data class TelegramPaidMediaPhoto internal constructor(
|
||||
data class TelegramPaidMediaPhoto (
|
||||
override val file: InputFile,
|
||||
) : VisualTelegramPaidMedia {
|
||||
override val type: String = photoTelegramPaidMediaType
|
||||
|
Reference in New Issue
Block a user