// Copyleft 2021-2021 Whirlsplash // SPDX-License-Identifier: GPL-3.0-only pub struct Text { pub sender: String, pub content: String, }