import { HttpClient } from '@angular/common/http'; import { Observable, BehaviorSubject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class ChatsService { private http; myMessage: any; buildingId: any; userAdmin: any; lastServerResponse: BehaviorSubject; constructor(http: HttpClient); getOptions(params?: any): any; getLinks(): Observable; getChatsList(params: { scId: number | string; buildingIds: any; }): Observable; getChatMessages(params: any): Observable; getComplaintsInChat(params: any): Observable; sendMessage(params: any, body: any): Observable; deleteMessage(params: { chatId: number; timeId: number; scId: number; }): Observable; editMessage(params: { chatId: number; timeId: number; scId: number; }, body: any): Observable; getParticipants(params: { chatId: number; filter: { search: string; }; }): Observable; getParticipantsList(params: { chatId: number; }): Observable; getPolls(params: { scId: number; chatId: number; filter: any; }): Observable; toVote(params: { scId: number; chatId: number; answerId: number; }, body: any): Observable; deleteVote(params: { scId: number; chatId: number; pollId: number; }): Observable; getMentionList(params: { chatId: number; filter: { scId: number; }; }): Observable; readMessage(params: { chatId: number; timeId: number; scId: number; }, body: any): Observable; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; } //# sourceMappingURL=chats.service.d.ts.map