mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-20 20:15:34 -04:00
Add mark server as read route.
Include member count in invites.
This commit is contained in:
+2
-1
@@ -37,5 +37,6 @@ export type RetrievedInvite = {
|
||||
channel_name: string
|
||||
channel_description?: string
|
||||
user_name: string
|
||||
user_avatar?: Attachment
|
||||
user_avatar?: Attachment,
|
||||
member_count: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user