add the optional properties to ReceivedStatusUpdate
the docs in `deltachat.h` mention these, so I assume they are returned here too.
This commit is contained in:
parent
c3467cca8a
commit
4838dbf49f
4
webxdc.d.ts
vendored
4
webxdc.d.ts
vendored
|
|
@ -22,6 +22,10 @@ type ReceivedStatusUpdate<T> = {
|
||||||
serial: number;
|
serial: number;
|
||||||
/** the maximum serial currently known */
|
/** the maximum serial currently known */
|
||||||
max_serial: number;
|
max_serial: number;
|
||||||
|
/** optional, short, informational message. */
|
||||||
|
info?: string;
|
||||||
|
/** optional, short text, shown beside app icon. If there are no updates, an empty JSON-array is returned. */
|
||||||
|
summary?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
interface Webxdc<T> {
|
interface Webxdc<T> {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue