Fixed proto file type names, created TikTokEventListenerBase with all events, created ListUser with additional information, and created all events for TikTokLink individual events

This commit is contained in:
kohlerpop1
2024-06-01 22:18:43 -04:00
parent 6f322b2a46
commit 69f1d5b5c2
30 changed files with 1299 additions and 17 deletions

View File

@@ -1062,9 +1062,9 @@ message CohostListChangeContent {
message LinkerListChangeContent {
repeated ListUser linkedUsersList = 1;
repeated ListUser appliedUsersList = 2;
repeated ListUser connectingUsersList = 3;
repeated ListUser linkedUsers = 1;
repeated ListUser appliedUsers = 2;
repeated ListUser connectingUsers = 3;
}
message LinkerMediaChangeContent {