PromoteAdminAndLeaveConversationUseCaseImpl

Constructors

constructor(updateConversationMemberRole: UpdateConversationMemberRoleUseCase, leaveConversation: LeaveConversationUseCase)

Functions

Link copied to clipboard
open suspend operator override fun invoke(conversationId: <Error class: unknown class>, userId: <Error class: unknown class>): PromoteAdminAndLeaveConversationUseCase.Result

Promotes the given userId to admin role in conversationId, then removes the self user from that conversation.