mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 13:36:59 +00:00
Add invite creation, removal, fetch and usage.
This commit is contained in:
@@ -16,8 +16,8 @@ pub struct Member {
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
pub struct Invite {
|
||||
pub id: String,
|
||||
pub custom: bool,
|
||||
pub code: String,
|
||||
pub creator: String,
|
||||
pub channel: String,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user