docs
Toggle table of contents
36.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
docs
docs
/
dev.inmo.tgbotapi.types.communities
/
Community
Community
@
Serializable
data
class
Community
(
val
id
:
CommunityId
,
val
name
:
String
)
(
source
)
Represents a community (a group of chats)
Members
Constructors
Community
Link copied to clipboard
constructor
(
id
:
CommunityId
,
name
:
String
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
CommunityId
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String