toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.chat
/
SupergroupChatImpl
Supergroup
Chat
Impl
@
Serializable
data
class
SupergroupChatImpl
(
val
id
:
ChatId
,
val
title
:
String
,
val
username
:
Username
?
=
null
)
:
PreviewSupergroupChat
Members
Constructors
Supergroup
Chat
Impl
Link copied to clipboard
constructor
(
id
:
ChatId
,
title
:
String
,
username
:
Username
?
=
null
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
open
override
val
id
:
ChatId
title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
open
override
val
title
:
String
username
Link copied to clipboard
@
SerialName
(
value
=
"username"
)
open
override
val
username
:
Username
?
=
null