Interface StarTransactionDirectionOutgoing

The transaction is outgoing and decreases the number of owned Telegram Stars. Subtype of StarTransactionDirection.

interface StarTransactionDirectionOutgoing {
    @type: "starTransactionDirectionOutgoing";
}

Properties

Properties

@type: "starTransactionDirectionOutgoing"