PaymentsPaymentReceiptStars class

Payments Payment Receipt Stars.

ID: dabbf83a.

Inheritance

Constructors

PaymentsPaymentReceiptStars({required DateTime date, required int botId, required String title, required String description, WebDocumentBase? photo, required InvoiceBase invoice, required String currency, required int totalAmount, required String transactionId, required List<UserBase> users})
Payments Payment Receipt Stars constructor.
const
PaymentsPaymentReceiptStars.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

botId int
Bot Id.
final
currency String
Currency.
final
date DateTime
Date.
final
description String
Description.
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
invoice InvoiceBase
Invoice.
final
photo WebDocumentBase?
Photo.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Title.
final
totalAmount int
Total Amount.
final
transactionId String
Transaction Id.
final
users List<UserBase>
Users.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited