Skip to main content
Module

x/grm/mod.ts>Api.MessageMediaInvoice

MTProto API Client for Deno 🦕
Latest
class Api.MessageMediaInvoice
extends VirtualClass<{ shippingAddressRequested?: boolean; test?: boolean; title: string; description: string; photo?: Api.TypeWebDocument; receiptMsgId?: int; currency: string; totalAmount: long; startParam: string; extendedMedia?: Api.TypeMessageExtendedMedia; }>
import { Api } from "https://deno.land/x/grm@0.8.2/mod.ts";
const { MessageMediaInvoice } = Api;

Properties

className: "MessageMediaInvoice"
classType: "constructor"
CONSTRUCTOR_ID: 4138027219
currency: string
description: string
optional
extendedMedia: Api.TypeMessageExtendedMedia
optional
photo: Api.TypeWebDocument
optional
receiptMsgId: int
optional
shippingAddressRequested: boolean
startParam: string
SUBCLASS_OF_ID: 1198308914
optional
test: boolean
title: string
totalAmount: long