GetTrendingStickerSets.fromMap constructor
Implementation
GetTrendingStickerSets.fromMap(Map<String, dynamic> map) {
extra = map['@extra'];
client_id = map['@client_id'];
if (map['sticker_type'] != null) {
sticker_type = TdApiMap.fromMap(map['sticker_type']) as StickerType;
}
offset = map['offset'];
limit = map['limit'];
}