mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-18 22:36:27 +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;
|
||||
|
||||
constructor(userIds: number[], message: string)
|
||||
constructor(message: string, userIds: number[])
|
||||
{
|
||||
this._data = [ userIds.length, ...userIds, message ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user