Skip to content

Commit 3dbe4a3

Browse files
committed
fixes
1 parent 37d6130 commit 3dbe4a3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/TL_filerefs.tl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ pathParent parts:Vector<PathPart> = Path;
2525
// Extractor+storer
2626
extractAndStore from:Path to:string = FieldExtractor;
2727

28-
extractStickerSetFromDocumentAttributesAndStore from:Path to:string = FieldExtractor;
28+
extractInputStickerSetFromDocumentAttributesAndStore from:Path to:string = FieldExtractor;
29+
extractInputStickerSetFromStickerSetAndStore from:Path to:string = FieldExtractor;
2930

3031
extractPeerIdFromPeerAndStore from:Path to:string = FieldExtractor;
3132
extractPeerIdFromInputPeerAndStore from:Path to:string = FieldExtractor;

0 commit comments

Comments
 (0)