Skip to main content

chat-message-reaction-properties

type

The reaction type.

public let type: MessageReactionType

score

The reaction score.

public let score: Int

createdAt

The date the reaction was created.

public let createdAt: Date

updatedAt

The date the reaction was last updated.

public let updatedAt: Date

extraData

Custom data

public let extraData: [String: RawJSON]

author

The author.

public let author: ChatUser

Did you find this page helpful?