zjmqlf

Results 7 issues of zjmqlf

I want to save only the thumbnail of the video to the local, but the local pictures failed to browse, and the picture content is blank.What is wrong with the...

```js const client = new TelegramClient(session, api_id, api_hash, {}); await client.start(); const result = await client.invoke(new Api.messages.GetHistory({ peer: 'channelId', limit: 20, })); for (const msg of result.messages) { if (msg.media)...

```js const client = new TelegramClient(session, api_id, api_hash, {}); await client.start(); const result = await client.invoke(new Api.messages.GetHistory({ peer: 'channelId', limit: 20, })); for (const msg of result.messages) { if (msg.media)...

windows和linux的文件管理器的列表都是先显示目录后文件,目录在上面,接着示是文件,分组才不容易看错

```js const { TelegramClient } = require("telegram"); const { Api } = require("telegram/tl"); const { StringSession } = require("telegram/sessions"); const { getFileInfo } = require("telegram/Utils"); const apiId = 0; const...