teleproto - v1.229.0
    Preparing search index...

    Interface MessageMediaInvoiceIn

    interface MessageMediaInvoiceIn {
        _: "messageMediaInvoice";
        currency: string;
        description: string;
        extendedMedia?: TypeMessageExtendedMediaIn;
        photo?: TypeWebDocumentIn;
        receiptMsgId?: number;
        shippingAddressRequested?: boolean;
        startParam: string;
        test?: boolean;
        title: string;
        totalAmount: BigInteger;
    }
    Index
    _: "messageMediaInvoice"
    currency: string
    description: string
    receiptMsgId?: number
    shippingAddressRequested?: boolean
    startParam: string
    test?: boolean
    title: string
    totalAmount: BigInteger