Files

11 lines
136 B
C++
Raw Permalink Normal View History

2026-07-18 14:31:15 +02:00
#pragma once
namespace tw::chat {
enum class ChatServerError {
PermissionDenied,
ChannelNotFound,
};
} // namespace tw::chat