lemmy_get_report_count {remmy} | R Documentation |
Get counts for your reports
Description
HTTP.GET /user/report_count
Usage
lemmy_get_report_count(
community_id = NULL,
auth,
.lemmy_instance = getOption("lemmy_instance", "https://lemmy.world")
)
Arguments
community_id |
(Optional) A numeric value. |
auth |
A character value. |
.lemmy_instance |
Default: "https://lemmy.world". Change the default instance by setting the |
Value
A list
of length 4:
<list> |-community_id: (Optional) A numeric value |-comment_reports: A numeric value |-post_reports: A numeric value `-private_message_reports: (Optional) A numeric value
[Package remmy version 0.1.0 Index]