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

38 lines
2.3 KiB
Markdown

//[docs](../../../index.md)/[dev.inmo.tgbotapi.types](../index.md)/[ChatLocation](index.md)
# ChatLocation
[common] data class [ChatLocation](index.md)(**location**: [StaticLocation](../../dev.inmo.tgbotapi.types.location/-static-location/index.md), **address**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
Represents a location to which a chat is connected.
## See also
common
| | |
|---|---|
| <a name="dev.inmo.tgbotapi.types/ChatLocation///PointingToDeclaration/"></a>[dev.inmo.tgbotapi.requests.chat.get.GetChat](../../dev.inmo.tgbotapi.requests.chat.get/-get-chat/index.md)| <a name="dev.inmo.tgbotapi.types/ChatLocation///PointingToDeclaration/"></a>|
| <a name="dev.inmo.tgbotapi.types/ChatLocation///PointingToDeclaration/"></a>[dev.inmo.tgbotapi.types.chat.abstracts.extended.ExtendedSupergroupChat](../../dev.inmo.tgbotapi.types.chat.abstracts.extended/-extended-supergroup-chat/index.md)| <a name="dev.inmo.tgbotapi.types/ChatLocation///PointingToDeclaration/"></a>|
## Constructors
| | |
|---|---|
| <a name="dev.inmo.tgbotapi.types/ChatLocation/ChatLocation/#dev.inmo.tgbotapi.types.location.StaticLocation#kotlin.String/PointingToDeclaration/"></a>[ChatLocation](-chat-location.md)| <a name="dev.inmo.tgbotapi.types/ChatLocation/ChatLocation/#dev.inmo.tgbotapi.types.location.StaticLocation#kotlin.String/PointingToDeclaration/"></a> [common] fun [ChatLocation](-chat-location.md)(location: [StaticLocation](../../dev.inmo.tgbotapi.types.location/-static-location/index.md), address: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) <br>|
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.types/ChatLocation/address/#/PointingToDeclaration/"></a>[address](address.md)| <a name="dev.inmo.tgbotapi.types/ChatLocation/address/#/PointingToDeclaration/"></a> [common] val [address](address.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br>|
| <a name="dev.inmo.tgbotapi.types/ChatLocation/location/#/PointingToDeclaration/"></a>[location](location.md)| <a name="dev.inmo.tgbotapi.types/ChatLocation/location/#/PointingToDeclaration/"></a> [common] val [location](location.md): [StaticLocation](../../dev.inmo.tgbotapi.types.location/-static-location/index.md) <br>|