MessageMediaGiveawayResults class

Message Media Giveaway Results.

ID: c6991068.

Inheritance

Constructors

MessageMediaGiveawayResults({required bool onlyNewSubscribers, required bool refunded, required int channelId, int? additionalPeersCount, required int launchMsgId, required int winnersCount, required int unclaimedCount, required List<int> winners, required int months, String? prizeDescription, required DateTime untilDate})
Message Media Giveaway Results constructor.
const
MessageMediaGiveawayResults.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

additionalPeersCount int?
Additional Peers Count.
final
channelId int
Channel Id.
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
launchMsgId int
Launch Msg Id.
final
months int
Months.
final
onlyNewSubscribers bool
only_new_subscribers: bit 0 of flags.0?true
final
prizeDescription String?
Prize Description.
final
refunded bool
refunded: bit 2 of flags.2?true
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unclaimedCount int
Unclaimed Count.
final
untilDate DateTime
Until Date.
final
winners List<int>
Winners.
final
winnersCount int
Winners Count.
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