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
chatId
Identifier of the chat the messages belong to
messageIds
Identifiers of the messages to get