matrix-dimension/web/app/shared/models/bot.ts
turt2live 0c51d4424b UI for simple matrix.org bots
Part of #11

Needs actual scalar integration
2017-05-27 01:27:36 -06:00

7 lines
132 B
TypeScript

export class Bot {
mxid: string;
name: string;
avatar: string;
about: string; // nullable
isEnabled: boolean;
}