1
0

upd: attempt to accept file during update

This commit is contained in:
Mar0xy
2023-09-25 22:02:33 +02:00
parent 8b55fc7917
commit 0fe5e8738c
3 changed files with 72 additions and 36 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ export interface MegalodonInterface {
language?: string
}
fields_attributes?: Array<{ name: string; value: string }>
}): Promise<Response<Entity.Account>>
}, file?: any): Promise<Response<Entity.Account>>
/**
* View information about a profile.
*