@override Map<String, dynamic> toJson() => <String, dynamic>{ 'user_id': userId, 'sticker_format': stickerFormat?.toJson(), 'sticker': sticker?.toJson(), '@type': constructor, };