GetNextAudioMessageInConversationUseCase
class GetNextAudioMessageInConversationUseCase(messageRepository: MessageRepository, dispatchers: <Error class: unknown class> = KaliumDispatcherImpl)
Provides a way to get a messageId of next AudioMessage after messageId in ConversationId conversation.
Constructors
Link copied to clipboard
internal constructor(messageRepository: MessageRepository, dispatchers: <Error class: unknown class> = KaliumDispatcherImpl)
Functions
Link copied to clipboard
suspend operator fun invoke(conversationId: <Error class: unknown class>, messageId: String): GetNextAudioMessageInConversationUseCase.Result