ChatOwnerLeft

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

Constructors

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

Properties

Link copied to clipboard
val newOwner: CommonUser? = null