Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>payments_getPaymentReceipt_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class payments_getPaymentReceipt_
extends Function_<enums.payments.PaymentReceipt>
import { payments_getPaymentReceipt_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Get payment receipt

Constructors

new
payments_getPaymentReceipt_(params: { peer: enums.InputPeer; msg_id: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
msg_id: number

Message ID of receipt

peer: enums.InputPeer

The peer where the payment receipt was sent

Static Properties

__F: (params: { peer: enums.InputPeer; msg_id: number; }) => enums.payments.PaymentReceipt
readonly
[name]: string
readonly
[paramDesc]: ParamDesc