Interface Discussion

Discussion a.k.a. Post.

interface Discussion {
    abs_rshares: string | number;
    active: string;
    active_votes: ActiveVote[];
    allow_curation_rewards: boolean;
    allow_replies: boolean;
    allow_votes: boolean;
    author: string;
    author_rewards: number;
    beneficiaries: [[string, number]];
    body: string;
    body_length: 0;
    cashout_time: string;
    category: string;
    children: number;
    children_abs_rshares: string | number;
    created: string;
    curator_payout_value: string | Asset;
    depth: number;
    id: number;
    json_metadata: string;
    last_payout: string;
    last_update: string;
    max_accepted_payout: string;
    max_cashout_time: string;
    net_rshares: string | number;
    net_votes: number;
    parent_author: string;
    parent_permlink: string;
    pending_payout_value: string | Asset;
    percent_blurt: number;
    permlink: string;
    promoted: string | Asset;
    reblogged_by: [];
    replies: [];
    reward_weight: number;
    root_author: string;
    root_permlink: string;
    root_title: string;
    title: string;
    total_payout_value: string | Asset;
    total_pending_payout_value: string | Asset;
    total_vote_weight: number;
    url: string;
    vote_rshares: string | number;
}

Properties

abs_rshares: string | number
active: string
active_votes: ActiveVote[]
allow_curation_rewards: boolean
allow_replies: boolean
allow_votes: boolean
author: string
author_rewards: number
beneficiaries: [[string, number]]
body: string
body_length
cashout_time: string
category: string
children: number
children_abs_rshares: string | number
created: string
curator_payout_value: string | Asset
depth: number
id: number
json_metadata: string
last_payout: string
last_update: string
max_accepted_payout: string
max_cashout_time: string
net_rshares: string | number
net_votes: number
parent_author: string
parent_permlink: string
pending_payout_value: string | Asset
percent_blurt: number
permlink: string
promoted: string | Asset
reblogged_by: []
replies: []
reward_weight: number
root_author: string
root_permlink: string
root_title: string
title: string
total_payout_value: string | Asset
total_pending_payout_value: string | Asset
total_vote_weight: number
url: string
vote_rshares: string | number