Interface UpdateTonRevenueStatus

The Toncoin revenue earned by the current user has changed. If Toncoin transaction screen of the chat is opened, then getTonTransactions may be called to fetch new transactions. Subtype of Update.

interface UpdateTonRevenueStatus {
    @type: "updateTonRevenueStatus";
    status: TonRevenueStatus;
}

Properties

Properties

@type: "updateTonRevenueStatus"

New Toncoin revenue status.