ChatLocation

class aiogram.types.chat_location.ChatLocation(*, location: Location, address: str, **extra_data: Any)[source]

Represents a location to which a chat is connected.

Source: https://core.telegram.org/bots/api#chatlocation

location: Location

The location to which the supergroup is connected. Can’t be a live location.

address: str

Location address; 1-64 characters, as defined by the chat owner