SuperChatEventSnippet class

Constructors

SuperChatEventSnippet({String? amountMicros, String? channelId, String? commentText, DateTime? createdAt, String? currency, String? displayString, bool? isSuperStickerEvent, int? messageType, SuperStickerMetadata? superStickerMetadata, ChannelProfileDetails? supporterDetails})
SuperChatEventSnippet.fromJson(Map json_)

Properties

amountMicros String?
The purchase amount, in micros of the purchase currency.
getter/setter pair
channelId String?
Channel id where the event occurred.
getter/setter pair
commentText String?
The text contents of the comment left by the user.
getter/setter pair
createdAt DateTime?
The date and time when the event occurred.
getter/setter pair
currency String?
The currency in which the purchase was made.
getter/setter pair
displayString String?
A rendered string that displays the purchase amount and currency (e.g., "$1.00").
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isSuperStickerEvent bool?
True if this event is a Super Sticker event.
getter/setter pair
messageType int?
The tier for the paid message, which is based on the amount of money spent to purchase the message.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
superStickerMetadata SuperStickerMetadata?
If this event is a Super Sticker event, this field will contain metadata about the Super Sticker.
getter/setter pair
supporterDetails ChannelProfileDetails?
Details about the supporter.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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