deleteChat

Deletes the specified message by ID

Arguments:

ItemDescriptionRequired
idID of the message to deleteYes
linoUsernameLINO Username of the streamers channel from which to delete the message.No, Defaults to specified streamer in dlive class

Example:

const bot = new Dlive(key);

bot.deleteMessage('9b41906f-51c0-4690-9233-c71f77970793').then(console.log);
true