Interface: APIConversation
Defined in: particiapp-web-client.js:84
The APIConversation type represents a conversation JSON Object returned by the Particiapi server.
Properties
description?
optional description: string;
Defined in: particiapp-web-client.js:87
description_html?
optional description_html: string;
Defined in: particiapp-web-client.js:88
is_active?
optional is_active: boolean;
Defined in: particiapp-web-client.js:89
notifications_available?
optional notifications_available: boolean;
Defined in: particiapp-web-client.js:91
results_available?
optional results_available: boolean;
Defined in: particiapp-web-client.js:92
seed_statements?
optional seed_statements: object;
Defined in: particiapp-web-client.js:93
statements_allowed?
optional statements_allowed: boolean;
Defined in: particiapp-web-client.js:90
topic?
optional topic: string;
Defined in: particiapp-web-client.js:86