
























| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -372,6 +372,7 @@ export function createTelegramBotCore( | |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| 375 | + | |
375 | 376 | | |
376 | 377 | | |
377 | 378 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1790,6 +1790,7 @@ describe("dispatchTelegramMessage draft streaming", () => { | |||
1790 | 1790 | | |
1791 | 1791 | | |
1792 | 1792 | | |
| 1793 | + | |
1793 | 1794 | | |
1794 | 1795 | | |
1795 | 1796 | | |
@@ -1801,10 +1802,14 @@ describe("dispatchTelegramMessage draft streaming", () => { | |||
1801 | 1802 | | |
1802 | 1803 | | |
1803 | 1804 | | |
1804 | | - | |
| 1805 | + | |
| 1806 | + | |
| 1807 | + | |
| 1808 | + | |
1805 | 1809 | | |
1806 | 1810 | | |
1807 | 1811 | | |
| 1812 | + | |
1808 | 1813 | | |
1809 | 1814 | | |
1810 | 1815 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -228,7 +228,7 @@ type DispatchTelegramMessageParams = { | |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
@@ -1001,6 +1001,7 @@ export const dispatchTelegramMessage = async ({ | |||
1001 | 1001 | | |
1002 | 1002 | | |
1003 | 1003 | | |
| 1004 | + | |
1004 | 1005 | | |
1005 | 1006 | | |
1006 | 1007 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -59,8 +59,8 @@ function registerPlugCommand(params: PlugCommandHarnessParams = {}) { | |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | 62 | | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
@@ -371,6 +371,7 @@ describe("registerTelegramNativeCommands", () => { | |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| 374 | + | |
374 | 375 | | |
375 | 376 | | |
376 | 377 | | |
@@ -384,11 +385,15 @@ describe("registerTelegramNativeCommands", () => { | |||
384 | 385 | | |
385 | 386 | | |
386 | 387 | | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
387 | 391 | | |
388 | 392 | | |
389 | 393 | | |
390 | 394 | | |
391 | 395 | | |
| 396 | + | |
392 | 397 | | |
393 | 398 | | |
394 | 399 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -467,6 +467,7 @@ export type RegisterTelegramNativeCommandsParams = { | |||
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
| 470 | + | |
470 | 471 | | |
471 | 472 | | |
472 | 473 | | |
@@ -693,6 +694,7 @@ export const registerTelegramNativeCommands = ({ | |||
693 | 694 | | |
694 | 695 | | |
695 | 696 | | |
| 697 | + | |
696 | 698 | | |
697 | 699 | | |
698 | 700 | | |
@@ -933,6 +935,7 @@ export const registerTelegramNativeCommands = ({ | |||
933 | 935 | | |
934 | 936 | | |
935 | 937 | | |
| 938 | + | |
936 | 939 | | |
937 | 940 | | |
938 | 941 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -331,6 +331,7 @@ async function deliverMediaReply(params: { | |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| 334 | + | |
334 | 335 | | |
335 | 336 | | |
336 | 337 | | |
@@ -353,7 +354,10 @@ async function deliverMediaReply(params: { | |||
353 | 354 | | |
354 | 355 | | |
355 | 356 | | |
356 | | - | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
357 | 361 | | |
358 | 362 | | |
359 | 363 | | |
@@ -693,6 +697,7 @@ export async function deliverReplies(params: { | |||
693 | 697 | | |
694 | 698 | | |
695 | 699 | | |
| 700 | + | |
696 | 701 | | |
697 | 702 | | |
698 | 703 | | |
@@ -879,6 +884,7 @@ export async function deliverReplies(params: { | |||
879 | 884 | | |
880 | 885 | | |
881 | 886 | | |
| 887 | + | |
882 | 888 | | |
883 | 889 | | |
884 | 890 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -751,6 +751,33 @@ describe("deliverReplies", () => { | |||
751 | 751 | | |
752 | 752 | | |
753 | 753 | | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
754 | 781 | | |
755 | 782 | | |
756 | 783 | | |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。