@typed-discord/rest
    Preparing search index...

    Interface MessageRoleSubscriptionDataResponse

    interface MessageRoleSubscriptionDataResponse {
        is_renewal: boolean;
        role_subscription_listing_id: `${bigint}`;
        tier_name: string;
        total_months_subscribed: number;
    }
    Index

    Properties

    is_renewal: boolean
    role_subscription_listing_id: `${bigint}`
    tier_name: string
    total_months_subscribed: number