SendInCallReactionUseCase
class SendInCallReactionUseCase(selfUserId: <Error class: unknown class>, provideClientId: CurrentClientIdProvider, messageSender: MessageSender, dispatchers: <Error class: unknown class> = KaliumDispatcherImpl, scope: <Error class: unknown class>)
Sends in-call reaction to the call with the conversationId
Constructors
Link copied to clipboard
constructor(selfUserId: <Error class: unknown class>, provideClientId: CurrentClientIdProvider, messageSender: MessageSender, dispatchers: <Error class: unknown class> = KaliumDispatcherImpl, scope: <Error class: unknown class>)
Functions
Link copied to clipboard
suspend operator fun invoke(conversationId: <Error class: unknown class>, reaction: String): Either<CoreFailure, Unit>