@bubblelab/bubble-core 0.1.38 → 0.1.39
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.
- package/dist/bubble-bundle.d.ts +73 -73
- package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
- package/dist/bubbles/service-bubble/airtable.d.ts +132 -132
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +88 -71
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.js +25 -6
- package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -3
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js +9 -5
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +63 -63
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +142 -92
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +104 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/index.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/index.js +2 -0
- package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -1
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
- package/dist/bubbles/service-bubble/firecrawl.d.ts +156 -156
- package/dist/bubbles/service-bubble/followupboss.d.ts +230 -230
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +124 -124
- package/dist/bubbles/service-bubble/gmail.d.ts +70 -70
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +58 -58
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +33 -33
- package/dist/bubbles/service-bubble/notion/notion.d.ts +80 -80
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +112 -112
- package/dist/bubbles/service-bubble/storage.d.ts +30 -30
- package/dist/bubbles/service-bubble/telegram.d.ts +214 -214
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +138 -138
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +42 -6
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +18 -7
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +346 -346
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +165 -165
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.js +28 -13
- package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-utils.d.ts +19 -0
- package/dist/bubbles/tool-bubble/people-search-utils.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/people-search-utils.js +268 -0
- package/dist/bubbles/tool-bubble/people-search-utils.js.map +1 -0
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +102 -102
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +34 -34
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +56 -77
- package/package.json +2 -2
|
@@ -810,8 +810,8 @@ 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
|
-
limit: number;
|
|
814
813
|
operation: "get_updates";
|
|
814
|
+
limit: number;
|
|
815
815
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
816
816
|
timeout?: number | undefined;
|
|
817
817
|
offset?: number | 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
|
-
url: string;
|
|
906
905
|
operation: "set_webhook";
|
|
906
|
+
url: string;
|
|
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
|
-
url: string;
|
|
915
914
|
operation: "set_webhook";
|
|
915
|
+
url: string;
|
|
916
916
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
917
917
|
allowed_updates?: string[] | undefined;
|
|
918
918
|
ip_address?: string | undefined;
|
|
@@ -957,15 +957,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
957
957
|
username: z.ZodOptional<z.ZodString>;
|
|
958
958
|
language_code: z.ZodOptional<z.ZodString>;
|
|
959
959
|
}, "strip", z.ZodTypeAny, {
|
|
960
|
-
first_name: string;
|
|
961
960
|
id: number;
|
|
961
|
+
first_name: string;
|
|
962
962
|
is_bot: boolean;
|
|
963
963
|
last_name?: string | undefined;
|
|
964
964
|
username?: string | undefined;
|
|
965
965
|
language_code?: string | undefined;
|
|
966
966
|
}, {
|
|
967
|
-
first_name: string;
|
|
968
967
|
id: number;
|
|
968
|
+
first_name: string;
|
|
969
969
|
is_bot: boolean;
|
|
970
970
|
last_name?: string | undefined;
|
|
971
971
|
username?: string | undefined;
|
|
@@ -1060,8 +1060,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1060
1060
|
file_name?: string | undefined;
|
|
1061
1061
|
} | undefined;
|
|
1062
1062
|
from?: {
|
|
1063
|
-
first_name: string;
|
|
1064
1063
|
id: number;
|
|
1064
|
+
first_name: string;
|
|
1065
1065
|
is_bot: boolean;
|
|
1066
1066
|
last_name?: string | undefined;
|
|
1067
1067
|
username?: string | undefined;
|
|
@@ -1094,8 +1094,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1094
1094
|
file_name?: string | undefined;
|
|
1095
1095
|
} | undefined;
|
|
1096
1096
|
from?: {
|
|
1097
|
-
first_name: string;
|
|
1098
1097
|
id: number;
|
|
1098
|
+
first_name: string;
|
|
1099
1099
|
is_bot: boolean;
|
|
1100
1100
|
last_name?: string | undefined;
|
|
1101
1101
|
username?: 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";
|
|
1108
1109
|
success: boolean;
|
|
1109
1110
|
error: string;
|
|
1110
|
-
operation: "send_message";
|
|
1111
1111
|
ok: boolean;
|
|
1112
1112
|
message?: {
|
|
1113
1113
|
date: number;
|
|
@@ -1136,8 +1136,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1136
1136
|
file_name?: string | undefined;
|
|
1137
1137
|
} | undefined;
|
|
1138
1138
|
from?: {
|
|
1139
|
-
first_name: string;
|
|
1140
1139
|
id: number;
|
|
1140
|
+
first_name: string;
|
|
1141
1141
|
is_bot: boolean;
|
|
1142
1142
|
last_name?: string | undefined;
|
|
1143
1143
|
username?: 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";
|
|
1148
1149
|
success: boolean;
|
|
1149
1150
|
error: string;
|
|
1150
|
-
operation: "send_message";
|
|
1151
1151
|
ok: boolean;
|
|
1152
1152
|
message?: {
|
|
1153
1153
|
date: number;
|
|
@@ -1176,8 +1176,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1176
1176
|
file_name?: string | undefined;
|
|
1177
1177
|
} | undefined;
|
|
1178
1178
|
from?: {
|
|
1179
|
-
first_name: string;
|
|
1180
1179
|
id: number;
|
|
1180
|
+
first_name: string;
|
|
1181
1181
|
is_bot: boolean;
|
|
1182
1182
|
last_name?: string | undefined;
|
|
1183
1183
|
username?: string | undefined;
|
|
@@ -1197,15 +1197,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1197
1197
|
username: z.ZodOptional<z.ZodString>;
|
|
1198
1198
|
language_code: z.ZodOptional<z.ZodString>;
|
|
1199
1199
|
}, "strip", z.ZodTypeAny, {
|
|
1200
|
-
first_name: string;
|
|
1201
1200
|
id: number;
|
|
1201
|
+
first_name: string;
|
|
1202
1202
|
is_bot: boolean;
|
|
1203
1203
|
last_name?: string | undefined;
|
|
1204
1204
|
username?: string | undefined;
|
|
1205
1205
|
language_code?: string | undefined;
|
|
1206
1206
|
}, {
|
|
1207
|
-
first_name: string;
|
|
1208
1207
|
id: number;
|
|
1208
|
+
first_name: string;
|
|
1209
1209
|
is_bot: boolean;
|
|
1210
1210
|
last_name?: string | undefined;
|
|
1211
1211
|
username?: string | undefined;
|
|
@@ -1300,8 +1300,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1300
1300
|
file_name?: string | undefined;
|
|
1301
1301
|
} | undefined;
|
|
1302
1302
|
from?: {
|
|
1303
|
-
first_name: string;
|
|
1304
1303
|
id: number;
|
|
1304
|
+
first_name: string;
|
|
1305
1305
|
is_bot: boolean;
|
|
1306
1306
|
last_name?: string | undefined;
|
|
1307
1307
|
username?: string | undefined;
|
|
@@ -1334,8 +1334,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1334
1334
|
file_name?: string | undefined;
|
|
1335
1335
|
} | undefined;
|
|
1336
1336
|
from?: {
|
|
1337
|
-
first_name: string;
|
|
1338
1337
|
id: number;
|
|
1338
|
+
first_name: string;
|
|
1339
1339
|
is_bot: boolean;
|
|
1340
1340
|
last_name?: string | undefined;
|
|
1341
1341
|
username?: 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";
|
|
1348
1349
|
success: boolean;
|
|
1349
1350
|
error: string;
|
|
1350
|
-
operation: "send_photo";
|
|
1351
1351
|
ok: boolean;
|
|
1352
1352
|
message?: {
|
|
1353
1353
|
date: number;
|
|
@@ -1376,8 +1376,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1376
1376
|
file_name?: string | undefined;
|
|
1377
1377
|
} | undefined;
|
|
1378
1378
|
from?: {
|
|
1379
|
-
first_name: string;
|
|
1380
1379
|
id: number;
|
|
1380
|
+
first_name: string;
|
|
1381
1381
|
is_bot: boolean;
|
|
1382
1382
|
last_name?: string | undefined;
|
|
1383
1383
|
username?: 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";
|
|
1388
1389
|
success: boolean;
|
|
1389
1390
|
error: string;
|
|
1390
|
-
operation: "send_photo";
|
|
1391
1391
|
ok: boolean;
|
|
1392
1392
|
message?: {
|
|
1393
1393
|
date: number;
|
|
@@ -1416,8 +1416,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1416
1416
|
file_name?: string | undefined;
|
|
1417
1417
|
} | undefined;
|
|
1418
1418
|
from?: {
|
|
1419
|
-
first_name: string;
|
|
1420
1419
|
id: number;
|
|
1420
|
+
first_name: string;
|
|
1421
1421
|
is_bot: boolean;
|
|
1422
1422
|
last_name?: string | undefined;
|
|
1423
1423
|
username?: string | undefined;
|
|
@@ -1437,15 +1437,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1437
1437
|
username: z.ZodOptional<z.ZodString>;
|
|
1438
1438
|
language_code: z.ZodOptional<z.ZodString>;
|
|
1439
1439
|
}, "strip", z.ZodTypeAny, {
|
|
1440
|
-
first_name: string;
|
|
1441
1440
|
id: number;
|
|
1441
|
+
first_name: string;
|
|
1442
1442
|
is_bot: boolean;
|
|
1443
1443
|
last_name?: string | undefined;
|
|
1444
1444
|
username?: string | undefined;
|
|
1445
1445
|
language_code?: string | undefined;
|
|
1446
1446
|
}, {
|
|
1447
|
-
first_name: string;
|
|
1448
1447
|
id: number;
|
|
1448
|
+
first_name: string;
|
|
1449
1449
|
is_bot: boolean;
|
|
1450
1450
|
last_name?: string | undefined;
|
|
1451
1451
|
username?: string | undefined;
|
|
@@ -1540,8 +1540,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1540
1540
|
file_name?: string | undefined;
|
|
1541
1541
|
} | undefined;
|
|
1542
1542
|
from?: {
|
|
1543
|
-
first_name: string;
|
|
1544
1543
|
id: number;
|
|
1544
|
+
first_name: string;
|
|
1545
1545
|
is_bot: boolean;
|
|
1546
1546
|
last_name?: string | undefined;
|
|
1547
1547
|
username?: string | undefined;
|
|
@@ -1574,8 +1574,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1574
1574
|
file_name?: string | undefined;
|
|
1575
1575
|
} | undefined;
|
|
1576
1576
|
from?: {
|
|
1577
|
-
first_name: string;
|
|
1578
1577
|
id: number;
|
|
1578
|
+
first_name: string;
|
|
1579
1579
|
is_bot: boolean;
|
|
1580
1580
|
last_name?: string | undefined;
|
|
1581
1581
|
username?: 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";
|
|
1588
1589
|
success: boolean;
|
|
1589
1590
|
error: string;
|
|
1590
|
-
operation: "send_document";
|
|
1591
1591
|
ok: boolean;
|
|
1592
1592
|
message?: {
|
|
1593
1593
|
date: number;
|
|
@@ -1616,8 +1616,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1616
1616
|
file_name?: string | undefined;
|
|
1617
1617
|
} | undefined;
|
|
1618
1618
|
from?: {
|
|
1619
|
-
first_name: string;
|
|
1620
1619
|
id: number;
|
|
1620
|
+
first_name: string;
|
|
1621
1621
|
is_bot: boolean;
|
|
1622
1622
|
last_name?: string | undefined;
|
|
1623
1623
|
username?: 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";
|
|
1628
1629
|
success: boolean;
|
|
1629
1630
|
error: string;
|
|
1630
|
-
operation: "send_document";
|
|
1631
1631
|
ok: boolean;
|
|
1632
1632
|
message?: {
|
|
1633
1633
|
date: number;
|
|
@@ -1656,8 +1656,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1656
1656
|
file_name?: string | undefined;
|
|
1657
1657
|
} | undefined;
|
|
1658
1658
|
from?: {
|
|
1659
|
-
first_name: string;
|
|
1660
1659
|
id: number;
|
|
1660
|
+
first_name: string;
|
|
1661
1661
|
is_bot: boolean;
|
|
1662
1662
|
last_name?: string | undefined;
|
|
1663
1663
|
username?: string | undefined;
|
|
@@ -1677,15 +1677,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1677
1677
|
username: z.ZodOptional<z.ZodString>;
|
|
1678
1678
|
language_code: z.ZodOptional<z.ZodString>;
|
|
1679
1679
|
}, "strip", z.ZodTypeAny, {
|
|
1680
|
-
first_name: string;
|
|
1681
1680
|
id: number;
|
|
1681
|
+
first_name: string;
|
|
1682
1682
|
is_bot: boolean;
|
|
1683
1683
|
last_name?: string | undefined;
|
|
1684
1684
|
username?: string | undefined;
|
|
1685
1685
|
language_code?: string | undefined;
|
|
1686
1686
|
}, {
|
|
1687
|
-
first_name: string;
|
|
1688
1687
|
id: number;
|
|
1688
|
+
first_name: string;
|
|
1689
1689
|
is_bot: boolean;
|
|
1690
1690
|
last_name?: string | undefined;
|
|
1691
1691
|
username?: string | undefined;
|
|
@@ -1780,8 +1780,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1780
1780
|
file_name?: string | undefined;
|
|
1781
1781
|
} | undefined;
|
|
1782
1782
|
from?: {
|
|
1783
|
-
first_name: string;
|
|
1784
1783
|
id: number;
|
|
1784
|
+
first_name: string;
|
|
1785
1785
|
is_bot: boolean;
|
|
1786
1786
|
last_name?: string | undefined;
|
|
1787
1787
|
username?: string | undefined;
|
|
@@ -1814,8 +1814,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1814
1814
|
file_name?: string | undefined;
|
|
1815
1815
|
} | undefined;
|
|
1816
1816
|
from?: {
|
|
1817
|
-
first_name: string;
|
|
1818
1817
|
id: number;
|
|
1818
|
+
first_name: string;
|
|
1819
1819
|
is_bot: boolean;
|
|
1820
1820
|
last_name?: string | undefined;
|
|
1821
1821
|
username?: 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";
|
|
1828
1829
|
success: boolean;
|
|
1829
1830
|
error: string;
|
|
1830
|
-
operation: "edit_message";
|
|
1831
1831
|
ok: boolean;
|
|
1832
1832
|
message?: {
|
|
1833
1833
|
date: number;
|
|
@@ -1856,8 +1856,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1856
1856
|
file_name?: string | undefined;
|
|
1857
1857
|
} | undefined;
|
|
1858
1858
|
from?: {
|
|
1859
|
-
first_name: string;
|
|
1860
1859
|
id: number;
|
|
1860
|
+
first_name: string;
|
|
1861
1861
|
is_bot: boolean;
|
|
1862
1862
|
last_name?: string | undefined;
|
|
1863
1863
|
username?: 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";
|
|
1868
1869
|
success: boolean;
|
|
1869
1870
|
error: string;
|
|
1870
|
-
operation: "edit_message";
|
|
1871
1871
|
ok: boolean;
|
|
1872
1872
|
message?: {
|
|
1873
1873
|
date: number;
|
|
@@ -1896,8 +1896,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1896
1896
|
file_name?: string | undefined;
|
|
1897
1897
|
} | undefined;
|
|
1898
1898
|
from?: {
|
|
1899
|
-
first_name: string;
|
|
1900
1899
|
id: number;
|
|
1900
|
+
first_name: string;
|
|
1901
1901
|
is_bot: boolean;
|
|
1902
1902
|
last_name?: string | undefined;
|
|
1903
1903
|
username?: 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";
|
|
1913
1914
|
success: boolean;
|
|
1914
1915
|
error: string;
|
|
1915
|
-
operation: "delete_message";
|
|
1916
1916
|
ok: boolean;
|
|
1917
1917
|
}, {
|
|
1918
|
+
operation: "delete_message";
|
|
1918
1919
|
success: boolean;
|
|
1919
1920
|
error: string;
|
|
1920
|
-
operation: "delete_message";
|
|
1921
1921
|
ok: boolean;
|
|
1922
1922
|
}>, z.ZodObject<{
|
|
1923
1923
|
operation: z.ZodLiteral<"get_me">;
|
|
@@ -1930,15 +1930,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1930
1930
|
username: z.ZodOptional<z.ZodString>;
|
|
1931
1931
|
language_code: z.ZodOptional<z.ZodString>;
|
|
1932
1932
|
}, "strip", z.ZodTypeAny, {
|
|
1933
|
-
first_name: string;
|
|
1934
1933
|
id: number;
|
|
1934
|
+
first_name: string;
|
|
1935
1935
|
is_bot: boolean;
|
|
1936
1936
|
last_name?: string | undefined;
|
|
1937
1937
|
username?: string | undefined;
|
|
1938
1938
|
language_code?: string | undefined;
|
|
1939
1939
|
}, {
|
|
1940
|
-
first_name: string;
|
|
1941
1940
|
id: number;
|
|
1941
|
+
first_name: string;
|
|
1942
1942
|
is_bot: boolean;
|
|
1943
1943
|
last_name?: string | undefined;
|
|
1944
1944
|
username?: string | undefined;
|
|
@@ -1947,26 +1947,26 @@ 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";
|
|
1950
1951
|
success: boolean;
|
|
1951
1952
|
error: string;
|
|
1952
|
-
operation: "get_me";
|
|
1953
1953
|
ok: boolean;
|
|
1954
1954
|
user?: {
|
|
1955
|
-
first_name: string;
|
|
1956
1955
|
id: number;
|
|
1956
|
+
first_name: string;
|
|
1957
1957
|
is_bot: boolean;
|
|
1958
1958
|
last_name?: string | undefined;
|
|
1959
1959
|
username?: string | undefined;
|
|
1960
1960
|
language_code?: string | undefined;
|
|
1961
1961
|
} | undefined;
|
|
1962
1962
|
}, {
|
|
1963
|
+
operation: "get_me";
|
|
1963
1964
|
success: boolean;
|
|
1964
1965
|
error: string;
|
|
1965
|
-
operation: "get_me";
|
|
1966
1966
|
ok: boolean;
|
|
1967
1967
|
user?: {
|
|
1968
|
-
first_name: string;
|
|
1969
1968
|
id: number;
|
|
1969
|
+
first_name: string;
|
|
1970
1970
|
is_bot: boolean;
|
|
1971
1971
|
last_name?: string | undefined;
|
|
1972
1972
|
username?: string | undefined;
|
|
@@ -2006,9 +2006,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2006
2006
|
error: z.ZodString;
|
|
2007
2007
|
success: z.ZodBoolean;
|
|
2008
2008
|
}, "strip", z.ZodTypeAny, {
|
|
2009
|
+
operation: "get_chat";
|
|
2009
2010
|
success: boolean;
|
|
2010
2011
|
error: string;
|
|
2011
|
-
operation: "get_chat";
|
|
2012
2012
|
ok: boolean;
|
|
2013
2013
|
chat?: {
|
|
2014
2014
|
type: "channel" | "private" | "group" | "supergroup";
|
|
@@ -2021,9 +2021,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2021
2021
|
invite_link?: string | undefined;
|
|
2022
2022
|
} | undefined;
|
|
2023
2023
|
}, {
|
|
2024
|
+
operation: "get_chat";
|
|
2024
2025
|
success: boolean;
|
|
2025
2026
|
error: string;
|
|
2026
|
-
operation: "get_chat";
|
|
2027
2027
|
ok: boolean;
|
|
2028
2028
|
chat?: {
|
|
2029
2029
|
type: "channel" | "private" | "group" | "supergroup";
|
|
@@ -2050,15 +2050,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2050
2050
|
username: z.ZodOptional<z.ZodString>;
|
|
2051
2051
|
language_code: z.ZodOptional<z.ZodString>;
|
|
2052
2052
|
}, "strip", z.ZodTypeAny, {
|
|
2053
|
-
first_name: string;
|
|
2054
2053
|
id: number;
|
|
2054
|
+
first_name: string;
|
|
2055
2055
|
is_bot: boolean;
|
|
2056
2056
|
last_name?: string | undefined;
|
|
2057
2057
|
username?: string | undefined;
|
|
2058
2058
|
language_code?: string | undefined;
|
|
2059
2059
|
}, {
|
|
2060
|
-
first_name: string;
|
|
2061
2060
|
id: number;
|
|
2061
|
+
first_name: string;
|
|
2062
2062
|
is_bot: boolean;
|
|
2063
2063
|
last_name?: string | undefined;
|
|
2064
2064
|
username?: string | undefined;
|
|
@@ -2153,8 +2153,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2153
2153
|
file_name?: string | undefined;
|
|
2154
2154
|
} | undefined;
|
|
2155
2155
|
from?: {
|
|
2156
|
-
first_name: string;
|
|
2157
2156
|
id: number;
|
|
2157
|
+
first_name: string;
|
|
2158
2158
|
is_bot: boolean;
|
|
2159
2159
|
last_name?: string | undefined;
|
|
2160
2160
|
username?: string | undefined;
|
|
@@ -2187,8 +2187,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2187
2187
|
file_name?: string | undefined;
|
|
2188
2188
|
} | undefined;
|
|
2189
2189
|
from?: {
|
|
2190
|
-
first_name: string;
|
|
2191
2190
|
id: number;
|
|
2191
|
+
first_name: string;
|
|
2192
2192
|
is_bot: boolean;
|
|
2193
2193
|
last_name?: string | undefined;
|
|
2194
2194
|
username?: string | undefined;
|
|
@@ -2205,15 +2205,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2205
2205
|
username: z.ZodOptional<z.ZodString>;
|
|
2206
2206
|
language_code: z.ZodOptional<z.ZodString>;
|
|
2207
2207
|
}, "strip", z.ZodTypeAny, {
|
|
2208
|
-
first_name: string;
|
|
2209
2208
|
id: number;
|
|
2209
|
+
first_name: string;
|
|
2210
2210
|
is_bot: boolean;
|
|
2211
2211
|
last_name?: string | undefined;
|
|
2212
2212
|
username?: string | undefined;
|
|
2213
2213
|
language_code?: string | undefined;
|
|
2214
2214
|
}, {
|
|
2215
|
-
first_name: string;
|
|
2216
2215
|
id: number;
|
|
2216
|
+
first_name: string;
|
|
2217
2217
|
is_bot: boolean;
|
|
2218
2218
|
last_name?: string | undefined;
|
|
2219
2219
|
username?: string | undefined;
|
|
@@ -2308,8 +2308,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2308
2308
|
file_name?: string | undefined;
|
|
2309
2309
|
} | undefined;
|
|
2310
2310
|
from?: {
|
|
2311
|
-
first_name: string;
|
|
2312
2311
|
id: number;
|
|
2312
|
+
first_name: string;
|
|
2313
2313
|
is_bot: boolean;
|
|
2314
2314
|
last_name?: string | undefined;
|
|
2315
2315
|
username?: string | undefined;
|
|
@@ -2342,8 +2342,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2342
2342
|
file_name?: string | undefined;
|
|
2343
2343
|
} | undefined;
|
|
2344
2344
|
from?: {
|
|
2345
|
-
first_name: string;
|
|
2346
2345
|
id: number;
|
|
2346
|
+
first_name: string;
|
|
2347
2347
|
is_bot: boolean;
|
|
2348
2348
|
last_name?: string | undefined;
|
|
2349
2349
|
username?: string | undefined;
|
|
@@ -2360,15 +2360,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2360
2360
|
username: z.ZodOptional<z.ZodString>;
|
|
2361
2361
|
language_code: z.ZodOptional<z.ZodString>;
|
|
2362
2362
|
}, "strip", z.ZodTypeAny, {
|
|
2363
|
-
first_name: string;
|
|
2364
2363
|
id: number;
|
|
2364
|
+
first_name: string;
|
|
2365
2365
|
is_bot: boolean;
|
|
2366
2366
|
last_name?: string | undefined;
|
|
2367
2367
|
username?: string | undefined;
|
|
2368
2368
|
language_code?: string | undefined;
|
|
2369
2369
|
}, {
|
|
2370
|
-
first_name: string;
|
|
2371
2370
|
id: number;
|
|
2371
|
+
first_name: string;
|
|
2372
2372
|
is_bot: boolean;
|
|
2373
2373
|
last_name?: string | undefined;
|
|
2374
2374
|
username?: string | undefined;
|
|
@@ -2463,8 +2463,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2463
2463
|
file_name?: string | undefined;
|
|
2464
2464
|
} | undefined;
|
|
2465
2465
|
from?: {
|
|
2466
|
-
first_name: string;
|
|
2467
2466
|
id: number;
|
|
2467
|
+
first_name: string;
|
|
2468
2468
|
is_bot: boolean;
|
|
2469
2469
|
last_name?: string | undefined;
|
|
2470
2470
|
username?: string | undefined;
|
|
@@ -2497,8 +2497,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2497
2497
|
file_name?: string | undefined;
|
|
2498
2498
|
} | undefined;
|
|
2499
2499
|
from?: {
|
|
2500
|
-
first_name: string;
|
|
2501
2500
|
id: number;
|
|
2501
|
+
first_name: string;
|
|
2502
2502
|
is_bot: boolean;
|
|
2503
2503
|
last_name?: string | undefined;
|
|
2504
2504
|
username?: string | undefined;
|
|
@@ -2515,15 +2515,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2515
2515
|
username: z.ZodOptional<z.ZodString>;
|
|
2516
2516
|
language_code: z.ZodOptional<z.ZodString>;
|
|
2517
2517
|
}, "strip", z.ZodTypeAny, {
|
|
2518
|
-
first_name: string;
|
|
2519
2518
|
id: number;
|
|
2519
|
+
first_name: string;
|
|
2520
2520
|
is_bot: boolean;
|
|
2521
2521
|
last_name?: string | undefined;
|
|
2522
2522
|
username?: string | undefined;
|
|
2523
2523
|
language_code?: string | undefined;
|
|
2524
2524
|
}, {
|
|
2525
|
-
first_name: string;
|
|
2526
2525
|
id: number;
|
|
2526
|
+
first_name: string;
|
|
2527
2527
|
is_bot: boolean;
|
|
2528
2528
|
last_name?: string | undefined;
|
|
2529
2529
|
username?: string | undefined;
|
|
@@ -2618,8 +2618,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2618
2618
|
file_name?: string | undefined;
|
|
2619
2619
|
} | undefined;
|
|
2620
2620
|
from?: {
|
|
2621
|
-
first_name: string;
|
|
2622
2621
|
id: number;
|
|
2622
|
+
first_name: string;
|
|
2623
2623
|
is_bot: boolean;
|
|
2624
2624
|
last_name?: string | undefined;
|
|
2625
2625
|
username?: string | undefined;
|
|
@@ -2652,8 +2652,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2652
2652
|
file_name?: string | undefined;
|
|
2653
2653
|
} | undefined;
|
|
2654
2654
|
from?: {
|
|
2655
|
-
first_name: string;
|
|
2656
2655
|
id: number;
|
|
2656
|
+
first_name: string;
|
|
2657
2657
|
is_bot: boolean;
|
|
2658
2658
|
last_name?: string | undefined;
|
|
2659
2659
|
username?: string | undefined;
|
|
@@ -2670,15 +2670,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2670
2670
|
username: z.ZodOptional<z.ZodString>;
|
|
2671
2671
|
language_code: z.ZodOptional<z.ZodString>;
|
|
2672
2672
|
}, "strip", z.ZodTypeAny, {
|
|
2673
|
-
first_name: string;
|
|
2674
2673
|
id: number;
|
|
2674
|
+
first_name: string;
|
|
2675
2675
|
is_bot: boolean;
|
|
2676
2676
|
last_name?: string | undefined;
|
|
2677
2677
|
username?: string | undefined;
|
|
2678
2678
|
language_code?: string | undefined;
|
|
2679
2679
|
}, {
|
|
2680
|
-
first_name: string;
|
|
2681
2680
|
id: number;
|
|
2681
|
+
first_name: string;
|
|
2682
2682
|
is_bot: boolean;
|
|
2683
2683
|
last_name?: string | undefined;
|
|
2684
2684
|
username?: string | undefined;
|
|
@@ -2694,15 +2694,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2694
2694
|
username: z.ZodOptional<z.ZodString>;
|
|
2695
2695
|
language_code: z.ZodOptional<z.ZodString>;
|
|
2696
2696
|
}, "strip", z.ZodTypeAny, {
|
|
2697
|
-
first_name: string;
|
|
2698
2697
|
id: number;
|
|
2698
|
+
first_name: string;
|
|
2699
2699
|
is_bot: boolean;
|
|
2700
2700
|
last_name?: string | undefined;
|
|
2701
2701
|
username?: string | undefined;
|
|
2702
2702
|
language_code?: string | undefined;
|
|
2703
2703
|
}, {
|
|
2704
|
-
first_name: string;
|
|
2705
2704
|
id: number;
|
|
2705
|
+
first_name: string;
|
|
2706
2706
|
is_bot: boolean;
|
|
2707
2707
|
last_name?: string | undefined;
|
|
2708
2708
|
username?: string | undefined;
|
|
@@ -2797,8 +2797,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2797
2797
|
file_name?: string | undefined;
|
|
2798
2798
|
} | undefined;
|
|
2799
2799
|
from?: {
|
|
2800
|
-
first_name: string;
|
|
2801
2800
|
id: number;
|
|
2801
|
+
first_name: string;
|
|
2802
2802
|
is_bot: boolean;
|
|
2803
2803
|
last_name?: string | undefined;
|
|
2804
2804
|
username?: string | undefined;
|
|
@@ -2831,8 +2831,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2831
2831
|
file_name?: string | undefined;
|
|
2832
2832
|
} | undefined;
|
|
2833
2833
|
from?: {
|
|
2834
|
-
first_name: string;
|
|
2835
2834
|
id: number;
|
|
2835
|
+
first_name: string;
|
|
2836
2836
|
is_bot: boolean;
|
|
2837
2837
|
last_name?: string | undefined;
|
|
2838
2838
|
username?: string | undefined;
|
|
@@ -2846,8 +2846,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2846
2846
|
}, "strip", z.ZodTypeAny, {
|
|
2847
2847
|
id: string;
|
|
2848
2848
|
from: {
|
|
2849
|
-
first_name: string;
|
|
2850
2849
|
id: number;
|
|
2850
|
+
first_name: string;
|
|
2851
2851
|
is_bot: boolean;
|
|
2852
2852
|
last_name?: string | undefined;
|
|
2853
2853
|
username?: string | undefined;
|
|
@@ -2881,8 +2881,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2881
2881
|
file_name?: string | undefined;
|
|
2882
2882
|
} | undefined;
|
|
2883
2883
|
from?: {
|
|
2884
|
-
first_name: string;
|
|
2885
2884
|
id: number;
|
|
2885
|
+
first_name: string;
|
|
2886
2886
|
is_bot: boolean;
|
|
2887
2887
|
last_name?: string | undefined;
|
|
2888
2888
|
username?: string | undefined;
|
|
@@ -2895,8 +2895,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2895
2895
|
}, {
|
|
2896
2896
|
id: string;
|
|
2897
2897
|
from: {
|
|
2898
|
-
first_name: string;
|
|
2899
2898
|
id: number;
|
|
2899
|
+
first_name: string;
|
|
2900
2900
|
is_bot: boolean;
|
|
2901
2901
|
last_name?: string | undefined;
|
|
2902
2902
|
username?: string | undefined;
|
|
@@ -2930,8 +2930,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2930
2930
|
file_name?: string | undefined;
|
|
2931
2931
|
} | undefined;
|
|
2932
2932
|
from?: {
|
|
2933
|
-
first_name: string;
|
|
2934
2933
|
id: number;
|
|
2934
|
+
first_name: string;
|
|
2935
2935
|
is_bot: boolean;
|
|
2936
2936
|
last_name?: string | undefined;
|
|
2937
2937
|
username?: string | undefined;
|
|
@@ -2971,8 +2971,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2971
2971
|
file_name?: string | undefined;
|
|
2972
2972
|
} | undefined;
|
|
2973
2973
|
from?: {
|
|
2974
|
-
first_name: string;
|
|
2975
2974
|
id: number;
|
|
2975
|
+
first_name: string;
|
|
2976
2976
|
is_bot: boolean;
|
|
2977
2977
|
last_name?: string | undefined;
|
|
2978
2978
|
username?: string | undefined;
|
|
@@ -3006,8 +3006,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3006
3006
|
file_name?: string | undefined;
|
|
3007
3007
|
} | undefined;
|
|
3008
3008
|
from?: {
|
|
3009
|
-
first_name: string;
|
|
3010
3009
|
id: number;
|
|
3010
|
+
first_name: string;
|
|
3011
3011
|
is_bot: boolean;
|
|
3012
3012
|
last_name?: string | undefined;
|
|
3013
3013
|
username?: string | undefined;
|
|
@@ -3041,8 +3041,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3041
3041
|
file_name?: string | undefined;
|
|
3042
3042
|
} | undefined;
|
|
3043
3043
|
from?: {
|
|
3044
|
-
first_name: string;
|
|
3045
3044
|
id: number;
|
|
3045
|
+
first_name: string;
|
|
3046
3046
|
is_bot: boolean;
|
|
3047
3047
|
last_name?: string | undefined;
|
|
3048
3048
|
username?: string | undefined;
|
|
@@ -3076,8 +3076,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3076
3076
|
file_name?: string | undefined;
|
|
3077
3077
|
} | undefined;
|
|
3078
3078
|
from?: {
|
|
3079
|
-
first_name: string;
|
|
3080
3079
|
id: number;
|
|
3080
|
+
first_name: string;
|
|
3081
3081
|
is_bot: boolean;
|
|
3082
3082
|
last_name?: string | undefined;
|
|
3083
3083
|
username?: string | undefined;
|
|
@@ -3087,8 +3087,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3087
3087
|
callback_query?: {
|
|
3088
3088
|
id: string;
|
|
3089
3089
|
from: {
|
|
3090
|
-
first_name: string;
|
|
3091
3090
|
id: number;
|
|
3091
|
+
first_name: string;
|
|
3092
3092
|
is_bot: boolean;
|
|
3093
3093
|
last_name?: string | undefined;
|
|
3094
3094
|
username?: string | undefined;
|
|
@@ -3122,8 +3122,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3122
3122
|
file_name?: string | undefined;
|
|
3123
3123
|
} | undefined;
|
|
3124
3124
|
from?: {
|
|
3125
|
-
first_name: string;
|
|
3126
3125
|
id: number;
|
|
3126
|
+
first_name: string;
|
|
3127
3127
|
is_bot: boolean;
|
|
3128
3128
|
last_name?: string | undefined;
|
|
3129
3129
|
username?: string | undefined;
|
|
@@ -3163,8 +3163,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3163
3163
|
file_name?: string | undefined;
|
|
3164
3164
|
} | undefined;
|
|
3165
3165
|
from?: {
|
|
3166
|
-
first_name: string;
|
|
3167
3166
|
id: number;
|
|
3167
|
+
first_name: string;
|
|
3168
3168
|
is_bot: boolean;
|
|
3169
3169
|
last_name?: string | undefined;
|
|
3170
3170
|
username?: string | undefined;
|
|
@@ -3198,8 +3198,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3198
3198
|
file_name?: string | undefined;
|
|
3199
3199
|
} | undefined;
|
|
3200
3200
|
from?: {
|
|
3201
|
-
first_name: string;
|
|
3202
3201
|
id: number;
|
|
3202
|
+
first_name: string;
|
|
3203
3203
|
is_bot: boolean;
|
|
3204
3204
|
last_name?: string | undefined;
|
|
3205
3205
|
username?: string | undefined;
|
|
@@ -3233,8 +3233,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3233
3233
|
file_name?: string | undefined;
|
|
3234
3234
|
} | undefined;
|
|
3235
3235
|
from?: {
|
|
3236
|
-
first_name: string;
|
|
3237
3236
|
id: number;
|
|
3237
|
+
first_name: string;
|
|
3238
3238
|
is_bot: boolean;
|
|
3239
3239
|
last_name?: string | undefined;
|
|
3240
3240
|
username?: string | undefined;
|
|
@@ -3268,8 +3268,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3268
3268
|
file_name?: string | undefined;
|
|
3269
3269
|
} | undefined;
|
|
3270
3270
|
from?: {
|
|
3271
|
-
first_name: string;
|
|
3272
3271
|
id: number;
|
|
3272
|
+
first_name: string;
|
|
3273
3273
|
is_bot: boolean;
|
|
3274
3274
|
last_name?: string | undefined;
|
|
3275
3275
|
username?: string | undefined;
|
|
@@ -3279,8 +3279,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3279
3279
|
callback_query?: {
|
|
3280
3280
|
id: string;
|
|
3281
3281
|
from: {
|
|
3282
|
-
first_name: string;
|
|
3283
3282
|
id: number;
|
|
3283
|
+
first_name: string;
|
|
3284
3284
|
is_bot: boolean;
|
|
3285
3285
|
last_name?: string | undefined;
|
|
3286
3286
|
username?: string | undefined;
|
|
@@ -3314,8 +3314,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3314
3314
|
file_name?: string | undefined;
|
|
3315
3315
|
} | undefined;
|
|
3316
3316
|
from?: {
|
|
3317
|
-
first_name: string;
|
|
3318
3317
|
id: number;
|
|
3318
|
+
first_name: string;
|
|
3319
3319
|
is_bot: boolean;
|
|
3320
3320
|
last_name?: string | undefined;
|
|
3321
3321
|
username?: 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";
|
|
3333
3334
|
success: boolean;
|
|
3334
3335
|
error: string;
|
|
3335
|
-
operation: "get_updates";
|
|
3336
3336
|
ok: boolean;
|
|
3337
3337
|
updates?: {
|
|
3338
3338
|
update_id: number;
|
|
@@ -3363,8 +3363,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3363
3363
|
file_name?: string | undefined;
|
|
3364
3364
|
} | undefined;
|
|
3365
3365
|
from?: {
|
|
3366
|
-
first_name: string;
|
|
3367
3366
|
id: number;
|
|
3367
|
+
first_name: string;
|
|
3368
3368
|
is_bot: boolean;
|
|
3369
3369
|
last_name?: string | undefined;
|
|
3370
3370
|
username?: string | undefined;
|
|
@@ -3398,8 +3398,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3398
3398
|
file_name?: string | undefined;
|
|
3399
3399
|
} | undefined;
|
|
3400
3400
|
from?: {
|
|
3401
|
-
first_name: string;
|
|
3402
3401
|
id: number;
|
|
3402
|
+
first_name: string;
|
|
3403
3403
|
is_bot: boolean;
|
|
3404
3404
|
last_name?: string | undefined;
|
|
3405
3405
|
username?: string | undefined;
|
|
@@ -3433,8 +3433,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3433
3433
|
file_name?: string | undefined;
|
|
3434
3434
|
} | undefined;
|
|
3435
3435
|
from?: {
|
|
3436
|
-
first_name: string;
|
|
3437
3436
|
id: number;
|
|
3437
|
+
first_name: string;
|
|
3438
3438
|
is_bot: boolean;
|
|
3439
3439
|
last_name?: string | undefined;
|
|
3440
3440
|
username?: string | undefined;
|
|
@@ -3468,8 +3468,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3468
3468
|
file_name?: string | undefined;
|
|
3469
3469
|
} | undefined;
|
|
3470
3470
|
from?: {
|
|
3471
|
-
first_name: string;
|
|
3472
3471
|
id: number;
|
|
3472
|
+
first_name: string;
|
|
3473
3473
|
is_bot: boolean;
|
|
3474
3474
|
last_name?: string | undefined;
|
|
3475
3475
|
username?: string | undefined;
|
|
@@ -3479,8 +3479,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3479
3479
|
callback_query?: {
|
|
3480
3480
|
id: string;
|
|
3481
3481
|
from: {
|
|
3482
|
-
first_name: string;
|
|
3483
3482
|
id: number;
|
|
3483
|
+
first_name: string;
|
|
3484
3484
|
is_bot: boolean;
|
|
3485
3485
|
last_name?: string | undefined;
|
|
3486
3486
|
username?: string | undefined;
|
|
@@ -3514,8 +3514,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3514
3514
|
file_name?: string | undefined;
|
|
3515
3515
|
} | undefined;
|
|
3516
3516
|
from?: {
|
|
3517
|
-
first_name: string;
|
|
3518
3517
|
id: number;
|
|
3518
|
+
first_name: string;
|
|
3519
3519
|
is_bot: boolean;
|
|
3520
3520
|
last_name?: string | undefined;
|
|
3521
3521
|
username?: 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";
|
|
3531
3532
|
success: boolean;
|
|
3532
3533
|
error: string;
|
|
3533
|
-
operation: "get_updates";
|
|
3534
3534
|
ok: boolean;
|
|
3535
3535
|
updates?: {
|
|
3536
3536
|
update_id: number;
|
|
@@ -3561,8 +3561,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3561
3561
|
file_name?: string | undefined;
|
|
3562
3562
|
} | undefined;
|
|
3563
3563
|
from?: {
|
|
3564
|
-
first_name: string;
|
|
3565
3564
|
id: number;
|
|
3565
|
+
first_name: string;
|
|
3566
3566
|
is_bot: boolean;
|
|
3567
3567
|
last_name?: string | undefined;
|
|
3568
3568
|
username?: string | undefined;
|
|
@@ -3596,8 +3596,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3596
3596
|
file_name?: string | undefined;
|
|
3597
3597
|
} | undefined;
|
|
3598
3598
|
from?: {
|
|
3599
|
-
first_name: string;
|
|
3600
3599
|
id: number;
|
|
3600
|
+
first_name: string;
|
|
3601
3601
|
is_bot: boolean;
|
|
3602
3602
|
last_name?: string | undefined;
|
|
3603
3603
|
username?: string | undefined;
|
|
@@ -3631,8 +3631,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3631
3631
|
file_name?: string | undefined;
|
|
3632
3632
|
} | undefined;
|
|
3633
3633
|
from?: {
|
|
3634
|
-
first_name: string;
|
|
3635
3634
|
id: number;
|
|
3635
|
+
first_name: string;
|
|
3636
3636
|
is_bot: boolean;
|
|
3637
3637
|
last_name?: string | undefined;
|
|
3638
3638
|
username?: string | undefined;
|
|
@@ -3666,8 +3666,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3666
3666
|
file_name?: string | undefined;
|
|
3667
3667
|
} | undefined;
|
|
3668
3668
|
from?: {
|
|
3669
|
-
first_name: string;
|
|
3670
3669
|
id: number;
|
|
3670
|
+
first_name: string;
|
|
3671
3671
|
is_bot: boolean;
|
|
3672
3672
|
last_name?: string | undefined;
|
|
3673
3673
|
username?: string | undefined;
|
|
@@ -3677,8 +3677,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3677
3677
|
callback_query?: {
|
|
3678
3678
|
id: string;
|
|
3679
3679
|
from: {
|
|
3680
|
-
first_name: string;
|
|
3681
3680
|
id: number;
|
|
3681
|
+
first_name: string;
|
|
3682
3682
|
is_bot: boolean;
|
|
3683
3683
|
last_name?: string | undefined;
|
|
3684
3684
|
username?: string | undefined;
|
|
@@ -3712,8 +3712,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3712
3712
|
file_name?: string | undefined;
|
|
3713
3713
|
} | undefined;
|
|
3714
3714
|
from?: {
|
|
3715
|
-
first_name: string;
|
|
3716
3715
|
id: number;
|
|
3716
|
+
first_name: string;
|
|
3717
3717
|
is_bot: boolean;
|
|
3718
3718
|
last_name?: string | undefined;
|
|
3719
3719
|
username?: 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";
|
|
3734
3735
|
success: boolean;
|
|
3735
3736
|
error: string;
|
|
3736
|
-
operation: "send_chat_action";
|
|
3737
3737
|
ok: boolean;
|
|
3738
3738
|
}, {
|
|
3739
|
+
operation: "send_chat_action";
|
|
3739
3740
|
success: boolean;
|
|
3740
3741
|
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";
|
|
3749
3750
|
success: boolean;
|
|
3750
3751
|
error: string;
|
|
3751
|
-
operation: "set_message_reaction";
|
|
3752
3752
|
ok: boolean;
|
|
3753
3753
|
}, {
|
|
3754
|
+
operation: "set_message_reaction";
|
|
3754
3755
|
success: boolean;
|
|
3755
3756
|
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";
|
|
3764
3765
|
success: boolean;
|
|
3765
3766
|
error: string;
|
|
3766
|
-
operation: "set_webhook";
|
|
3767
3767
|
ok: boolean;
|
|
3768
3768
|
}, {
|
|
3769
|
+
operation: "set_webhook";
|
|
3769
3770
|
success: boolean;
|
|
3770
3771
|
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";
|
|
3779
3780
|
success: boolean;
|
|
3780
3781
|
error: string;
|
|
3781
|
-
operation: "delete_webhook";
|
|
3782
3782
|
ok: boolean;
|
|
3783
3783
|
}, {
|
|
3784
|
+
operation: "delete_webhook";
|
|
3784
3785
|
success: boolean;
|
|
3785
3786
|
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";
|
|
3825
3826
|
success: boolean;
|
|
3826
3827
|
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";
|
|
3841
3842
|
success: boolean;
|
|
3842
3843
|
error: string;
|
|
3843
|
-
operation: "get_webhook_info";
|
|
3844
3844
|
ok: boolean;
|
|
3845
3845
|
webhook_info?: {
|
|
3846
3846
|
url: string;
|
|
@@ -4671,8 +4671,8 @@ 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
|
-
limit: number;
|
|
4675
4674
|
operation: "get_updates";
|
|
4675
|
+
limit: number;
|
|
4676
4676
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4677
4677
|
timeout?: number | undefined;
|
|
4678
4678
|
offset?: number | 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
|
-
url: string;
|
|
4767
4766
|
operation: "set_webhook";
|
|
4767
|
+
url: string;
|
|
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
|
-
url: string;
|
|
4776
4775
|
operation: "set_webhook";
|
|
4776
|
+
url: string;
|
|
4777
4777
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4778
4778
|
allowed_updates?: string[] | undefined;
|
|
4779
4779
|
ip_address?: string | undefined;
|
|
@@ -4815,15 +4815,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4815
4815
|
username: z.ZodOptional<z.ZodString>;
|
|
4816
4816
|
language_code: z.ZodOptional<z.ZodString>;
|
|
4817
4817
|
}, "strip", z.ZodTypeAny, {
|
|
4818
|
-
first_name: string;
|
|
4819
4818
|
id: number;
|
|
4819
|
+
first_name: string;
|
|
4820
4820
|
is_bot: boolean;
|
|
4821
4821
|
last_name?: string | undefined;
|
|
4822
4822
|
username?: string | undefined;
|
|
4823
4823
|
language_code?: string | undefined;
|
|
4824
4824
|
}, {
|
|
4825
|
-
first_name: string;
|
|
4826
4825
|
id: number;
|
|
4826
|
+
first_name: string;
|
|
4827
4827
|
is_bot: boolean;
|
|
4828
4828
|
last_name?: string | undefined;
|
|
4829
4829
|
username?: string | undefined;
|
|
@@ -4918,8 +4918,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4918
4918
|
file_name?: string | undefined;
|
|
4919
4919
|
} | undefined;
|
|
4920
4920
|
from?: {
|
|
4921
|
-
first_name: string;
|
|
4922
4921
|
id: number;
|
|
4922
|
+
first_name: string;
|
|
4923
4923
|
is_bot: boolean;
|
|
4924
4924
|
last_name?: string | undefined;
|
|
4925
4925
|
username?: string | undefined;
|
|
@@ -4952,8 +4952,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4952
4952
|
file_name?: string | undefined;
|
|
4953
4953
|
} | undefined;
|
|
4954
4954
|
from?: {
|
|
4955
|
-
first_name: string;
|
|
4956
4955
|
id: number;
|
|
4956
|
+
first_name: string;
|
|
4957
4957
|
is_bot: boolean;
|
|
4958
4958
|
last_name?: string | undefined;
|
|
4959
4959
|
username?: 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";
|
|
4966
4967
|
success: boolean;
|
|
4967
4968
|
error: string;
|
|
4968
|
-
operation: "send_message";
|
|
4969
4969
|
ok: boolean;
|
|
4970
4970
|
message?: {
|
|
4971
4971
|
date: number;
|
|
@@ -4994,8 +4994,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4994
4994
|
file_name?: string | undefined;
|
|
4995
4995
|
} | undefined;
|
|
4996
4996
|
from?: {
|
|
4997
|
-
first_name: string;
|
|
4998
4997
|
id: number;
|
|
4998
|
+
first_name: string;
|
|
4999
4999
|
is_bot: boolean;
|
|
5000
5000
|
last_name?: string | undefined;
|
|
5001
5001
|
username?: 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";
|
|
5006
5007
|
success: boolean;
|
|
5007
5008
|
error: string;
|
|
5008
|
-
operation: "send_message";
|
|
5009
5009
|
ok: boolean;
|
|
5010
5010
|
message?: {
|
|
5011
5011
|
date: number;
|
|
@@ -5034,8 +5034,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5034
5034
|
file_name?: string | undefined;
|
|
5035
5035
|
} | undefined;
|
|
5036
5036
|
from?: {
|
|
5037
|
-
first_name: string;
|
|
5038
5037
|
id: number;
|
|
5038
|
+
first_name: string;
|
|
5039
5039
|
is_bot: boolean;
|
|
5040
5040
|
last_name?: string | undefined;
|
|
5041
5041
|
username?: string | undefined;
|
|
@@ -5055,15 +5055,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5055
5055
|
username: z.ZodOptional<z.ZodString>;
|
|
5056
5056
|
language_code: z.ZodOptional<z.ZodString>;
|
|
5057
5057
|
}, "strip", z.ZodTypeAny, {
|
|
5058
|
-
first_name: string;
|
|
5059
5058
|
id: number;
|
|
5059
|
+
first_name: string;
|
|
5060
5060
|
is_bot: boolean;
|
|
5061
5061
|
last_name?: string | undefined;
|
|
5062
5062
|
username?: string | undefined;
|
|
5063
5063
|
language_code?: string | undefined;
|
|
5064
5064
|
}, {
|
|
5065
|
-
first_name: string;
|
|
5066
5065
|
id: number;
|
|
5066
|
+
first_name: string;
|
|
5067
5067
|
is_bot: boolean;
|
|
5068
5068
|
last_name?: string | undefined;
|
|
5069
5069
|
username?: string | undefined;
|
|
@@ -5158,8 +5158,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5158
5158
|
file_name?: string | undefined;
|
|
5159
5159
|
} | undefined;
|
|
5160
5160
|
from?: {
|
|
5161
|
-
first_name: string;
|
|
5162
5161
|
id: number;
|
|
5162
|
+
first_name: string;
|
|
5163
5163
|
is_bot: boolean;
|
|
5164
5164
|
last_name?: string | undefined;
|
|
5165
5165
|
username?: string | undefined;
|
|
@@ -5192,8 +5192,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5192
5192
|
file_name?: string | undefined;
|
|
5193
5193
|
} | undefined;
|
|
5194
5194
|
from?: {
|
|
5195
|
-
first_name: string;
|
|
5196
5195
|
id: number;
|
|
5196
|
+
first_name: string;
|
|
5197
5197
|
is_bot: boolean;
|
|
5198
5198
|
last_name?: string | undefined;
|
|
5199
5199
|
username?: 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";
|
|
5206
5207
|
success: boolean;
|
|
5207
5208
|
error: string;
|
|
5208
|
-
operation: "send_photo";
|
|
5209
5209
|
ok: boolean;
|
|
5210
5210
|
message?: {
|
|
5211
5211
|
date: number;
|
|
@@ -5234,8 +5234,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5234
5234
|
file_name?: string | undefined;
|
|
5235
5235
|
} | undefined;
|
|
5236
5236
|
from?: {
|
|
5237
|
-
first_name: string;
|
|
5238
5237
|
id: number;
|
|
5238
|
+
first_name: string;
|
|
5239
5239
|
is_bot: boolean;
|
|
5240
5240
|
last_name?: string | undefined;
|
|
5241
5241
|
username?: 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";
|
|
5246
5247
|
success: boolean;
|
|
5247
5248
|
error: string;
|
|
5248
|
-
operation: "send_photo";
|
|
5249
5249
|
ok: boolean;
|
|
5250
5250
|
message?: {
|
|
5251
5251
|
date: number;
|
|
@@ -5274,8 +5274,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5274
5274
|
file_name?: string | undefined;
|
|
5275
5275
|
} | undefined;
|
|
5276
5276
|
from?: {
|
|
5277
|
-
first_name: string;
|
|
5278
5277
|
id: number;
|
|
5278
|
+
first_name: string;
|
|
5279
5279
|
is_bot: boolean;
|
|
5280
5280
|
last_name?: string | undefined;
|
|
5281
5281
|
username?: string | undefined;
|
|
@@ -5295,15 +5295,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5295
5295
|
username: z.ZodOptional<z.ZodString>;
|
|
5296
5296
|
language_code: z.ZodOptional<z.ZodString>;
|
|
5297
5297
|
}, "strip", z.ZodTypeAny, {
|
|
5298
|
-
first_name: string;
|
|
5299
5298
|
id: number;
|
|
5299
|
+
first_name: string;
|
|
5300
5300
|
is_bot: boolean;
|
|
5301
5301
|
last_name?: string | undefined;
|
|
5302
5302
|
username?: string | undefined;
|
|
5303
5303
|
language_code?: string | undefined;
|
|
5304
5304
|
}, {
|
|
5305
|
-
first_name: string;
|
|
5306
5305
|
id: number;
|
|
5306
|
+
first_name: string;
|
|
5307
5307
|
is_bot: boolean;
|
|
5308
5308
|
last_name?: string | undefined;
|
|
5309
5309
|
username?: string | undefined;
|
|
@@ -5398,8 +5398,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5398
5398
|
file_name?: string | undefined;
|
|
5399
5399
|
} | undefined;
|
|
5400
5400
|
from?: {
|
|
5401
|
-
first_name: string;
|
|
5402
5401
|
id: number;
|
|
5402
|
+
first_name: string;
|
|
5403
5403
|
is_bot: boolean;
|
|
5404
5404
|
last_name?: string | undefined;
|
|
5405
5405
|
username?: string | undefined;
|
|
@@ -5432,8 +5432,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5432
5432
|
file_name?: string | undefined;
|
|
5433
5433
|
} | undefined;
|
|
5434
5434
|
from?: {
|
|
5435
|
-
first_name: string;
|
|
5436
5435
|
id: number;
|
|
5436
|
+
first_name: string;
|
|
5437
5437
|
is_bot: boolean;
|
|
5438
5438
|
last_name?: string | undefined;
|
|
5439
5439
|
username?: 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";
|
|
5446
5447
|
success: boolean;
|
|
5447
5448
|
error: string;
|
|
5448
|
-
operation: "send_document";
|
|
5449
5449
|
ok: boolean;
|
|
5450
5450
|
message?: {
|
|
5451
5451
|
date: number;
|
|
@@ -5474,8 +5474,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5474
5474
|
file_name?: string | undefined;
|
|
5475
5475
|
} | undefined;
|
|
5476
5476
|
from?: {
|
|
5477
|
-
first_name: string;
|
|
5478
5477
|
id: number;
|
|
5478
|
+
first_name: string;
|
|
5479
5479
|
is_bot: boolean;
|
|
5480
5480
|
last_name?: string | undefined;
|
|
5481
5481
|
username?: 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";
|
|
5486
5487
|
success: boolean;
|
|
5487
5488
|
error: string;
|
|
5488
|
-
operation: "send_document";
|
|
5489
5489
|
ok: boolean;
|
|
5490
5490
|
message?: {
|
|
5491
5491
|
date: number;
|
|
@@ -5514,8 +5514,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5514
5514
|
file_name?: string | undefined;
|
|
5515
5515
|
} | undefined;
|
|
5516
5516
|
from?: {
|
|
5517
|
-
first_name: string;
|
|
5518
5517
|
id: number;
|
|
5518
|
+
first_name: string;
|
|
5519
5519
|
is_bot: boolean;
|
|
5520
5520
|
last_name?: string | undefined;
|
|
5521
5521
|
username?: string | undefined;
|
|
@@ -5535,15 +5535,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5535
5535
|
username: z.ZodOptional<z.ZodString>;
|
|
5536
5536
|
language_code: z.ZodOptional<z.ZodString>;
|
|
5537
5537
|
}, "strip", z.ZodTypeAny, {
|
|
5538
|
-
first_name: string;
|
|
5539
5538
|
id: number;
|
|
5539
|
+
first_name: string;
|
|
5540
5540
|
is_bot: boolean;
|
|
5541
5541
|
last_name?: string | undefined;
|
|
5542
5542
|
username?: string | undefined;
|
|
5543
5543
|
language_code?: string | undefined;
|
|
5544
5544
|
}, {
|
|
5545
|
-
first_name: string;
|
|
5546
5545
|
id: number;
|
|
5546
|
+
first_name: string;
|
|
5547
5547
|
is_bot: boolean;
|
|
5548
5548
|
last_name?: string | undefined;
|
|
5549
5549
|
username?: string | undefined;
|
|
@@ -5638,8 +5638,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5638
5638
|
file_name?: string | undefined;
|
|
5639
5639
|
} | undefined;
|
|
5640
5640
|
from?: {
|
|
5641
|
-
first_name: string;
|
|
5642
5641
|
id: number;
|
|
5642
|
+
first_name: string;
|
|
5643
5643
|
is_bot: boolean;
|
|
5644
5644
|
last_name?: string | undefined;
|
|
5645
5645
|
username?: string | undefined;
|
|
@@ -5672,8 +5672,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5672
5672
|
file_name?: string | undefined;
|
|
5673
5673
|
} | undefined;
|
|
5674
5674
|
from?: {
|
|
5675
|
-
first_name: string;
|
|
5676
5675
|
id: number;
|
|
5676
|
+
first_name: string;
|
|
5677
5677
|
is_bot: boolean;
|
|
5678
5678
|
last_name?: string | undefined;
|
|
5679
5679
|
username?: 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";
|
|
5686
5687
|
success: boolean;
|
|
5687
5688
|
error: string;
|
|
5688
|
-
operation: "edit_message";
|
|
5689
5689
|
ok: boolean;
|
|
5690
5690
|
message?: {
|
|
5691
5691
|
date: number;
|
|
@@ -5714,8 +5714,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5714
5714
|
file_name?: string | undefined;
|
|
5715
5715
|
} | undefined;
|
|
5716
5716
|
from?: {
|
|
5717
|
-
first_name: string;
|
|
5718
5717
|
id: number;
|
|
5718
|
+
first_name: string;
|
|
5719
5719
|
is_bot: boolean;
|
|
5720
5720
|
last_name?: string | undefined;
|
|
5721
5721
|
username?: 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";
|
|
5726
5727
|
success: boolean;
|
|
5727
5728
|
error: string;
|
|
5728
|
-
operation: "edit_message";
|
|
5729
5729
|
ok: boolean;
|
|
5730
5730
|
message?: {
|
|
5731
5731
|
date: number;
|
|
@@ -5754,8 +5754,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5754
5754
|
file_name?: string | undefined;
|
|
5755
5755
|
} | undefined;
|
|
5756
5756
|
from?: {
|
|
5757
|
-
first_name: string;
|
|
5758
5757
|
id: number;
|
|
5758
|
+
first_name: string;
|
|
5759
5759
|
is_bot: boolean;
|
|
5760
5760
|
last_name?: string | undefined;
|
|
5761
5761
|
username?: 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";
|
|
5771
5772
|
success: boolean;
|
|
5772
5773
|
error: string;
|
|
5773
|
-
operation: "delete_message";
|
|
5774
5774
|
ok: boolean;
|
|
5775
5775
|
}, {
|
|
5776
|
+
operation: "delete_message";
|
|
5776
5777
|
success: boolean;
|
|
5777
5778
|
error: string;
|
|
5778
|
-
operation: "delete_message";
|
|
5779
5779
|
ok: boolean;
|
|
5780
5780
|
}>, z.ZodObject<{
|
|
5781
5781
|
operation: z.ZodLiteral<"get_me">;
|
|
@@ -5788,15 +5788,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5788
5788
|
username: z.ZodOptional<z.ZodString>;
|
|
5789
5789
|
language_code: z.ZodOptional<z.ZodString>;
|
|
5790
5790
|
}, "strip", z.ZodTypeAny, {
|
|
5791
|
-
first_name: string;
|
|
5792
5791
|
id: number;
|
|
5792
|
+
first_name: string;
|
|
5793
5793
|
is_bot: boolean;
|
|
5794
5794
|
last_name?: string | undefined;
|
|
5795
5795
|
username?: string | undefined;
|
|
5796
5796
|
language_code?: string | undefined;
|
|
5797
5797
|
}, {
|
|
5798
|
-
first_name: string;
|
|
5799
5798
|
id: number;
|
|
5799
|
+
first_name: string;
|
|
5800
5800
|
is_bot: boolean;
|
|
5801
5801
|
last_name?: string | undefined;
|
|
5802
5802
|
username?: string | undefined;
|
|
@@ -5805,26 +5805,26 @@ 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";
|
|
5808
5809
|
success: boolean;
|
|
5809
5810
|
error: string;
|
|
5810
|
-
operation: "get_me";
|
|
5811
5811
|
ok: boolean;
|
|
5812
5812
|
user?: {
|
|
5813
|
-
first_name: string;
|
|
5814
5813
|
id: number;
|
|
5814
|
+
first_name: string;
|
|
5815
5815
|
is_bot: boolean;
|
|
5816
5816
|
last_name?: string | undefined;
|
|
5817
5817
|
username?: string | undefined;
|
|
5818
5818
|
language_code?: string | undefined;
|
|
5819
5819
|
} | undefined;
|
|
5820
5820
|
}, {
|
|
5821
|
+
operation: "get_me";
|
|
5821
5822
|
success: boolean;
|
|
5822
5823
|
error: string;
|
|
5823
|
-
operation: "get_me";
|
|
5824
5824
|
ok: boolean;
|
|
5825
5825
|
user?: {
|
|
5826
|
-
first_name: string;
|
|
5827
5826
|
id: number;
|
|
5827
|
+
first_name: string;
|
|
5828
5828
|
is_bot: boolean;
|
|
5829
5829
|
last_name?: string | undefined;
|
|
5830
5830
|
username?: string | undefined;
|
|
@@ -5864,9 +5864,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5864
5864
|
error: z.ZodString;
|
|
5865
5865
|
success: z.ZodBoolean;
|
|
5866
5866
|
}, "strip", z.ZodTypeAny, {
|
|
5867
|
+
operation: "get_chat";
|
|
5867
5868
|
success: boolean;
|
|
5868
5869
|
error: string;
|
|
5869
|
-
operation: "get_chat";
|
|
5870
5870
|
ok: boolean;
|
|
5871
5871
|
chat?: {
|
|
5872
5872
|
type: "channel" | "private" | "group" | "supergroup";
|
|
@@ -5879,9 +5879,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5879
5879
|
invite_link?: string | undefined;
|
|
5880
5880
|
} | undefined;
|
|
5881
5881
|
}, {
|
|
5882
|
+
operation: "get_chat";
|
|
5882
5883
|
success: boolean;
|
|
5883
5884
|
error: string;
|
|
5884
|
-
operation: "get_chat";
|
|
5885
5885
|
ok: boolean;
|
|
5886
5886
|
chat?: {
|
|
5887
5887
|
type: "channel" | "private" | "group" | "supergroup";
|
|
@@ -5908,15 +5908,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5908
5908
|
username: z.ZodOptional<z.ZodString>;
|
|
5909
5909
|
language_code: z.ZodOptional<z.ZodString>;
|
|
5910
5910
|
}, "strip", z.ZodTypeAny, {
|
|
5911
|
-
first_name: string;
|
|
5912
5911
|
id: number;
|
|
5912
|
+
first_name: string;
|
|
5913
5913
|
is_bot: boolean;
|
|
5914
5914
|
last_name?: string | undefined;
|
|
5915
5915
|
username?: string | undefined;
|
|
5916
5916
|
language_code?: string | undefined;
|
|
5917
5917
|
}, {
|
|
5918
|
-
first_name: string;
|
|
5919
5918
|
id: number;
|
|
5919
|
+
first_name: string;
|
|
5920
5920
|
is_bot: boolean;
|
|
5921
5921
|
last_name?: string | undefined;
|
|
5922
5922
|
username?: string | undefined;
|
|
@@ -6011,8 +6011,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6011
6011
|
file_name?: string | undefined;
|
|
6012
6012
|
} | undefined;
|
|
6013
6013
|
from?: {
|
|
6014
|
-
first_name: string;
|
|
6015
6014
|
id: number;
|
|
6015
|
+
first_name: string;
|
|
6016
6016
|
is_bot: boolean;
|
|
6017
6017
|
last_name?: string | undefined;
|
|
6018
6018
|
username?: string | undefined;
|
|
@@ -6045,8 +6045,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6045
6045
|
file_name?: string | undefined;
|
|
6046
6046
|
} | undefined;
|
|
6047
6047
|
from?: {
|
|
6048
|
-
first_name: string;
|
|
6049
6048
|
id: number;
|
|
6049
|
+
first_name: string;
|
|
6050
6050
|
is_bot: boolean;
|
|
6051
6051
|
last_name?: string | undefined;
|
|
6052
6052
|
username?: string | undefined;
|
|
@@ -6063,15 +6063,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6063
6063
|
username: z.ZodOptional<z.ZodString>;
|
|
6064
6064
|
language_code: z.ZodOptional<z.ZodString>;
|
|
6065
6065
|
}, "strip", z.ZodTypeAny, {
|
|
6066
|
-
first_name: string;
|
|
6067
6066
|
id: number;
|
|
6067
|
+
first_name: string;
|
|
6068
6068
|
is_bot: boolean;
|
|
6069
6069
|
last_name?: string | undefined;
|
|
6070
6070
|
username?: string | undefined;
|
|
6071
6071
|
language_code?: string | undefined;
|
|
6072
6072
|
}, {
|
|
6073
|
-
first_name: string;
|
|
6074
6073
|
id: number;
|
|
6074
|
+
first_name: string;
|
|
6075
6075
|
is_bot: boolean;
|
|
6076
6076
|
last_name?: string | undefined;
|
|
6077
6077
|
username?: string | undefined;
|
|
@@ -6166,8 +6166,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6166
6166
|
file_name?: string | undefined;
|
|
6167
6167
|
} | undefined;
|
|
6168
6168
|
from?: {
|
|
6169
|
-
first_name: string;
|
|
6170
6169
|
id: number;
|
|
6170
|
+
first_name: string;
|
|
6171
6171
|
is_bot: boolean;
|
|
6172
6172
|
last_name?: string | undefined;
|
|
6173
6173
|
username?: string | undefined;
|
|
@@ -6200,8 +6200,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6200
6200
|
file_name?: string | undefined;
|
|
6201
6201
|
} | undefined;
|
|
6202
6202
|
from?: {
|
|
6203
|
-
first_name: string;
|
|
6204
6203
|
id: number;
|
|
6204
|
+
first_name: string;
|
|
6205
6205
|
is_bot: boolean;
|
|
6206
6206
|
last_name?: string | undefined;
|
|
6207
6207
|
username?: string | undefined;
|
|
@@ -6218,15 +6218,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6218
6218
|
username: z.ZodOptional<z.ZodString>;
|
|
6219
6219
|
language_code: z.ZodOptional<z.ZodString>;
|
|
6220
6220
|
}, "strip", z.ZodTypeAny, {
|
|
6221
|
-
first_name: string;
|
|
6222
6221
|
id: number;
|
|
6222
|
+
first_name: string;
|
|
6223
6223
|
is_bot: boolean;
|
|
6224
6224
|
last_name?: string | undefined;
|
|
6225
6225
|
username?: string | undefined;
|
|
6226
6226
|
language_code?: string | undefined;
|
|
6227
6227
|
}, {
|
|
6228
|
-
first_name: string;
|
|
6229
6228
|
id: number;
|
|
6229
|
+
first_name: string;
|
|
6230
6230
|
is_bot: boolean;
|
|
6231
6231
|
last_name?: string | undefined;
|
|
6232
6232
|
username?: string | undefined;
|
|
@@ -6321,8 +6321,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6321
6321
|
file_name?: string | undefined;
|
|
6322
6322
|
} | undefined;
|
|
6323
6323
|
from?: {
|
|
6324
|
-
first_name: string;
|
|
6325
6324
|
id: number;
|
|
6325
|
+
first_name: string;
|
|
6326
6326
|
is_bot: boolean;
|
|
6327
6327
|
last_name?: string | undefined;
|
|
6328
6328
|
username?: string | undefined;
|
|
@@ -6355,8 +6355,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6355
6355
|
file_name?: string | undefined;
|
|
6356
6356
|
} | undefined;
|
|
6357
6357
|
from?: {
|
|
6358
|
-
first_name: string;
|
|
6359
6358
|
id: number;
|
|
6359
|
+
first_name: string;
|
|
6360
6360
|
is_bot: boolean;
|
|
6361
6361
|
last_name?: string | undefined;
|
|
6362
6362
|
username?: string | undefined;
|
|
@@ -6373,15 +6373,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6373
6373
|
username: z.ZodOptional<z.ZodString>;
|
|
6374
6374
|
language_code: z.ZodOptional<z.ZodString>;
|
|
6375
6375
|
}, "strip", z.ZodTypeAny, {
|
|
6376
|
-
first_name: string;
|
|
6377
6376
|
id: number;
|
|
6377
|
+
first_name: string;
|
|
6378
6378
|
is_bot: boolean;
|
|
6379
6379
|
last_name?: string | undefined;
|
|
6380
6380
|
username?: string | undefined;
|
|
6381
6381
|
language_code?: string | undefined;
|
|
6382
6382
|
}, {
|
|
6383
|
-
first_name: string;
|
|
6384
6383
|
id: number;
|
|
6384
|
+
first_name: string;
|
|
6385
6385
|
is_bot: boolean;
|
|
6386
6386
|
last_name?: string | undefined;
|
|
6387
6387
|
username?: string | undefined;
|
|
@@ -6476,8 +6476,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6476
6476
|
file_name?: string | undefined;
|
|
6477
6477
|
} | undefined;
|
|
6478
6478
|
from?: {
|
|
6479
|
-
first_name: string;
|
|
6480
6479
|
id: number;
|
|
6480
|
+
first_name: string;
|
|
6481
6481
|
is_bot: boolean;
|
|
6482
6482
|
last_name?: string | undefined;
|
|
6483
6483
|
username?: string | undefined;
|
|
@@ -6510,8 +6510,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6510
6510
|
file_name?: string | undefined;
|
|
6511
6511
|
} | undefined;
|
|
6512
6512
|
from?: {
|
|
6513
|
-
first_name: string;
|
|
6514
6513
|
id: number;
|
|
6514
|
+
first_name: string;
|
|
6515
6515
|
is_bot: boolean;
|
|
6516
6516
|
last_name?: string | undefined;
|
|
6517
6517
|
username?: string | undefined;
|
|
@@ -6528,15 +6528,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6528
6528
|
username: z.ZodOptional<z.ZodString>;
|
|
6529
6529
|
language_code: z.ZodOptional<z.ZodString>;
|
|
6530
6530
|
}, "strip", z.ZodTypeAny, {
|
|
6531
|
-
first_name: string;
|
|
6532
6531
|
id: number;
|
|
6532
|
+
first_name: string;
|
|
6533
6533
|
is_bot: boolean;
|
|
6534
6534
|
last_name?: string | undefined;
|
|
6535
6535
|
username?: string | undefined;
|
|
6536
6536
|
language_code?: string | undefined;
|
|
6537
6537
|
}, {
|
|
6538
|
-
first_name: string;
|
|
6539
6538
|
id: number;
|
|
6539
|
+
first_name: string;
|
|
6540
6540
|
is_bot: boolean;
|
|
6541
6541
|
last_name?: string | undefined;
|
|
6542
6542
|
username?: string | undefined;
|
|
@@ -6552,15 +6552,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6552
6552
|
username: z.ZodOptional<z.ZodString>;
|
|
6553
6553
|
language_code: z.ZodOptional<z.ZodString>;
|
|
6554
6554
|
}, "strip", z.ZodTypeAny, {
|
|
6555
|
-
first_name: string;
|
|
6556
6555
|
id: number;
|
|
6556
|
+
first_name: string;
|
|
6557
6557
|
is_bot: boolean;
|
|
6558
6558
|
last_name?: string | undefined;
|
|
6559
6559
|
username?: string | undefined;
|
|
6560
6560
|
language_code?: string | undefined;
|
|
6561
6561
|
}, {
|
|
6562
|
-
first_name: string;
|
|
6563
6562
|
id: number;
|
|
6563
|
+
first_name: string;
|
|
6564
6564
|
is_bot: boolean;
|
|
6565
6565
|
last_name?: string | undefined;
|
|
6566
6566
|
username?: string | undefined;
|
|
@@ -6655,8 +6655,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6655
6655
|
file_name?: string | undefined;
|
|
6656
6656
|
} | undefined;
|
|
6657
6657
|
from?: {
|
|
6658
|
-
first_name: string;
|
|
6659
6658
|
id: number;
|
|
6659
|
+
first_name: string;
|
|
6660
6660
|
is_bot: boolean;
|
|
6661
6661
|
last_name?: string | undefined;
|
|
6662
6662
|
username?: string | undefined;
|
|
@@ -6689,8 +6689,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6689
6689
|
file_name?: string | undefined;
|
|
6690
6690
|
} | undefined;
|
|
6691
6691
|
from?: {
|
|
6692
|
-
first_name: string;
|
|
6693
6692
|
id: number;
|
|
6693
|
+
first_name: string;
|
|
6694
6694
|
is_bot: boolean;
|
|
6695
6695
|
last_name?: string | undefined;
|
|
6696
6696
|
username?: string | undefined;
|
|
@@ -6704,8 +6704,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6704
6704
|
}, "strip", z.ZodTypeAny, {
|
|
6705
6705
|
id: string;
|
|
6706
6706
|
from: {
|
|
6707
|
-
first_name: string;
|
|
6708
6707
|
id: number;
|
|
6708
|
+
first_name: string;
|
|
6709
6709
|
is_bot: boolean;
|
|
6710
6710
|
last_name?: string | undefined;
|
|
6711
6711
|
username?: string | undefined;
|
|
@@ -6739,8 +6739,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6739
6739
|
file_name?: string | undefined;
|
|
6740
6740
|
} | undefined;
|
|
6741
6741
|
from?: {
|
|
6742
|
-
first_name: string;
|
|
6743
6742
|
id: number;
|
|
6743
|
+
first_name: string;
|
|
6744
6744
|
is_bot: boolean;
|
|
6745
6745
|
last_name?: string | undefined;
|
|
6746
6746
|
username?: string | undefined;
|
|
@@ -6753,8 +6753,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6753
6753
|
}, {
|
|
6754
6754
|
id: string;
|
|
6755
6755
|
from: {
|
|
6756
|
-
first_name: string;
|
|
6757
6756
|
id: number;
|
|
6757
|
+
first_name: string;
|
|
6758
6758
|
is_bot: boolean;
|
|
6759
6759
|
last_name?: string | undefined;
|
|
6760
6760
|
username?: string | undefined;
|
|
@@ -6788,8 +6788,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6788
6788
|
file_name?: string | undefined;
|
|
6789
6789
|
} | undefined;
|
|
6790
6790
|
from?: {
|
|
6791
|
-
first_name: string;
|
|
6792
6791
|
id: number;
|
|
6792
|
+
first_name: string;
|
|
6793
6793
|
is_bot: boolean;
|
|
6794
6794
|
last_name?: string | undefined;
|
|
6795
6795
|
username?: string | undefined;
|
|
@@ -6829,8 +6829,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6829
6829
|
file_name?: string | undefined;
|
|
6830
6830
|
} | undefined;
|
|
6831
6831
|
from?: {
|
|
6832
|
-
first_name: string;
|
|
6833
6832
|
id: number;
|
|
6833
|
+
first_name: string;
|
|
6834
6834
|
is_bot: boolean;
|
|
6835
6835
|
last_name?: string | undefined;
|
|
6836
6836
|
username?: string | undefined;
|
|
@@ -6864,8 +6864,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6864
6864
|
file_name?: string | undefined;
|
|
6865
6865
|
} | undefined;
|
|
6866
6866
|
from?: {
|
|
6867
|
-
first_name: string;
|
|
6868
6867
|
id: number;
|
|
6868
|
+
first_name: string;
|
|
6869
6869
|
is_bot: boolean;
|
|
6870
6870
|
last_name?: string | undefined;
|
|
6871
6871
|
username?: string | undefined;
|
|
@@ -6899,8 +6899,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6899
6899
|
file_name?: string | undefined;
|
|
6900
6900
|
} | undefined;
|
|
6901
6901
|
from?: {
|
|
6902
|
-
first_name: string;
|
|
6903
6902
|
id: number;
|
|
6903
|
+
first_name: string;
|
|
6904
6904
|
is_bot: boolean;
|
|
6905
6905
|
last_name?: string | undefined;
|
|
6906
6906
|
username?: string | undefined;
|
|
@@ -6934,8 +6934,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6934
6934
|
file_name?: string | undefined;
|
|
6935
6935
|
} | undefined;
|
|
6936
6936
|
from?: {
|
|
6937
|
-
first_name: string;
|
|
6938
6937
|
id: number;
|
|
6938
|
+
first_name: string;
|
|
6939
6939
|
is_bot: boolean;
|
|
6940
6940
|
last_name?: string | undefined;
|
|
6941
6941
|
username?: string | undefined;
|
|
@@ -6945,8 +6945,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6945
6945
|
callback_query?: {
|
|
6946
6946
|
id: string;
|
|
6947
6947
|
from: {
|
|
6948
|
-
first_name: string;
|
|
6949
6948
|
id: number;
|
|
6949
|
+
first_name: string;
|
|
6950
6950
|
is_bot: boolean;
|
|
6951
6951
|
last_name?: string | undefined;
|
|
6952
6952
|
username?: string | undefined;
|
|
@@ -6980,8 +6980,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6980
6980
|
file_name?: string | undefined;
|
|
6981
6981
|
} | undefined;
|
|
6982
6982
|
from?: {
|
|
6983
|
-
first_name: string;
|
|
6984
6983
|
id: number;
|
|
6984
|
+
first_name: string;
|
|
6985
6985
|
is_bot: boolean;
|
|
6986
6986
|
last_name?: string | undefined;
|
|
6987
6987
|
username?: string | undefined;
|
|
@@ -7021,8 +7021,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7021
7021
|
file_name?: string | undefined;
|
|
7022
7022
|
} | undefined;
|
|
7023
7023
|
from?: {
|
|
7024
|
-
first_name: string;
|
|
7025
7024
|
id: number;
|
|
7025
|
+
first_name: string;
|
|
7026
7026
|
is_bot: boolean;
|
|
7027
7027
|
last_name?: string | undefined;
|
|
7028
7028
|
username?: string | undefined;
|
|
@@ -7056,8 +7056,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7056
7056
|
file_name?: string | undefined;
|
|
7057
7057
|
} | undefined;
|
|
7058
7058
|
from?: {
|
|
7059
|
-
first_name: string;
|
|
7060
7059
|
id: number;
|
|
7060
|
+
first_name: string;
|
|
7061
7061
|
is_bot: boolean;
|
|
7062
7062
|
last_name?: string | undefined;
|
|
7063
7063
|
username?: string | undefined;
|
|
@@ -7091,8 +7091,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7091
7091
|
file_name?: string | undefined;
|
|
7092
7092
|
} | undefined;
|
|
7093
7093
|
from?: {
|
|
7094
|
-
first_name: string;
|
|
7095
7094
|
id: number;
|
|
7095
|
+
first_name: string;
|
|
7096
7096
|
is_bot: boolean;
|
|
7097
7097
|
last_name?: string | undefined;
|
|
7098
7098
|
username?: string | undefined;
|
|
@@ -7126,8 +7126,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7126
7126
|
file_name?: string | undefined;
|
|
7127
7127
|
} | undefined;
|
|
7128
7128
|
from?: {
|
|
7129
|
-
first_name: string;
|
|
7130
7129
|
id: number;
|
|
7130
|
+
first_name: string;
|
|
7131
7131
|
is_bot: boolean;
|
|
7132
7132
|
last_name?: string | undefined;
|
|
7133
7133
|
username?: string | undefined;
|
|
@@ -7137,8 +7137,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7137
7137
|
callback_query?: {
|
|
7138
7138
|
id: string;
|
|
7139
7139
|
from: {
|
|
7140
|
-
first_name: string;
|
|
7141
7140
|
id: number;
|
|
7141
|
+
first_name: string;
|
|
7142
7142
|
is_bot: boolean;
|
|
7143
7143
|
last_name?: string | undefined;
|
|
7144
7144
|
username?: string | undefined;
|
|
@@ -7172,8 +7172,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7172
7172
|
file_name?: string | undefined;
|
|
7173
7173
|
} | undefined;
|
|
7174
7174
|
from?: {
|
|
7175
|
-
first_name: string;
|
|
7176
7175
|
id: number;
|
|
7176
|
+
first_name: string;
|
|
7177
7177
|
is_bot: boolean;
|
|
7178
7178
|
last_name?: string | undefined;
|
|
7179
7179
|
username?: 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";
|
|
7191
7192
|
success: boolean;
|
|
7192
7193
|
error: string;
|
|
7193
|
-
operation: "get_updates";
|
|
7194
7194
|
ok: boolean;
|
|
7195
7195
|
updates?: {
|
|
7196
7196
|
update_id: number;
|
|
@@ -7221,8 +7221,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7221
7221
|
file_name?: string | undefined;
|
|
7222
7222
|
} | undefined;
|
|
7223
7223
|
from?: {
|
|
7224
|
-
first_name: string;
|
|
7225
7224
|
id: number;
|
|
7225
|
+
first_name: string;
|
|
7226
7226
|
is_bot: boolean;
|
|
7227
7227
|
last_name?: string | undefined;
|
|
7228
7228
|
username?: string | undefined;
|
|
@@ -7256,8 +7256,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7256
7256
|
file_name?: string | undefined;
|
|
7257
7257
|
} | undefined;
|
|
7258
7258
|
from?: {
|
|
7259
|
-
first_name: string;
|
|
7260
7259
|
id: number;
|
|
7260
|
+
first_name: string;
|
|
7261
7261
|
is_bot: boolean;
|
|
7262
7262
|
last_name?: string | undefined;
|
|
7263
7263
|
username?: string | undefined;
|
|
@@ -7291,8 +7291,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7291
7291
|
file_name?: string | undefined;
|
|
7292
7292
|
} | undefined;
|
|
7293
7293
|
from?: {
|
|
7294
|
-
first_name: string;
|
|
7295
7294
|
id: number;
|
|
7295
|
+
first_name: string;
|
|
7296
7296
|
is_bot: boolean;
|
|
7297
7297
|
last_name?: string | undefined;
|
|
7298
7298
|
username?: string | undefined;
|
|
@@ -7326,8 +7326,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7326
7326
|
file_name?: string | undefined;
|
|
7327
7327
|
} | undefined;
|
|
7328
7328
|
from?: {
|
|
7329
|
-
first_name: string;
|
|
7330
7329
|
id: number;
|
|
7330
|
+
first_name: string;
|
|
7331
7331
|
is_bot: boolean;
|
|
7332
7332
|
last_name?: string | undefined;
|
|
7333
7333
|
username?: string | undefined;
|
|
@@ -7337,8 +7337,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7337
7337
|
callback_query?: {
|
|
7338
7338
|
id: string;
|
|
7339
7339
|
from: {
|
|
7340
|
-
first_name: string;
|
|
7341
7340
|
id: number;
|
|
7341
|
+
first_name: string;
|
|
7342
7342
|
is_bot: boolean;
|
|
7343
7343
|
last_name?: string | undefined;
|
|
7344
7344
|
username?: string | undefined;
|
|
@@ -7372,8 +7372,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7372
7372
|
file_name?: string | undefined;
|
|
7373
7373
|
} | undefined;
|
|
7374
7374
|
from?: {
|
|
7375
|
-
first_name: string;
|
|
7376
7375
|
id: number;
|
|
7376
|
+
first_name: string;
|
|
7377
7377
|
is_bot: boolean;
|
|
7378
7378
|
last_name?: string | undefined;
|
|
7379
7379
|
username?: 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";
|
|
7389
7390
|
success: boolean;
|
|
7390
7391
|
error: string;
|
|
7391
|
-
operation: "get_updates";
|
|
7392
7392
|
ok: boolean;
|
|
7393
7393
|
updates?: {
|
|
7394
7394
|
update_id: number;
|
|
@@ -7419,8 +7419,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7419
7419
|
file_name?: string | undefined;
|
|
7420
7420
|
} | undefined;
|
|
7421
7421
|
from?: {
|
|
7422
|
-
first_name: string;
|
|
7423
7422
|
id: number;
|
|
7423
|
+
first_name: string;
|
|
7424
7424
|
is_bot: boolean;
|
|
7425
7425
|
last_name?: string | undefined;
|
|
7426
7426
|
username?: string | undefined;
|
|
@@ -7454,8 +7454,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7454
7454
|
file_name?: string | undefined;
|
|
7455
7455
|
} | undefined;
|
|
7456
7456
|
from?: {
|
|
7457
|
-
first_name: string;
|
|
7458
7457
|
id: number;
|
|
7458
|
+
first_name: string;
|
|
7459
7459
|
is_bot: boolean;
|
|
7460
7460
|
last_name?: string | undefined;
|
|
7461
7461
|
username?: string | undefined;
|
|
@@ -7489,8 +7489,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7489
7489
|
file_name?: string | undefined;
|
|
7490
7490
|
} | undefined;
|
|
7491
7491
|
from?: {
|
|
7492
|
-
first_name: string;
|
|
7493
7492
|
id: number;
|
|
7493
|
+
first_name: string;
|
|
7494
7494
|
is_bot: boolean;
|
|
7495
7495
|
last_name?: string | undefined;
|
|
7496
7496
|
username?: string | undefined;
|
|
@@ -7524,8 +7524,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7524
7524
|
file_name?: string | undefined;
|
|
7525
7525
|
} | undefined;
|
|
7526
7526
|
from?: {
|
|
7527
|
-
first_name: string;
|
|
7528
7527
|
id: number;
|
|
7528
|
+
first_name: string;
|
|
7529
7529
|
is_bot: boolean;
|
|
7530
7530
|
last_name?: string | undefined;
|
|
7531
7531
|
username?: string | undefined;
|
|
@@ -7535,8 +7535,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7535
7535
|
callback_query?: {
|
|
7536
7536
|
id: string;
|
|
7537
7537
|
from: {
|
|
7538
|
-
first_name: string;
|
|
7539
7538
|
id: number;
|
|
7539
|
+
first_name: string;
|
|
7540
7540
|
is_bot: boolean;
|
|
7541
7541
|
last_name?: string | undefined;
|
|
7542
7542
|
username?: string | undefined;
|
|
@@ -7570,8 +7570,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7570
7570
|
file_name?: string | undefined;
|
|
7571
7571
|
} | undefined;
|
|
7572
7572
|
from?: {
|
|
7573
|
-
first_name: string;
|
|
7574
7573
|
id: number;
|
|
7574
|
+
first_name: string;
|
|
7575
7575
|
is_bot: boolean;
|
|
7576
7576
|
last_name?: string | undefined;
|
|
7577
7577
|
username?: 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";
|
|
7592
7593
|
success: boolean;
|
|
7593
7594
|
error: string;
|
|
7594
|
-
operation: "send_chat_action";
|
|
7595
7595
|
ok: boolean;
|
|
7596
7596
|
}, {
|
|
7597
|
+
operation: "send_chat_action";
|
|
7597
7598
|
success: boolean;
|
|
7598
7599
|
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";
|
|
7607
7608
|
success: boolean;
|
|
7608
7609
|
error: string;
|
|
7609
|
-
operation: "set_message_reaction";
|
|
7610
7610
|
ok: boolean;
|
|
7611
7611
|
}, {
|
|
7612
|
+
operation: "set_message_reaction";
|
|
7612
7613
|
success: boolean;
|
|
7613
7614
|
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";
|
|
7622
7623
|
success: boolean;
|
|
7623
7624
|
error: string;
|
|
7624
|
-
operation: "set_webhook";
|
|
7625
7625
|
ok: boolean;
|
|
7626
7626
|
}, {
|
|
7627
|
+
operation: "set_webhook";
|
|
7627
7628
|
success: boolean;
|
|
7628
7629
|
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";
|
|
7637
7638
|
success: boolean;
|
|
7638
7639
|
error: string;
|
|
7639
|
-
operation: "delete_webhook";
|
|
7640
7640
|
ok: boolean;
|
|
7641
7641
|
}, {
|
|
7642
|
+
operation: "delete_webhook";
|
|
7642
7643
|
success: boolean;
|
|
7643
7644
|
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";
|
|
7683
7684
|
success: boolean;
|
|
7684
7685
|
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";
|
|
7699
7700
|
success: boolean;
|
|
7700
7701
|
error: string;
|
|
7701
|
-
operation: "get_webhook_info";
|
|
7702
7702
|
ok: boolean;
|
|
7703
7703
|
webhook_info?: {
|
|
7704
7704
|
url: string;
|