vysheng / tg

telegram-cli
GNU General Public License v2.0
6.5k stars 1.54k forks source link

Wrong media type #1082

Open for2ne opened 8 years ago

for2ne commented 8 years ago

Hi, today saw (message event):

video file

...
{
    media: {
      type: "???"
    }
}
...
for2ne commented 8 years ago

Receive video (.MOV) file:


{"service": false, "event": "message", "id": 37479, "media": {"type": "???"}, "from": ...

and

> load_file 37479
> load_video 37479

not effect Tell me, please, what could be wrong?