View Source ExTDLib.Object.FoundChatMessages (ExTDLib v0.0.4)

Contains a list of messages found by a search in a given chat.

NameTypeDescription
total_countnumberApproximate total number of messages found; -1 if unknown.
messagesmessageList of messages.
next_from_message_idstringThe offset for the next request. If 0, there are no more results.

More details on telegram's documentation.