toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.chat
/
ChatType
Chat
Type
@
Serializable
(
with
=
ChatTypeSerializer::class
)
sealed
class
ChatType
Inheritors
Sender
Private
Group
Supergroup
Channel
Unknown
Members
Types
Channel
Link copied to clipboard
@
Serializable
(
with
=
ChatTypeSerializer::class
)
object
Channel
:
ChatType
Group
Link copied to clipboard
@
Serializable
(
with
=
ChatTypeSerializer::class
)
object
Group
:
ChatType
Private
Link copied to clipboard
@
Serializable
(
with
=
ChatTypeSerializer::class
)
object
Private
:
ChatType
Sender
Link copied to clipboard
@
Serializable
(
with
=
ChatTypeSerializer::class
)
object
Sender
:
ChatType
Supergroup
Link copied to clipboard
@
Serializable
(
with
=
ChatTypeSerializer::class
)
object
Supergroup
:
ChatType
Unknown
Link copied to clipboard
@
Serializable
(
with
=
ChatTypeSerializer::class
)
class
Unknown
(
val
stringified
:
String
)
:
ChatType
Properties
stringified
Link copied to clipboard
abstract
val
stringified
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String