GroupDeleter

interface GroupDeleter

The GroupDeleter interface allows to handle the group deletion request

Author

N7ghtm4r3 - Tecknobit

Inheritors

Properties

Link copied to clipboard
abstract val requestsScope: CoroutineScope

requestsScope -> coroutine used to send the requests to the backend

Functions

Link copied to clipboard
open fun deleteGroup(group: Group, onDelete: () -> Unit, onFailure: (JsonObject) -> Unit)

Method to delete a group