Interface: CommunityFollowerView
Defined in: src/types/index.ts:12
Extends
output<typeofschemas.CommunityFollowerView>
Properties
| Property | Type | Default value | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
community | object | Community | - | z.infer.community | src/schemas/CommunityFollowerView.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 |
follower | object | Person | - | z.infer.follower | src/schemas/CommunityFollowerView.ts:8 |
follower.ap_id | string | undefined | The federated activity id / ap_id. | - | src/schemas/Person.ts:7 |
follower.avatar? | string | undefined | - | - | src/schemas/Person.ts:8 |
follower.banner? | string | undefined | - | - | src/schemas/Person.ts:9 |
follower.bio? | string | undefined | - | - | src/schemas/Person.ts:10 |
follower.bot_account | boolean | undefined | - | - | src/schemas/Person.ts:11 |
follower.comment_count | number | undefined | - | - | src/schemas/Person.ts:12 |
follower.deleted | boolean | undefined | - | - | src/schemas/Person.ts:13 |
follower.display_name? | string | undefined | - | - | src/schemas/Person.ts:14 |
follower.id | number | undefined | - | - | src/schemas/Person.ts:15 |
follower.local | boolean | undefined | - | - | src/schemas/Person.ts:16 |
follower.name | string | undefined | - | - | src/schemas/Person.ts:17 |
follower.post_count | number | undefined | - | - | src/schemas/Person.ts:18 |
follower.published_at | string | undefined | - | - | src/schemas/Person.ts:19 |
