Interface: CommunityModeratorView
Defined in: src/types/index.ts:15
Extends
output<typeofschemas.CommunityModeratorView>
Properties
| Property | Type | Default value | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
community | object | Community | - | z.infer.community | src/schemas/CommunityModeratorView.ts:7 |
community.ap_id | string | undefined | The federated activity id / ap_id. | - | src/schemas/Community.ts:9 |
community.banner? | string | undefined | - | - | src/schemas/Community.ts:10 |
community.comments | number | undefined | - | - | src/schemas/Community.ts:11 |
community.deleted | boolean | undefined | - | - | src/schemas/Community.ts:12 |
community.icon? | string | undefined | - | - | src/schemas/Community.ts:13 |
community.id | number | undefined | - | - | src/schemas/Community.ts:14 |
community.local | boolean | undefined | - | - | src/schemas/Community.ts:15 |
community.name | string | undefined | - | - | src/schemas/Community.ts:16 |
community.nsfw | boolean | undefined | - | - | src/schemas/Community.ts:17 |
community.posting_restricted_to_mods | boolean | undefined | - | - | src/schemas/Community.ts:18 |
community.posts | number | undefined | - | - | src/schemas/Community.ts:19 |
community.published_at | string | undefined | - | - | src/schemas/Community.ts:20 |
community.removed | boolean | undefined | - | - | src/schemas/Community.ts:21 |
community.sidebar? | string | undefined | Long-form sidebar markdown (replaced v0's description). | - | src/schemas/Community.ts:25 |
community.subscribers | number | undefined | - | - | src/schemas/Community.ts:26 |
community.subscribers_local | number | undefined | - | - | src/schemas/Community.ts:27 |
community.summary? | string | undefined | Short one-line summary. | - | src/schemas/Community.ts:31 |
community.title | string | undefined | - | - | src/schemas/Community.ts:32 |
community.updated_at? | string | undefined | - | - | src/schemas/Community.ts:33 |
community.users_active_day | number | undefined | - | - | src/schemas/Community.ts:34 |
community.users_active_half_year | number | undefined | - | - | src/schemas/Community.ts:35 |
community.users_active_month | number | undefined | - | - | src/schemas/Community.ts:36 |
community.users_active_week | number | undefined | - | - | src/schemas/Community.ts:37 |
community.visibility | | "public" | "unlisted" | "local_only_public" | "local_only_private" | "private" | CommunityVisibility | - | - | src/schemas/Community.ts:38 |
moderator | object | Person | - | z.infer.moderator | src/schemas/CommunityModeratorView.ts:8 |
moderator.ap_id | string | undefined | The federated activity id / ap_id. | - | src/schemas/Person.ts:7 |
moderator.avatar? | string | undefined | - | - | src/schemas/Person.ts:8 |
moderator.banner? | string | undefined | - | - | src/schemas/Person.ts:9 |
moderator.bio? | string | undefined | - | - | src/schemas/Person.ts:10 |
moderator.bot_account | boolean | undefined | - | - | src/schemas/Person.ts:11 |
moderator.comment_count | number | undefined | - | - | src/schemas/Person.ts:12 |
moderator.deleted | boolean | undefined | - | - | src/schemas/Person.ts:13 |
moderator.display_name? | string | undefined | - | - | src/schemas/Person.ts:14 |
moderator.id | number | undefined | - | - | src/schemas/Person.ts:15 |
moderator.local | boolean | undefined | - | - | src/schemas/Person.ts:16 |
moderator.name | string | undefined | - | - | src/schemas/Person.ts:17 |
moderator.post_count | number | undefined | - | - | src/schemas/Person.ts:18 |
moderator.published_at | string | undefined | - | - | src/schemas/Person.ts:19 |
