2018-10-07 17:06:54 +01:00
|
|
|
import { UUID } from '..';
|
|
|
|
|
export declare class ScriptDialogEvent {
|
|
|
|
|
ObjectID: UUID;
|
|
|
|
|
FirstName: string;
|
|
|
|
|
LastName: string;
|
|
|
|
|
ObjectName: string;
|
|
|
|
|
Message: string;
|
|
|
|
|
ChatChannel: number;
|
|
|
|
|
ImageID: UUID;
|
|
|
|
|
Buttons: string[];
|
|
|
|
|
Owners: UUID[];
|
|
|
|
|
}
|