toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types
/
ChatLocation
Chat
Location
@
Serializable
data
class
ChatLocation
(
val
location
:
StaticLocation
,
val
address
:
String
)
Represents a location to which a chat is connected.
See also
Get
Chat
Extended
Supergroup
Chat
Members
Constructors
Chat
Location
Link copied to clipboard
constructor
(
location
:
StaticLocation
,
address
:
String
)
Properties
address
Link copied to clipboard
@
SerialName
(
value
=
"address"
)
val
address
:
String
location
Link copied to clipboard
@
SerialName
(
value
=
"location"
)
val
location
:
StaticLocation