summaryrefslogtreecommitdiff
path: root/src/user.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/user.rs')
-rw-r--r--src/user.rs6
1 files changed, 6 insertions, 0 deletions
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