geochats.search

Searches by message history in a geochat.

{schema}

Parameters

Name Type Description
peer InputGeoChat Geochat ID
q string Text search request
filter MessagesFilter Additional filter
min_date int If a positive value was transferred, only messages with a sending date bigger than the transferred one will be returned
max_date int If a positive value was transferred, only messages with a sending date less than the transferred one will be returned
offset int Number of list elements to be skipped
max_id int If a positive value was transferred, the method will return only messages with IDs less than the set one
limit int Number of list elements to be returned

Result

geochats.Messages