InputWebFileGeoPointLocation¶
-
class
pyrogram.api.types.
InputWebFileGeoPointLocation
(geo_point, access_hash: int, w: int, h: int, zoom: int, scale: int)¶ -
ID
¶ 0x9f2221c9
Parameters: - geo_point – Either
InputGeoPointEmpty
orInputGeoPoint
- access_hash –
int
64-bit
- w –
int
32-bit
- h –
int
32-bit
- zoom –
int
32-bit
- scale –
int
32-bit
-