edit method
Edit a previously sent message (if supported).
Implementation
Future<void> edit(String messageId, ChannelResponse response) {
throw UnsupportedError('Editing not supported by this channel');
}
Edit a previously sent message (if supported).
Future<void> edit(String messageId, ChannelResponse response) {
throw UnsupportedError('Editing not supported by this channel');
}