Removed TikTokRoomInfo.getHostUser() in favor of TikTokRoomInfo.getHost().

Major rework of TikTokLinkMicBattleEvent and proto to support it.
Addition changes to other files to support!
This commit is contained in:
kohlerpop1
2024-04-09 21:38:04 -04:00
parent 498d34a90b
commit 22e11a7822
10 changed files with 243 additions and 83 deletions

View File

@@ -102,7 +102,8 @@ message Text {
// @Image
message Image {
repeated string urlList = 1;
repeated string url = 1;
string extras = 2;
bool isAnimated = 9;
}