Add doc for UserListenCountPayload
This commit is contained in:
parent
605d5a43ca
commit
6080a94774
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue