ChatOwnerLeft

@Serializable
data class ChatOwnerLeft(val newOwner: CommonUser? = null) : PublicChatEvent

Constructors

Link copied to clipboard
constructor(newOwner: CommonUser? = null)

Properties

Link copied to clipboard
@SerialName(value = "new_owner")
val newOwner: CommonUser? = null