PaymentsGiveawayInfo class

Payments Giveaway Info.

ID: 4367daa0.

Inheritance

Constructors

PaymentsGiveawayInfo({required bool participating, required bool preparingResults, required DateTime startDate, DateTime? joinedTooEarlyDate, int? adminDisallowedChatId, String? disallowedCountry})
Payments Giveaway Info constructor.
const
PaymentsGiveawayInfo.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

adminDisallowedChatId int?
Admin Disallowed Chat Id.
final
disallowedCountry String?
Disallowed Country.
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
joinedTooEarlyDate DateTime?
Joined Too Early Date.
final
participating bool
participating: bit 0 of flags.0?true
final
preparingResults bool
preparing_results: bit 3 of flags.3?true
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate DateTime
Start Date.
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