Case

Event.threadDelete

Fired when a thread is deleted

Declaration

case threadDelete

Usage

bot.on(.threadDelete) { data in
  let thread = data as! Thread
}