CreateRegularGroupUseCase
interface CreateRegularGroupUseCase
Use case to create a regular group conversation. This is a wrapper around GroupConversationCreator that sets the group type to ConversationOptions.GroupType.REGULAR_GROUP.
Inheritors
Functions
Link copied to clipboard
abstract suspend operator fun invoke(name: String, userIdList: List<<Error class: unknown class>>, options: <Error class: unknown class>): ConversationCreationResult