GetMessage
public struct GetMessage : Codable, Equatable, TDFunction
Returns information about a message
-
Undocumented
Declaration
Swift
public typealias Result = Message
-
Identifier of the chat the message belongs to
Declaration
Swift
public let chatId: Int53
-
Identifier of the message to get
Declaration
Swift
public let messageId: Int53
-
Returns information about a message
Parameters
chatId
Identifier of the chat the message belongs to
messageId
Identifier of the message to get