PaidMessagePriceChanged

data class PaidMessagePriceChanged(val cost: Int) : CommonEvent

Constructors

Link copied to clipboard
constructor(cost: Int)

Properties

Link copied to clipboard
val cost: Int