GetRecentLocations¶
-
class
pyrogram.api.functions.messages.
GetRecentLocations
(peer, limit: int, hash: int)¶ -
ID
¶ 0xbbc45b09
Parameters: - peer – Either
InputPeerEmpty
,InputPeerSelf
,InputPeerChat
,InputPeerUser
orInputPeerChannel
- limit –
int
32-bit
- hash –
int
32-bit
Raises: Returns: Either
messages.Messages
,messages.MessagesSlice
,messages.ChannelMessages
ormessages.MessagesNotModified
-