GetRepliedMessage
public struct GetRepliedMessage : Codable, Equatable, TDFunction
Returns information about a message that is replied by given 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 reply to which get
Declaration
Swift
public let messageId: Int53 -
Returns information about a message that is replied by given message
Parameters
chatIdIdentifier of the chat the message belongs to
messageIdIdentifier of the message reply to which get
View on GitHub
Install in Dash
GetRepliedMessage Structure Reference