ChatMemberOwner

@SerialName(value = "creator")
data class ChatMemberOwner(val user: User, val isAnonymous: Boolean, val customTitle: String? = null) : ChatMember(source)

ChatMemberOwner

Represents a chat member that owns the chat and has all administrator privileges.

(auto-generated)

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(user: User, isAnonymous: Boolean, customTitle: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "custom_title")
val customTitle: String? = null

Optional. Custom title for this user

Link copied to clipboard
@SerialName(value = "is_anonymous")
val isAnonymous: Boolean

True, if the user's presence in the chat is hidden

Link copied to clipboard
val user: User

Information about the user