Raw.messages.GetRecentLocations
Get live location history of a certain user
messages.getRecentLocations#702a40e0 peer:InputPeer limit:int hash:long = messages.Messages;export namespace Raw {
export namespace messages {
export class GetRecentLocations {
constructor(params: { peer: Raw.TypeInputPeer; limit: number; hash: bigint }) {}
}
}
}This is a function constructor, you can use it as method when call invoke
Layer: 201
Constructor ID: 0x702a40e0
Property
peer: Raw.TypeInputPeerUser
limit: numberMaximum number of results to return, see pagination
hash: bigintHash used for caching, for more info click here