GetMessages
public struct GetMessages : Codable, Equatable, TDFunction
Returns information about messages. If a message is not found, returns null on the corresponding position of the result
-
Undocumented
Declaration
Swift
public typealias Result = Messages -
Identifier of the chat the messages belong to
Declaration
Swift
public let chatId: Int53 -
Identifiers of the messages to get
Declaration
Swift
public let messageIds: [Int53] -
Returns information about messages. If a message is not found, returns null on the corresponding position of the result
Parameters
chatIdIdentifier of the chat the messages belong to
messageIdsIdentifiers of the messages to get
View on GitHub
Install in Dash
GetMessages Structure Reference