From 59af8a28a0f4b808cf44fbb22fd900bd98e23f0e Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 27 Aug 2018 14:35:38 +0300 Subject: /settings updates --- vnext/src/api/index.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vnext/src/api/index.js') diff --git a/vnext/src/api/index.js b/vnext/src/api/index.js index efa57cf1..90c8b15e 100644 --- a/vnext/src/api/index.js +++ b/vnext/src/api/index.js @@ -31,6 +31,10 @@ export function me(username = '', password = '') { }); } +export function info(username) { + return client.get(`/info/${username}`); +} + export function getChats() { return client.get('/groups_pms'); } -- cgit v1.2.3