DeletedConversationEventHandlerImpl

internal class DeletedConversationEventHandlerImpl(userRepository: UserRepository, conversationRepository: ConversationRepository, notificationEventsManager: NotificationEventsManager) : DeletedConversationEventHandler

Constructors

Link copied to clipboard
constructor(userRepository: UserRepository, conversationRepository: ConversationRepository, notificationEventsManager: NotificationEventsManager)

Functions

Link copied to clipboard
open suspend override fun handle(event: Event.Conversation.DeletedConversation)