We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d6130 commit 3dbe4a3Copy full SHA for 3dbe4a3
1 file changed
src/TL_filerefs.tl
@@ -25,7 +25,8 @@ pathParent parts:Vector<PathPart> = Path;
25
// Extractor+storer
26
extractAndStore from:Path to:string = FieldExtractor;
27
28
-extractStickerSetFromDocumentAttributesAndStore from:Path to:string = FieldExtractor;
+extractInputStickerSetFromDocumentAttributesAndStore from:Path to:string = FieldExtractor;
29
+extractInputStickerSetFromStickerSetAndStore from:Path to:string = FieldExtractor;
30
31
extractPeerIdFromPeerAndStore from:Path to:string = FieldExtractor;
32
extractPeerIdFromInputPeerAndStore from:Path to:string = FieldExtractor;
0 commit comments