FoundMessages
public struct FoundMessages : Codable, Equatable, FunctionResult
Contains a list of messages found by a search
-
List of messages
Declaration
Swift
public let messages: [Message] -
Value to pass as from_search_id to get more results
Declaration
Swift
public let nextFromSearchId: TDInt64 -
Contains a list of messages found by a search
Parameters
messagesList of messages
nextFromSearchIdValue to pass as from_search_id to get more results
View on GitHub
Install in Dash
FoundMessages Structure Reference