Skip to main content

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?

optional communityId: CommunityGuid


deletedAt

deletedAt: Date

Timestamp when the message was deleted.


id

id: MessageGuid

The unique identifier of the deleted message.