diff options
author | Keuin <[email protected]> | 2023-07-29 20:28:19 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2023-07-29 20:28:28 +0800 |
commit | c4dbd4a7b2ad86fcb0220a4e2ffdae68d0d00103 (patch) | |
tree | 37e3487153a377aa5555d780c15f3a774237722e /types | |
parent | 9b5c3913989754370bd7d03ac8cf2e32a6172afb (diff) |
Merge branch 'bugfix-invalid-dmmsg'v0.5.0
Diffstat (limited to 'types')
-rw-r--r-- | types/live_room.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/types/live_room.go b/types/live_room.go index 77588c5..a9a057a 100644 --- a/types/live_room.go +++ b/types/live_room.go @@ -2,6 +2,8 @@ package types type RoomUrlInfoResponse = BaseResponse[roomUrlInfo] +type WebBannerResponse = BaseResponse[interface{}] + type roomUrlInfo struct { CurrentQuality int `json:"current_quality"` AcceptQuality []string `json:"accept_quality"` |