5 lines
118 B
TypeScript
5 lines
118 B
TypeScript
|
export function getMessageModel(attributes: any) {
|
||
|
// @ts-ignore
|
||
|
return new window.Whisper.Message(attributes);
|
||
|
}
|