mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-23 08:00:51 +01:00
Merge pull request #2 from oobjectt/report-user-photos
Name changes for Report user photos
This commit is contained in:
commit
cbb8913761
@ -4,9 +4,9 @@ export class CallForHelpFromPhotoMessageComposer implements IMessageComposer<Con
|
||||
{
|
||||
private _data: ConstructorParameters<typeof CallForHelpFromPhotoMessageComposer>;
|
||||
|
||||
constructor(k: string, _arg_2: number, _arg_3: number, _arg_4: number, _arg_5: number)
|
||||
constructor(extraData: string, roomId: number, reportedUserId: number, topicId: number, roomObjectId: number)
|
||||
{
|
||||
this._data = [k, _arg_2, _arg_3, _arg_4, _arg_5];
|
||||
this._data = [extraData, roomId, reportedUserId, topicId, roomObjectId];
|
||||
}
|
||||
|
||||
public getMessageArray()
|
||||
|
Loading…
Reference in New Issue
Block a user