delete

suspend fun GroupChannel.delete()

Deprecated

As of 4.17.0, replaced with awaitDelete().

Replace with

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.15.0


suspend fun OpenChannel.delete()

Deprecated

As of 4.17.0, replaced with awaitDelete().

Replace with

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.15.0