--- title: "messageMediaGeo" description: "Attached map." nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: messageMediaGeo [Back to constructors index](/API_docs/constructors/index.html) Attached map. ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |geo|[GeoPoint](/API_docs/types/GeoPoint.html) | Optional|GeoPoint| ### Type: [MessageMedia](/API_docs/types/MessageMedia.html) ### Example: ``` $messageMediaGeo = ['_' => 'messageMediaGeo', 'geo' => GeoPoint]; ```