Results 3 comments of Dmitrii

Hi! Before export for all tables add some properties: border = 1 style.borderCollapse = 'collapse' F.E.: ``` const domParser = new DOMParser(); const htmlElement = domParser.parseFromString(html, 'text/html'); // add styles...

For me this problem appears has when: 1) make access token short 1-2 min 2) refresh token - 1 day 3) open the app (with server-action button) 4) wait 2-3...

Hello. Inside this library useed [Big-Integer ](https://www.npmjs.com/package/big-integer) package. There is expected another type ``` import bigInt from 'big-integer'; ... chat = await client.get_entity(bigInt(-1002855850563)) ```