mirror of
https://github.com/BotChain-Robots/flatbuffers.git
synced 2026-07-08 09:37:21 +02:00
8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
namespace Messaging;
|
|
|
|
table TextControlMessage {
|
|
message: string;
|
|
}
|
|
|
|
root_type TextControlMessage;
|