StickerSet class

Sticker Set.

ID: 2dd14edc.

Inheritance

Constructors

StickerSet({required bool archived, required bool official, required bool masks, required bool animated, required bool videos, required bool emojis, required bool textColor, required bool channelEmojiStatus, DateTime? installedDate, required int id, required int accessHash, required String title, required String shortName, List<PhotoSizeBase>? thumbs, int? thumbDcId, int? thumbVersion, int? thumbDocumentId, required int count, required int hash})
Sticker Set constructor.
const
StickerSet.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

accessHash int
Access Hash.
final
animated bool
animated: bit 5 of flags.5?true
final
archived bool
archived: bit 1 of flags.1?true
final
channelEmojiStatus bool
channel_emoji_status: bit 10 of flags.10?true
final
count int
Count.
final
emojis bool
emojis: bit 7 of flags.7?true
final
flags int
Flags.
no setter
hash int
Hash.
final
hashCode int
The hash code for this object.
no setterinherited
id int
Id.
final
installedDate DateTime?
Installed Date.
final
masks bool
masks: bit 3 of flags.3?true
final
official bool
official: bit 2 of flags.2?true
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortName String
Short Name.
final
textColor bool
text_color: bit 9 of flags.9?true
final
thumbDcId int?
Thumb Dc Id.
final
thumbDocumentId int?
Thumb Document Id.
final
thumbs List<PhotoSizeBase>?
Thumbs.
final
thumbVersion int?
Thumb Version.
final
title String
Title.
final
videos bool
videos: bit 6 of flags.6?true
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