teleproto - v1.229.0
    Preparing search index...

    Interface InvoiceIn

    interface InvoiceIn {
        _?: "invoice";
        currency: string;
        emailRequested?: boolean;
        emailToProvider?: boolean;
        flexible?: boolean;
        maxTipAmount?: BigInteger;
        nameRequested?: boolean;
        phoneRequested?: boolean;
        phoneToProvider?: boolean;
        prices: LabeledPriceIn[];
        recurring?: boolean;
        shippingAddressRequested?: boolean;
        subscriptionPeriod?: number;
        suggestedTipAmounts?: BigInteger[];
        termsUrl?: string;
        test?: boolean;
    }
    Index
    _?: "invoice"
    currency: string
    emailRequested?: boolean
    emailToProvider?: boolean
    flexible?: boolean
    maxTipAmount?: BigInteger
    nameRequested?: boolean
    phoneRequested?: boolean
    phoneToProvider?: boolean
    prices: LabeledPriceIn[]
    recurring?: boolean
    shippingAddressRequested?: boolean
    subscriptionPeriod?: number
    suggestedTipAmounts?: BigInteger[]
    termsUrl?: string
    test?: boolean