1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-09 09:40:48 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types/-chat-location/index.md
2021-03-17 15:18:37 +00:00

2.3 KiB

//docs/dev.inmo.tgbotapi.types/ChatLocation

ChatLocation

[common] data class ChatLocation(location: StaticLocation, address: String)

Represents a location to which a chat is connected.

See also

common

dev.inmo.tgbotapi.requests.chat.get.GetChat
dev.inmo.tgbotapi.types.chat.abstracts.extended.ExtendedSupergroupChat

Constructors

ChatLocation [common] fun ChatLocation(location: StaticLocation, address: String)

Properties

Name Summary
address [common] val address: String
location [common] val location: StaticLocation