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

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