messages.getRecentLocations
Layer 225
Constructor ID: 0x702a40e0
Returns: Messages
Parameters
| Name | Type | Description |
|---|---|---|
peer | InputPeer | |
limit | int32 | |
hash | int64 |
Example
go
result, err := client.Raw(&tg.GetRecentLocationsRequest{
peer: nil, // InputPeer
limit: 0,
hash: 0,
})
if err != nil {
panic(err)
}
print(result)