Raw.messages.GetRecentLocations

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: 185
Constructor ID: 0x702a40e0

Property

  • peer : Raw.TypeInputPeer

    User

  • limit : number

    Maximum number of results to return, see pagination

  • hash : bigint

    Hash used for caching, for more info click here

Results

Raw.messages.TypeMessages