toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.chat
/
ChatMember
/
Owner
Owner
@
Serializable
@
SerialName
(
value
=
"creator"
)
data
class
Owner
(
val
user
:
User
,
val
isAnonymous
:
Boolean
,
val
customTitle
:
String
?
=
null
)
:
ChatMember
Members
Constructors
Owner
Link copied to clipboard
constructor
(
user
:
User
,
isAnonymous
:
Boolean
,
customTitle
:
String
?
=
null
)
Properties
custom
Title
Link copied to clipboard
val
customTitle
:
String
?
=
null
is
Anonymous
Link copied to clipboard
val
isAnonymous
:
Boolean
status
Link copied to clipboard
val
status
:
String
user
Link copied to clipboard
open
override
val
user
:
User