initial
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
namespace tw::chat {
|
||||
|
||||
struct SendChatMessage {
|
||||
uint64_t channel_id;
|
||||
std::string message;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user