Interface TransactionPartnerUser

Describes a transaction with a user.

interface TransactionPartnerUser {
    invoice_payload?: string;
    paid_media?: PaidMedia[];
    type: "user";
    user: User;
}

Properties

invoice_payload?: string

Bot-specified invoice payload

paid_media?: PaidMedia[]

Information about the paid media bought by the user

type: "user"

Type of the transaction partner, always “user”

user: User

Information about the user