mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-28 09:19:40 -05:00
Develop 1.10.8 (#140)
* Add support for TikTokLinkMicBattleItemCard for battle/match power-ups * Switch to an efficient pool of daemon threads instead of thread per websocket and sleeping! * Implement Eulerstream send chat API endpoint! * Add static to fields for single instance to manage all heartbeat threads. Far more efficient than 1 thread each sleeping! * Add global comment to known its a true global singleton!
This commit is contained in:
@@ -2121,6 +2121,24 @@ message PublicAreaMessageCommon {
|
||||
}
|
||||
}
|
||||
|
||||
message BattleUserInfo {
|
||||
BattleBaseUserInfo user = 1;
|
||||
repeated BattleRivalTag tags = 2;
|
||||
|
||||
message BattleBaseUserInfo {
|
||||
int64 user_id = 1;
|
||||
string nick_name = 2;
|
||||
Image avatar_thumb = 3;
|
||||
string display_id = 4;
|
||||
}
|
||||
|
||||
message BattleRivalTag {
|
||||
Image bg_image = 1;
|
||||
Image icon_image = 2;
|
||||
string content = 3;
|
||||
}
|
||||
}
|
||||
|
||||
message GiftModeMeta {
|
||||
int64 gift_id = 1;
|
||||
string gift_name_key = 2;
|
||||
|
||||
Reference in New Issue
Block a user