@bubblelab/bubble-core 0.1.25 → 0.1.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist/bubble-bundle.d.ts +82 -66
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +18 -18
  4. package/dist/bubbles/service-bubble/airtable.d.ts +116 -116
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +6 -6
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +30 -30
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +108 -108
  9. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  10. package/dist/bubbles/service-bubble/firecrawl.d.ts +64 -64
  11. package/dist/bubbles/service-bubble/followupboss.d.ts +176 -176
  12. package/dist/bubbles/service-bubble/github.d.ts +80 -80
  13. package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
  14. package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
  15. package/dist/bubbles/service-bubble/google-drive.d.ts +56 -56
  16. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
  17. package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
  18. package/dist/bubbles/service-bubble/notion/notion.d.ts +874 -874
  19. package/dist/bubbles/service-bubble/resend.d.ts +16 -16
  20. package/dist/bubbles/service-bubble/slack/slack.d.ts +144 -144
  21. package/dist/bubbles/service-bubble/storage.d.ts +30 -30
  22. package/dist/bubbles/service-bubble/telegram.d.ts +208 -208
  23. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
  24. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  25. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +138 -138
  26. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
  27. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  28. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +38 -38
  29. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  30. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +173 -173
  31. package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
  32. package/dist/bubbles/tool-bubble/people-search-tool.js +22 -6
  33. package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
  34. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
  35. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  36. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +22 -22
  37. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  38. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  39. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
  40. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
  41. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +52 -52
  42. package/dist/bubbles.json +52054 -6
  43. package/dist/types/available-tools.d.ts +1 -1
  44. package/dist/types/available-tools.d.ts.map +1 -1
  45. package/dist/types/available-tools.js +1 -0
  46. package/dist/types/available-tools.js.map +1 -1
  47. package/package.json +3 -3
@@ -810,16 +810,16 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
810
810
  allowed_updates: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
811
811
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
812
812
  }, "strip", z.ZodTypeAny, {
813
- operation: "get_updates";
814
813
  limit: number;
814
+ operation: "get_updates";
815
815
  credentials?: Partial<Record<CredentialType, string>> | undefined;
816
816
  timeout?: number | undefined;
817
817
  offset?: number | undefined;
818
818
  allowed_updates?: string[] | undefined;
819
819
  }, {
820
820
  operation: "get_updates";
821
- credentials?: Partial<Record<CredentialType, string>> | undefined;
822
821
  limit?: number | undefined;
822
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
823
823
  timeout?: number | undefined;
824
824
  offset?: number | undefined;
825
825
  allowed_updates?: string[] | undefined;
@@ -902,8 +902,8 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
902
902
  secret_token: z.ZodOptional<z.ZodString>;
903
903
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
904
904
  }, "strip", z.ZodTypeAny, {
905
- operation: "set_webhook";
906
905
  url: string;
906
+ operation: "set_webhook";
907
907
  credentials?: Partial<Record<CredentialType, string>> | undefined;
908
908
  allowed_updates?: string[] | undefined;
909
909
  ip_address?: string | undefined;
@@ -911,8 +911,8 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
911
911
  drop_pending_updates?: boolean | undefined;
912
912
  secret_token?: string | undefined;
913
913
  }, {
914
- operation: "set_webhook";
915
914
  url: string;
915
+ operation: "set_webhook";
916
916
  credentials?: Partial<Record<CredentialType, string>> | undefined;
917
917
  allowed_updates?: string[] | undefined;
918
918
  ip_address?: string | undefined;
@@ -982,16 +982,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
982
982
  }, "strip", z.ZodTypeAny, {
983
983
  type: "channel" | "private" | "group" | "supergroup";
984
984
  id: number;
985
+ title?: string | undefined;
985
986
  first_name?: string | undefined;
986
987
  last_name?: string | undefined;
987
- title?: string | undefined;
988
988
  username?: string | undefined;
989
989
  }, {
990
990
  type: "channel" | "private" | "group" | "supergroup";
991
991
  id: number;
992
+ title?: string | undefined;
992
993
  first_name?: string | undefined;
993
994
  last_name?: string | undefined;
994
- title?: string | undefined;
995
995
  username?: string | undefined;
996
996
  }>;
997
997
  text: z.ZodOptional<z.ZodString>;
@@ -1039,9 +1039,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1039
1039
  chat: {
1040
1040
  type: "channel" | "private" | "group" | "supergroup";
1041
1041
  id: number;
1042
+ title?: string | undefined;
1042
1043
  first_name?: string | undefined;
1043
1044
  last_name?: string | undefined;
1044
- title?: string | undefined;
1045
1045
  username?: string | undefined;
1046
1046
  };
1047
1047
  text?: string | undefined;
@@ -1073,9 +1073,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1073
1073
  chat: {
1074
1074
  type: "channel" | "private" | "group" | "supergroup";
1075
1075
  id: number;
1076
+ title?: string | undefined;
1076
1077
  first_name?: string | undefined;
1077
1078
  last_name?: string | undefined;
1078
- title?: string | undefined;
1079
1079
  username?: string | undefined;
1080
1080
  };
1081
1081
  text?: string | undefined;
@@ -1105,9 +1105,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1105
1105
  error: z.ZodString;
1106
1106
  success: z.ZodBoolean;
1107
1107
  }, "strip", z.ZodTypeAny, {
1108
- operation: "send_message";
1109
1108
  success: boolean;
1110
1109
  error: string;
1110
+ operation: "send_message";
1111
1111
  ok: boolean;
1112
1112
  message?: {
1113
1113
  date: number;
@@ -1115,9 +1115,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1115
1115
  chat: {
1116
1116
  type: "channel" | "private" | "group" | "supergroup";
1117
1117
  id: number;
1118
+ title?: string | undefined;
1118
1119
  first_name?: string | undefined;
1119
1120
  last_name?: string | undefined;
1120
- title?: string | undefined;
1121
1121
  username?: string | undefined;
1122
1122
  };
1123
1123
  text?: string | undefined;
@@ -1145,9 +1145,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1145
1145
  } | undefined;
1146
1146
  } | undefined;
1147
1147
  }, {
1148
- operation: "send_message";
1149
1148
  success: boolean;
1150
1149
  error: string;
1150
+ operation: "send_message";
1151
1151
  ok: boolean;
1152
1152
  message?: {
1153
1153
  date: number;
@@ -1155,9 +1155,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1155
1155
  chat: {
1156
1156
  type: "channel" | "private" | "group" | "supergroup";
1157
1157
  id: number;
1158
+ title?: string | undefined;
1158
1159
  first_name?: string | undefined;
1159
1160
  last_name?: string | undefined;
1160
- title?: string | undefined;
1161
1161
  username?: string | undefined;
1162
1162
  };
1163
1163
  text?: string | undefined;
@@ -1222,16 +1222,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1222
1222
  }, "strip", z.ZodTypeAny, {
1223
1223
  type: "channel" | "private" | "group" | "supergroup";
1224
1224
  id: number;
1225
+ title?: string | undefined;
1225
1226
  first_name?: string | undefined;
1226
1227
  last_name?: string | undefined;
1227
- title?: string | undefined;
1228
1228
  username?: string | undefined;
1229
1229
  }, {
1230
1230
  type: "channel" | "private" | "group" | "supergroup";
1231
1231
  id: number;
1232
+ title?: string | undefined;
1232
1233
  first_name?: string | undefined;
1233
1234
  last_name?: string | undefined;
1234
- title?: string | undefined;
1235
1235
  username?: string | undefined;
1236
1236
  }>;
1237
1237
  text: z.ZodOptional<z.ZodString>;
@@ -1279,9 +1279,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1279
1279
  chat: {
1280
1280
  type: "channel" | "private" | "group" | "supergroup";
1281
1281
  id: number;
1282
+ title?: string | undefined;
1282
1283
  first_name?: string | undefined;
1283
1284
  last_name?: string | undefined;
1284
- title?: string | undefined;
1285
1285
  username?: string | undefined;
1286
1286
  };
1287
1287
  text?: string | undefined;
@@ -1313,9 +1313,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1313
1313
  chat: {
1314
1314
  type: "channel" | "private" | "group" | "supergroup";
1315
1315
  id: number;
1316
+ title?: string | undefined;
1316
1317
  first_name?: string | undefined;
1317
1318
  last_name?: string | undefined;
1318
- title?: string | undefined;
1319
1319
  username?: string | undefined;
1320
1320
  };
1321
1321
  text?: string | undefined;
@@ -1345,9 +1345,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1345
1345
  error: z.ZodString;
1346
1346
  success: z.ZodBoolean;
1347
1347
  }, "strip", z.ZodTypeAny, {
1348
- operation: "send_photo";
1349
1348
  success: boolean;
1350
1349
  error: string;
1350
+ operation: "send_photo";
1351
1351
  ok: boolean;
1352
1352
  message?: {
1353
1353
  date: number;
@@ -1355,9 +1355,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1355
1355
  chat: {
1356
1356
  type: "channel" | "private" | "group" | "supergroup";
1357
1357
  id: number;
1358
+ title?: string | undefined;
1358
1359
  first_name?: string | undefined;
1359
1360
  last_name?: string | undefined;
1360
- title?: string | undefined;
1361
1361
  username?: string | undefined;
1362
1362
  };
1363
1363
  text?: string | undefined;
@@ -1385,9 +1385,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1385
1385
  } | undefined;
1386
1386
  } | undefined;
1387
1387
  }, {
1388
- operation: "send_photo";
1389
1388
  success: boolean;
1390
1389
  error: string;
1390
+ operation: "send_photo";
1391
1391
  ok: boolean;
1392
1392
  message?: {
1393
1393
  date: number;
@@ -1395,9 +1395,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1395
1395
  chat: {
1396
1396
  type: "channel" | "private" | "group" | "supergroup";
1397
1397
  id: number;
1398
+ title?: string | undefined;
1398
1399
  first_name?: string | undefined;
1399
1400
  last_name?: string | undefined;
1400
- title?: string | undefined;
1401
1401
  username?: string | undefined;
1402
1402
  };
1403
1403
  text?: string | undefined;
@@ -1462,16 +1462,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1462
1462
  }, "strip", z.ZodTypeAny, {
1463
1463
  type: "channel" | "private" | "group" | "supergroup";
1464
1464
  id: number;
1465
+ title?: string | undefined;
1465
1466
  first_name?: string | undefined;
1466
1467
  last_name?: string | undefined;
1467
- title?: string | undefined;
1468
1468
  username?: string | undefined;
1469
1469
  }, {
1470
1470
  type: "channel" | "private" | "group" | "supergroup";
1471
1471
  id: number;
1472
+ title?: string | undefined;
1472
1473
  first_name?: string | undefined;
1473
1474
  last_name?: string | undefined;
1474
- title?: string | undefined;
1475
1475
  username?: string | undefined;
1476
1476
  }>;
1477
1477
  text: z.ZodOptional<z.ZodString>;
@@ -1519,9 +1519,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1519
1519
  chat: {
1520
1520
  type: "channel" | "private" | "group" | "supergroup";
1521
1521
  id: number;
1522
+ title?: string | undefined;
1522
1523
  first_name?: string | undefined;
1523
1524
  last_name?: string | undefined;
1524
- title?: string | undefined;
1525
1525
  username?: string | undefined;
1526
1526
  };
1527
1527
  text?: string | undefined;
@@ -1553,9 +1553,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1553
1553
  chat: {
1554
1554
  type: "channel" | "private" | "group" | "supergroup";
1555
1555
  id: number;
1556
+ title?: string | undefined;
1556
1557
  first_name?: string | undefined;
1557
1558
  last_name?: string | undefined;
1558
- title?: string | undefined;
1559
1559
  username?: string | undefined;
1560
1560
  };
1561
1561
  text?: string | undefined;
@@ -1585,9 +1585,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1585
1585
  error: z.ZodString;
1586
1586
  success: z.ZodBoolean;
1587
1587
  }, "strip", z.ZodTypeAny, {
1588
- operation: "send_document";
1589
1588
  success: boolean;
1590
1589
  error: string;
1590
+ operation: "send_document";
1591
1591
  ok: boolean;
1592
1592
  message?: {
1593
1593
  date: number;
@@ -1595,9 +1595,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1595
1595
  chat: {
1596
1596
  type: "channel" | "private" | "group" | "supergroup";
1597
1597
  id: number;
1598
+ title?: string | undefined;
1598
1599
  first_name?: string | undefined;
1599
1600
  last_name?: string | undefined;
1600
- title?: string | undefined;
1601
1601
  username?: string | undefined;
1602
1602
  };
1603
1603
  text?: string | undefined;
@@ -1625,9 +1625,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1625
1625
  } | undefined;
1626
1626
  } | undefined;
1627
1627
  }, {
1628
- operation: "send_document";
1629
1628
  success: boolean;
1630
1629
  error: string;
1630
+ operation: "send_document";
1631
1631
  ok: boolean;
1632
1632
  message?: {
1633
1633
  date: number;
@@ -1635,9 +1635,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1635
1635
  chat: {
1636
1636
  type: "channel" | "private" | "group" | "supergroup";
1637
1637
  id: number;
1638
+ title?: string | undefined;
1638
1639
  first_name?: string | undefined;
1639
1640
  last_name?: string | undefined;
1640
- title?: string | undefined;
1641
1641
  username?: string | undefined;
1642
1642
  };
1643
1643
  text?: string | undefined;
@@ -1702,16 +1702,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1702
1702
  }, "strip", z.ZodTypeAny, {
1703
1703
  type: "channel" | "private" | "group" | "supergroup";
1704
1704
  id: number;
1705
+ title?: string | undefined;
1705
1706
  first_name?: string | undefined;
1706
1707
  last_name?: string | undefined;
1707
- title?: string | undefined;
1708
1708
  username?: string | undefined;
1709
1709
  }, {
1710
1710
  type: "channel" | "private" | "group" | "supergroup";
1711
1711
  id: number;
1712
+ title?: string | undefined;
1712
1713
  first_name?: string | undefined;
1713
1714
  last_name?: string | undefined;
1714
- title?: string | undefined;
1715
1715
  username?: string | undefined;
1716
1716
  }>;
1717
1717
  text: z.ZodOptional<z.ZodString>;
@@ -1759,9 +1759,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1759
1759
  chat: {
1760
1760
  type: "channel" | "private" | "group" | "supergroup";
1761
1761
  id: number;
1762
+ title?: string | undefined;
1762
1763
  first_name?: string | undefined;
1763
1764
  last_name?: string | undefined;
1764
- title?: string | undefined;
1765
1765
  username?: string | undefined;
1766
1766
  };
1767
1767
  text?: string | undefined;
@@ -1793,9 +1793,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1793
1793
  chat: {
1794
1794
  type: "channel" | "private" | "group" | "supergroup";
1795
1795
  id: number;
1796
+ title?: string | undefined;
1796
1797
  first_name?: string | undefined;
1797
1798
  last_name?: string | undefined;
1798
- title?: string | undefined;
1799
1799
  username?: string | undefined;
1800
1800
  };
1801
1801
  text?: string | undefined;
@@ -1825,9 +1825,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1825
1825
  error: z.ZodString;
1826
1826
  success: z.ZodBoolean;
1827
1827
  }, "strip", z.ZodTypeAny, {
1828
- operation: "edit_message";
1829
1828
  success: boolean;
1830
1829
  error: string;
1830
+ operation: "edit_message";
1831
1831
  ok: boolean;
1832
1832
  message?: {
1833
1833
  date: number;
@@ -1835,9 +1835,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1835
1835
  chat: {
1836
1836
  type: "channel" | "private" | "group" | "supergroup";
1837
1837
  id: number;
1838
+ title?: string | undefined;
1838
1839
  first_name?: string | undefined;
1839
1840
  last_name?: string | undefined;
1840
- title?: string | undefined;
1841
1841
  username?: string | undefined;
1842
1842
  };
1843
1843
  text?: string | undefined;
@@ -1865,9 +1865,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1865
1865
  } | undefined;
1866
1866
  } | undefined;
1867
1867
  }, {
1868
- operation: "edit_message";
1869
1868
  success: boolean;
1870
1869
  error: string;
1870
+ operation: "edit_message";
1871
1871
  ok: boolean;
1872
1872
  message?: {
1873
1873
  date: number;
@@ -1875,9 +1875,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1875
1875
  chat: {
1876
1876
  type: "channel" | "private" | "group" | "supergroup";
1877
1877
  id: number;
1878
+ title?: string | undefined;
1878
1879
  first_name?: string | undefined;
1879
1880
  last_name?: string | undefined;
1880
- title?: string | undefined;
1881
1881
  username?: string | undefined;
1882
1882
  };
1883
1883
  text?: string | undefined;
@@ -1910,14 +1910,14 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1910
1910
  error: z.ZodString;
1911
1911
  success: z.ZodBoolean;
1912
1912
  }, "strip", z.ZodTypeAny, {
1913
- operation: "delete_message";
1914
1913
  success: boolean;
1915
1914
  error: string;
1915
+ operation: "delete_message";
1916
1916
  ok: boolean;
1917
1917
  }, {
1918
- operation: "delete_message";
1919
1918
  success: boolean;
1920
1919
  error: string;
1920
+ operation: "delete_message";
1921
1921
  ok: boolean;
1922
1922
  }>, z.ZodObject<{
1923
1923
  operation: z.ZodLiteral<"get_me">;
@@ -1947,9 +1947,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1947
1947
  error: z.ZodString;
1948
1948
  success: z.ZodBoolean;
1949
1949
  }, "strip", z.ZodTypeAny, {
1950
- operation: "get_me";
1951
1950
  success: boolean;
1952
1951
  error: string;
1952
+ operation: "get_me";
1953
1953
  ok: boolean;
1954
1954
  user?: {
1955
1955
  first_name: string;
@@ -1960,9 +1960,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1960
1960
  language_code?: string | undefined;
1961
1961
  } | undefined;
1962
1962
  }, {
1963
- operation: "get_me";
1964
1963
  success: boolean;
1965
1964
  error: string;
1965
+ operation: "get_me";
1966
1966
  ok: boolean;
1967
1967
  user?: {
1968
1968
  first_name: string;
@@ -1987,51 +1987,51 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1987
1987
  }, "strip", z.ZodTypeAny, {
1988
1988
  type: "channel" | "private" | "group" | "supergroup";
1989
1989
  id: number;
1990
+ description?: string | undefined;
1991
+ title?: string | undefined;
1990
1992
  first_name?: string | undefined;
1991
1993
  last_name?: string | undefined;
1992
- title?: string | undefined;
1993
- description?: string | undefined;
1994
1994
  username?: string | undefined;
1995
1995
  invite_link?: string | undefined;
1996
1996
  }, {
1997
1997
  type: "channel" | "private" | "group" | "supergroup";
1998
1998
  id: number;
1999
+ description?: string | undefined;
2000
+ title?: string | undefined;
1999
2001
  first_name?: string | undefined;
2000
2002
  last_name?: string | undefined;
2001
- title?: string | undefined;
2002
- description?: string | undefined;
2003
2003
  username?: string | undefined;
2004
2004
  invite_link?: string | undefined;
2005
2005
  }>>;
2006
2006
  error: z.ZodString;
2007
2007
  success: z.ZodBoolean;
2008
2008
  }, "strip", z.ZodTypeAny, {
2009
- operation: "get_chat";
2010
2009
  success: boolean;
2011
2010
  error: string;
2011
+ operation: "get_chat";
2012
2012
  ok: boolean;
2013
2013
  chat?: {
2014
2014
  type: "channel" | "private" | "group" | "supergroup";
2015
2015
  id: number;
2016
+ description?: string | undefined;
2017
+ title?: string | undefined;
2016
2018
  first_name?: string | undefined;
2017
2019
  last_name?: string | undefined;
2018
- title?: string | undefined;
2019
- description?: string | undefined;
2020
2020
  username?: string | undefined;
2021
2021
  invite_link?: string | undefined;
2022
2022
  } | undefined;
2023
2023
  }, {
2024
- operation: "get_chat";
2025
2024
  success: boolean;
2026
2025
  error: string;
2026
+ operation: "get_chat";
2027
2027
  ok: boolean;
2028
2028
  chat?: {
2029
2029
  type: "channel" | "private" | "group" | "supergroup";
2030
2030
  id: number;
2031
+ description?: string | undefined;
2032
+ title?: string | undefined;
2031
2033
  first_name?: string | undefined;
2032
2034
  last_name?: string | undefined;
2033
- title?: string | undefined;
2034
- description?: string | undefined;
2035
2035
  username?: string | undefined;
2036
2036
  invite_link?: string | undefined;
2037
2037
  } | undefined;
@@ -2075,16 +2075,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2075
2075
  }, "strip", z.ZodTypeAny, {
2076
2076
  type: "channel" | "private" | "group" | "supergroup";
2077
2077
  id: number;
2078
+ title?: string | undefined;
2078
2079
  first_name?: string | undefined;
2079
2080
  last_name?: string | undefined;
2080
- title?: string | undefined;
2081
2081
  username?: string | undefined;
2082
2082
  }, {
2083
2083
  type: "channel" | "private" | "group" | "supergroup";
2084
2084
  id: number;
2085
+ title?: string | undefined;
2085
2086
  first_name?: string | undefined;
2086
2087
  last_name?: string | undefined;
2087
- title?: string | undefined;
2088
2088
  username?: string | undefined;
2089
2089
  }>;
2090
2090
  text: z.ZodOptional<z.ZodString>;
@@ -2132,9 +2132,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2132
2132
  chat: {
2133
2133
  type: "channel" | "private" | "group" | "supergroup";
2134
2134
  id: number;
2135
+ title?: string | undefined;
2135
2136
  first_name?: string | undefined;
2136
2137
  last_name?: string | undefined;
2137
- title?: string | undefined;
2138
2138
  username?: string | undefined;
2139
2139
  };
2140
2140
  text?: string | undefined;
@@ -2166,9 +2166,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2166
2166
  chat: {
2167
2167
  type: "channel" | "private" | "group" | "supergroup";
2168
2168
  id: number;
2169
+ title?: string | undefined;
2169
2170
  first_name?: string | undefined;
2170
2171
  last_name?: string | undefined;
2171
- title?: string | undefined;
2172
2172
  username?: string | undefined;
2173
2173
  };
2174
2174
  text?: string | undefined;
@@ -2230,16 +2230,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2230
2230
  }, "strip", z.ZodTypeAny, {
2231
2231
  type: "channel" | "private" | "group" | "supergroup";
2232
2232
  id: number;
2233
+ title?: string | undefined;
2233
2234
  first_name?: string | undefined;
2234
2235
  last_name?: string | undefined;
2235
- title?: string | undefined;
2236
2236
  username?: string | undefined;
2237
2237
  }, {
2238
2238
  type: "channel" | "private" | "group" | "supergroup";
2239
2239
  id: number;
2240
+ title?: string | undefined;
2240
2241
  first_name?: string | undefined;
2241
2242
  last_name?: string | undefined;
2242
- title?: string | undefined;
2243
2243
  username?: string | undefined;
2244
2244
  }>;
2245
2245
  text: z.ZodOptional<z.ZodString>;
@@ -2287,9 +2287,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2287
2287
  chat: {
2288
2288
  type: "channel" | "private" | "group" | "supergroup";
2289
2289
  id: number;
2290
+ title?: string | undefined;
2290
2291
  first_name?: string | undefined;
2291
2292
  last_name?: string | undefined;
2292
- title?: string | undefined;
2293
2293
  username?: string | undefined;
2294
2294
  };
2295
2295
  text?: string | undefined;
@@ -2321,9 +2321,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2321
2321
  chat: {
2322
2322
  type: "channel" | "private" | "group" | "supergroup";
2323
2323
  id: number;
2324
+ title?: string | undefined;
2324
2325
  first_name?: string | undefined;
2325
2326
  last_name?: string | undefined;
2326
- title?: string | undefined;
2327
2327
  username?: string | undefined;
2328
2328
  };
2329
2329
  text?: string | undefined;
@@ -2385,16 +2385,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2385
2385
  }, "strip", z.ZodTypeAny, {
2386
2386
  type: "channel" | "private" | "group" | "supergroup";
2387
2387
  id: number;
2388
+ title?: string | undefined;
2388
2389
  first_name?: string | undefined;
2389
2390
  last_name?: string | undefined;
2390
- title?: string | undefined;
2391
2391
  username?: string | undefined;
2392
2392
  }, {
2393
2393
  type: "channel" | "private" | "group" | "supergroup";
2394
2394
  id: number;
2395
+ title?: string | undefined;
2395
2396
  first_name?: string | undefined;
2396
2397
  last_name?: string | undefined;
2397
- title?: string | undefined;
2398
2398
  username?: string | undefined;
2399
2399
  }>;
2400
2400
  text: z.ZodOptional<z.ZodString>;
@@ -2442,9 +2442,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2442
2442
  chat: {
2443
2443
  type: "channel" | "private" | "group" | "supergroup";
2444
2444
  id: number;
2445
+ title?: string | undefined;
2445
2446
  first_name?: string | undefined;
2446
2447
  last_name?: string | undefined;
2447
- title?: string | undefined;
2448
2448
  username?: string | undefined;
2449
2449
  };
2450
2450
  text?: string | undefined;
@@ -2476,9 +2476,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2476
2476
  chat: {
2477
2477
  type: "channel" | "private" | "group" | "supergroup";
2478
2478
  id: number;
2479
+ title?: string | undefined;
2479
2480
  first_name?: string | undefined;
2480
2481
  last_name?: string | undefined;
2481
- title?: string | undefined;
2482
2482
  username?: string | undefined;
2483
2483
  };
2484
2484
  text?: string | undefined;
@@ -2540,16 +2540,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2540
2540
  }, "strip", z.ZodTypeAny, {
2541
2541
  type: "channel" | "private" | "group" | "supergroup";
2542
2542
  id: number;
2543
+ title?: string | undefined;
2543
2544
  first_name?: string | undefined;
2544
2545
  last_name?: string | undefined;
2545
- title?: string | undefined;
2546
2546
  username?: string | undefined;
2547
2547
  }, {
2548
2548
  type: "channel" | "private" | "group" | "supergroup";
2549
2549
  id: number;
2550
+ title?: string | undefined;
2550
2551
  first_name?: string | undefined;
2551
2552
  last_name?: string | undefined;
2552
- title?: string | undefined;
2553
2553
  username?: string | undefined;
2554
2554
  }>;
2555
2555
  text: z.ZodOptional<z.ZodString>;
@@ -2597,9 +2597,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2597
2597
  chat: {
2598
2598
  type: "channel" | "private" | "group" | "supergroup";
2599
2599
  id: number;
2600
+ title?: string | undefined;
2600
2601
  first_name?: string | undefined;
2601
2602
  last_name?: string | undefined;
2602
- title?: string | undefined;
2603
2603
  username?: string | undefined;
2604
2604
  };
2605
2605
  text?: string | undefined;
@@ -2631,9 +2631,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2631
2631
  chat: {
2632
2632
  type: "channel" | "private" | "group" | "supergroup";
2633
2633
  id: number;
2634
+ title?: string | undefined;
2634
2635
  first_name?: string | undefined;
2635
2636
  last_name?: string | undefined;
2636
- title?: string | undefined;
2637
2637
  username?: string | undefined;
2638
2638
  };
2639
2639
  text?: string | undefined;
@@ -2719,16 +2719,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2719
2719
  }, "strip", z.ZodTypeAny, {
2720
2720
  type: "channel" | "private" | "group" | "supergroup";
2721
2721
  id: number;
2722
+ title?: string | undefined;
2722
2723
  first_name?: string | undefined;
2723
2724
  last_name?: string | undefined;
2724
- title?: string | undefined;
2725
2725
  username?: string | undefined;
2726
2726
  }, {
2727
2727
  type: "channel" | "private" | "group" | "supergroup";
2728
2728
  id: number;
2729
+ title?: string | undefined;
2729
2730
  first_name?: string | undefined;
2730
2731
  last_name?: string | undefined;
2731
- title?: string | undefined;
2732
2732
  username?: string | undefined;
2733
2733
  }>;
2734
2734
  text: z.ZodOptional<z.ZodString>;
@@ -2776,9 +2776,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2776
2776
  chat: {
2777
2777
  type: "channel" | "private" | "group" | "supergroup";
2778
2778
  id: number;
2779
+ title?: string | undefined;
2779
2780
  first_name?: string | undefined;
2780
2781
  last_name?: string | undefined;
2781
- title?: string | undefined;
2782
2782
  username?: string | undefined;
2783
2783
  };
2784
2784
  text?: string | undefined;
@@ -2810,9 +2810,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2810
2810
  chat: {
2811
2811
  type: "channel" | "private" | "group" | "supergroup";
2812
2812
  id: number;
2813
+ title?: string | undefined;
2813
2814
  first_name?: string | undefined;
2814
2815
  last_name?: string | undefined;
2815
- title?: string | undefined;
2816
2816
  username?: string | undefined;
2817
2817
  };
2818
2818
  text?: string | undefined;
@@ -2860,9 +2860,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2860
2860
  chat: {
2861
2861
  type: "channel" | "private" | "group" | "supergroup";
2862
2862
  id: number;
2863
+ title?: string | undefined;
2863
2864
  first_name?: string | undefined;
2864
2865
  last_name?: string | undefined;
2865
- title?: string | undefined;
2866
2866
  username?: string | undefined;
2867
2867
  };
2868
2868
  text?: string | undefined;
@@ -2909,9 +2909,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2909
2909
  chat: {
2910
2910
  type: "channel" | "private" | "group" | "supergroup";
2911
2911
  id: number;
2912
+ title?: string | undefined;
2912
2913
  first_name?: string | undefined;
2913
2914
  last_name?: string | undefined;
2914
- title?: string | undefined;
2915
2915
  username?: string | undefined;
2916
2916
  };
2917
2917
  text?: string | undefined;
@@ -2950,9 +2950,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2950
2950
  chat: {
2951
2951
  type: "channel" | "private" | "group" | "supergroup";
2952
2952
  id: number;
2953
+ title?: string | undefined;
2953
2954
  first_name?: string | undefined;
2954
2955
  last_name?: string | undefined;
2955
- title?: string | undefined;
2956
2956
  username?: string | undefined;
2957
2957
  };
2958
2958
  text?: string | undefined;
@@ -2985,9 +2985,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2985
2985
  chat: {
2986
2986
  type: "channel" | "private" | "group" | "supergroup";
2987
2987
  id: number;
2988
+ title?: string | undefined;
2988
2989
  first_name?: string | undefined;
2989
2990
  last_name?: string | undefined;
2990
- title?: string | undefined;
2991
2991
  username?: string | undefined;
2992
2992
  };
2993
2993
  text?: string | undefined;
@@ -3020,9 +3020,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3020
3020
  chat: {
3021
3021
  type: "channel" | "private" | "group" | "supergroup";
3022
3022
  id: number;
3023
+ title?: string | undefined;
3023
3024
  first_name?: string | undefined;
3024
3025
  last_name?: string | undefined;
3025
- title?: string | undefined;
3026
3026
  username?: string | undefined;
3027
3027
  };
3028
3028
  text?: string | undefined;
@@ -3055,9 +3055,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3055
3055
  chat: {
3056
3056
  type: "channel" | "private" | "group" | "supergroup";
3057
3057
  id: number;
3058
+ title?: string | undefined;
3058
3059
  first_name?: string | undefined;
3059
3060
  last_name?: string | undefined;
3060
- title?: string | undefined;
3061
3061
  username?: string | undefined;
3062
3062
  };
3063
3063
  text?: string | undefined;
@@ -3101,9 +3101,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3101
3101
  chat: {
3102
3102
  type: "channel" | "private" | "group" | "supergroup";
3103
3103
  id: number;
3104
+ title?: string | undefined;
3104
3105
  first_name?: string | undefined;
3105
3106
  last_name?: string | undefined;
3106
- title?: string | undefined;
3107
3107
  username?: string | undefined;
3108
3108
  };
3109
3109
  text?: string | undefined;
@@ -3142,9 +3142,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3142
3142
  chat: {
3143
3143
  type: "channel" | "private" | "group" | "supergroup";
3144
3144
  id: number;
3145
+ title?: string | undefined;
3145
3146
  first_name?: string | undefined;
3146
3147
  last_name?: string | undefined;
3147
- title?: string | undefined;
3148
3148
  username?: string | undefined;
3149
3149
  };
3150
3150
  text?: string | undefined;
@@ -3177,9 +3177,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3177
3177
  chat: {
3178
3178
  type: "channel" | "private" | "group" | "supergroup";
3179
3179
  id: number;
3180
+ title?: string | undefined;
3180
3181
  first_name?: string | undefined;
3181
3182
  last_name?: string | undefined;
3182
- title?: string | undefined;
3183
3183
  username?: string | undefined;
3184
3184
  };
3185
3185
  text?: string | undefined;
@@ -3212,9 +3212,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3212
3212
  chat: {
3213
3213
  type: "channel" | "private" | "group" | "supergroup";
3214
3214
  id: number;
3215
+ title?: string | undefined;
3215
3216
  first_name?: string | undefined;
3216
3217
  last_name?: string | undefined;
3217
- title?: string | undefined;
3218
3218
  username?: string | undefined;
3219
3219
  };
3220
3220
  text?: string | undefined;
@@ -3247,9 +3247,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3247
3247
  chat: {
3248
3248
  type: "channel" | "private" | "group" | "supergroup";
3249
3249
  id: number;
3250
+ title?: string | undefined;
3250
3251
  first_name?: string | undefined;
3251
3252
  last_name?: string | undefined;
3252
- title?: string | undefined;
3253
3253
  username?: string | undefined;
3254
3254
  };
3255
3255
  text?: string | undefined;
@@ -3293,9 +3293,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3293
3293
  chat: {
3294
3294
  type: "channel" | "private" | "group" | "supergroup";
3295
3295
  id: number;
3296
+ title?: string | undefined;
3296
3297
  first_name?: string | undefined;
3297
3298
  last_name?: string | undefined;
3298
- title?: string | undefined;
3299
3299
  username?: string | undefined;
3300
3300
  };
3301
3301
  text?: string | undefined;
@@ -3330,9 +3330,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3330
3330
  error: z.ZodString;
3331
3331
  success: z.ZodBoolean;
3332
3332
  }, "strip", z.ZodTypeAny, {
3333
- operation: "get_updates";
3334
3333
  success: boolean;
3335
3334
  error: string;
3335
+ operation: "get_updates";
3336
3336
  ok: boolean;
3337
3337
  updates?: {
3338
3338
  update_id: number;
@@ -3342,9 +3342,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3342
3342
  chat: {
3343
3343
  type: "channel" | "private" | "group" | "supergroup";
3344
3344
  id: number;
3345
+ title?: string | undefined;
3345
3346
  first_name?: string | undefined;
3346
3347
  last_name?: string | undefined;
3347
- title?: string | undefined;
3348
3348
  username?: string | undefined;
3349
3349
  };
3350
3350
  text?: string | undefined;
@@ -3377,9 +3377,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3377
3377
  chat: {
3378
3378
  type: "channel" | "private" | "group" | "supergroup";
3379
3379
  id: number;
3380
+ title?: string | undefined;
3380
3381
  first_name?: string | undefined;
3381
3382
  last_name?: string | undefined;
3382
- title?: string | undefined;
3383
3383
  username?: string | undefined;
3384
3384
  };
3385
3385
  text?: string | undefined;
@@ -3412,9 +3412,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3412
3412
  chat: {
3413
3413
  type: "channel" | "private" | "group" | "supergroup";
3414
3414
  id: number;
3415
+ title?: string | undefined;
3415
3416
  first_name?: string | undefined;
3416
3417
  last_name?: string | undefined;
3417
- title?: string | undefined;
3418
3418
  username?: string | undefined;
3419
3419
  };
3420
3420
  text?: string | undefined;
@@ -3447,9 +3447,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3447
3447
  chat: {
3448
3448
  type: "channel" | "private" | "group" | "supergroup";
3449
3449
  id: number;
3450
+ title?: string | undefined;
3450
3451
  first_name?: string | undefined;
3451
3452
  last_name?: string | undefined;
3452
- title?: string | undefined;
3453
3453
  username?: string | undefined;
3454
3454
  };
3455
3455
  text?: string | undefined;
@@ -3493,9 +3493,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3493
3493
  chat: {
3494
3494
  type: "channel" | "private" | "group" | "supergroup";
3495
3495
  id: number;
3496
+ title?: string | undefined;
3496
3497
  first_name?: string | undefined;
3497
3498
  last_name?: string | undefined;
3498
- title?: string | undefined;
3499
3499
  username?: string | undefined;
3500
3500
  };
3501
3501
  text?: string | undefined;
@@ -3528,9 +3528,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3528
3528
  } | undefined;
3529
3529
  }[] | undefined;
3530
3530
  }, {
3531
- operation: "get_updates";
3532
3531
  success: boolean;
3533
3532
  error: string;
3533
+ operation: "get_updates";
3534
3534
  ok: boolean;
3535
3535
  updates?: {
3536
3536
  update_id: number;
@@ -3540,9 +3540,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3540
3540
  chat: {
3541
3541
  type: "channel" | "private" | "group" | "supergroup";
3542
3542
  id: number;
3543
+ title?: string | undefined;
3543
3544
  first_name?: string | undefined;
3544
3545
  last_name?: string | undefined;
3545
- title?: string | undefined;
3546
3546
  username?: string | undefined;
3547
3547
  };
3548
3548
  text?: string | undefined;
@@ -3575,9 +3575,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3575
3575
  chat: {
3576
3576
  type: "channel" | "private" | "group" | "supergroup";
3577
3577
  id: number;
3578
+ title?: string | undefined;
3578
3579
  first_name?: string | undefined;
3579
3580
  last_name?: string | undefined;
3580
- title?: string | undefined;
3581
3581
  username?: string | undefined;
3582
3582
  };
3583
3583
  text?: string | undefined;
@@ -3610,9 +3610,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3610
3610
  chat: {
3611
3611
  type: "channel" | "private" | "group" | "supergroup";
3612
3612
  id: number;
3613
+ title?: string | undefined;
3613
3614
  first_name?: string | undefined;
3614
3615
  last_name?: string | undefined;
3615
- title?: string | undefined;
3616
3616
  username?: string | undefined;
3617
3617
  };
3618
3618
  text?: string | undefined;
@@ -3645,9 +3645,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3645
3645
  chat: {
3646
3646
  type: "channel" | "private" | "group" | "supergroup";
3647
3647
  id: number;
3648
+ title?: string | undefined;
3648
3649
  first_name?: string | undefined;
3649
3650
  last_name?: string | undefined;
3650
- title?: string | undefined;
3651
3651
  username?: string | undefined;
3652
3652
  };
3653
3653
  text?: string | undefined;
@@ -3691,9 +3691,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3691
3691
  chat: {
3692
3692
  type: "channel" | "private" | "group" | "supergroup";
3693
3693
  id: number;
3694
+ title?: string | undefined;
3694
3695
  first_name?: string | undefined;
3695
3696
  last_name?: string | undefined;
3696
- title?: string | undefined;
3697
3697
  username?: string | undefined;
3698
3698
  };
3699
3699
  text?: string | undefined;
@@ -3731,14 +3731,14 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3731
3731
  error: z.ZodString;
3732
3732
  success: z.ZodBoolean;
3733
3733
  }, "strip", z.ZodTypeAny, {
3734
- operation: "send_chat_action";
3735
3734
  success: boolean;
3736
3735
  error: string;
3736
+ operation: "send_chat_action";
3737
3737
  ok: boolean;
3738
3738
  }, {
3739
- operation: "send_chat_action";
3740
3739
  success: boolean;
3741
3740
  error: string;
3741
+ operation: "send_chat_action";
3742
3742
  ok: boolean;
3743
3743
  }>, z.ZodObject<{
3744
3744
  operation: z.ZodLiteral<"set_message_reaction">;
@@ -3746,14 +3746,14 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3746
3746
  error: z.ZodString;
3747
3747
  success: z.ZodBoolean;
3748
3748
  }, "strip", z.ZodTypeAny, {
3749
- operation: "set_message_reaction";
3750
3749
  success: boolean;
3751
3750
  error: string;
3751
+ operation: "set_message_reaction";
3752
3752
  ok: boolean;
3753
3753
  }, {
3754
- operation: "set_message_reaction";
3755
3754
  success: boolean;
3756
3755
  error: string;
3756
+ operation: "set_message_reaction";
3757
3757
  ok: boolean;
3758
3758
  }>, z.ZodObject<{
3759
3759
  operation: z.ZodLiteral<"set_webhook">;
@@ -3761,14 +3761,14 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3761
3761
  error: z.ZodString;
3762
3762
  success: z.ZodBoolean;
3763
3763
  }, "strip", z.ZodTypeAny, {
3764
- operation: "set_webhook";
3765
3764
  success: boolean;
3766
3765
  error: string;
3766
+ operation: "set_webhook";
3767
3767
  ok: boolean;
3768
3768
  }, {
3769
- operation: "set_webhook";
3770
3769
  success: boolean;
3771
3770
  error: string;
3771
+ operation: "set_webhook";
3772
3772
  ok: boolean;
3773
3773
  }>, z.ZodObject<{
3774
3774
  operation: z.ZodLiteral<"delete_webhook">;
@@ -3776,14 +3776,14 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3776
3776
  error: z.ZodString;
3777
3777
  success: z.ZodBoolean;
3778
3778
  }, "strip", z.ZodTypeAny, {
3779
- operation: "delete_webhook";
3780
3779
  success: boolean;
3781
3780
  error: string;
3781
+ operation: "delete_webhook";
3782
3782
  ok: boolean;
3783
3783
  }, {
3784
- operation: "delete_webhook";
3785
3784
  success: boolean;
3786
3785
  error: string;
3786
+ operation: "delete_webhook";
3787
3787
  ok: boolean;
3788
3788
  }>, z.ZodObject<{
3789
3789
  operation: z.ZodLiteral<"get_webhook_info">;
@@ -3822,9 +3822,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3822
3822
  error: z.ZodString;
3823
3823
  success: z.ZodBoolean;
3824
3824
  }, "strip", z.ZodTypeAny, {
3825
- operation: "get_webhook_info";
3826
3825
  success: boolean;
3827
3826
  error: string;
3827
+ operation: "get_webhook_info";
3828
3828
  ok: boolean;
3829
3829
  webhook_info?: {
3830
3830
  url: string;
@@ -3838,9 +3838,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3838
3838
  last_synchronization_error_date?: number | undefined;
3839
3839
  } | undefined;
3840
3840
  }, {
3841
- operation: "get_webhook_info";
3842
3841
  success: boolean;
3843
3842
  error: string;
3843
+ operation: "get_webhook_info";
3844
3844
  ok: boolean;
3845
3845
  webhook_info?: {
3846
3846
  url: string;
@@ -4671,16 +4671,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
4671
4671
  allowed_updates: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4672
4672
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4673
4673
  }, "strip", z.ZodTypeAny, {
4674
- operation: "get_updates";
4675
4674
  limit: number;
4675
+ operation: "get_updates";
4676
4676
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4677
4677
  timeout?: number | undefined;
4678
4678
  offset?: number | undefined;
4679
4679
  allowed_updates?: string[] | undefined;
4680
4680
  }, {
4681
4681
  operation: "get_updates";
4682
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4683
4682
  limit?: number | undefined;
4683
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4684
4684
  timeout?: number | undefined;
4685
4685
  offset?: number | undefined;
4686
4686
  allowed_updates?: string[] | undefined;
@@ -4763,8 +4763,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
4763
4763
  secret_token: z.ZodOptional<z.ZodString>;
4764
4764
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4765
4765
  }, "strip", z.ZodTypeAny, {
4766
- operation: "set_webhook";
4767
4766
  url: string;
4767
+ operation: "set_webhook";
4768
4768
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4769
4769
  allowed_updates?: string[] | undefined;
4770
4770
  ip_address?: string | undefined;
@@ -4772,8 +4772,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
4772
4772
  drop_pending_updates?: boolean | undefined;
4773
4773
  secret_token?: string | undefined;
4774
4774
  }, {
4775
- operation: "set_webhook";
4776
4775
  url: string;
4776
+ operation: "set_webhook";
4777
4777
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4778
4778
  allowed_updates?: string[] | undefined;
4779
4779
  ip_address?: string | undefined;
@@ -4840,16 +4840,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
4840
4840
  }, "strip", z.ZodTypeAny, {
4841
4841
  type: "channel" | "private" | "group" | "supergroup";
4842
4842
  id: number;
4843
+ title?: string | undefined;
4843
4844
  first_name?: string | undefined;
4844
4845
  last_name?: string | undefined;
4845
- title?: string | undefined;
4846
4846
  username?: string | undefined;
4847
4847
  }, {
4848
4848
  type: "channel" | "private" | "group" | "supergroup";
4849
4849
  id: number;
4850
+ title?: string | undefined;
4850
4851
  first_name?: string | undefined;
4851
4852
  last_name?: string | undefined;
4852
- title?: string | undefined;
4853
4853
  username?: string | undefined;
4854
4854
  }>;
4855
4855
  text: z.ZodOptional<z.ZodString>;
@@ -4897,9 +4897,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
4897
4897
  chat: {
4898
4898
  type: "channel" | "private" | "group" | "supergroup";
4899
4899
  id: number;
4900
+ title?: string | undefined;
4900
4901
  first_name?: string | undefined;
4901
4902
  last_name?: string | undefined;
4902
- title?: string | undefined;
4903
4903
  username?: string | undefined;
4904
4904
  };
4905
4905
  text?: string | undefined;
@@ -4931,9 +4931,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
4931
4931
  chat: {
4932
4932
  type: "channel" | "private" | "group" | "supergroup";
4933
4933
  id: number;
4934
+ title?: string | undefined;
4934
4935
  first_name?: string | undefined;
4935
4936
  last_name?: string | undefined;
4936
- title?: string | undefined;
4937
4937
  username?: string | undefined;
4938
4938
  };
4939
4939
  text?: string | undefined;
@@ -4963,9 +4963,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
4963
4963
  error: z.ZodString;
4964
4964
  success: z.ZodBoolean;
4965
4965
  }, "strip", z.ZodTypeAny, {
4966
- operation: "send_message";
4967
4966
  success: boolean;
4968
4967
  error: string;
4968
+ operation: "send_message";
4969
4969
  ok: boolean;
4970
4970
  message?: {
4971
4971
  date: number;
@@ -4973,9 +4973,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
4973
4973
  chat: {
4974
4974
  type: "channel" | "private" | "group" | "supergroup";
4975
4975
  id: number;
4976
+ title?: string | undefined;
4976
4977
  first_name?: string | undefined;
4977
4978
  last_name?: string | undefined;
4978
- title?: string | undefined;
4979
4979
  username?: string | undefined;
4980
4980
  };
4981
4981
  text?: string | undefined;
@@ -5003,9 +5003,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5003
5003
  } | undefined;
5004
5004
  } | undefined;
5005
5005
  }, {
5006
- operation: "send_message";
5007
5006
  success: boolean;
5008
5007
  error: string;
5008
+ operation: "send_message";
5009
5009
  ok: boolean;
5010
5010
  message?: {
5011
5011
  date: number;
@@ -5013,9 +5013,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5013
5013
  chat: {
5014
5014
  type: "channel" | "private" | "group" | "supergroup";
5015
5015
  id: number;
5016
+ title?: string | undefined;
5016
5017
  first_name?: string | undefined;
5017
5018
  last_name?: string | undefined;
5018
- title?: string | undefined;
5019
5019
  username?: string | undefined;
5020
5020
  };
5021
5021
  text?: string | undefined;
@@ -5080,16 +5080,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5080
5080
  }, "strip", z.ZodTypeAny, {
5081
5081
  type: "channel" | "private" | "group" | "supergroup";
5082
5082
  id: number;
5083
+ title?: string | undefined;
5083
5084
  first_name?: string | undefined;
5084
5085
  last_name?: string | undefined;
5085
- title?: string | undefined;
5086
5086
  username?: string | undefined;
5087
5087
  }, {
5088
5088
  type: "channel" | "private" | "group" | "supergroup";
5089
5089
  id: number;
5090
+ title?: string | undefined;
5090
5091
  first_name?: string | undefined;
5091
5092
  last_name?: string | undefined;
5092
- title?: string | undefined;
5093
5093
  username?: string | undefined;
5094
5094
  }>;
5095
5095
  text: z.ZodOptional<z.ZodString>;
@@ -5137,9 +5137,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5137
5137
  chat: {
5138
5138
  type: "channel" | "private" | "group" | "supergroup";
5139
5139
  id: number;
5140
+ title?: string | undefined;
5140
5141
  first_name?: string | undefined;
5141
5142
  last_name?: string | undefined;
5142
- title?: string | undefined;
5143
5143
  username?: string | undefined;
5144
5144
  };
5145
5145
  text?: string | undefined;
@@ -5171,9 +5171,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5171
5171
  chat: {
5172
5172
  type: "channel" | "private" | "group" | "supergroup";
5173
5173
  id: number;
5174
+ title?: string | undefined;
5174
5175
  first_name?: string | undefined;
5175
5176
  last_name?: string | undefined;
5176
- title?: string | undefined;
5177
5177
  username?: string | undefined;
5178
5178
  };
5179
5179
  text?: string | undefined;
@@ -5203,9 +5203,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5203
5203
  error: z.ZodString;
5204
5204
  success: z.ZodBoolean;
5205
5205
  }, "strip", z.ZodTypeAny, {
5206
- operation: "send_photo";
5207
5206
  success: boolean;
5208
5207
  error: string;
5208
+ operation: "send_photo";
5209
5209
  ok: boolean;
5210
5210
  message?: {
5211
5211
  date: number;
@@ -5213,9 +5213,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5213
5213
  chat: {
5214
5214
  type: "channel" | "private" | "group" | "supergroup";
5215
5215
  id: number;
5216
+ title?: string | undefined;
5216
5217
  first_name?: string | undefined;
5217
5218
  last_name?: string | undefined;
5218
- title?: string | undefined;
5219
5219
  username?: string | undefined;
5220
5220
  };
5221
5221
  text?: string | undefined;
@@ -5243,9 +5243,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5243
5243
  } | undefined;
5244
5244
  } | undefined;
5245
5245
  }, {
5246
- operation: "send_photo";
5247
5246
  success: boolean;
5248
5247
  error: string;
5248
+ operation: "send_photo";
5249
5249
  ok: boolean;
5250
5250
  message?: {
5251
5251
  date: number;
@@ -5253,9 +5253,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5253
5253
  chat: {
5254
5254
  type: "channel" | "private" | "group" | "supergroup";
5255
5255
  id: number;
5256
+ title?: string | undefined;
5256
5257
  first_name?: string | undefined;
5257
5258
  last_name?: string | undefined;
5258
- title?: string | undefined;
5259
5259
  username?: string | undefined;
5260
5260
  };
5261
5261
  text?: string | undefined;
@@ -5320,16 +5320,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5320
5320
  }, "strip", z.ZodTypeAny, {
5321
5321
  type: "channel" | "private" | "group" | "supergroup";
5322
5322
  id: number;
5323
+ title?: string | undefined;
5323
5324
  first_name?: string | undefined;
5324
5325
  last_name?: string | undefined;
5325
- title?: string | undefined;
5326
5326
  username?: string | undefined;
5327
5327
  }, {
5328
5328
  type: "channel" | "private" | "group" | "supergroup";
5329
5329
  id: number;
5330
+ title?: string | undefined;
5330
5331
  first_name?: string | undefined;
5331
5332
  last_name?: string | undefined;
5332
- title?: string | undefined;
5333
5333
  username?: string | undefined;
5334
5334
  }>;
5335
5335
  text: z.ZodOptional<z.ZodString>;
@@ -5377,9 +5377,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5377
5377
  chat: {
5378
5378
  type: "channel" | "private" | "group" | "supergroup";
5379
5379
  id: number;
5380
+ title?: string | undefined;
5380
5381
  first_name?: string | undefined;
5381
5382
  last_name?: string | undefined;
5382
- title?: string | undefined;
5383
5383
  username?: string | undefined;
5384
5384
  };
5385
5385
  text?: string | undefined;
@@ -5411,9 +5411,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5411
5411
  chat: {
5412
5412
  type: "channel" | "private" | "group" | "supergroup";
5413
5413
  id: number;
5414
+ title?: string | undefined;
5414
5415
  first_name?: string | undefined;
5415
5416
  last_name?: string | undefined;
5416
- title?: string | undefined;
5417
5417
  username?: string | undefined;
5418
5418
  };
5419
5419
  text?: string | undefined;
@@ -5443,9 +5443,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5443
5443
  error: z.ZodString;
5444
5444
  success: z.ZodBoolean;
5445
5445
  }, "strip", z.ZodTypeAny, {
5446
- operation: "send_document";
5447
5446
  success: boolean;
5448
5447
  error: string;
5448
+ operation: "send_document";
5449
5449
  ok: boolean;
5450
5450
  message?: {
5451
5451
  date: number;
@@ -5453,9 +5453,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5453
5453
  chat: {
5454
5454
  type: "channel" | "private" | "group" | "supergroup";
5455
5455
  id: number;
5456
+ title?: string | undefined;
5456
5457
  first_name?: string | undefined;
5457
5458
  last_name?: string | undefined;
5458
- title?: string | undefined;
5459
5459
  username?: string | undefined;
5460
5460
  };
5461
5461
  text?: string | undefined;
@@ -5483,9 +5483,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5483
5483
  } | undefined;
5484
5484
  } | undefined;
5485
5485
  }, {
5486
- operation: "send_document";
5487
5486
  success: boolean;
5488
5487
  error: string;
5488
+ operation: "send_document";
5489
5489
  ok: boolean;
5490
5490
  message?: {
5491
5491
  date: number;
@@ -5493,9 +5493,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5493
5493
  chat: {
5494
5494
  type: "channel" | "private" | "group" | "supergroup";
5495
5495
  id: number;
5496
+ title?: string | undefined;
5496
5497
  first_name?: string | undefined;
5497
5498
  last_name?: string | undefined;
5498
- title?: string | undefined;
5499
5499
  username?: string | undefined;
5500
5500
  };
5501
5501
  text?: string | undefined;
@@ -5560,16 +5560,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5560
5560
  }, "strip", z.ZodTypeAny, {
5561
5561
  type: "channel" | "private" | "group" | "supergroup";
5562
5562
  id: number;
5563
+ title?: string | undefined;
5563
5564
  first_name?: string | undefined;
5564
5565
  last_name?: string | undefined;
5565
- title?: string | undefined;
5566
5566
  username?: string | undefined;
5567
5567
  }, {
5568
5568
  type: "channel" | "private" | "group" | "supergroup";
5569
5569
  id: number;
5570
+ title?: string | undefined;
5570
5571
  first_name?: string | undefined;
5571
5572
  last_name?: string | undefined;
5572
- title?: string | undefined;
5573
5573
  username?: string | undefined;
5574
5574
  }>;
5575
5575
  text: z.ZodOptional<z.ZodString>;
@@ -5617,9 +5617,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5617
5617
  chat: {
5618
5618
  type: "channel" | "private" | "group" | "supergroup";
5619
5619
  id: number;
5620
+ title?: string | undefined;
5620
5621
  first_name?: string | undefined;
5621
5622
  last_name?: string | undefined;
5622
- title?: string | undefined;
5623
5623
  username?: string | undefined;
5624
5624
  };
5625
5625
  text?: string | undefined;
@@ -5651,9 +5651,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5651
5651
  chat: {
5652
5652
  type: "channel" | "private" | "group" | "supergroup";
5653
5653
  id: number;
5654
+ title?: string | undefined;
5654
5655
  first_name?: string | undefined;
5655
5656
  last_name?: string | undefined;
5656
- title?: string | undefined;
5657
5657
  username?: string | undefined;
5658
5658
  };
5659
5659
  text?: string | undefined;
@@ -5683,9 +5683,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5683
5683
  error: z.ZodString;
5684
5684
  success: z.ZodBoolean;
5685
5685
  }, "strip", z.ZodTypeAny, {
5686
- operation: "edit_message";
5687
5686
  success: boolean;
5688
5687
  error: string;
5688
+ operation: "edit_message";
5689
5689
  ok: boolean;
5690
5690
  message?: {
5691
5691
  date: number;
@@ -5693,9 +5693,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5693
5693
  chat: {
5694
5694
  type: "channel" | "private" | "group" | "supergroup";
5695
5695
  id: number;
5696
+ title?: string | undefined;
5696
5697
  first_name?: string | undefined;
5697
5698
  last_name?: string | undefined;
5698
- title?: string | undefined;
5699
5699
  username?: string | undefined;
5700
5700
  };
5701
5701
  text?: string | undefined;
@@ -5723,9 +5723,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5723
5723
  } | undefined;
5724
5724
  } | undefined;
5725
5725
  }, {
5726
- operation: "edit_message";
5727
5726
  success: boolean;
5728
5727
  error: string;
5728
+ operation: "edit_message";
5729
5729
  ok: boolean;
5730
5730
  message?: {
5731
5731
  date: number;
@@ -5733,9 +5733,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5733
5733
  chat: {
5734
5734
  type: "channel" | "private" | "group" | "supergroup";
5735
5735
  id: number;
5736
+ title?: string | undefined;
5736
5737
  first_name?: string | undefined;
5737
5738
  last_name?: string | undefined;
5738
- title?: string | undefined;
5739
5739
  username?: string | undefined;
5740
5740
  };
5741
5741
  text?: string | undefined;
@@ -5768,14 +5768,14 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5768
5768
  error: z.ZodString;
5769
5769
  success: z.ZodBoolean;
5770
5770
  }, "strip", z.ZodTypeAny, {
5771
- operation: "delete_message";
5772
5771
  success: boolean;
5773
5772
  error: string;
5773
+ operation: "delete_message";
5774
5774
  ok: boolean;
5775
5775
  }, {
5776
- operation: "delete_message";
5777
5776
  success: boolean;
5778
5777
  error: string;
5778
+ operation: "delete_message";
5779
5779
  ok: boolean;
5780
5780
  }>, z.ZodObject<{
5781
5781
  operation: z.ZodLiteral<"get_me">;
@@ -5805,9 +5805,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5805
5805
  error: z.ZodString;
5806
5806
  success: z.ZodBoolean;
5807
5807
  }, "strip", z.ZodTypeAny, {
5808
- operation: "get_me";
5809
5808
  success: boolean;
5810
5809
  error: string;
5810
+ operation: "get_me";
5811
5811
  ok: boolean;
5812
5812
  user?: {
5813
5813
  first_name: string;
@@ -5818,9 +5818,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5818
5818
  language_code?: string | undefined;
5819
5819
  } | undefined;
5820
5820
  }, {
5821
- operation: "get_me";
5822
5821
  success: boolean;
5823
5822
  error: string;
5823
+ operation: "get_me";
5824
5824
  ok: boolean;
5825
5825
  user?: {
5826
5826
  first_name: string;
@@ -5845,51 +5845,51 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5845
5845
  }, "strip", z.ZodTypeAny, {
5846
5846
  type: "channel" | "private" | "group" | "supergroup";
5847
5847
  id: number;
5848
+ description?: string | undefined;
5849
+ title?: string | undefined;
5848
5850
  first_name?: string | undefined;
5849
5851
  last_name?: string | undefined;
5850
- title?: string | undefined;
5851
- description?: string | undefined;
5852
5852
  username?: string | undefined;
5853
5853
  invite_link?: string | undefined;
5854
5854
  }, {
5855
5855
  type: "channel" | "private" | "group" | "supergroup";
5856
5856
  id: number;
5857
+ description?: string | undefined;
5858
+ title?: string | undefined;
5857
5859
  first_name?: string | undefined;
5858
5860
  last_name?: string | undefined;
5859
- title?: string | undefined;
5860
- description?: string | undefined;
5861
5861
  username?: string | undefined;
5862
5862
  invite_link?: string | undefined;
5863
5863
  }>>;
5864
5864
  error: z.ZodString;
5865
5865
  success: z.ZodBoolean;
5866
5866
  }, "strip", z.ZodTypeAny, {
5867
- operation: "get_chat";
5868
5867
  success: boolean;
5869
5868
  error: string;
5869
+ operation: "get_chat";
5870
5870
  ok: boolean;
5871
5871
  chat?: {
5872
5872
  type: "channel" | "private" | "group" | "supergroup";
5873
5873
  id: number;
5874
+ description?: string | undefined;
5875
+ title?: string | undefined;
5874
5876
  first_name?: string | undefined;
5875
5877
  last_name?: string | undefined;
5876
- title?: string | undefined;
5877
- description?: string | undefined;
5878
5878
  username?: string | undefined;
5879
5879
  invite_link?: string | undefined;
5880
5880
  } | undefined;
5881
5881
  }, {
5882
- operation: "get_chat";
5883
5882
  success: boolean;
5884
5883
  error: string;
5884
+ operation: "get_chat";
5885
5885
  ok: boolean;
5886
5886
  chat?: {
5887
5887
  type: "channel" | "private" | "group" | "supergroup";
5888
5888
  id: number;
5889
+ description?: string | undefined;
5890
+ title?: string | undefined;
5889
5891
  first_name?: string | undefined;
5890
5892
  last_name?: string | undefined;
5891
- title?: string | undefined;
5892
- description?: string | undefined;
5893
5893
  username?: string | undefined;
5894
5894
  invite_link?: string | undefined;
5895
5895
  } | undefined;
@@ -5933,16 +5933,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5933
5933
  }, "strip", z.ZodTypeAny, {
5934
5934
  type: "channel" | "private" | "group" | "supergroup";
5935
5935
  id: number;
5936
+ title?: string | undefined;
5936
5937
  first_name?: string | undefined;
5937
5938
  last_name?: string | undefined;
5938
- title?: string | undefined;
5939
5939
  username?: string | undefined;
5940
5940
  }, {
5941
5941
  type: "channel" | "private" | "group" | "supergroup";
5942
5942
  id: number;
5943
+ title?: string | undefined;
5943
5944
  first_name?: string | undefined;
5944
5945
  last_name?: string | undefined;
5945
- title?: string | undefined;
5946
5946
  username?: string | undefined;
5947
5947
  }>;
5948
5948
  text: z.ZodOptional<z.ZodString>;
@@ -5990,9 +5990,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5990
5990
  chat: {
5991
5991
  type: "channel" | "private" | "group" | "supergroup";
5992
5992
  id: number;
5993
+ title?: string | undefined;
5993
5994
  first_name?: string | undefined;
5994
5995
  last_name?: string | undefined;
5995
- title?: string | undefined;
5996
5996
  username?: string | undefined;
5997
5997
  };
5998
5998
  text?: string | undefined;
@@ -6024,9 +6024,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6024
6024
  chat: {
6025
6025
  type: "channel" | "private" | "group" | "supergroup";
6026
6026
  id: number;
6027
+ title?: string | undefined;
6027
6028
  first_name?: string | undefined;
6028
6029
  last_name?: string | undefined;
6029
- title?: string | undefined;
6030
6030
  username?: string | undefined;
6031
6031
  };
6032
6032
  text?: string | undefined;
@@ -6088,16 +6088,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6088
6088
  }, "strip", z.ZodTypeAny, {
6089
6089
  type: "channel" | "private" | "group" | "supergroup";
6090
6090
  id: number;
6091
+ title?: string | undefined;
6091
6092
  first_name?: string | undefined;
6092
6093
  last_name?: string | undefined;
6093
- title?: string | undefined;
6094
6094
  username?: string | undefined;
6095
6095
  }, {
6096
6096
  type: "channel" | "private" | "group" | "supergroup";
6097
6097
  id: number;
6098
+ title?: string | undefined;
6098
6099
  first_name?: string | undefined;
6099
6100
  last_name?: string | undefined;
6100
- title?: string | undefined;
6101
6101
  username?: string | undefined;
6102
6102
  }>;
6103
6103
  text: z.ZodOptional<z.ZodString>;
@@ -6145,9 +6145,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6145
6145
  chat: {
6146
6146
  type: "channel" | "private" | "group" | "supergroup";
6147
6147
  id: number;
6148
+ title?: string | undefined;
6148
6149
  first_name?: string | undefined;
6149
6150
  last_name?: string | undefined;
6150
- title?: string | undefined;
6151
6151
  username?: string | undefined;
6152
6152
  };
6153
6153
  text?: string | undefined;
@@ -6179,9 +6179,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6179
6179
  chat: {
6180
6180
  type: "channel" | "private" | "group" | "supergroup";
6181
6181
  id: number;
6182
+ title?: string | undefined;
6182
6183
  first_name?: string | undefined;
6183
6184
  last_name?: string | undefined;
6184
- title?: string | undefined;
6185
6185
  username?: string | undefined;
6186
6186
  };
6187
6187
  text?: string | undefined;
@@ -6243,16 +6243,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6243
6243
  }, "strip", z.ZodTypeAny, {
6244
6244
  type: "channel" | "private" | "group" | "supergroup";
6245
6245
  id: number;
6246
+ title?: string | undefined;
6246
6247
  first_name?: string | undefined;
6247
6248
  last_name?: string | undefined;
6248
- title?: string | undefined;
6249
6249
  username?: string | undefined;
6250
6250
  }, {
6251
6251
  type: "channel" | "private" | "group" | "supergroup";
6252
6252
  id: number;
6253
+ title?: string | undefined;
6253
6254
  first_name?: string | undefined;
6254
6255
  last_name?: string | undefined;
6255
- title?: string | undefined;
6256
6256
  username?: string | undefined;
6257
6257
  }>;
6258
6258
  text: z.ZodOptional<z.ZodString>;
@@ -6300,9 +6300,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6300
6300
  chat: {
6301
6301
  type: "channel" | "private" | "group" | "supergroup";
6302
6302
  id: number;
6303
+ title?: string | undefined;
6303
6304
  first_name?: string | undefined;
6304
6305
  last_name?: string | undefined;
6305
- title?: string | undefined;
6306
6306
  username?: string | undefined;
6307
6307
  };
6308
6308
  text?: string | undefined;
@@ -6334,9 +6334,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6334
6334
  chat: {
6335
6335
  type: "channel" | "private" | "group" | "supergroup";
6336
6336
  id: number;
6337
+ title?: string | undefined;
6337
6338
  first_name?: string | undefined;
6338
6339
  last_name?: string | undefined;
6339
- title?: string | undefined;
6340
6340
  username?: string | undefined;
6341
6341
  };
6342
6342
  text?: string | undefined;
@@ -6398,16 +6398,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6398
6398
  }, "strip", z.ZodTypeAny, {
6399
6399
  type: "channel" | "private" | "group" | "supergroup";
6400
6400
  id: number;
6401
+ title?: string | undefined;
6401
6402
  first_name?: string | undefined;
6402
6403
  last_name?: string | undefined;
6403
- title?: string | undefined;
6404
6404
  username?: string | undefined;
6405
6405
  }, {
6406
6406
  type: "channel" | "private" | "group" | "supergroup";
6407
6407
  id: number;
6408
+ title?: string | undefined;
6408
6409
  first_name?: string | undefined;
6409
6410
  last_name?: string | undefined;
6410
- title?: string | undefined;
6411
6411
  username?: string | undefined;
6412
6412
  }>;
6413
6413
  text: z.ZodOptional<z.ZodString>;
@@ -6455,9 +6455,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6455
6455
  chat: {
6456
6456
  type: "channel" | "private" | "group" | "supergroup";
6457
6457
  id: number;
6458
+ title?: string | undefined;
6458
6459
  first_name?: string | undefined;
6459
6460
  last_name?: string | undefined;
6460
- title?: string | undefined;
6461
6461
  username?: string | undefined;
6462
6462
  };
6463
6463
  text?: string | undefined;
@@ -6489,9 +6489,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6489
6489
  chat: {
6490
6490
  type: "channel" | "private" | "group" | "supergroup";
6491
6491
  id: number;
6492
+ title?: string | undefined;
6492
6493
  first_name?: string | undefined;
6493
6494
  last_name?: string | undefined;
6494
- title?: string | undefined;
6495
6495
  username?: string | undefined;
6496
6496
  };
6497
6497
  text?: string | undefined;
@@ -6577,16 +6577,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6577
6577
  }, "strip", z.ZodTypeAny, {
6578
6578
  type: "channel" | "private" | "group" | "supergroup";
6579
6579
  id: number;
6580
+ title?: string | undefined;
6580
6581
  first_name?: string | undefined;
6581
6582
  last_name?: string | undefined;
6582
- title?: string | undefined;
6583
6583
  username?: string | undefined;
6584
6584
  }, {
6585
6585
  type: "channel" | "private" | "group" | "supergroup";
6586
6586
  id: number;
6587
+ title?: string | undefined;
6587
6588
  first_name?: string | undefined;
6588
6589
  last_name?: string | undefined;
6589
- title?: string | undefined;
6590
6590
  username?: string | undefined;
6591
6591
  }>;
6592
6592
  text: z.ZodOptional<z.ZodString>;
@@ -6634,9 +6634,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6634
6634
  chat: {
6635
6635
  type: "channel" | "private" | "group" | "supergroup";
6636
6636
  id: number;
6637
+ title?: string | undefined;
6637
6638
  first_name?: string | undefined;
6638
6639
  last_name?: string | undefined;
6639
- title?: string | undefined;
6640
6640
  username?: string | undefined;
6641
6641
  };
6642
6642
  text?: string | undefined;
@@ -6668,9 +6668,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6668
6668
  chat: {
6669
6669
  type: "channel" | "private" | "group" | "supergroup";
6670
6670
  id: number;
6671
+ title?: string | undefined;
6671
6672
  first_name?: string | undefined;
6672
6673
  last_name?: string | undefined;
6673
- title?: string | undefined;
6674
6674
  username?: string | undefined;
6675
6675
  };
6676
6676
  text?: string | undefined;
@@ -6718,9 +6718,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6718
6718
  chat: {
6719
6719
  type: "channel" | "private" | "group" | "supergroup";
6720
6720
  id: number;
6721
+ title?: string | undefined;
6721
6722
  first_name?: string | undefined;
6722
6723
  last_name?: string | undefined;
6723
- title?: string | undefined;
6724
6724
  username?: string | undefined;
6725
6725
  };
6726
6726
  text?: string | undefined;
@@ -6767,9 +6767,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6767
6767
  chat: {
6768
6768
  type: "channel" | "private" | "group" | "supergroup";
6769
6769
  id: number;
6770
+ title?: string | undefined;
6770
6771
  first_name?: string | undefined;
6771
6772
  last_name?: string | undefined;
6772
- title?: string | undefined;
6773
6773
  username?: string | undefined;
6774
6774
  };
6775
6775
  text?: string | undefined;
@@ -6808,9 +6808,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6808
6808
  chat: {
6809
6809
  type: "channel" | "private" | "group" | "supergroup";
6810
6810
  id: number;
6811
+ title?: string | undefined;
6811
6812
  first_name?: string | undefined;
6812
6813
  last_name?: string | undefined;
6813
- title?: string | undefined;
6814
6814
  username?: string | undefined;
6815
6815
  };
6816
6816
  text?: string | undefined;
@@ -6843,9 +6843,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6843
6843
  chat: {
6844
6844
  type: "channel" | "private" | "group" | "supergroup";
6845
6845
  id: number;
6846
+ title?: string | undefined;
6846
6847
  first_name?: string | undefined;
6847
6848
  last_name?: string | undefined;
6848
- title?: string | undefined;
6849
6849
  username?: string | undefined;
6850
6850
  };
6851
6851
  text?: string | undefined;
@@ -6878,9 +6878,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6878
6878
  chat: {
6879
6879
  type: "channel" | "private" | "group" | "supergroup";
6880
6880
  id: number;
6881
+ title?: string | undefined;
6881
6882
  first_name?: string | undefined;
6882
6883
  last_name?: string | undefined;
6883
- title?: string | undefined;
6884
6884
  username?: string | undefined;
6885
6885
  };
6886
6886
  text?: string | undefined;
@@ -6913,9 +6913,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6913
6913
  chat: {
6914
6914
  type: "channel" | "private" | "group" | "supergroup";
6915
6915
  id: number;
6916
+ title?: string | undefined;
6916
6917
  first_name?: string | undefined;
6917
6918
  last_name?: string | undefined;
6918
- title?: string | undefined;
6919
6919
  username?: string | undefined;
6920
6920
  };
6921
6921
  text?: string | undefined;
@@ -6959,9 +6959,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
6959
6959
  chat: {
6960
6960
  type: "channel" | "private" | "group" | "supergroup";
6961
6961
  id: number;
6962
+ title?: string | undefined;
6962
6963
  first_name?: string | undefined;
6963
6964
  last_name?: string | undefined;
6964
- title?: string | undefined;
6965
6965
  username?: string | undefined;
6966
6966
  };
6967
6967
  text?: string | undefined;
@@ -7000,9 +7000,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7000
7000
  chat: {
7001
7001
  type: "channel" | "private" | "group" | "supergroup";
7002
7002
  id: number;
7003
+ title?: string | undefined;
7003
7004
  first_name?: string | undefined;
7004
7005
  last_name?: string | undefined;
7005
- title?: string | undefined;
7006
7006
  username?: string | undefined;
7007
7007
  };
7008
7008
  text?: string | undefined;
@@ -7035,9 +7035,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7035
7035
  chat: {
7036
7036
  type: "channel" | "private" | "group" | "supergroup";
7037
7037
  id: number;
7038
+ title?: string | undefined;
7038
7039
  first_name?: string | undefined;
7039
7040
  last_name?: string | undefined;
7040
- title?: string | undefined;
7041
7041
  username?: string | undefined;
7042
7042
  };
7043
7043
  text?: string | undefined;
@@ -7070,9 +7070,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7070
7070
  chat: {
7071
7071
  type: "channel" | "private" | "group" | "supergroup";
7072
7072
  id: number;
7073
+ title?: string | undefined;
7073
7074
  first_name?: string | undefined;
7074
7075
  last_name?: string | undefined;
7075
- title?: string | undefined;
7076
7076
  username?: string | undefined;
7077
7077
  };
7078
7078
  text?: string | undefined;
@@ -7105,9 +7105,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7105
7105
  chat: {
7106
7106
  type: "channel" | "private" | "group" | "supergroup";
7107
7107
  id: number;
7108
+ title?: string | undefined;
7108
7109
  first_name?: string | undefined;
7109
7110
  last_name?: string | undefined;
7110
- title?: string | undefined;
7111
7111
  username?: string | undefined;
7112
7112
  };
7113
7113
  text?: string | undefined;
@@ -7151,9 +7151,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7151
7151
  chat: {
7152
7152
  type: "channel" | "private" | "group" | "supergroup";
7153
7153
  id: number;
7154
+ title?: string | undefined;
7154
7155
  first_name?: string | undefined;
7155
7156
  last_name?: string | undefined;
7156
- title?: string | undefined;
7157
7157
  username?: string | undefined;
7158
7158
  };
7159
7159
  text?: string | undefined;
@@ -7188,9 +7188,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7188
7188
  error: z.ZodString;
7189
7189
  success: z.ZodBoolean;
7190
7190
  }, "strip", z.ZodTypeAny, {
7191
- operation: "get_updates";
7192
7191
  success: boolean;
7193
7192
  error: string;
7193
+ operation: "get_updates";
7194
7194
  ok: boolean;
7195
7195
  updates?: {
7196
7196
  update_id: number;
@@ -7200,9 +7200,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7200
7200
  chat: {
7201
7201
  type: "channel" | "private" | "group" | "supergroup";
7202
7202
  id: number;
7203
+ title?: string | undefined;
7203
7204
  first_name?: string | undefined;
7204
7205
  last_name?: string | undefined;
7205
- title?: string | undefined;
7206
7206
  username?: string | undefined;
7207
7207
  };
7208
7208
  text?: string | undefined;
@@ -7235,9 +7235,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7235
7235
  chat: {
7236
7236
  type: "channel" | "private" | "group" | "supergroup";
7237
7237
  id: number;
7238
+ title?: string | undefined;
7238
7239
  first_name?: string | undefined;
7239
7240
  last_name?: string | undefined;
7240
- title?: string | undefined;
7241
7241
  username?: string | undefined;
7242
7242
  };
7243
7243
  text?: string | undefined;
@@ -7270,9 +7270,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7270
7270
  chat: {
7271
7271
  type: "channel" | "private" | "group" | "supergroup";
7272
7272
  id: number;
7273
+ title?: string | undefined;
7273
7274
  first_name?: string | undefined;
7274
7275
  last_name?: string | undefined;
7275
- title?: string | undefined;
7276
7276
  username?: string | undefined;
7277
7277
  };
7278
7278
  text?: string | undefined;
@@ -7305,9 +7305,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7305
7305
  chat: {
7306
7306
  type: "channel" | "private" | "group" | "supergroup";
7307
7307
  id: number;
7308
+ title?: string | undefined;
7308
7309
  first_name?: string | undefined;
7309
7310
  last_name?: string | undefined;
7310
- title?: string | undefined;
7311
7311
  username?: string | undefined;
7312
7312
  };
7313
7313
  text?: string | undefined;
@@ -7351,9 +7351,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7351
7351
  chat: {
7352
7352
  type: "channel" | "private" | "group" | "supergroup";
7353
7353
  id: number;
7354
+ title?: string | undefined;
7354
7355
  first_name?: string | undefined;
7355
7356
  last_name?: string | undefined;
7356
- title?: string | undefined;
7357
7357
  username?: string | undefined;
7358
7358
  };
7359
7359
  text?: string | undefined;
@@ -7386,9 +7386,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7386
7386
  } | undefined;
7387
7387
  }[] | undefined;
7388
7388
  }, {
7389
- operation: "get_updates";
7390
7389
  success: boolean;
7391
7390
  error: string;
7391
+ operation: "get_updates";
7392
7392
  ok: boolean;
7393
7393
  updates?: {
7394
7394
  update_id: number;
@@ -7398,9 +7398,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7398
7398
  chat: {
7399
7399
  type: "channel" | "private" | "group" | "supergroup";
7400
7400
  id: number;
7401
+ title?: string | undefined;
7401
7402
  first_name?: string | undefined;
7402
7403
  last_name?: string | undefined;
7403
- title?: string | undefined;
7404
7404
  username?: string | undefined;
7405
7405
  };
7406
7406
  text?: string | undefined;
@@ -7433,9 +7433,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7433
7433
  chat: {
7434
7434
  type: "channel" | "private" | "group" | "supergroup";
7435
7435
  id: number;
7436
+ title?: string | undefined;
7436
7437
  first_name?: string | undefined;
7437
7438
  last_name?: string | undefined;
7438
- title?: string | undefined;
7439
7439
  username?: string | undefined;
7440
7440
  };
7441
7441
  text?: string | undefined;
@@ -7468,9 +7468,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7468
7468
  chat: {
7469
7469
  type: "channel" | "private" | "group" | "supergroup";
7470
7470
  id: number;
7471
+ title?: string | undefined;
7471
7472
  first_name?: string | undefined;
7472
7473
  last_name?: string | undefined;
7473
- title?: string | undefined;
7474
7474
  username?: string | undefined;
7475
7475
  };
7476
7476
  text?: string | undefined;
@@ -7503,9 +7503,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7503
7503
  chat: {
7504
7504
  type: "channel" | "private" | "group" | "supergroup";
7505
7505
  id: number;
7506
+ title?: string | undefined;
7506
7507
  first_name?: string | undefined;
7507
7508
  last_name?: string | undefined;
7508
- title?: string | undefined;
7509
7509
  username?: string | undefined;
7510
7510
  };
7511
7511
  text?: string | undefined;
@@ -7549,9 +7549,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7549
7549
  chat: {
7550
7550
  type: "channel" | "private" | "group" | "supergroup";
7551
7551
  id: number;
7552
+ title?: string | undefined;
7552
7553
  first_name?: string | undefined;
7553
7554
  last_name?: string | undefined;
7554
- title?: string | undefined;
7555
7555
  username?: string | undefined;
7556
7556
  };
7557
7557
  text?: string | undefined;
@@ -7589,14 +7589,14 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7589
7589
  error: z.ZodString;
7590
7590
  success: z.ZodBoolean;
7591
7591
  }, "strip", z.ZodTypeAny, {
7592
- operation: "send_chat_action";
7593
7592
  success: boolean;
7594
7593
  error: string;
7594
+ operation: "send_chat_action";
7595
7595
  ok: boolean;
7596
7596
  }, {
7597
- operation: "send_chat_action";
7598
7597
  success: boolean;
7599
7598
  error: string;
7599
+ operation: "send_chat_action";
7600
7600
  ok: boolean;
7601
7601
  }>, z.ZodObject<{
7602
7602
  operation: z.ZodLiteral<"set_message_reaction">;
@@ -7604,14 +7604,14 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7604
7604
  error: z.ZodString;
7605
7605
  success: z.ZodBoolean;
7606
7606
  }, "strip", z.ZodTypeAny, {
7607
- operation: "set_message_reaction";
7608
7607
  success: boolean;
7609
7608
  error: string;
7609
+ operation: "set_message_reaction";
7610
7610
  ok: boolean;
7611
7611
  }, {
7612
- operation: "set_message_reaction";
7613
7612
  success: boolean;
7614
7613
  error: string;
7614
+ operation: "set_message_reaction";
7615
7615
  ok: boolean;
7616
7616
  }>, z.ZodObject<{
7617
7617
  operation: z.ZodLiteral<"set_webhook">;
@@ -7619,14 +7619,14 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7619
7619
  error: z.ZodString;
7620
7620
  success: z.ZodBoolean;
7621
7621
  }, "strip", z.ZodTypeAny, {
7622
- operation: "set_webhook";
7623
7622
  success: boolean;
7624
7623
  error: string;
7624
+ operation: "set_webhook";
7625
7625
  ok: boolean;
7626
7626
  }, {
7627
- operation: "set_webhook";
7628
7627
  success: boolean;
7629
7628
  error: string;
7629
+ operation: "set_webhook";
7630
7630
  ok: boolean;
7631
7631
  }>, z.ZodObject<{
7632
7632
  operation: z.ZodLiteral<"delete_webhook">;
@@ -7634,14 +7634,14 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7634
7634
  error: z.ZodString;
7635
7635
  success: z.ZodBoolean;
7636
7636
  }, "strip", z.ZodTypeAny, {
7637
- operation: "delete_webhook";
7638
7637
  success: boolean;
7639
7638
  error: string;
7639
+ operation: "delete_webhook";
7640
7640
  ok: boolean;
7641
7641
  }, {
7642
- operation: "delete_webhook";
7643
7642
  success: boolean;
7644
7643
  error: string;
7644
+ operation: "delete_webhook";
7645
7645
  ok: boolean;
7646
7646
  }>, z.ZodObject<{
7647
7647
  operation: z.ZodLiteral<"get_webhook_info">;
@@ -7680,9 +7680,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7680
7680
  error: z.ZodString;
7681
7681
  success: z.ZodBoolean;
7682
7682
  }, "strip", z.ZodTypeAny, {
7683
- operation: "get_webhook_info";
7684
7683
  success: boolean;
7685
7684
  error: string;
7685
+ operation: "get_webhook_info";
7686
7686
  ok: boolean;
7687
7687
  webhook_info?: {
7688
7688
  url: string;
@@ -7696,9 +7696,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7696
7696
  last_synchronization_error_date?: number | undefined;
7697
7697
  } | undefined;
7698
7698
  }, {
7699
- operation: "get_webhook_info";
7700
7699
  success: boolean;
7701
7700
  error: string;
7701
+ operation: "get_webhook_info";
7702
7702
  ok: boolean;
7703
7703
  webhook_info?: {
7704
7704
  url: string;