//[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 | | | |---|---| | [dev.inmo.tgbotapi.requests.chat.get.GetChat](../../dev.inmo.tgbotapi.requests.chat.get/-get-chat/index.md)| | | [dev.inmo.tgbotapi.types.chat.abstracts.extended.ExtendedSupergroupChat](../../dev.inmo.tgbotapi.types.chat.abstracts.extended/-extended-supergroup-chat/index.md)| | ## Constructors | | | |---|---| | [ChatLocation](-chat-location.md)| [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))
| ## Properties | Name | Summary | |---|---| | [address](address.md)| [common] val [address](address.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
| | [location](location.md)| [common] val [location](location.md): [StaticLocation](../../dev.inmo.tgbotapi.types.location/-static-location/index.md)
|