ChannelMessageDeletedEvent
ChannelMessageDeletedEvent =
object
Event data emitted when a message is deleted from a channel.
Properties
channelId
channelId:
ChannelGuid
The ID of the channel that contained the message.
communityId?
optionalcommunityId:CommunityGuid
deletedAt
deletedAt:
Date
Timestamp when the message was deleted.
id
id:
MessageGuid
The unique identifier of the deleted message.