MessageMediaGeo
- class pyrogram.raw.types.MessageMediaGeo
Attached map.
Constructor of
MessageMedia.- Details:
Layer:
223ID:
56E0D474
- Parameters:
geo (
GeoPoint) – GeoPoint
- Functions:
This object can be returned by 2 functions.
Upload a file and associate it to a chat (without actually sending it to the chat)
Upload a media file associated with an imported chat, click here for more info ».
TL Schema
messageMediaGeo#56e0d474
geo:GeoPoint
= MessageMedia
Parameter Tree
MessageMediaGeo
└── geo →
GeoPoint├──
GeoPointEmpty└──
GeoPoint├── long →
double├── lat →
double├── access_hash →
long└── accuracy_radius →
int (optional)Example
MessageMediaGeo(
geo=GeoPointEmpty(),
)