Type alias UpdateProfileImageOptions

UpdateProfileImageOptions: { callback?: string; format?: APIFormat; image: ReadableStream | Buffer; mode?: APIMode }

Type declaration

  • Optional callback?: string
  • Optional format?: APIFormat
  • image: ReadableStream | Buffer
  • Optional mode?: APIMode

Generated using TypeDoc