From aae1f386456a605c12263e2ba5f09dc36bb180b3 Mon Sep 17 00:00:00 2001 From: Keuin Date: Sun, 27 Mar 2022 17:40:18 +0800 Subject: Finally, it works. Further cleanup work is needed. --- src/user.rs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/user.rs (limited to 'src/user.rs') diff --git a/src/user.rs b/src/user.rs new file mode 100644 index 0000000..aef43fa --- /dev/null +++ b/src/user.rs @@ -0,0 +1,6 @@ +pub struct User { + pub id: u64, + pub name: String, + pub token: String, + pub chat_id: u64, +} \ No newline at end of file -- cgit v1.2.3