Skip to main content

ChannelFileMovedEvent

ChannelFileMovedEvent = object

Event payload emitted when a file is moved to a different directory.

Properties

channelId

channelId: ChannelGuid

The unique identifier of the channel containing the file.


communityId

communityId: CommunityGuid

The unique identifier of the community.


directoryId

directoryId: DirectoryGuid

The ID of the new directory containing the file.


id

id: FileGuid

The unique identifier of the moved file.


oldDirectoryId?

optional oldDirectoryId: DirectoryGuid

The ID of the previous directory. Optional.