JorgenPhi / php-snapchat

A PHP library for the Snapchat API - With Commit History
MIT License
259 stars 73 forks source link

Media_type = 3??? what does that stand for #50

Closed janjakob closed 10 years ago

janjakob commented 10 years ago

Hey :) i have made a small local snapchat site where I can see my snaps on my computer. And I know that media_type 0 is pictures and 1 is video. but what does Media_type 3 stand for?

Chris-Pr commented 10 years ago

Video no sound. Its all in the snapchat.php

janjakob commented 10 years ago

thanks :)