@bubblelab/bubble-core 0.1.23 → 0.1.25

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 (51) hide show
  1. package/dist/bubble-bundle.d.ts +55 -55
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +4 -4
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
  4. package/dist/bubbles/service-bubble/airtable.d.ts +80 -80
  5. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +9 -9
  6. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +382 -382
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +1 -1
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.js +7 -6
  9. package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +1 -1
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +432 -432
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -1
  12. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +15 -9
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -1
  14. package/dist/bubbles/service-bubble/firecrawl.d.ts +36 -36
  15. package/dist/bubbles/service-bubble/followupboss.d.ts +40 -40
  16. package/dist/bubbles/service-bubble/github.d.ts +52 -52
  17. package/dist/bubbles/service-bubble/gmail.d.ts +114 -114
  18. package/dist/bubbles/service-bubble/google-calendar.d.ts +16 -16
  19. package/dist/bubbles/service-bubble/google-drive.d.ts +14 -14
  20. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  21. package/dist/bubbles/service-bubble/google-drive.js +22 -1
  22. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  23. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
  25. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  26. package/dist/bubbles/service-bubble/notion/notion.d.ts +444 -444
  27. package/dist/bubbles/service-bubble/resend.d.ts +8 -8
  28. package/dist/bubbles/service-bubble/slack/slack.d.ts +132 -132
  29. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  30. package/dist/bubbles/service-bubble/telegram.d.ts +148 -148
  31. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  32. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +101 -101
  33. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -1
  34. package/dist/bubbles/tool-bubble/company-enrichment-tool.js +29 -8
  35. package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -1
  36. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
  37. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +44 -44
  38. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  39. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +119 -119
  40. package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
  41. package/dist/bubbles/tool-bubble/people-search-tool.js +31 -10
  42. package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
  43. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
  45. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  46. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  48. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
  49. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +22 -22
  50. package/dist/bubbles.json +7 -7
  51. package/package.json +2 -2
@@ -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;
986
985
  first_name?: string | undefined;
987
986
  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;
993
992
  first_name?: string | undefined;
994
993
  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;
1043
1042
  first_name?: string | undefined;
1044
1043
  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;
1077
1076
  first_name?: string | undefined;
1078
1077
  last_name?: string | undefined;
1078
+ title?: string | undefined;
1079
1079
  username?: string | undefined;
1080
1080
  };
1081
1081
  text?: string | undefined;
@@ -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;
1119
1118
  first_name?: string | undefined;
1120
1119
  last_name?: string | undefined;
1120
+ title?: string | undefined;
1121
1121
  username?: string | undefined;
1122
1122
  };
1123
1123
  text?: string | undefined;
@@ -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;
1159
1158
  first_name?: string | undefined;
1160
1159
  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;
1226
1225
  first_name?: string | undefined;
1227
1226
  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;
1233
1232
  first_name?: string | undefined;
1234
1233
  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;
1283
1282
  first_name?: string | undefined;
1284
1283
  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;
1317
1316
  first_name?: string | undefined;
1318
1317
  last_name?: string | undefined;
1318
+ title?: string | undefined;
1319
1319
  username?: string | undefined;
1320
1320
  };
1321
1321
  text?: string | undefined;
@@ -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;
1359
1358
  first_name?: string | undefined;
1360
1359
  last_name?: string | undefined;
1360
+ title?: string | undefined;
1361
1361
  username?: string | undefined;
1362
1362
  };
1363
1363
  text?: string | undefined;
@@ -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;
1399
1398
  first_name?: string | undefined;
1400
1399
  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;
1466
1465
  first_name?: string | undefined;
1467
1466
  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;
1473
1472
  first_name?: string | undefined;
1474
1473
  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;
1523
1522
  first_name?: string | undefined;
1524
1523
  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;
1557
1556
  first_name?: string | undefined;
1558
1557
  last_name?: string | undefined;
1558
+ title?: string | undefined;
1559
1559
  username?: string | undefined;
1560
1560
  };
1561
1561
  text?: string | undefined;
@@ -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;
1599
1598
  first_name?: string | undefined;
1600
1599
  last_name?: string | undefined;
1600
+ title?: string | undefined;
1601
1601
  username?: string | undefined;
1602
1602
  };
1603
1603
  text?: string | undefined;
@@ -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;
1639
1638
  first_name?: string | undefined;
1640
1639
  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;
1706
1705
  first_name?: string | undefined;
1707
1706
  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;
1713
1712
  first_name?: string | undefined;
1714
1713
  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;
1763
1762
  first_name?: string | undefined;
1764
1763
  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;
1797
1796
  first_name?: string | undefined;
1798
1797
  last_name?: string | undefined;
1798
+ title?: string | undefined;
1799
1799
  username?: string | undefined;
1800
1800
  };
1801
1801
  text?: string | undefined;
@@ -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;
1839
1838
  first_name?: string | undefined;
1840
1839
  last_name?: string | undefined;
1840
+ title?: string | undefined;
1841
1841
  username?: string | undefined;
1842
1842
  };
1843
1843
  text?: string | undefined;
@@ -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;
1879
1878
  first_name?: string | undefined;
1880
1879
  last_name?: string | undefined;
1880
+ title?: string | undefined;
1881
1881
  username?: string | undefined;
1882
1882
  };
1883
1883
  text?: string | undefined;
@@ -1987,19 +1987,19 @@ 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;
1992
1990
  first_name?: string | undefined;
1993
1991
  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;
2001
1999
  first_name?: string | undefined;
2002
2000
  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
  }>>;
@@ -2013,10 +2013,10 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2013
2013
  chat?: {
2014
2014
  type: "channel" | "private" | "group" | "supergroup";
2015
2015
  id: number;
2016
- description?: string | undefined;
2017
- title?: string | undefined;
2018
2016
  first_name?: string | undefined;
2019
2017
  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;
@@ -2028,10 +2028,10 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2028
2028
  chat?: {
2029
2029
  type: "channel" | "private" | "group" | "supergroup";
2030
2030
  id: number;
2031
- description?: string | undefined;
2032
- title?: string | undefined;
2033
2031
  first_name?: string | undefined;
2034
2032
  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;
2079
2078
  first_name?: string | undefined;
2080
2079
  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;
2086
2085
  first_name?: string | undefined;
2087
2086
  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;
2136
2135
  first_name?: string | undefined;
2137
2136
  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;
2170
2169
  first_name?: string | undefined;
2171
2170
  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;
2234
2233
  first_name?: string | undefined;
2235
2234
  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;
2241
2240
  first_name?: string | undefined;
2242
2241
  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;
2291
2290
  first_name?: string | undefined;
2292
2291
  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;
2325
2324
  first_name?: string | undefined;
2326
2325
  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;
2389
2388
  first_name?: string | undefined;
2390
2389
  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;
2396
2395
  first_name?: string | undefined;
2397
2396
  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;
2446
2445
  first_name?: string | undefined;
2447
2446
  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;
2480
2479
  first_name?: string | undefined;
2481
2480
  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;
2544
2543
  first_name?: string | undefined;
2545
2544
  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;
2551
2550
  first_name?: string | undefined;
2552
2551
  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;
2601
2600
  first_name?: string | undefined;
2602
2601
  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;
2635
2634
  first_name?: string | undefined;
2636
2635
  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;
2723
2722
  first_name?: string | undefined;
2724
2723
  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;
2730
2729
  first_name?: string | undefined;
2731
2730
  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;
2780
2779
  first_name?: string | undefined;
2781
2780
  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;
2814
2813
  first_name?: string | undefined;
2815
2814
  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;
2864
2863
  first_name?: string | undefined;
2865
2864
  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;
2913
2912
  first_name?: string | undefined;
2914
2913
  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;
2954
2953
  first_name?: string | undefined;
2955
2954
  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;
2989
2988
  first_name?: string | undefined;
2990
2989
  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;
3024
3023
  first_name?: string | undefined;
3025
3024
  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;
3059
3058
  first_name?: string | undefined;
3060
3059
  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;
3105
3104
  first_name?: string | undefined;
3106
3105
  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;
3146
3145
  first_name?: string | undefined;
3147
3146
  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;
3181
3180
  first_name?: string | undefined;
3182
3181
  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;
3216
3215
  first_name?: string | undefined;
3217
3216
  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;
3251
3250
  first_name?: string | undefined;
3252
3251
  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;
3297
3296
  first_name?: string | undefined;
3298
3297
  last_name?: string | undefined;
3298
+ title?: string | undefined;
3299
3299
  username?: string | undefined;
3300
3300
  };
3301
3301
  text?: string | undefined;
@@ -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;
3346
3345
  first_name?: string | undefined;
3347
3346
  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;
3381
3380
  first_name?: string | undefined;
3382
3381
  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;
3416
3415
  first_name?: string | undefined;
3417
3416
  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;
3451
3450
  first_name?: string | undefined;
3452
3451
  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;
3497
3496
  first_name?: string | undefined;
3498
3497
  last_name?: string | undefined;
3498
+ title?: string | undefined;
3499
3499
  username?: string | undefined;
3500
3500
  };
3501
3501
  text?: string | undefined;
@@ -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;
3544
3543
  first_name?: string | undefined;
3545
3544
  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;
3579
3578
  first_name?: string | undefined;
3580
3579
  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;
3614
3613
  first_name?: string | undefined;
3615
3614
  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;
3649
3648
  first_name?: string | undefined;
3650
3649
  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;
3695
3694
  first_name?: string | undefined;
3696
3695
  last_name?: string | undefined;
3696
+ title?: string | undefined;
3697
3697
  username?: string | undefined;
3698
3698
  };
3699
3699
  text?: 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;
4844
4843
  first_name?: string | undefined;
4845
4844
  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;
4851
4850
  first_name?: string | undefined;
4852
4851
  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;
4901
4900
  first_name?: string | undefined;
4902
4901
  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;
4935
4934
  first_name?: string | undefined;
4936
4935
  last_name?: string | undefined;
4936
+ title?: string | undefined;
4937
4937
  username?: string | undefined;
4938
4938
  };
4939
4939
  text?: string | undefined;
@@ -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;
4977
4976
  first_name?: string | undefined;
4978
4977
  last_name?: string | undefined;
4978
+ title?: string | undefined;
4979
4979
  username?: string | undefined;
4980
4980
  };
4981
4981
  text?: string | undefined;
@@ -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;
5017
5016
  first_name?: string | undefined;
5018
5017
  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;
5084
5083
  first_name?: string | undefined;
5085
5084
  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;
5091
5090
  first_name?: string | undefined;
5092
5091
  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;
5141
5140
  first_name?: string | undefined;
5142
5141
  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;
5175
5174
  first_name?: string | undefined;
5176
5175
  last_name?: string | undefined;
5176
+ title?: string | undefined;
5177
5177
  username?: string | undefined;
5178
5178
  };
5179
5179
  text?: string | undefined;
@@ -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;
5217
5216
  first_name?: string | undefined;
5218
5217
  last_name?: string | undefined;
5218
+ title?: string | undefined;
5219
5219
  username?: string | undefined;
5220
5220
  };
5221
5221
  text?: string | undefined;
@@ -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;
5257
5256
  first_name?: string | undefined;
5258
5257
  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;
5324
5323
  first_name?: string | undefined;
5325
5324
  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;
5331
5330
  first_name?: string | undefined;
5332
5331
  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;
5381
5380
  first_name?: string | undefined;
5382
5381
  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;
5415
5414
  first_name?: string | undefined;
5416
5415
  last_name?: string | undefined;
5416
+ title?: string | undefined;
5417
5417
  username?: string | undefined;
5418
5418
  };
5419
5419
  text?: string | undefined;
@@ -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;
5457
5456
  first_name?: string | undefined;
5458
5457
  last_name?: string | undefined;
5458
+ title?: string | undefined;
5459
5459
  username?: string | undefined;
5460
5460
  };
5461
5461
  text?: string | undefined;
@@ -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;
5497
5496
  first_name?: string | undefined;
5498
5497
  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;
5564
5563
  first_name?: string | undefined;
5565
5564
  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;
5571
5570
  first_name?: string | undefined;
5572
5571
  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;
5621
5620
  first_name?: string | undefined;
5622
5621
  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;
5655
5654
  first_name?: string | undefined;
5656
5655
  last_name?: string | undefined;
5656
+ title?: string | undefined;
5657
5657
  username?: string | undefined;
5658
5658
  };
5659
5659
  text?: string | undefined;
@@ -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;
5697
5696
  first_name?: string | undefined;
5698
5697
  last_name?: string | undefined;
5698
+ title?: string | undefined;
5699
5699
  username?: string | undefined;
5700
5700
  };
5701
5701
  text?: string | undefined;
@@ -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;
5737
5736
  first_name?: string | undefined;
5738
5737
  last_name?: string | undefined;
5738
+ title?: string | undefined;
5739
5739
  username?: string | undefined;
5740
5740
  };
5741
5741
  text?: string | undefined;
@@ -5845,19 +5845,19 @@ 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;
5850
5848
  first_name?: string | undefined;
5851
5849
  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;
5859
5857
  first_name?: string | undefined;
5860
5858
  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
  }>>;
@@ -5871,10 +5871,10 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5871
5871
  chat?: {
5872
5872
  type: "channel" | "private" | "group" | "supergroup";
5873
5873
  id: number;
5874
- description?: string | undefined;
5875
- title?: string | undefined;
5876
5874
  first_name?: string | undefined;
5877
5875
  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;
@@ -5886,10 +5886,10 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5886
5886
  chat?: {
5887
5887
  type: "channel" | "private" | "group" | "supergroup";
5888
5888
  id: number;
5889
- description?: string | undefined;
5890
- title?: string | undefined;
5891
5889
  first_name?: string | undefined;
5892
5890
  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;
5937
5936
  first_name?: string | undefined;
5938
5937
  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;
5944
5943
  first_name?: string | undefined;
5945
5944
  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;
5994
5993
  first_name?: string | undefined;
5995
5994
  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;
6028
6027
  first_name?: string | undefined;
6029
6028
  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;
6092
6091
  first_name?: string | undefined;
6093
6092
  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;
6099
6098
  first_name?: string | undefined;
6100
6099
  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;
6149
6148
  first_name?: string | undefined;
6150
6149
  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;
6183
6182
  first_name?: string | undefined;
6184
6183
  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;
6247
6246
  first_name?: string | undefined;
6248
6247
  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;
6254
6253
  first_name?: string | undefined;
6255
6254
  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;
6304
6303
  first_name?: string | undefined;
6305
6304
  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;
6338
6337
  first_name?: string | undefined;
6339
6338
  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;
6402
6401
  first_name?: string | undefined;
6403
6402
  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;
6409
6408
  first_name?: string | undefined;
6410
6409
  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;
6459
6458
  first_name?: string | undefined;
6460
6459
  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;
6493
6492
  first_name?: string | undefined;
6494
6493
  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;
6581
6580
  first_name?: string | undefined;
6582
6581
  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;
6588
6587
  first_name?: string | undefined;
6589
6588
  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;
6638
6637
  first_name?: string | undefined;
6639
6638
  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;
6672
6671
  first_name?: string | undefined;
6673
6672
  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;
6722
6721
  first_name?: string | undefined;
6723
6722
  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;
6771
6770
  first_name?: string | undefined;
6772
6771
  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;
6812
6811
  first_name?: string | undefined;
6813
6812
  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;
6847
6846
  first_name?: string | undefined;
6848
6847
  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;
6882
6881
  first_name?: string | undefined;
6883
6882
  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;
6917
6916
  first_name?: string | undefined;
6918
6917
  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;
6963
6962
  first_name?: string | undefined;
6964
6963
  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;
7004
7003
  first_name?: string | undefined;
7005
7004
  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;
7039
7038
  first_name?: string | undefined;
7040
7039
  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;
7074
7073
  first_name?: string | undefined;
7075
7074
  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;
7109
7108
  first_name?: string | undefined;
7110
7109
  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;
7155
7154
  first_name?: string | undefined;
7156
7155
  last_name?: string | undefined;
7156
+ title?: string | undefined;
7157
7157
  username?: string | undefined;
7158
7158
  };
7159
7159
  text?: string | undefined;
@@ -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;
7204
7203
  first_name?: string | undefined;
7205
7204
  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;
7239
7238
  first_name?: string | undefined;
7240
7239
  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;
7274
7273
  first_name?: string | undefined;
7275
7274
  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;
7309
7308
  first_name?: string | undefined;
7310
7309
  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;
7355
7354
  first_name?: string | undefined;
7356
7355
  last_name?: string | undefined;
7356
+ title?: string | undefined;
7357
7357
  username?: string | undefined;
7358
7358
  };
7359
7359
  text?: string | undefined;
@@ -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;
7402
7401
  first_name?: string | undefined;
7403
7402
  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;
7437
7436
  first_name?: string | undefined;
7438
7437
  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;
7472
7471
  first_name?: string | undefined;
7473
7472
  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;
7507
7506
  first_name?: string | undefined;
7508
7507
  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;
7553
7552
  first_name?: string | undefined;
7554
7553
  last_name?: string | undefined;
7554
+ title?: string | undefined;
7555
7555
  username?: string | undefined;
7556
7556
  };
7557
7557
  text?: string | undefined;