deleteChat
Deletes the specified message by ID
Arguments:
Item | Description | Required |
---|---|---|
id | ID of the message to delete | Yes |
linoUsername | LINO 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
Updated over 5 years ago