GroupConversationCreator
interface GroupConversationCreator
Creates a conversation. Can be used to create a group conversation or a channel. Will wait for sync to finish or fail if it is pending, and return one ConversationCreationResult.
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