Parse from a json
factory TMeUrlTypeStickerSet.fromJson(Map<String, dynamic> json) => TMeUrlTypeStickerSet( stickerSetId: int.parse(json['sticker_set_id']), );