SendReadReceiptRequest
public struct SendReadReceiptRequest : Codable
Request payload for sending a read receipt.
-
Id of the latest chat message read by the user.
Declaration
Swift
public let chatMessageId: String
-
Initialize a
SendReadReceiptRequeststructure.Declaration
Swift
public init( chatMessageId: String )Parameters
chatMessageIdId of the latest chat message read by the user.
-
Initialize a
SendReadReceiptRequeststructure from decoderDeclaration
Swift
public init(from decoder: Decoder) throws -
Encode a
SendReadReceiptRequeststructureDeclaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub
SendReadReceiptRequest Structure Reference