KtGram
Toggle table of contents
8.0.0
common
Platform filter
common
Switch theme
Search in API
KtGram
telegram-bot
/
eu.vendeli.tgbot.types.chat
/
ChatMember
/
Member
Member
@
Serializable
@
SerialName
(
value
=
"member"
)
data
class
Member
(
val
user
:
User
,
val
untilDate
:
Instant
?
=
null
)
:
ChatMember
(
source
)
Members
Constructors
Member
Link copied to clipboard
constructor
(
user
:
User
,
untilDate
:
Instant
?
=
null
)
Properties
status
Link copied to clipboard
val
status
:
String
until
Date
Link copied to clipboard
@
Serializable
(
with
=
InstantSerializer::class
)
val
untilDate
:
Instant
?
=
null
user
Link copied to clipboard
open
override
val
user
:
User