Interface ChatRevenueStatistics

A detailed statistics about revenue earned from sponsored messages in a chat.

interface ChatRevenueStatistics {
    @type: "chatRevenueStatistics";
    revenue_amount: ChatRevenueAmount;
    revenue_by_hour_graph: StatisticalGraph;
    revenue_graph: StatisticalGraph;
    usd_rate: number;
}

Properties

@type: "chatRevenueStatistics"
revenue_amount: ChatRevenueAmount

Amount of earned revenue.

revenue_by_hour_graph: StatisticalGraph

A graph containing amount of revenue in a given hour.

revenue_graph: StatisticalGraph

A graph containing amount of revenue.

usd_rate: number

Current conversion rate of the cryptocurrency in which revenue is calculated to USD.