GetMessageLocally
public struct GetMessageLocally : Codable, Equatable, TDFunction
Returns information about a message, if it is available locally without sending network request. This is an offline request
-
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, if it is available locally without sending network request. This is an offline request
Parameters
chatIdIdentifier of the chat the message belongs to
messageIdIdentifier of the message to get
View on GitHub
Install in Dash
GetMessageLocally Structure Reference