SearchChatRecentLocationMessages constructor
Returns information about the recent locations of chat members that were sent to the chat. Returns up to 1 location message per user
Implementation
const SearchChatRecentLocationMessages({
  required this.chatId,
  required this.limit,
});