EmojiStatusCollectible class
Emoji Status Collectible.
ID: 7184603b.
- Inheritance
-
- Object
- TlObject
- TlConstructor
- EmojiStatusBase
- EmojiStatusCollectible
Constructors
- EmojiStatusCollectible({required int collectibleId, required int documentId, required String title, required String slug, required int patternDocumentId, required int centerColor, required int edgeColor, required int patternColor, required int textColor, int? until})
-
Emoji Status Collectible constructor.
const
- EmojiStatusCollectible.deserialize(BinaryReader reader)
-
Deserialize.
factory
Properties
- centerColor → int
-
Center Color.
final
- collectibleId → int
-
Collectible Id.
final
- documentId → int
-
Document Id.
final
- edgeColor → int
-
Edge Color.
final
- flags → int
-
Flags.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- patternColor → int
-
Pattern Color.
final
- patternDocumentId → int
-
Pattern Document Id.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slug → String
-
Slug.
final
- textColor → int
-
Text Color.
final
- title → String
-
Title.
final
- until → int?
-
Until.
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