Implemented DMService
This commit is contained in:
@@ -14,4 +14,14 @@ export interface PublicUserData {
|
||||
displayName: string
|
||||
username: string
|
||||
userid: string
|
||||
}
|
||||
|
||||
export interface Attachment {
|
||||
fileId: string
|
||||
fileName: string
|
||||
format: string
|
||||
type: string
|
||||
path: string
|
||||
height: number
|
||||
width: number
|
||||
}
|
||||
Reference in New Issue
Block a user