const DEFAULT_PICTURE = `${URL_BASE}App/View/Public/images/no_foto.png` const DEFAULT_PICTURE_BOT = `${URL_BASE}App/View/Public/images/robot-2-fill.png` const SESSION_DATA = getDataSession(); const FILE_URL = 'https://files.dots.app.br'; const DEFAULT_CONFIG = { limit_scroll: 1, allow_scroll: true, save_date_message: null, save_last_message_id: null }; const RECEIVER_DATA = { id : null, name : null, picture : null }; const SENDER_DATA = { id : SESSION_DATA.id, name : SESSION_DATA.apelido || SESSION_DATA.nome, picture : SESSION_DATA.src_foto ? `${URL_ARQUIVOS}/${SESSION_DATA.src_foto}` : DEFAULT_PICTURE };