Skip to content

v3.0.4

Compare
Choose a tag to compare
@Davincible Davincible released this 13 Nov 16:14
· 70 commits to master since this release

Download & DownloadTo
The Download method now returns a byte slice, where as DownloadTo(path) will download and save to disk.

Add profile pic download methods
user.DownloadProfilePic() & user.DownloadProfilePicTo(path)

Fix DM media items not showing up

Broadcasts:
DashPlaybackUrl > DashPlaybackURL
DashAbrPlaybackUrl > DashAbrPlaybackURL
Add UserPaySupportersInfo
BroadcastLikes small changes (see commit for details)

Item.ID type string > type interface{}, use item.GetID() to get string

Comment struct:
ID type int64 > type interface{}
Type type int > type interface{}