pub async fn comments_get(
configuration: &Configuration,
page: Option<i32>,
limit: Option<i32>,
object_type: Option<&str>,
object_id: Option<&str>,
author_user_id: Option<&str>,
) -> Result<GetCommentsResponse, Error<CommentsGetError>>Expand description
Get all comments