Interface CommunityView

interface CommunityView {
    banned_from_community: boolean;
    blocked: boolean;
    community: Community;
    counts: CommunityAggregates;
    subscribed: SubscribedType;
}

Properties

banned_from_community: boolean
blocked: boolean
community: Community
subscribed: SubscribedType