SendMultipartMessageUseCase
class SendMultipartMessageUseCase(persistMessage: PersistMessageUseCase, selfUserId: <Error class: unknown class>, provideClientId: CurrentClientIdProvider, assetDataSource: AssetRepository, slowSyncRepository: SlowSyncRepository, messageSender: MessageSender, messageSendFailureHandler: MessageSendFailureHandler, userPropertyRepository: UserPropertyRepository, conversationRepository: ConversationRepository, attachmentsRepository: <Error class: unknown class>, selfDeleteTimer: ObserveSelfDeletionTimerSettingsForConversationUseCase, publishAttachments: <Error class: unknown class>, removeAttachmentDrafts: <Error class: unknown class>, sendAssetMessage: ScheduleNewAssetMessageUseCase, dispatchers: <Error class: unknown class> = KaliumDispatcherImpl, scope: <Error class: unknown class>)
Use case to send a multipart message. Sends Multipart message with multiple attachments in conversations with Cell Feature enabled. For regular conversations, each attachment is sent as a separate Asset message.
Constructors
Link copied to clipboard
internal constructor(persistMessage: PersistMessageUseCase, selfUserId: <Error class: unknown class>, provideClientId: CurrentClientIdProvider, assetDataSource: AssetRepository, slowSyncRepository: SlowSyncRepository, messageSender: MessageSender, messageSendFailureHandler: MessageSendFailureHandler, userPropertyRepository: UserPropertyRepository, conversationRepository: ConversationRepository, attachmentsRepository: <Error class: unknown class>, selfDeleteTimer: ObserveSelfDeletionTimerSettingsForConversationUseCase, publishAttachments: <Error class: unknown class>, removeAttachmentDrafts: <Error class: unknown class>, sendAssetMessage: ScheduleNewAssetMessageUseCase, 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>, text: String, linkPreviews: List<<Error class: unknown class>> = emptyList(), mentions: List<<Error class: unknown class>> = emptyList(), quotedMessageId: String? = null): <Error class: unknown class><<Error class: unknown class>, Unit>