teleproto - v1.229.0
    Preparing search index...

    Interface InputStarsTransactionIn

    interface InputStarsTransactionIn {
        _?: "inputStarsTransaction";
        id: string;
        refund?: boolean;
    }
    Index
    _?: "inputStarsTransaction"
    id: string
    refund?: boolean