|
|
@ -17,7 +17,7 @@ import cleanUsername from "../../helpers/cleanUsername"; |
|
|
|
import { formatFullSentTimeRaw, tsNow } from "../../helpers/date"; |
|
|
|
import { formatFullSentTimeRaw, tsNow } from "../../helpers/date"; |
|
|
|
import { formatPhoneNumber } from "../../helpers/formatPhoneNumber"; |
|
|
|
import { formatPhoneNumber } from "../../helpers/formatPhoneNumber"; |
|
|
|
import { safeReplaceObject, isObject } from "../../helpers/object"; |
|
|
|
import { safeReplaceObject, isObject } from "../../helpers/object"; |
|
|
|
import { Chat, InputContact, InputMedia, InputPeer, Updates, InputUser, User as MTUser, UserProfilePhoto, UserStatus, InputGeoPoint } from "../../layer"; |
|
|
|
import { Chat, InputContact, InputMedia, InputPeer, InputUser, User as MTUser, UserProfilePhoto, UserStatus, InputGeoPoint } from "../../layer"; |
|
|
|
import I18n, { i18n, LangPackKey } from "../langPack"; |
|
|
|
import I18n, { i18n, LangPackKey } from "../langPack"; |
|
|
|
//import apiManager from '../mtproto/apiManager';
|
|
|
|
//import apiManager from '../mtproto/apiManager';
|
|
|
|
import apiManager from '../mtproto/mtprotoworker'; |
|
|
|
import apiManager from '../mtproto/mtprotoworker'; |
|
|
|