Type Alias MessageCreationRejection
MessageCreationRejection:
| {
filter: Pick<RoomFilterInMessage, "action" | "timeoutDurationMs">;
type: MessageCreationRejectionType.WordFilter;
}
| {
type: Exclude<
MessageCreationRejectionType,
MessageCreationRejectionType.WordFilter,
>;
}