awaitDelete

suspend fun GroupChannel.awaitDelete()

Deletes this GroupChannel. Note that only operators of a channel are able to delete it or else, an error will be returned to the handler.

Since

4.17.0


suspend fun OpenChannel.awaitDelete()

Deletes an OpenChannel. Note that only operators of a channel are able to delete it or else, an error will be returned to the handler.

Since

4.17.0