Add doc for UserListenCountPayload

This commit is contained in:
Koen Bolhuis 2021-01-14 03:09:17 +01:00
parent 605d5a43ca
commit 6080a94774
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ pub struct UserListenCountResponse {
pub payload: UserListenCountPayload,
}
/// Type of the [`UserListenCountResponse::payload`] field.
#[derive(Debug, Deserialize)]
pub struct UserListenCountPayload {
pub count: u64,