@bubblelab/bubble-core 0.1.50 → 0.1.52
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 +126 -106
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
- package/dist/bubbles/service-bubble/ai-agent.d.ts +44 -44
- package/dist/bubbles/service-bubble/airtable.d.ts +278 -278
- package/dist/bubbles/service-bubble/apify/apify.d.ts +38 -38
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +154 -154
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +57 -57
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +94 -94
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
- package/dist/bubbles/service-bubble/firecrawl.d.ts +248 -248
- package/dist/bubbles/service-bubble/followupboss.d.ts +306 -306
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +64 -64
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.js +8 -4
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.js.map +1 -1
- package/dist/bubbles/service-bubble/github.d.ts +180 -180
- package/dist/bubbles/service-bubble/gmail.d.ts +372 -372
- package/dist/bubbles/service-bubble/google-calendar.d.ts +56 -56
- package/dist/bubbles/service-bubble/google-drive.d.ts +128 -128
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +54 -54
- package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.d.ts +67 -67
- package/dist/bubbles/service-bubble/notion/notion.d.ts +829 -829
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +360 -360
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/stripe/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/stripe/index.js +4 -0
- package/dist/bubbles/service-bubble/stripe/index.js.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +1347 -0
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.js +669 -0
- package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +1496 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js +671 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.utils.d.ts +40 -0
- package/dist/bubbles/service-bubble/stripe/stripe.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.utils.js +111 -0
- package/dist/bubbles/service-bubble/stripe/stripe.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/telegram.d.ts +254 -254
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +40 -40
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +324 -324
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +150 -150
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +88 -88
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- 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 +2056 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/types/base-bubble-class.d.ts.map +1 -1
- package/dist/types/base-bubble-class.js +12 -0
- package/dist/types/base-bubble-class.js.map +1 -1
- package/dist/utils/schema-comparison.d.ts +10 -0
- package/dist/utils/schema-comparison.d.ts.map +1 -1
- package/dist/utils/schema-comparison.js +215 -0
- package/dist/utils/schema-comparison.js.map +1 -1
- package/package.json +2 -2
|
@@ -137,8 +137,8 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
137
137
|
}>]>>;
|
|
138
138
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
139
139
|
}, "strip", z.ZodTypeAny, {
|
|
140
|
-
text: string;
|
|
141
140
|
operation: "send_message";
|
|
141
|
+
text: string;
|
|
142
142
|
chat_id: string | number;
|
|
143
143
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
144
144
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
@@ -177,8 +177,8 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
177
177
|
selective?: boolean | undefined;
|
|
178
178
|
} | undefined;
|
|
179
179
|
}, {
|
|
180
|
-
text: string;
|
|
181
180
|
operation: "send_message";
|
|
181
|
+
text: string;
|
|
182
182
|
chat_id: string | number;
|
|
183
183
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
184
184
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
@@ -721,8 +721,8 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
721
721
|
}>>;
|
|
722
722
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
723
723
|
}, "strip", z.ZodTypeAny, {
|
|
724
|
-
text: string;
|
|
725
724
|
operation: "edit_message";
|
|
725
|
+
text: string;
|
|
726
726
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
727
727
|
chat_id?: string | number | undefined;
|
|
728
728
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
@@ -744,8 +744,8 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
744
744
|
message_id?: number | undefined;
|
|
745
745
|
inline_message_id?: string | undefined;
|
|
746
746
|
}, {
|
|
747
|
-
text: string;
|
|
748
747
|
operation: "edit_message";
|
|
748
|
+
text: string;
|
|
749
749
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
750
750
|
chat_id?: string | number | undefined;
|
|
751
751
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
@@ -819,8 +819,8 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
819
819
|
}, {
|
|
820
820
|
operation: "get_updates";
|
|
821
821
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
822
|
-
timeout?: number | undefined;
|
|
823
822
|
limit?: number | undefined;
|
|
823
|
+
timeout?: number | undefined;
|
|
824
824
|
offset?: number | undefined;
|
|
825
825
|
allowed_updates?: string[] | undefined;
|
|
826
826
|
}>, z.ZodObject<{
|
|
@@ -980,15 +980,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
980
980
|
first_name: z.ZodOptional<z.ZodString>;
|
|
981
981
|
last_name: z.ZodOptional<z.ZodString>;
|
|
982
982
|
}, "strip", z.ZodTypeAny, {
|
|
983
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
984
983
|
id: number;
|
|
984
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
985
985
|
title?: string | undefined;
|
|
986
986
|
username?: string | undefined;
|
|
987
987
|
first_name?: string | undefined;
|
|
988
988
|
last_name?: string | undefined;
|
|
989
989
|
}, {
|
|
990
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
991
990
|
id: number;
|
|
991
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
992
992
|
title?: string | undefined;
|
|
993
993
|
username?: string | undefined;
|
|
994
994
|
first_name?: string | undefined;
|
|
@@ -1037,8 +1037,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1037
1037
|
date: number;
|
|
1038
1038
|
message_id: number;
|
|
1039
1039
|
chat: {
|
|
1040
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1041
1040
|
id: number;
|
|
1041
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1042
1042
|
title?: string | undefined;
|
|
1043
1043
|
username?: string | undefined;
|
|
1044
1044
|
first_name?: string | undefined;
|
|
@@ -1071,8 +1071,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1071
1071
|
date: number;
|
|
1072
1072
|
message_id: number;
|
|
1073
1073
|
chat: {
|
|
1074
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1075
1074
|
id: number;
|
|
1075
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1076
1076
|
title?: string | undefined;
|
|
1077
1077
|
username?: string | undefined;
|
|
1078
1078
|
first_name?: string | undefined;
|
|
@@ -1105,16 +1105,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1105
1105
|
error: z.ZodString;
|
|
1106
1106
|
success: z.ZodBoolean;
|
|
1107
1107
|
}, "strip", z.ZodTypeAny, {
|
|
1108
|
-
error: string;
|
|
1109
|
-
success: boolean;
|
|
1110
1108
|
operation: "send_message";
|
|
1109
|
+
success: boolean;
|
|
1110
|
+
error: string;
|
|
1111
1111
|
ok: boolean;
|
|
1112
1112
|
message?: {
|
|
1113
1113
|
date: number;
|
|
1114
1114
|
message_id: number;
|
|
1115
1115
|
chat: {
|
|
1116
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1117
1116
|
id: number;
|
|
1117
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1118
1118
|
title?: string | undefined;
|
|
1119
1119
|
username?: string | undefined;
|
|
1120
1120
|
first_name?: string | undefined;
|
|
@@ -1145,16 +1145,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1145
1145
|
} | undefined;
|
|
1146
1146
|
} | undefined;
|
|
1147
1147
|
}, {
|
|
1148
|
-
error: string;
|
|
1149
|
-
success: boolean;
|
|
1150
1148
|
operation: "send_message";
|
|
1149
|
+
success: boolean;
|
|
1150
|
+
error: string;
|
|
1151
1151
|
ok: boolean;
|
|
1152
1152
|
message?: {
|
|
1153
1153
|
date: number;
|
|
1154
1154
|
message_id: number;
|
|
1155
1155
|
chat: {
|
|
1156
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1157
1156
|
id: number;
|
|
1157
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1158
1158
|
title?: string | undefined;
|
|
1159
1159
|
username?: string | undefined;
|
|
1160
1160
|
first_name?: string | undefined;
|
|
@@ -1220,15 +1220,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1220
1220
|
first_name: z.ZodOptional<z.ZodString>;
|
|
1221
1221
|
last_name: z.ZodOptional<z.ZodString>;
|
|
1222
1222
|
}, "strip", z.ZodTypeAny, {
|
|
1223
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1224
1223
|
id: number;
|
|
1224
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1225
1225
|
title?: string | undefined;
|
|
1226
1226
|
username?: string | undefined;
|
|
1227
1227
|
first_name?: string | undefined;
|
|
1228
1228
|
last_name?: string | undefined;
|
|
1229
1229
|
}, {
|
|
1230
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1231
1230
|
id: number;
|
|
1231
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1232
1232
|
title?: string | undefined;
|
|
1233
1233
|
username?: string | undefined;
|
|
1234
1234
|
first_name?: string | undefined;
|
|
@@ -1277,8 +1277,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1277
1277
|
date: number;
|
|
1278
1278
|
message_id: number;
|
|
1279
1279
|
chat: {
|
|
1280
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1281
1280
|
id: number;
|
|
1281
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1282
1282
|
title?: string | undefined;
|
|
1283
1283
|
username?: string | undefined;
|
|
1284
1284
|
first_name?: string | undefined;
|
|
@@ -1311,8 +1311,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1311
1311
|
date: number;
|
|
1312
1312
|
message_id: number;
|
|
1313
1313
|
chat: {
|
|
1314
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1315
1314
|
id: number;
|
|
1315
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1316
1316
|
title?: string | undefined;
|
|
1317
1317
|
username?: string | undefined;
|
|
1318
1318
|
first_name?: string | undefined;
|
|
@@ -1345,16 +1345,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1345
1345
|
error: z.ZodString;
|
|
1346
1346
|
success: z.ZodBoolean;
|
|
1347
1347
|
}, "strip", z.ZodTypeAny, {
|
|
1348
|
-
error: string;
|
|
1349
|
-
success: boolean;
|
|
1350
1348
|
operation: "send_photo";
|
|
1349
|
+
success: boolean;
|
|
1350
|
+
error: string;
|
|
1351
1351
|
ok: boolean;
|
|
1352
1352
|
message?: {
|
|
1353
1353
|
date: number;
|
|
1354
1354
|
message_id: number;
|
|
1355
1355
|
chat: {
|
|
1356
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1357
1356
|
id: number;
|
|
1357
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1358
1358
|
title?: string | undefined;
|
|
1359
1359
|
username?: string | undefined;
|
|
1360
1360
|
first_name?: string | undefined;
|
|
@@ -1385,16 +1385,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1385
1385
|
} | undefined;
|
|
1386
1386
|
} | undefined;
|
|
1387
1387
|
}, {
|
|
1388
|
-
error: string;
|
|
1389
|
-
success: boolean;
|
|
1390
1388
|
operation: "send_photo";
|
|
1389
|
+
success: boolean;
|
|
1390
|
+
error: string;
|
|
1391
1391
|
ok: boolean;
|
|
1392
1392
|
message?: {
|
|
1393
1393
|
date: number;
|
|
1394
1394
|
message_id: number;
|
|
1395
1395
|
chat: {
|
|
1396
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1397
1396
|
id: number;
|
|
1397
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1398
1398
|
title?: string | undefined;
|
|
1399
1399
|
username?: string | undefined;
|
|
1400
1400
|
first_name?: string | undefined;
|
|
@@ -1460,15 +1460,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1460
1460
|
first_name: z.ZodOptional<z.ZodString>;
|
|
1461
1461
|
last_name: z.ZodOptional<z.ZodString>;
|
|
1462
1462
|
}, "strip", z.ZodTypeAny, {
|
|
1463
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1464
1463
|
id: number;
|
|
1464
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1465
1465
|
title?: string | undefined;
|
|
1466
1466
|
username?: string | undefined;
|
|
1467
1467
|
first_name?: string | undefined;
|
|
1468
1468
|
last_name?: string | undefined;
|
|
1469
1469
|
}, {
|
|
1470
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1471
1470
|
id: number;
|
|
1471
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1472
1472
|
title?: string | undefined;
|
|
1473
1473
|
username?: string | undefined;
|
|
1474
1474
|
first_name?: string | undefined;
|
|
@@ -1517,8 +1517,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1517
1517
|
date: number;
|
|
1518
1518
|
message_id: number;
|
|
1519
1519
|
chat: {
|
|
1520
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1521
1520
|
id: number;
|
|
1521
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1522
1522
|
title?: string | undefined;
|
|
1523
1523
|
username?: string | undefined;
|
|
1524
1524
|
first_name?: string | undefined;
|
|
@@ -1551,8 +1551,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1551
1551
|
date: number;
|
|
1552
1552
|
message_id: number;
|
|
1553
1553
|
chat: {
|
|
1554
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1555
1554
|
id: number;
|
|
1555
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1556
1556
|
title?: string | undefined;
|
|
1557
1557
|
username?: string | undefined;
|
|
1558
1558
|
first_name?: string | undefined;
|
|
@@ -1585,16 +1585,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1585
1585
|
error: z.ZodString;
|
|
1586
1586
|
success: z.ZodBoolean;
|
|
1587
1587
|
}, "strip", z.ZodTypeAny, {
|
|
1588
|
-
error: string;
|
|
1589
|
-
success: boolean;
|
|
1590
1588
|
operation: "send_document";
|
|
1589
|
+
success: boolean;
|
|
1590
|
+
error: string;
|
|
1591
1591
|
ok: boolean;
|
|
1592
1592
|
message?: {
|
|
1593
1593
|
date: number;
|
|
1594
1594
|
message_id: number;
|
|
1595
1595
|
chat: {
|
|
1596
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1597
1596
|
id: number;
|
|
1597
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1598
1598
|
title?: string | undefined;
|
|
1599
1599
|
username?: string | undefined;
|
|
1600
1600
|
first_name?: string | undefined;
|
|
@@ -1625,16 +1625,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1625
1625
|
} | undefined;
|
|
1626
1626
|
} | undefined;
|
|
1627
1627
|
}, {
|
|
1628
|
-
error: string;
|
|
1629
|
-
success: boolean;
|
|
1630
1628
|
operation: "send_document";
|
|
1629
|
+
success: boolean;
|
|
1630
|
+
error: string;
|
|
1631
1631
|
ok: boolean;
|
|
1632
1632
|
message?: {
|
|
1633
1633
|
date: number;
|
|
1634
1634
|
message_id: number;
|
|
1635
1635
|
chat: {
|
|
1636
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1637
1636
|
id: number;
|
|
1637
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1638
1638
|
title?: string | undefined;
|
|
1639
1639
|
username?: string | undefined;
|
|
1640
1640
|
first_name?: string | undefined;
|
|
@@ -1700,15 +1700,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1700
1700
|
first_name: z.ZodOptional<z.ZodString>;
|
|
1701
1701
|
last_name: z.ZodOptional<z.ZodString>;
|
|
1702
1702
|
}, "strip", z.ZodTypeAny, {
|
|
1703
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1704
1703
|
id: number;
|
|
1704
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1705
1705
|
title?: string | undefined;
|
|
1706
1706
|
username?: string | undefined;
|
|
1707
1707
|
first_name?: string | undefined;
|
|
1708
1708
|
last_name?: string | undefined;
|
|
1709
1709
|
}, {
|
|
1710
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1711
1710
|
id: number;
|
|
1711
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1712
1712
|
title?: string | undefined;
|
|
1713
1713
|
username?: string | undefined;
|
|
1714
1714
|
first_name?: string | undefined;
|
|
@@ -1757,8 +1757,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1757
1757
|
date: number;
|
|
1758
1758
|
message_id: number;
|
|
1759
1759
|
chat: {
|
|
1760
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1761
1760
|
id: number;
|
|
1761
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1762
1762
|
title?: string | undefined;
|
|
1763
1763
|
username?: string | undefined;
|
|
1764
1764
|
first_name?: string | undefined;
|
|
@@ -1791,8 +1791,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1791
1791
|
date: number;
|
|
1792
1792
|
message_id: number;
|
|
1793
1793
|
chat: {
|
|
1794
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1795
1794
|
id: number;
|
|
1795
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1796
1796
|
title?: string | undefined;
|
|
1797
1797
|
username?: string | undefined;
|
|
1798
1798
|
first_name?: string | undefined;
|
|
@@ -1825,16 +1825,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1825
1825
|
error: z.ZodString;
|
|
1826
1826
|
success: z.ZodBoolean;
|
|
1827
1827
|
}, "strip", z.ZodTypeAny, {
|
|
1828
|
-
error: string;
|
|
1829
|
-
success: boolean;
|
|
1830
1828
|
operation: "edit_message";
|
|
1829
|
+
success: boolean;
|
|
1830
|
+
error: string;
|
|
1831
1831
|
ok: boolean;
|
|
1832
1832
|
message?: {
|
|
1833
1833
|
date: number;
|
|
1834
1834
|
message_id: number;
|
|
1835
1835
|
chat: {
|
|
1836
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1837
1836
|
id: number;
|
|
1837
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1838
1838
|
title?: string | undefined;
|
|
1839
1839
|
username?: string | undefined;
|
|
1840
1840
|
first_name?: string | undefined;
|
|
@@ -1865,16 +1865,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1865
1865
|
} | undefined;
|
|
1866
1866
|
} | undefined;
|
|
1867
1867
|
}, {
|
|
1868
|
-
error: string;
|
|
1869
|
-
success: boolean;
|
|
1870
1868
|
operation: "edit_message";
|
|
1869
|
+
success: boolean;
|
|
1870
|
+
error: string;
|
|
1871
1871
|
ok: boolean;
|
|
1872
1872
|
message?: {
|
|
1873
1873
|
date: number;
|
|
1874
1874
|
message_id: number;
|
|
1875
1875
|
chat: {
|
|
1876
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1877
1876
|
id: number;
|
|
1877
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1878
1878
|
title?: string | undefined;
|
|
1879
1879
|
username?: string | undefined;
|
|
1880
1880
|
first_name?: 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
|
-
error: string;
|
|
1914
|
-
success: boolean;
|
|
1915
1913
|
operation: "delete_message";
|
|
1914
|
+
success: boolean;
|
|
1915
|
+
error: string;
|
|
1916
1916
|
ok: boolean;
|
|
1917
1917
|
}, {
|
|
1918
|
-
error: string;
|
|
1919
|
-
success: boolean;
|
|
1920
1918
|
operation: "delete_message";
|
|
1919
|
+
success: boolean;
|
|
1920
|
+
error: string;
|
|
1921
1921
|
ok: boolean;
|
|
1922
1922
|
}>, z.ZodObject<{
|
|
1923
1923
|
operation: z.ZodLiteral<"get_me">;
|
|
@@ -1947,9 +1947,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1947
1947
|
error: z.ZodString;
|
|
1948
1948
|
success: z.ZodBoolean;
|
|
1949
1949
|
}, "strip", z.ZodTypeAny, {
|
|
1950
|
-
error: string;
|
|
1951
|
-
success: boolean;
|
|
1952
1950
|
operation: "get_me";
|
|
1951
|
+
success: boolean;
|
|
1952
|
+
error: string;
|
|
1953
1953
|
ok: boolean;
|
|
1954
1954
|
user?: {
|
|
1955
1955
|
id: number;
|
|
@@ -1960,9 +1960,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1960
1960
|
language_code?: string | undefined;
|
|
1961
1961
|
} | undefined;
|
|
1962
1962
|
}, {
|
|
1963
|
-
error: string;
|
|
1964
|
-
success: boolean;
|
|
1965
1963
|
operation: "get_me";
|
|
1964
|
+
success: boolean;
|
|
1965
|
+
error: string;
|
|
1966
1966
|
ok: boolean;
|
|
1967
1967
|
user?: {
|
|
1968
1968
|
id: number;
|
|
@@ -1985,8 +1985,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1985
1985
|
description: z.ZodOptional<z.ZodString>;
|
|
1986
1986
|
invite_link: z.ZodOptional<z.ZodString>;
|
|
1987
1987
|
}, "strip", z.ZodTypeAny, {
|
|
1988
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1989
1988
|
id: number;
|
|
1989
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1990
1990
|
description?: string | undefined;
|
|
1991
1991
|
title?: string | undefined;
|
|
1992
1992
|
username?: string | undefined;
|
|
@@ -1994,8 +1994,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1994
1994
|
last_name?: string | undefined;
|
|
1995
1995
|
invite_link?: string | undefined;
|
|
1996
1996
|
}, {
|
|
1997
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
1998
1997
|
id: number;
|
|
1998
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
1999
1999
|
description?: string | undefined;
|
|
2000
2000
|
title?: string | undefined;
|
|
2001
2001
|
username?: string | undefined;
|
|
@@ -2006,13 +2006,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2006
2006
|
error: z.ZodString;
|
|
2007
2007
|
success: z.ZodBoolean;
|
|
2008
2008
|
}, "strip", z.ZodTypeAny, {
|
|
2009
|
-
error: string;
|
|
2010
|
-
success: boolean;
|
|
2011
2009
|
operation: "get_chat";
|
|
2010
|
+
success: boolean;
|
|
2011
|
+
error: string;
|
|
2012
2012
|
ok: boolean;
|
|
2013
2013
|
chat?: {
|
|
2014
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2015
2014
|
id: number;
|
|
2015
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2016
2016
|
description?: string | undefined;
|
|
2017
2017
|
title?: string | undefined;
|
|
2018
2018
|
username?: string | undefined;
|
|
@@ -2021,13 +2021,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2021
2021
|
invite_link?: string | undefined;
|
|
2022
2022
|
} | undefined;
|
|
2023
2023
|
}, {
|
|
2024
|
-
error: string;
|
|
2025
|
-
success: boolean;
|
|
2026
2024
|
operation: "get_chat";
|
|
2025
|
+
success: boolean;
|
|
2026
|
+
error: string;
|
|
2027
2027
|
ok: boolean;
|
|
2028
2028
|
chat?: {
|
|
2029
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2030
2029
|
id: number;
|
|
2030
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2031
2031
|
description?: string | undefined;
|
|
2032
2032
|
title?: string | undefined;
|
|
2033
2033
|
username?: string | undefined;
|
|
@@ -2073,15 +2073,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2073
2073
|
first_name: z.ZodOptional<z.ZodString>;
|
|
2074
2074
|
last_name: z.ZodOptional<z.ZodString>;
|
|
2075
2075
|
}, "strip", z.ZodTypeAny, {
|
|
2076
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2077
2076
|
id: number;
|
|
2077
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2078
2078
|
title?: string | undefined;
|
|
2079
2079
|
username?: string | undefined;
|
|
2080
2080
|
first_name?: string | undefined;
|
|
2081
2081
|
last_name?: string | undefined;
|
|
2082
2082
|
}, {
|
|
2083
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2084
2083
|
id: number;
|
|
2084
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2085
2085
|
title?: string | undefined;
|
|
2086
2086
|
username?: string | undefined;
|
|
2087
2087
|
first_name?: string | undefined;
|
|
@@ -2130,8 +2130,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2130
2130
|
date: number;
|
|
2131
2131
|
message_id: number;
|
|
2132
2132
|
chat: {
|
|
2133
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2134
2133
|
id: number;
|
|
2134
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2135
2135
|
title?: string | undefined;
|
|
2136
2136
|
username?: string | undefined;
|
|
2137
2137
|
first_name?: string | undefined;
|
|
@@ -2164,8 +2164,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2164
2164
|
date: number;
|
|
2165
2165
|
message_id: number;
|
|
2166
2166
|
chat: {
|
|
2167
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2168
2167
|
id: number;
|
|
2168
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2169
2169
|
title?: string | undefined;
|
|
2170
2170
|
username?: string | undefined;
|
|
2171
2171
|
first_name?: string | undefined;
|
|
@@ -2228,15 +2228,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2228
2228
|
first_name: z.ZodOptional<z.ZodString>;
|
|
2229
2229
|
last_name: z.ZodOptional<z.ZodString>;
|
|
2230
2230
|
}, "strip", z.ZodTypeAny, {
|
|
2231
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2232
2231
|
id: number;
|
|
2232
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2233
2233
|
title?: string | undefined;
|
|
2234
2234
|
username?: string | undefined;
|
|
2235
2235
|
first_name?: string | undefined;
|
|
2236
2236
|
last_name?: string | undefined;
|
|
2237
2237
|
}, {
|
|
2238
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2239
2238
|
id: number;
|
|
2239
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2240
2240
|
title?: string | undefined;
|
|
2241
2241
|
username?: string | undefined;
|
|
2242
2242
|
first_name?: string | undefined;
|
|
@@ -2285,8 +2285,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2285
2285
|
date: number;
|
|
2286
2286
|
message_id: number;
|
|
2287
2287
|
chat: {
|
|
2288
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2289
2288
|
id: number;
|
|
2289
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2290
2290
|
title?: string | undefined;
|
|
2291
2291
|
username?: string | undefined;
|
|
2292
2292
|
first_name?: string | undefined;
|
|
@@ -2319,8 +2319,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2319
2319
|
date: number;
|
|
2320
2320
|
message_id: number;
|
|
2321
2321
|
chat: {
|
|
2322
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2323
2322
|
id: number;
|
|
2323
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2324
2324
|
title?: string | undefined;
|
|
2325
2325
|
username?: string | undefined;
|
|
2326
2326
|
first_name?: string | undefined;
|
|
@@ -2383,15 +2383,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2383
2383
|
first_name: z.ZodOptional<z.ZodString>;
|
|
2384
2384
|
last_name: z.ZodOptional<z.ZodString>;
|
|
2385
2385
|
}, "strip", z.ZodTypeAny, {
|
|
2386
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2387
2386
|
id: number;
|
|
2387
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2388
2388
|
title?: string | undefined;
|
|
2389
2389
|
username?: string | undefined;
|
|
2390
2390
|
first_name?: string | undefined;
|
|
2391
2391
|
last_name?: string | undefined;
|
|
2392
2392
|
}, {
|
|
2393
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2394
2393
|
id: number;
|
|
2394
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2395
2395
|
title?: string | undefined;
|
|
2396
2396
|
username?: string | undefined;
|
|
2397
2397
|
first_name?: string | undefined;
|
|
@@ -2440,8 +2440,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2440
2440
|
date: number;
|
|
2441
2441
|
message_id: number;
|
|
2442
2442
|
chat: {
|
|
2443
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2444
2443
|
id: number;
|
|
2444
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2445
2445
|
title?: string | undefined;
|
|
2446
2446
|
username?: string | undefined;
|
|
2447
2447
|
first_name?: string | undefined;
|
|
@@ -2474,8 +2474,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2474
2474
|
date: number;
|
|
2475
2475
|
message_id: number;
|
|
2476
2476
|
chat: {
|
|
2477
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2478
2477
|
id: number;
|
|
2478
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2479
2479
|
title?: string | undefined;
|
|
2480
2480
|
username?: string | undefined;
|
|
2481
2481
|
first_name?: string | undefined;
|
|
@@ -2538,15 +2538,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2538
2538
|
first_name: z.ZodOptional<z.ZodString>;
|
|
2539
2539
|
last_name: z.ZodOptional<z.ZodString>;
|
|
2540
2540
|
}, "strip", z.ZodTypeAny, {
|
|
2541
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2542
2541
|
id: number;
|
|
2542
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2543
2543
|
title?: string | undefined;
|
|
2544
2544
|
username?: string | undefined;
|
|
2545
2545
|
first_name?: string | undefined;
|
|
2546
2546
|
last_name?: string | undefined;
|
|
2547
2547
|
}, {
|
|
2548
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2549
2548
|
id: number;
|
|
2549
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2550
2550
|
title?: string | undefined;
|
|
2551
2551
|
username?: string | undefined;
|
|
2552
2552
|
first_name?: string | undefined;
|
|
@@ -2595,8 +2595,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2595
2595
|
date: number;
|
|
2596
2596
|
message_id: number;
|
|
2597
2597
|
chat: {
|
|
2598
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2599
2598
|
id: number;
|
|
2599
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2600
2600
|
title?: string | undefined;
|
|
2601
2601
|
username?: string | undefined;
|
|
2602
2602
|
first_name?: string | undefined;
|
|
@@ -2629,8 +2629,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2629
2629
|
date: number;
|
|
2630
2630
|
message_id: number;
|
|
2631
2631
|
chat: {
|
|
2632
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2633
2632
|
id: number;
|
|
2633
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2634
2634
|
title?: string | undefined;
|
|
2635
2635
|
username?: string | undefined;
|
|
2636
2636
|
first_name?: string | undefined;
|
|
@@ -2717,15 +2717,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2717
2717
|
first_name: z.ZodOptional<z.ZodString>;
|
|
2718
2718
|
last_name: z.ZodOptional<z.ZodString>;
|
|
2719
2719
|
}, "strip", z.ZodTypeAny, {
|
|
2720
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2721
2720
|
id: number;
|
|
2721
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2722
2722
|
title?: string | undefined;
|
|
2723
2723
|
username?: string | undefined;
|
|
2724
2724
|
first_name?: string | undefined;
|
|
2725
2725
|
last_name?: string | undefined;
|
|
2726
2726
|
}, {
|
|
2727
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2728
2727
|
id: number;
|
|
2728
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2729
2729
|
title?: string | undefined;
|
|
2730
2730
|
username?: string | undefined;
|
|
2731
2731
|
first_name?: string | undefined;
|
|
@@ -2774,8 +2774,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2774
2774
|
date: number;
|
|
2775
2775
|
message_id: number;
|
|
2776
2776
|
chat: {
|
|
2777
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2778
2777
|
id: number;
|
|
2778
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2779
2779
|
title?: string | undefined;
|
|
2780
2780
|
username?: string | undefined;
|
|
2781
2781
|
first_name?: string | undefined;
|
|
@@ -2808,8 +2808,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2808
2808
|
date: number;
|
|
2809
2809
|
message_id: number;
|
|
2810
2810
|
chat: {
|
|
2811
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2812
2811
|
id: number;
|
|
2812
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2813
2813
|
title?: string | undefined;
|
|
2814
2814
|
username?: string | undefined;
|
|
2815
2815
|
first_name?: string | undefined;
|
|
@@ -2858,8 +2858,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2858
2858
|
date: number;
|
|
2859
2859
|
message_id: number;
|
|
2860
2860
|
chat: {
|
|
2861
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2862
2861
|
id: number;
|
|
2862
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2863
2863
|
title?: string | undefined;
|
|
2864
2864
|
username?: string | undefined;
|
|
2865
2865
|
first_name?: string | undefined;
|
|
@@ -2907,8 +2907,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2907
2907
|
date: number;
|
|
2908
2908
|
message_id: number;
|
|
2909
2909
|
chat: {
|
|
2910
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2911
2910
|
id: number;
|
|
2911
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2912
2912
|
title?: string | undefined;
|
|
2913
2913
|
username?: string | undefined;
|
|
2914
2914
|
first_name?: string | undefined;
|
|
@@ -2948,8 +2948,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2948
2948
|
date: number;
|
|
2949
2949
|
message_id: number;
|
|
2950
2950
|
chat: {
|
|
2951
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2952
2951
|
id: number;
|
|
2952
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2953
2953
|
title?: string | undefined;
|
|
2954
2954
|
username?: string | undefined;
|
|
2955
2955
|
first_name?: string | undefined;
|
|
@@ -2983,8 +2983,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2983
2983
|
date: number;
|
|
2984
2984
|
message_id: number;
|
|
2985
2985
|
chat: {
|
|
2986
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
2987
2986
|
id: number;
|
|
2987
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
2988
2988
|
title?: string | undefined;
|
|
2989
2989
|
username?: string | undefined;
|
|
2990
2990
|
first_name?: string | undefined;
|
|
@@ -3018,8 +3018,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3018
3018
|
date: number;
|
|
3019
3019
|
message_id: number;
|
|
3020
3020
|
chat: {
|
|
3021
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
3022
3021
|
id: number;
|
|
3022
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
3023
3023
|
title?: string | undefined;
|
|
3024
3024
|
username?: string | undefined;
|
|
3025
3025
|
first_name?: string | undefined;
|
|
@@ -3053,8 +3053,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3053
3053
|
date: number;
|
|
3054
3054
|
message_id: number;
|
|
3055
3055
|
chat: {
|
|
3056
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
3057
3056
|
id: number;
|
|
3057
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
3058
3058
|
title?: string | undefined;
|
|
3059
3059
|
username?: string | undefined;
|
|
3060
3060
|
first_name?: string | undefined;
|
|
@@ -3099,8 +3099,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3099
3099
|
date: number;
|
|
3100
3100
|
message_id: number;
|
|
3101
3101
|
chat: {
|
|
3102
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
3103
3102
|
id: number;
|
|
3103
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
3104
3104
|
title?: string | undefined;
|
|
3105
3105
|
username?: string | undefined;
|
|
3106
3106
|
first_name?: string | undefined;
|
|
@@ -3140,8 +3140,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3140
3140
|
date: number;
|
|
3141
3141
|
message_id: number;
|
|
3142
3142
|
chat: {
|
|
3143
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
3144
3143
|
id: number;
|
|
3144
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
3145
3145
|
title?: string | undefined;
|
|
3146
3146
|
username?: string | undefined;
|
|
3147
3147
|
first_name?: string | undefined;
|
|
@@ -3175,8 +3175,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3175
3175
|
date: number;
|
|
3176
3176
|
message_id: number;
|
|
3177
3177
|
chat: {
|
|
3178
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
3179
3178
|
id: number;
|
|
3179
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
3180
3180
|
title?: string | undefined;
|
|
3181
3181
|
username?: string | undefined;
|
|
3182
3182
|
first_name?: string | undefined;
|
|
@@ -3210,8 +3210,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3210
3210
|
date: number;
|
|
3211
3211
|
message_id: number;
|
|
3212
3212
|
chat: {
|
|
3213
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
3214
3213
|
id: number;
|
|
3214
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
3215
3215
|
title?: string | undefined;
|
|
3216
3216
|
username?: string | undefined;
|
|
3217
3217
|
first_name?: string | undefined;
|
|
@@ -3245,8 +3245,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3245
3245
|
date: number;
|
|
3246
3246
|
message_id: number;
|
|
3247
3247
|
chat: {
|
|
3248
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
3249
3248
|
id: number;
|
|
3249
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
3250
3250
|
title?: string | undefined;
|
|
3251
3251
|
username?: string | undefined;
|
|
3252
3252
|
first_name?: string | undefined;
|
|
@@ -3291,8 +3291,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3291
3291
|
date: number;
|
|
3292
3292
|
message_id: number;
|
|
3293
3293
|
chat: {
|
|
3294
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
3295
3294
|
id: number;
|
|
3295
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
3296
3296
|
title?: string | undefined;
|
|
3297
3297
|
username?: string | undefined;
|
|
3298
3298
|
first_name?: 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
|
-
error: string;
|
|
3334
|
-
success: boolean;
|
|
3335
3333
|
operation: "get_updates";
|
|
3334
|
+
success: boolean;
|
|
3335
|
+
error: string;
|
|
3336
3336
|
ok: boolean;
|
|
3337
3337
|
updates?: {
|
|
3338
3338
|
update_id: number;
|
|
@@ -3340,8 +3340,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3340
3340
|
date: number;
|
|
3341
3341
|
message_id: number;
|
|
3342
3342
|
chat: {
|
|
3343
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
3344
3343
|
id: number;
|
|
3344
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
3345
3345
|
title?: string | undefined;
|
|
3346
3346
|
username?: string | undefined;
|
|
3347
3347
|
first_name?: string | undefined;
|
|
@@ -3375,8 +3375,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3375
3375
|
date: number;
|
|
3376
3376
|
message_id: number;
|
|
3377
3377
|
chat: {
|
|
3378
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
3379
3378
|
id: number;
|
|
3379
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
3380
3380
|
title?: string | undefined;
|
|
3381
3381
|
username?: string | undefined;
|
|
3382
3382
|
first_name?: string | undefined;
|
|
@@ -3410,8 +3410,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3410
3410
|
date: number;
|
|
3411
3411
|
message_id: number;
|
|
3412
3412
|
chat: {
|
|
3413
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
3414
3413
|
id: number;
|
|
3414
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
3415
3415
|
title?: string | undefined;
|
|
3416
3416
|
username?: string | undefined;
|
|
3417
3417
|
first_name?: string | undefined;
|
|
@@ -3445,8 +3445,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3445
3445
|
date: number;
|
|
3446
3446
|
message_id: number;
|
|
3447
3447
|
chat: {
|
|
3448
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
3449
3448
|
id: number;
|
|
3449
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
3450
3450
|
title?: string | undefined;
|
|
3451
3451
|
username?: string | undefined;
|
|
3452
3452
|
first_name?: string | undefined;
|
|
@@ -3491,8 +3491,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3491
3491
|
date: number;
|
|
3492
3492
|
message_id: number;
|
|
3493
3493
|
chat: {
|
|
3494
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
3495
3494
|
id: number;
|
|
3495
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
3496
3496
|
title?: string | undefined;
|
|
3497
3497
|
username?: string | undefined;
|
|
3498
3498
|
first_name?: string | undefined;
|
|
@@ -3528,9 +3528,9 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3528
3528
|
} | undefined;
|
|
3529
3529
|
}[] | undefined;
|
|
3530
3530
|
}, {
|
|
3531
|
-
error: string;
|
|
3532
|
-
success: boolean;
|
|
3533
3531
|
operation: "get_updates";
|
|
3532
|
+
success: boolean;
|
|
3533
|
+
error: string;
|
|
3534
3534
|
ok: boolean;
|
|
3535
3535
|
updates?: {
|
|
3536
3536
|
update_id: number;
|
|
@@ -3538,8 +3538,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3538
3538
|
date: number;
|
|
3539
3539
|
message_id: number;
|
|
3540
3540
|
chat: {
|
|
3541
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
3542
3541
|
id: number;
|
|
3542
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
3543
3543
|
title?: string | undefined;
|
|
3544
3544
|
username?: string | undefined;
|
|
3545
3545
|
first_name?: string | undefined;
|
|
@@ -3573,8 +3573,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3573
3573
|
date: number;
|
|
3574
3574
|
message_id: number;
|
|
3575
3575
|
chat: {
|
|
3576
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
3577
3576
|
id: number;
|
|
3577
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
3578
3578
|
title?: string | undefined;
|
|
3579
3579
|
username?: string | undefined;
|
|
3580
3580
|
first_name?: string | undefined;
|
|
@@ -3608,8 +3608,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3608
3608
|
date: number;
|
|
3609
3609
|
message_id: number;
|
|
3610
3610
|
chat: {
|
|
3611
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
3612
3611
|
id: number;
|
|
3612
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
3613
3613
|
title?: string | undefined;
|
|
3614
3614
|
username?: string | undefined;
|
|
3615
3615
|
first_name?: string | undefined;
|
|
@@ -3643,8 +3643,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3643
3643
|
date: number;
|
|
3644
3644
|
message_id: number;
|
|
3645
3645
|
chat: {
|
|
3646
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
3647
3646
|
id: number;
|
|
3647
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
3648
3648
|
title?: string | undefined;
|
|
3649
3649
|
username?: string | undefined;
|
|
3650
3650
|
first_name?: string | undefined;
|
|
@@ -3689,8 +3689,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3689
3689
|
date: number;
|
|
3690
3690
|
message_id: number;
|
|
3691
3691
|
chat: {
|
|
3692
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
3693
3692
|
id: number;
|
|
3693
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
3694
3694
|
title?: string | undefined;
|
|
3695
3695
|
username?: string | undefined;
|
|
3696
3696
|
first_name?: 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
|
-
error: string;
|
|
3735
|
-
success: boolean;
|
|
3736
3734
|
operation: "send_chat_action";
|
|
3735
|
+
success: boolean;
|
|
3736
|
+
error: string;
|
|
3737
3737
|
ok: boolean;
|
|
3738
3738
|
}, {
|
|
3739
|
-
error: string;
|
|
3740
|
-
success: boolean;
|
|
3741
3739
|
operation: "send_chat_action";
|
|
3740
|
+
success: boolean;
|
|
3741
|
+
error: string;
|
|
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
|
-
error: string;
|
|
3750
|
-
success: boolean;
|
|
3751
3749
|
operation: "set_message_reaction";
|
|
3750
|
+
success: boolean;
|
|
3751
|
+
error: string;
|
|
3752
3752
|
ok: boolean;
|
|
3753
3753
|
}, {
|
|
3754
|
-
error: string;
|
|
3755
|
-
success: boolean;
|
|
3756
3754
|
operation: "set_message_reaction";
|
|
3755
|
+
success: boolean;
|
|
3756
|
+
error: string;
|
|
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
|
-
error: string;
|
|
3765
|
-
success: boolean;
|
|
3766
3764
|
operation: "set_webhook";
|
|
3765
|
+
success: boolean;
|
|
3766
|
+
error: string;
|
|
3767
3767
|
ok: boolean;
|
|
3768
3768
|
}, {
|
|
3769
|
-
error: string;
|
|
3770
|
-
success: boolean;
|
|
3771
3769
|
operation: "set_webhook";
|
|
3770
|
+
success: boolean;
|
|
3771
|
+
error: string;
|
|
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
|
-
error: string;
|
|
3780
|
-
success: boolean;
|
|
3781
3779
|
operation: "delete_webhook";
|
|
3780
|
+
success: boolean;
|
|
3781
|
+
error: string;
|
|
3782
3782
|
ok: boolean;
|
|
3783
3783
|
}, {
|
|
3784
|
-
error: string;
|
|
3785
|
-
success: boolean;
|
|
3786
3784
|
operation: "delete_webhook";
|
|
3785
|
+
success: boolean;
|
|
3786
|
+
error: string;
|
|
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
|
-
error: string;
|
|
3826
|
-
success: boolean;
|
|
3827
3825
|
operation: "get_webhook_info";
|
|
3826
|
+
success: boolean;
|
|
3827
|
+
error: string;
|
|
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
|
-
error: string;
|
|
3842
|
-
success: boolean;
|
|
3843
3841
|
operation: "get_webhook_info";
|
|
3842
|
+
success: boolean;
|
|
3843
|
+
error: string;
|
|
3844
3844
|
ok: boolean;
|
|
3845
3845
|
webhook_info?: {
|
|
3846
3846
|
url: string;
|
|
@@ -3998,8 +3998,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
3998
3998
|
}>]>>;
|
|
3999
3999
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4000
4000
|
}, "strip", z.ZodTypeAny, {
|
|
4001
|
-
text: string;
|
|
4002
4001
|
operation: "send_message";
|
|
4002
|
+
text: string;
|
|
4003
4003
|
chat_id: string | number;
|
|
4004
4004
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4005
4005
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
@@ -4038,8 +4038,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4038
4038
|
selective?: boolean | undefined;
|
|
4039
4039
|
} | undefined;
|
|
4040
4040
|
}, {
|
|
4041
|
-
text: string;
|
|
4042
4041
|
operation: "send_message";
|
|
4042
|
+
text: string;
|
|
4043
4043
|
chat_id: string | number;
|
|
4044
4044
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4045
4045
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
@@ -4582,8 +4582,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4582
4582
|
}>>;
|
|
4583
4583
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4584
4584
|
}, "strip", z.ZodTypeAny, {
|
|
4585
|
-
text: string;
|
|
4586
4585
|
operation: "edit_message";
|
|
4586
|
+
text: string;
|
|
4587
4587
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4588
4588
|
chat_id?: string | number | undefined;
|
|
4589
4589
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
@@ -4605,8 +4605,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4605
4605
|
message_id?: number | undefined;
|
|
4606
4606
|
inline_message_id?: string | undefined;
|
|
4607
4607
|
}, {
|
|
4608
|
-
text: string;
|
|
4609
4608
|
operation: "edit_message";
|
|
4609
|
+
text: string;
|
|
4610
4610
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4611
4611
|
chat_id?: string | number | undefined;
|
|
4612
4612
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
@@ -4680,8 +4680,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4680
4680
|
}, {
|
|
4681
4681
|
operation: "get_updates";
|
|
4682
4682
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4683
|
-
timeout?: number | undefined;
|
|
4684
4683
|
limit?: number | undefined;
|
|
4684
|
+
timeout?: number | undefined;
|
|
4685
4685
|
offset?: number | undefined;
|
|
4686
4686
|
allowed_updates?: string[] | undefined;
|
|
4687
4687
|
}>, z.ZodObject<{
|
|
@@ -4838,15 +4838,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4838
4838
|
first_name: z.ZodOptional<z.ZodString>;
|
|
4839
4839
|
last_name: z.ZodOptional<z.ZodString>;
|
|
4840
4840
|
}, "strip", z.ZodTypeAny, {
|
|
4841
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
4842
4841
|
id: number;
|
|
4842
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
4843
4843
|
title?: string | undefined;
|
|
4844
4844
|
username?: string | undefined;
|
|
4845
4845
|
first_name?: string | undefined;
|
|
4846
4846
|
last_name?: string | undefined;
|
|
4847
4847
|
}, {
|
|
4848
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
4849
4848
|
id: number;
|
|
4849
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
4850
4850
|
title?: string | undefined;
|
|
4851
4851
|
username?: string | undefined;
|
|
4852
4852
|
first_name?: string | undefined;
|
|
@@ -4895,8 +4895,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4895
4895
|
date: number;
|
|
4896
4896
|
message_id: number;
|
|
4897
4897
|
chat: {
|
|
4898
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
4899
4898
|
id: number;
|
|
4899
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
4900
4900
|
title?: string | undefined;
|
|
4901
4901
|
username?: string | undefined;
|
|
4902
4902
|
first_name?: string | undefined;
|
|
@@ -4929,8 +4929,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4929
4929
|
date: number;
|
|
4930
4930
|
message_id: number;
|
|
4931
4931
|
chat: {
|
|
4932
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
4933
4932
|
id: number;
|
|
4933
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
4934
4934
|
title?: string | undefined;
|
|
4935
4935
|
username?: string | undefined;
|
|
4936
4936
|
first_name?: string | undefined;
|
|
@@ -4963,16 +4963,16 @@ 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
|
-
error: string;
|
|
4967
|
-
success: boolean;
|
|
4968
4966
|
operation: "send_message";
|
|
4967
|
+
success: boolean;
|
|
4968
|
+
error: string;
|
|
4969
4969
|
ok: boolean;
|
|
4970
4970
|
message?: {
|
|
4971
4971
|
date: number;
|
|
4972
4972
|
message_id: number;
|
|
4973
4973
|
chat: {
|
|
4974
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
4975
4974
|
id: number;
|
|
4975
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
4976
4976
|
title?: string | undefined;
|
|
4977
4977
|
username?: string | undefined;
|
|
4978
4978
|
first_name?: string | undefined;
|
|
@@ -5003,16 +5003,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5003
5003
|
} | undefined;
|
|
5004
5004
|
} | undefined;
|
|
5005
5005
|
}, {
|
|
5006
|
-
error: string;
|
|
5007
|
-
success: boolean;
|
|
5008
5006
|
operation: "send_message";
|
|
5007
|
+
success: boolean;
|
|
5008
|
+
error: string;
|
|
5009
5009
|
ok: boolean;
|
|
5010
5010
|
message?: {
|
|
5011
5011
|
date: number;
|
|
5012
5012
|
message_id: number;
|
|
5013
5013
|
chat: {
|
|
5014
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5015
5014
|
id: number;
|
|
5015
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5016
5016
|
title?: string | undefined;
|
|
5017
5017
|
username?: string | undefined;
|
|
5018
5018
|
first_name?: string | undefined;
|
|
@@ -5078,15 +5078,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5078
5078
|
first_name: z.ZodOptional<z.ZodString>;
|
|
5079
5079
|
last_name: z.ZodOptional<z.ZodString>;
|
|
5080
5080
|
}, "strip", z.ZodTypeAny, {
|
|
5081
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5082
5081
|
id: number;
|
|
5082
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5083
5083
|
title?: string | undefined;
|
|
5084
5084
|
username?: string | undefined;
|
|
5085
5085
|
first_name?: string | undefined;
|
|
5086
5086
|
last_name?: string | undefined;
|
|
5087
5087
|
}, {
|
|
5088
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5089
5088
|
id: number;
|
|
5089
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5090
5090
|
title?: string | undefined;
|
|
5091
5091
|
username?: string | undefined;
|
|
5092
5092
|
first_name?: string | undefined;
|
|
@@ -5135,8 +5135,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5135
5135
|
date: number;
|
|
5136
5136
|
message_id: number;
|
|
5137
5137
|
chat: {
|
|
5138
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5139
5138
|
id: number;
|
|
5139
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5140
5140
|
title?: string | undefined;
|
|
5141
5141
|
username?: string | undefined;
|
|
5142
5142
|
first_name?: string | undefined;
|
|
@@ -5169,8 +5169,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5169
5169
|
date: number;
|
|
5170
5170
|
message_id: number;
|
|
5171
5171
|
chat: {
|
|
5172
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5173
5172
|
id: number;
|
|
5173
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5174
5174
|
title?: string | undefined;
|
|
5175
5175
|
username?: string | undefined;
|
|
5176
5176
|
first_name?: string | undefined;
|
|
@@ -5203,16 +5203,16 @@ 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
|
-
error: string;
|
|
5207
|
-
success: boolean;
|
|
5208
5206
|
operation: "send_photo";
|
|
5207
|
+
success: boolean;
|
|
5208
|
+
error: string;
|
|
5209
5209
|
ok: boolean;
|
|
5210
5210
|
message?: {
|
|
5211
5211
|
date: number;
|
|
5212
5212
|
message_id: number;
|
|
5213
5213
|
chat: {
|
|
5214
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5215
5214
|
id: number;
|
|
5215
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5216
5216
|
title?: string | undefined;
|
|
5217
5217
|
username?: string | undefined;
|
|
5218
5218
|
first_name?: string | undefined;
|
|
@@ -5243,16 +5243,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5243
5243
|
} | undefined;
|
|
5244
5244
|
} | undefined;
|
|
5245
5245
|
}, {
|
|
5246
|
-
error: string;
|
|
5247
|
-
success: boolean;
|
|
5248
5246
|
operation: "send_photo";
|
|
5247
|
+
success: boolean;
|
|
5248
|
+
error: string;
|
|
5249
5249
|
ok: boolean;
|
|
5250
5250
|
message?: {
|
|
5251
5251
|
date: number;
|
|
5252
5252
|
message_id: number;
|
|
5253
5253
|
chat: {
|
|
5254
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5255
5254
|
id: number;
|
|
5255
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5256
5256
|
title?: string | undefined;
|
|
5257
5257
|
username?: string | undefined;
|
|
5258
5258
|
first_name?: string | undefined;
|
|
@@ -5318,15 +5318,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5318
5318
|
first_name: z.ZodOptional<z.ZodString>;
|
|
5319
5319
|
last_name: z.ZodOptional<z.ZodString>;
|
|
5320
5320
|
}, "strip", z.ZodTypeAny, {
|
|
5321
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5322
5321
|
id: number;
|
|
5322
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5323
5323
|
title?: string | undefined;
|
|
5324
5324
|
username?: string | undefined;
|
|
5325
5325
|
first_name?: string | undefined;
|
|
5326
5326
|
last_name?: string | undefined;
|
|
5327
5327
|
}, {
|
|
5328
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5329
5328
|
id: number;
|
|
5329
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5330
5330
|
title?: string | undefined;
|
|
5331
5331
|
username?: string | undefined;
|
|
5332
5332
|
first_name?: string | undefined;
|
|
@@ -5375,8 +5375,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5375
5375
|
date: number;
|
|
5376
5376
|
message_id: number;
|
|
5377
5377
|
chat: {
|
|
5378
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5379
5378
|
id: number;
|
|
5379
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5380
5380
|
title?: string | undefined;
|
|
5381
5381
|
username?: string | undefined;
|
|
5382
5382
|
first_name?: string | undefined;
|
|
@@ -5409,8 +5409,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5409
5409
|
date: number;
|
|
5410
5410
|
message_id: number;
|
|
5411
5411
|
chat: {
|
|
5412
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5413
5412
|
id: number;
|
|
5413
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5414
5414
|
title?: string | undefined;
|
|
5415
5415
|
username?: string | undefined;
|
|
5416
5416
|
first_name?: string | undefined;
|
|
@@ -5443,16 +5443,16 @@ 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
|
-
error: string;
|
|
5447
|
-
success: boolean;
|
|
5448
5446
|
operation: "send_document";
|
|
5447
|
+
success: boolean;
|
|
5448
|
+
error: string;
|
|
5449
5449
|
ok: boolean;
|
|
5450
5450
|
message?: {
|
|
5451
5451
|
date: number;
|
|
5452
5452
|
message_id: number;
|
|
5453
5453
|
chat: {
|
|
5454
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5455
5454
|
id: number;
|
|
5455
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5456
5456
|
title?: string | undefined;
|
|
5457
5457
|
username?: string | undefined;
|
|
5458
5458
|
first_name?: string | undefined;
|
|
@@ -5483,16 +5483,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5483
5483
|
} | undefined;
|
|
5484
5484
|
} | undefined;
|
|
5485
5485
|
}, {
|
|
5486
|
-
error: string;
|
|
5487
|
-
success: boolean;
|
|
5488
5486
|
operation: "send_document";
|
|
5487
|
+
success: boolean;
|
|
5488
|
+
error: string;
|
|
5489
5489
|
ok: boolean;
|
|
5490
5490
|
message?: {
|
|
5491
5491
|
date: number;
|
|
5492
5492
|
message_id: number;
|
|
5493
5493
|
chat: {
|
|
5494
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5495
5494
|
id: number;
|
|
5495
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5496
5496
|
title?: string | undefined;
|
|
5497
5497
|
username?: string | undefined;
|
|
5498
5498
|
first_name?: string | undefined;
|
|
@@ -5558,15 +5558,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5558
5558
|
first_name: z.ZodOptional<z.ZodString>;
|
|
5559
5559
|
last_name: z.ZodOptional<z.ZodString>;
|
|
5560
5560
|
}, "strip", z.ZodTypeAny, {
|
|
5561
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5562
5561
|
id: number;
|
|
5562
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5563
5563
|
title?: string | undefined;
|
|
5564
5564
|
username?: string | undefined;
|
|
5565
5565
|
first_name?: string | undefined;
|
|
5566
5566
|
last_name?: string | undefined;
|
|
5567
5567
|
}, {
|
|
5568
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5569
5568
|
id: number;
|
|
5569
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5570
5570
|
title?: string | undefined;
|
|
5571
5571
|
username?: string | undefined;
|
|
5572
5572
|
first_name?: string | undefined;
|
|
@@ -5615,8 +5615,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5615
5615
|
date: number;
|
|
5616
5616
|
message_id: number;
|
|
5617
5617
|
chat: {
|
|
5618
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5619
5618
|
id: number;
|
|
5619
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5620
5620
|
title?: string | undefined;
|
|
5621
5621
|
username?: string | undefined;
|
|
5622
5622
|
first_name?: string | undefined;
|
|
@@ -5649,8 +5649,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5649
5649
|
date: number;
|
|
5650
5650
|
message_id: number;
|
|
5651
5651
|
chat: {
|
|
5652
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5653
5652
|
id: number;
|
|
5653
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5654
5654
|
title?: string | undefined;
|
|
5655
5655
|
username?: string | undefined;
|
|
5656
5656
|
first_name?: string | undefined;
|
|
@@ -5683,16 +5683,16 @@ 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
|
-
error: string;
|
|
5687
|
-
success: boolean;
|
|
5688
5686
|
operation: "edit_message";
|
|
5687
|
+
success: boolean;
|
|
5688
|
+
error: string;
|
|
5689
5689
|
ok: boolean;
|
|
5690
5690
|
message?: {
|
|
5691
5691
|
date: number;
|
|
5692
5692
|
message_id: number;
|
|
5693
5693
|
chat: {
|
|
5694
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5695
5694
|
id: number;
|
|
5695
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5696
5696
|
title?: string | undefined;
|
|
5697
5697
|
username?: string | undefined;
|
|
5698
5698
|
first_name?: string | undefined;
|
|
@@ -5723,16 +5723,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5723
5723
|
} | undefined;
|
|
5724
5724
|
} | undefined;
|
|
5725
5725
|
}, {
|
|
5726
|
-
error: string;
|
|
5727
|
-
success: boolean;
|
|
5728
5726
|
operation: "edit_message";
|
|
5727
|
+
success: boolean;
|
|
5728
|
+
error: string;
|
|
5729
5729
|
ok: boolean;
|
|
5730
5730
|
message?: {
|
|
5731
5731
|
date: number;
|
|
5732
5732
|
message_id: number;
|
|
5733
5733
|
chat: {
|
|
5734
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5735
5734
|
id: number;
|
|
5735
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5736
5736
|
title?: string | undefined;
|
|
5737
5737
|
username?: string | undefined;
|
|
5738
5738
|
first_name?: 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
|
-
error: string;
|
|
5772
|
-
success: boolean;
|
|
5773
5771
|
operation: "delete_message";
|
|
5772
|
+
success: boolean;
|
|
5773
|
+
error: string;
|
|
5774
5774
|
ok: boolean;
|
|
5775
5775
|
}, {
|
|
5776
|
-
error: string;
|
|
5777
|
-
success: boolean;
|
|
5778
5776
|
operation: "delete_message";
|
|
5777
|
+
success: boolean;
|
|
5778
|
+
error: string;
|
|
5779
5779
|
ok: boolean;
|
|
5780
5780
|
}>, z.ZodObject<{
|
|
5781
5781
|
operation: z.ZodLiteral<"get_me">;
|
|
@@ -5805,9 +5805,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5805
5805
|
error: z.ZodString;
|
|
5806
5806
|
success: z.ZodBoolean;
|
|
5807
5807
|
}, "strip", z.ZodTypeAny, {
|
|
5808
|
-
error: string;
|
|
5809
|
-
success: boolean;
|
|
5810
5808
|
operation: "get_me";
|
|
5809
|
+
success: boolean;
|
|
5810
|
+
error: string;
|
|
5811
5811
|
ok: boolean;
|
|
5812
5812
|
user?: {
|
|
5813
5813
|
id: number;
|
|
@@ -5818,9 +5818,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5818
5818
|
language_code?: string | undefined;
|
|
5819
5819
|
} | undefined;
|
|
5820
5820
|
}, {
|
|
5821
|
-
error: string;
|
|
5822
|
-
success: boolean;
|
|
5823
5821
|
operation: "get_me";
|
|
5822
|
+
success: boolean;
|
|
5823
|
+
error: string;
|
|
5824
5824
|
ok: boolean;
|
|
5825
5825
|
user?: {
|
|
5826
5826
|
id: number;
|
|
@@ -5843,8 +5843,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5843
5843
|
description: z.ZodOptional<z.ZodString>;
|
|
5844
5844
|
invite_link: z.ZodOptional<z.ZodString>;
|
|
5845
5845
|
}, "strip", z.ZodTypeAny, {
|
|
5846
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5847
5846
|
id: number;
|
|
5847
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5848
5848
|
description?: string | undefined;
|
|
5849
5849
|
title?: string | undefined;
|
|
5850
5850
|
username?: string | undefined;
|
|
@@ -5852,8 +5852,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5852
5852
|
last_name?: string | undefined;
|
|
5853
5853
|
invite_link?: string | undefined;
|
|
5854
5854
|
}, {
|
|
5855
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5856
5855
|
id: number;
|
|
5856
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5857
5857
|
description?: string | undefined;
|
|
5858
5858
|
title?: string | undefined;
|
|
5859
5859
|
username?: string | undefined;
|
|
@@ -5864,13 +5864,13 @@ 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
|
-
error: string;
|
|
5868
|
-
success: boolean;
|
|
5869
5867
|
operation: "get_chat";
|
|
5868
|
+
success: boolean;
|
|
5869
|
+
error: string;
|
|
5870
5870
|
ok: boolean;
|
|
5871
5871
|
chat?: {
|
|
5872
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5873
5872
|
id: number;
|
|
5873
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5874
5874
|
description?: string | undefined;
|
|
5875
5875
|
title?: string | undefined;
|
|
5876
5876
|
username?: string | undefined;
|
|
@@ -5879,13 +5879,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5879
5879
|
invite_link?: string | undefined;
|
|
5880
5880
|
} | undefined;
|
|
5881
5881
|
}, {
|
|
5882
|
-
error: string;
|
|
5883
|
-
success: boolean;
|
|
5884
5882
|
operation: "get_chat";
|
|
5883
|
+
success: boolean;
|
|
5884
|
+
error: string;
|
|
5885
5885
|
ok: boolean;
|
|
5886
5886
|
chat?: {
|
|
5887
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5888
5887
|
id: number;
|
|
5888
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5889
5889
|
description?: string | undefined;
|
|
5890
5890
|
title?: string | undefined;
|
|
5891
5891
|
username?: string | undefined;
|
|
@@ -5931,15 +5931,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5931
5931
|
first_name: z.ZodOptional<z.ZodString>;
|
|
5932
5932
|
last_name: z.ZodOptional<z.ZodString>;
|
|
5933
5933
|
}, "strip", z.ZodTypeAny, {
|
|
5934
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5935
5934
|
id: number;
|
|
5935
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5936
5936
|
title?: string | undefined;
|
|
5937
5937
|
username?: string | undefined;
|
|
5938
5938
|
first_name?: string | undefined;
|
|
5939
5939
|
last_name?: string | undefined;
|
|
5940
5940
|
}, {
|
|
5941
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5942
5941
|
id: number;
|
|
5942
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5943
5943
|
title?: string | undefined;
|
|
5944
5944
|
username?: string | undefined;
|
|
5945
5945
|
first_name?: string | undefined;
|
|
@@ -5988,8 +5988,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5988
5988
|
date: number;
|
|
5989
5989
|
message_id: number;
|
|
5990
5990
|
chat: {
|
|
5991
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
5992
5991
|
id: number;
|
|
5992
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
5993
5993
|
title?: string | undefined;
|
|
5994
5994
|
username?: string | undefined;
|
|
5995
5995
|
first_name?: string | undefined;
|
|
@@ -6022,8 +6022,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6022
6022
|
date: number;
|
|
6023
6023
|
message_id: number;
|
|
6024
6024
|
chat: {
|
|
6025
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6026
6025
|
id: number;
|
|
6026
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6027
6027
|
title?: string | undefined;
|
|
6028
6028
|
username?: string | undefined;
|
|
6029
6029
|
first_name?: string | undefined;
|
|
@@ -6086,15 +6086,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6086
6086
|
first_name: z.ZodOptional<z.ZodString>;
|
|
6087
6087
|
last_name: z.ZodOptional<z.ZodString>;
|
|
6088
6088
|
}, "strip", z.ZodTypeAny, {
|
|
6089
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6090
6089
|
id: number;
|
|
6090
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6091
6091
|
title?: string | undefined;
|
|
6092
6092
|
username?: string | undefined;
|
|
6093
6093
|
first_name?: string | undefined;
|
|
6094
6094
|
last_name?: string | undefined;
|
|
6095
6095
|
}, {
|
|
6096
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6097
6096
|
id: number;
|
|
6097
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6098
6098
|
title?: string | undefined;
|
|
6099
6099
|
username?: string | undefined;
|
|
6100
6100
|
first_name?: string | undefined;
|
|
@@ -6143,8 +6143,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6143
6143
|
date: number;
|
|
6144
6144
|
message_id: number;
|
|
6145
6145
|
chat: {
|
|
6146
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6147
6146
|
id: number;
|
|
6147
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6148
6148
|
title?: string | undefined;
|
|
6149
6149
|
username?: string | undefined;
|
|
6150
6150
|
first_name?: string | undefined;
|
|
@@ -6177,8 +6177,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6177
6177
|
date: number;
|
|
6178
6178
|
message_id: number;
|
|
6179
6179
|
chat: {
|
|
6180
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6181
6180
|
id: number;
|
|
6181
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6182
6182
|
title?: string | undefined;
|
|
6183
6183
|
username?: string | undefined;
|
|
6184
6184
|
first_name?: string | undefined;
|
|
@@ -6241,15 +6241,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6241
6241
|
first_name: z.ZodOptional<z.ZodString>;
|
|
6242
6242
|
last_name: z.ZodOptional<z.ZodString>;
|
|
6243
6243
|
}, "strip", z.ZodTypeAny, {
|
|
6244
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6245
6244
|
id: number;
|
|
6245
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6246
6246
|
title?: string | undefined;
|
|
6247
6247
|
username?: string | undefined;
|
|
6248
6248
|
first_name?: string | undefined;
|
|
6249
6249
|
last_name?: string | undefined;
|
|
6250
6250
|
}, {
|
|
6251
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6252
6251
|
id: number;
|
|
6252
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6253
6253
|
title?: string | undefined;
|
|
6254
6254
|
username?: string | undefined;
|
|
6255
6255
|
first_name?: string | undefined;
|
|
@@ -6298,8 +6298,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6298
6298
|
date: number;
|
|
6299
6299
|
message_id: number;
|
|
6300
6300
|
chat: {
|
|
6301
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6302
6301
|
id: number;
|
|
6302
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6303
6303
|
title?: string | undefined;
|
|
6304
6304
|
username?: string | undefined;
|
|
6305
6305
|
first_name?: string | undefined;
|
|
@@ -6332,8 +6332,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6332
6332
|
date: number;
|
|
6333
6333
|
message_id: number;
|
|
6334
6334
|
chat: {
|
|
6335
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6336
6335
|
id: number;
|
|
6336
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6337
6337
|
title?: string | undefined;
|
|
6338
6338
|
username?: string | undefined;
|
|
6339
6339
|
first_name?: string | undefined;
|
|
@@ -6396,15 +6396,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6396
6396
|
first_name: z.ZodOptional<z.ZodString>;
|
|
6397
6397
|
last_name: z.ZodOptional<z.ZodString>;
|
|
6398
6398
|
}, "strip", z.ZodTypeAny, {
|
|
6399
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6400
6399
|
id: number;
|
|
6400
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6401
6401
|
title?: string | undefined;
|
|
6402
6402
|
username?: string | undefined;
|
|
6403
6403
|
first_name?: string | undefined;
|
|
6404
6404
|
last_name?: string | undefined;
|
|
6405
6405
|
}, {
|
|
6406
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6407
6406
|
id: number;
|
|
6407
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6408
6408
|
title?: string | undefined;
|
|
6409
6409
|
username?: string | undefined;
|
|
6410
6410
|
first_name?: string | undefined;
|
|
@@ -6453,8 +6453,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6453
6453
|
date: number;
|
|
6454
6454
|
message_id: number;
|
|
6455
6455
|
chat: {
|
|
6456
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6457
6456
|
id: number;
|
|
6457
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6458
6458
|
title?: string | undefined;
|
|
6459
6459
|
username?: string | undefined;
|
|
6460
6460
|
first_name?: string | undefined;
|
|
@@ -6487,8 +6487,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6487
6487
|
date: number;
|
|
6488
6488
|
message_id: number;
|
|
6489
6489
|
chat: {
|
|
6490
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6491
6490
|
id: number;
|
|
6491
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6492
6492
|
title?: string | undefined;
|
|
6493
6493
|
username?: string | undefined;
|
|
6494
6494
|
first_name?: string | undefined;
|
|
@@ -6575,15 +6575,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6575
6575
|
first_name: z.ZodOptional<z.ZodString>;
|
|
6576
6576
|
last_name: z.ZodOptional<z.ZodString>;
|
|
6577
6577
|
}, "strip", z.ZodTypeAny, {
|
|
6578
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6579
6578
|
id: number;
|
|
6579
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6580
6580
|
title?: string | undefined;
|
|
6581
6581
|
username?: string | undefined;
|
|
6582
6582
|
first_name?: string | undefined;
|
|
6583
6583
|
last_name?: string | undefined;
|
|
6584
6584
|
}, {
|
|
6585
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6586
6585
|
id: number;
|
|
6586
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6587
6587
|
title?: string | undefined;
|
|
6588
6588
|
username?: string | undefined;
|
|
6589
6589
|
first_name?: string | undefined;
|
|
@@ -6632,8 +6632,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6632
6632
|
date: number;
|
|
6633
6633
|
message_id: number;
|
|
6634
6634
|
chat: {
|
|
6635
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6636
6635
|
id: number;
|
|
6636
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6637
6637
|
title?: string | undefined;
|
|
6638
6638
|
username?: string | undefined;
|
|
6639
6639
|
first_name?: string | undefined;
|
|
@@ -6666,8 +6666,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6666
6666
|
date: number;
|
|
6667
6667
|
message_id: number;
|
|
6668
6668
|
chat: {
|
|
6669
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6670
6669
|
id: number;
|
|
6670
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6671
6671
|
title?: string | undefined;
|
|
6672
6672
|
username?: string | undefined;
|
|
6673
6673
|
first_name?: string | undefined;
|
|
@@ -6716,8 +6716,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6716
6716
|
date: number;
|
|
6717
6717
|
message_id: number;
|
|
6718
6718
|
chat: {
|
|
6719
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6720
6719
|
id: number;
|
|
6720
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6721
6721
|
title?: string | undefined;
|
|
6722
6722
|
username?: string | undefined;
|
|
6723
6723
|
first_name?: string | undefined;
|
|
@@ -6765,8 +6765,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6765
6765
|
date: number;
|
|
6766
6766
|
message_id: number;
|
|
6767
6767
|
chat: {
|
|
6768
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6769
6768
|
id: number;
|
|
6769
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6770
6770
|
title?: string | undefined;
|
|
6771
6771
|
username?: string | undefined;
|
|
6772
6772
|
first_name?: string | undefined;
|
|
@@ -6806,8 +6806,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6806
6806
|
date: number;
|
|
6807
6807
|
message_id: number;
|
|
6808
6808
|
chat: {
|
|
6809
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6810
6809
|
id: number;
|
|
6810
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6811
6811
|
title?: string | undefined;
|
|
6812
6812
|
username?: string | undefined;
|
|
6813
6813
|
first_name?: string | undefined;
|
|
@@ -6841,8 +6841,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6841
6841
|
date: number;
|
|
6842
6842
|
message_id: number;
|
|
6843
6843
|
chat: {
|
|
6844
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6845
6844
|
id: number;
|
|
6845
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6846
6846
|
title?: string | undefined;
|
|
6847
6847
|
username?: string | undefined;
|
|
6848
6848
|
first_name?: string | undefined;
|
|
@@ -6876,8 +6876,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6876
6876
|
date: number;
|
|
6877
6877
|
message_id: number;
|
|
6878
6878
|
chat: {
|
|
6879
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6880
6879
|
id: number;
|
|
6880
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6881
6881
|
title?: string | undefined;
|
|
6882
6882
|
username?: string | undefined;
|
|
6883
6883
|
first_name?: string | undefined;
|
|
@@ -6911,8 +6911,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6911
6911
|
date: number;
|
|
6912
6912
|
message_id: number;
|
|
6913
6913
|
chat: {
|
|
6914
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6915
6914
|
id: number;
|
|
6915
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6916
6916
|
title?: string | undefined;
|
|
6917
6917
|
username?: string | undefined;
|
|
6918
6918
|
first_name?: string | undefined;
|
|
@@ -6957,8 +6957,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6957
6957
|
date: number;
|
|
6958
6958
|
message_id: number;
|
|
6959
6959
|
chat: {
|
|
6960
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
6961
6960
|
id: number;
|
|
6961
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
6962
6962
|
title?: string | undefined;
|
|
6963
6963
|
username?: string | undefined;
|
|
6964
6964
|
first_name?: string | undefined;
|
|
@@ -6998,8 +6998,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6998
6998
|
date: number;
|
|
6999
6999
|
message_id: number;
|
|
7000
7000
|
chat: {
|
|
7001
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
7002
7001
|
id: number;
|
|
7002
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
7003
7003
|
title?: string | undefined;
|
|
7004
7004
|
username?: string | undefined;
|
|
7005
7005
|
first_name?: string | undefined;
|
|
@@ -7033,8 +7033,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7033
7033
|
date: number;
|
|
7034
7034
|
message_id: number;
|
|
7035
7035
|
chat: {
|
|
7036
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
7037
7036
|
id: number;
|
|
7037
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
7038
7038
|
title?: string | undefined;
|
|
7039
7039
|
username?: string | undefined;
|
|
7040
7040
|
first_name?: string | undefined;
|
|
@@ -7068,8 +7068,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7068
7068
|
date: number;
|
|
7069
7069
|
message_id: number;
|
|
7070
7070
|
chat: {
|
|
7071
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
7072
7071
|
id: number;
|
|
7072
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
7073
7073
|
title?: string | undefined;
|
|
7074
7074
|
username?: string | undefined;
|
|
7075
7075
|
first_name?: string | undefined;
|
|
@@ -7103,8 +7103,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7103
7103
|
date: number;
|
|
7104
7104
|
message_id: number;
|
|
7105
7105
|
chat: {
|
|
7106
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
7107
7106
|
id: number;
|
|
7107
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
7108
7108
|
title?: string | undefined;
|
|
7109
7109
|
username?: string | undefined;
|
|
7110
7110
|
first_name?: string | undefined;
|
|
@@ -7149,8 +7149,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7149
7149
|
date: number;
|
|
7150
7150
|
message_id: number;
|
|
7151
7151
|
chat: {
|
|
7152
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
7153
7152
|
id: number;
|
|
7153
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
7154
7154
|
title?: string | undefined;
|
|
7155
7155
|
username?: string | undefined;
|
|
7156
7156
|
first_name?: 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
|
-
error: string;
|
|
7192
|
-
success: boolean;
|
|
7193
7191
|
operation: "get_updates";
|
|
7192
|
+
success: boolean;
|
|
7193
|
+
error: string;
|
|
7194
7194
|
ok: boolean;
|
|
7195
7195
|
updates?: {
|
|
7196
7196
|
update_id: number;
|
|
@@ -7198,8 +7198,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7198
7198
|
date: number;
|
|
7199
7199
|
message_id: number;
|
|
7200
7200
|
chat: {
|
|
7201
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
7202
7201
|
id: number;
|
|
7202
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
7203
7203
|
title?: string | undefined;
|
|
7204
7204
|
username?: string | undefined;
|
|
7205
7205
|
first_name?: string | undefined;
|
|
@@ -7233,8 +7233,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7233
7233
|
date: number;
|
|
7234
7234
|
message_id: number;
|
|
7235
7235
|
chat: {
|
|
7236
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
7237
7236
|
id: number;
|
|
7237
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
7238
7238
|
title?: string | undefined;
|
|
7239
7239
|
username?: string | undefined;
|
|
7240
7240
|
first_name?: string | undefined;
|
|
@@ -7268,8 +7268,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7268
7268
|
date: number;
|
|
7269
7269
|
message_id: number;
|
|
7270
7270
|
chat: {
|
|
7271
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
7272
7271
|
id: number;
|
|
7272
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
7273
7273
|
title?: string | undefined;
|
|
7274
7274
|
username?: string | undefined;
|
|
7275
7275
|
first_name?: string | undefined;
|
|
@@ -7303,8 +7303,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7303
7303
|
date: number;
|
|
7304
7304
|
message_id: number;
|
|
7305
7305
|
chat: {
|
|
7306
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
7307
7306
|
id: number;
|
|
7307
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
7308
7308
|
title?: string | undefined;
|
|
7309
7309
|
username?: string | undefined;
|
|
7310
7310
|
first_name?: string | undefined;
|
|
@@ -7349,8 +7349,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7349
7349
|
date: number;
|
|
7350
7350
|
message_id: number;
|
|
7351
7351
|
chat: {
|
|
7352
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
7353
7352
|
id: number;
|
|
7353
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
7354
7354
|
title?: string | undefined;
|
|
7355
7355
|
username?: string | undefined;
|
|
7356
7356
|
first_name?: string | undefined;
|
|
@@ -7386,9 +7386,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7386
7386
|
} | undefined;
|
|
7387
7387
|
}[] | undefined;
|
|
7388
7388
|
}, {
|
|
7389
|
-
error: string;
|
|
7390
|
-
success: boolean;
|
|
7391
7389
|
operation: "get_updates";
|
|
7390
|
+
success: boolean;
|
|
7391
|
+
error: string;
|
|
7392
7392
|
ok: boolean;
|
|
7393
7393
|
updates?: {
|
|
7394
7394
|
update_id: number;
|
|
@@ -7396,8 +7396,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7396
7396
|
date: number;
|
|
7397
7397
|
message_id: number;
|
|
7398
7398
|
chat: {
|
|
7399
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
7400
7399
|
id: number;
|
|
7400
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
7401
7401
|
title?: string | undefined;
|
|
7402
7402
|
username?: string | undefined;
|
|
7403
7403
|
first_name?: string | undefined;
|
|
@@ -7431,8 +7431,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7431
7431
|
date: number;
|
|
7432
7432
|
message_id: number;
|
|
7433
7433
|
chat: {
|
|
7434
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
7435
7434
|
id: number;
|
|
7435
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
7436
7436
|
title?: string | undefined;
|
|
7437
7437
|
username?: string | undefined;
|
|
7438
7438
|
first_name?: string | undefined;
|
|
@@ -7466,8 +7466,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7466
7466
|
date: number;
|
|
7467
7467
|
message_id: number;
|
|
7468
7468
|
chat: {
|
|
7469
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
7470
7469
|
id: number;
|
|
7470
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
7471
7471
|
title?: string | undefined;
|
|
7472
7472
|
username?: string | undefined;
|
|
7473
7473
|
first_name?: string | undefined;
|
|
@@ -7501,8 +7501,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7501
7501
|
date: number;
|
|
7502
7502
|
message_id: number;
|
|
7503
7503
|
chat: {
|
|
7504
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
7505
7504
|
id: number;
|
|
7505
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
7506
7506
|
title?: string | undefined;
|
|
7507
7507
|
username?: string | undefined;
|
|
7508
7508
|
first_name?: string | undefined;
|
|
@@ -7547,8 +7547,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7547
7547
|
date: number;
|
|
7548
7548
|
message_id: number;
|
|
7549
7549
|
chat: {
|
|
7550
|
-
type: "channel" | "private" | "group" | "supergroup";
|
|
7551
7550
|
id: number;
|
|
7551
|
+
type: "channel" | "private" | "group" | "supergroup";
|
|
7552
7552
|
title?: string | undefined;
|
|
7553
7553
|
username?: string | undefined;
|
|
7554
7554
|
first_name?: 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
|
-
error: string;
|
|
7593
|
-
success: boolean;
|
|
7594
7592
|
operation: "send_chat_action";
|
|
7593
|
+
success: boolean;
|
|
7594
|
+
error: string;
|
|
7595
7595
|
ok: boolean;
|
|
7596
7596
|
}, {
|
|
7597
|
-
error: string;
|
|
7598
|
-
success: boolean;
|
|
7599
7597
|
operation: "send_chat_action";
|
|
7598
|
+
success: boolean;
|
|
7599
|
+
error: string;
|
|
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
|
-
error: string;
|
|
7608
|
-
success: boolean;
|
|
7609
7607
|
operation: "set_message_reaction";
|
|
7608
|
+
success: boolean;
|
|
7609
|
+
error: string;
|
|
7610
7610
|
ok: boolean;
|
|
7611
7611
|
}, {
|
|
7612
|
-
error: string;
|
|
7613
|
-
success: boolean;
|
|
7614
7612
|
operation: "set_message_reaction";
|
|
7613
|
+
success: boolean;
|
|
7614
|
+
error: string;
|
|
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
|
-
error: string;
|
|
7623
|
-
success: boolean;
|
|
7624
7622
|
operation: "set_webhook";
|
|
7623
|
+
success: boolean;
|
|
7624
|
+
error: string;
|
|
7625
7625
|
ok: boolean;
|
|
7626
7626
|
}, {
|
|
7627
|
-
error: string;
|
|
7628
|
-
success: boolean;
|
|
7629
7627
|
operation: "set_webhook";
|
|
7628
|
+
success: boolean;
|
|
7629
|
+
error: string;
|
|
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
|
-
error: string;
|
|
7638
|
-
success: boolean;
|
|
7639
7637
|
operation: "delete_webhook";
|
|
7638
|
+
success: boolean;
|
|
7639
|
+
error: string;
|
|
7640
7640
|
ok: boolean;
|
|
7641
7641
|
}, {
|
|
7642
|
-
error: string;
|
|
7643
|
-
success: boolean;
|
|
7644
7642
|
operation: "delete_webhook";
|
|
7643
|
+
success: boolean;
|
|
7644
|
+
error: string;
|
|
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
|
-
error: string;
|
|
7684
|
-
success: boolean;
|
|
7685
7683
|
operation: "get_webhook_info";
|
|
7684
|
+
success: boolean;
|
|
7685
|
+
error: string;
|
|
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
|
-
error: string;
|
|
7700
|
-
success: boolean;
|
|
7701
7699
|
operation: "get_webhook_info";
|
|
7700
|
+
success: boolean;
|
|
7701
|
+
error: string;
|
|
7702
7702
|
ok: boolean;
|
|
7703
7703
|
webhook_info?: {
|
|
7704
7704
|
url: string;
|