SendTypingEventUseCase

UseCase for sending a typing event to a specific ConversationId

Underlying implementation will take care of enqueuing the event for a Conversation.TypingIndicatorMode.STOPPED after a certain amount of time.

Inheritors

Functions

Link copied to clipboard
abstract suspend operator fun invoke(conversationId: <Error class: unknown class>, typingStatus: <Error class: unknown class>)