PaidMessagePriceChanged

@Serializable
data class PaidMessagePriceChanged(val cost: Int) : CommonEvent

Constructors

Link copied to clipboard
constructor(cost: Int)

Properties

Link copied to clipboard
@SerialName(value = "paid_message_star_count")
val cost: Int