mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-19 06:46:28 +01:00
update
This commit is contained in:
parent
81013da436
commit
689b418aeb
@ -4,7 +4,7 @@ export class SendRoomInviteComposer implements IMessageComposer<any>
|
|||||||
{
|
{
|
||||||
private _data: any;
|
private _data: any;
|
||||||
|
|
||||||
constructor(userIds: number[], message: string)
|
constructor(message: string, userIds: number[])
|
||||||
{
|
{
|
||||||
this._data = [ userIds.length, ...userIds, message ];
|
this._data = [ userIds.length, ...userIds, message ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user