lemmy-js-client
    Preparing search index...

    Type Alias CommunityActions

    type CommunityActions = {
        ban_expires_at?: string;
        became_moderator_at?: string;
        blocked_at?: string;
        follow_state?: CommunityFollowerState;
        followed_at?: string;
        notifications?: CommunityNotificationsMode;
        received_ban_at?: string;
    }
    Index

    Properties

    ban_expires_at?: string

    When their ban expires.

    became_moderator_at?: string

    When this user became a moderator.

    blocked_at?: string

    When the community was blocked.

    follow_state?: CommunityFollowerState

    The state of the community follow.

    followed_at?: string

    When the community was followed.

    received_ban_at?: string

    When this user received a ban.