Skip to content

Version 5.0.5

Compare
Choose a tag to compare
@isaackogan isaackogan released this 23 Feb 05:30
· 119 commits to master since this release

Version 5.0.5

  • Update Protobuf definitions
  • Add following, followers to UserInfo
  • Flatten badges into 1 'Badge' type
  • Add image, label, name fields to Badge
  • Add sec_uid, is_top_gifter, top_gifter_rank, gifter_level to User
  • Fix top_gifter_rank attribute on User
  • Add List[TopViewer] as top_viewers to ViewerUpdateEvent
  • Fix missing diamond_count and name on gifts
  • Add List[User] as mentions attribute, List[ChatImage] as images attribute, language, to CommentEvent
  • Add language to IntroMessageEvent event
  • Add top_viewers attribute to client

There are a few breaking changes:

  1. Rename viewer_count event to viewer_update
  2. Redo format of user.badges attribute completely
  3. EmoteImage changed from camelCase to snake_case

See full release changelog here: #107
See referenced issue(s) here: N/A

Upgrade with pip install TikTokLive --upgrade