Skip to content

Commit 5c12369

Browse files
committed
bump
1 parent c7261c4 commit 5c12369

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎tools/FileRefExtractor/FileRefGenerator.php‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ public static function generate(int $layer, string $inputSchema, string $outputF
8181
'fileSourceScheduledMessage'
8282
);
8383

84-
8584
$locations['message'][] = new CallOp(
8685
'messages.getScheduledMessages',
8786
[
@@ -465,6 +464,9 @@ public static function generate(int $layer, string $inputSchema, string $outputF
465464
}
466465
}
467466

467+
foreach (['updateChatUserTyping', 'updateChannelUserTyping', 'updateUserTyping'] as $type) {
468+
$locations[$type][] = new Noop('Documents encountered in rich text message live drafts are ephemeral');
469+
}
468470
$locations['messages.getCustomEmojiDocuments'][] = new Noop("Do not store file references in this context");
469471

470472
$locations['account.uploadTheme'][] = new Noop('A freshly uploaded theme file will obtain a context only once it is created via account.createTheme');

0 commit comments

Comments
 (0)