Delete a previously sent message (if supported).
Future<void> delete(String messageId) { throw UnsupportedError('Deleting not supported by this channel'); }