aboutsummaryrefslogtreecommitdiff
path: root/src/server/cmd/commands/text/structure.rs
blob: 945174a65700b7e1b8882e72515a3fb65e74d050 (plain) (blame)
1
2
3
4
5
6
7
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only

pub struct Text {
  pub sender:  String,
  pub content: String,
}