public ChatMessageNotifier(ChatNotificationsConfiguration chatNotificationsConfiguration, INotificationSender notificationSender, INotificationRouteService notificationRouteService, IChatMessagesNotificationBuilder <ChatInfo, ChatUser, ChatMessage, ChatMessageInfo, TextMessage, QuoteMessage, List <MessageAttachment>, MessageAttachment, List <ChatRefMessage>, ChatRefMessage, List <ContactMessage>, ContactMessage> chatMessagesNotificationBuilder) : base(chatNotificationsConfiguration, notificationSender, notificationRouteService, chatMessagesNotificationBuilder) { }
public ChatParticipantNotifier(ChatNotificationsConfiguration chatNotificationsConfiguration, INotificationSender notificationSender, INotificationRouteService notificationRouteService, IChatParticipantsNotificationBuilder <List <ParticipationResult>, ParticipationResult, ChatParticipant> chatParticipantsNotificationBuilder) : base(chatNotificationsConfiguration, notificationSender, notificationRouteService, chatParticipantsNotificationBuilder) { }
protected ChatNotificationModule(ChatServiceModule chatServiceModule, ChatNotificationsConfiguration chatNotificationsConfiguration) : base(chatServiceModule) { _chatNotificationsConfiguration = chatNotificationsConfiguration; }