@bubblelab/bubble-core 0.1.99 → 0.1.101
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 +166 -126
- 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 +56 -56
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
- package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
- package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +140 -140
- package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
- package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +633 -633
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +68 -68
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +141 -141
- package/dist/bubbles/service-bubble/telegram.d.ts +976 -976
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
- 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 +40 -40
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +475 -475
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +166 -166
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
- 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 +68 -68
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +516 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js +317 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +244 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -141,8 +141,8 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
141
141
|
operation: "send_message";
|
|
142
142
|
chat_id: string | number;
|
|
143
143
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
144
|
-
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
145
144
|
entities?: unknown[] | undefined;
|
|
145
|
+
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
146
146
|
disable_web_page_preview?: boolean | undefined;
|
|
147
147
|
disable_notification?: boolean | undefined;
|
|
148
148
|
protect_content?: boolean | undefined;
|
|
@@ -181,8 +181,8 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
181
181
|
operation: "send_message";
|
|
182
182
|
chat_id: string | number;
|
|
183
183
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
184
|
-
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
185
184
|
entities?: unknown[] | undefined;
|
|
185
|
+
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
186
186
|
disable_web_page_preview?: boolean | undefined;
|
|
187
187
|
disable_notification?: boolean | undefined;
|
|
188
188
|
protect_content?: boolean | undefined;
|
|
@@ -352,10 +352,11 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
352
352
|
}>]>>;
|
|
353
353
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
354
354
|
}, "strip", z.ZodTypeAny, {
|
|
355
|
+
photo: string;
|
|
355
356
|
operation: "send_photo";
|
|
356
357
|
chat_id: string | number;
|
|
357
|
-
photo: string;
|
|
358
358
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
359
|
+
caption?: string | undefined;
|
|
359
360
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
360
361
|
disable_notification?: boolean | undefined;
|
|
361
362
|
protect_content?: boolean | undefined;
|
|
@@ -389,14 +390,14 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
389
390
|
input_field_placeholder?: string | undefined;
|
|
390
391
|
selective?: boolean | undefined;
|
|
391
392
|
} | undefined;
|
|
392
|
-
caption?: string | undefined;
|
|
393
393
|
caption_entities?: unknown[] | undefined;
|
|
394
394
|
has_spoiler?: boolean | undefined;
|
|
395
395
|
}, {
|
|
396
|
+
photo: string;
|
|
396
397
|
operation: "send_photo";
|
|
397
398
|
chat_id: string | number;
|
|
398
|
-
photo: string;
|
|
399
399
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
400
|
+
caption?: string | undefined;
|
|
400
401
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
401
402
|
disable_notification?: boolean | undefined;
|
|
402
403
|
protect_content?: boolean | undefined;
|
|
@@ -430,7 +431,6 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
430
431
|
input_field_placeholder?: string | undefined;
|
|
431
432
|
selective?: boolean | undefined;
|
|
432
433
|
} | undefined;
|
|
433
|
-
caption?: string | undefined;
|
|
434
434
|
caption_entities?: unknown[] | undefined;
|
|
435
435
|
has_spoiler?: boolean | undefined;
|
|
436
436
|
}>, z.ZodObject<{
|
|
@@ -570,10 +570,12 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
570
570
|
}>]>>;
|
|
571
571
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
572
572
|
}, "strip", z.ZodTypeAny, {
|
|
573
|
+
document: string;
|
|
573
574
|
operation: "send_document";
|
|
574
575
|
chat_id: string | number;
|
|
575
|
-
document: string;
|
|
576
576
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
577
|
+
caption?: string | undefined;
|
|
578
|
+
thumbnail?: string | undefined;
|
|
577
579
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
578
580
|
disable_notification?: boolean | undefined;
|
|
579
581
|
protect_content?: boolean | undefined;
|
|
@@ -607,15 +609,15 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
607
609
|
input_field_placeholder?: string | undefined;
|
|
608
610
|
selective?: boolean | undefined;
|
|
609
611
|
} | undefined;
|
|
610
|
-
caption?: string | undefined;
|
|
611
612
|
caption_entities?: unknown[] | undefined;
|
|
612
|
-
thumbnail?: string | undefined;
|
|
613
613
|
disable_content_type_detection?: boolean | undefined;
|
|
614
614
|
}, {
|
|
615
|
+
document: string;
|
|
615
616
|
operation: "send_document";
|
|
616
617
|
chat_id: string | number;
|
|
617
|
-
document: string;
|
|
618
618
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
619
|
+
caption?: string | undefined;
|
|
620
|
+
thumbnail?: string | undefined;
|
|
619
621
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
620
622
|
disable_notification?: boolean | undefined;
|
|
621
623
|
protect_content?: boolean | undefined;
|
|
@@ -649,9 +651,7 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
649
651
|
input_field_placeholder?: string | undefined;
|
|
650
652
|
selective?: boolean | undefined;
|
|
651
653
|
} | undefined;
|
|
652
|
-
caption?: string | undefined;
|
|
653
654
|
caption_entities?: unknown[] | undefined;
|
|
654
|
-
thumbnail?: string | undefined;
|
|
655
655
|
disable_content_type_detection?: boolean | undefined;
|
|
656
656
|
}>, z.ZodObject<{
|
|
657
657
|
operation: z.ZodLiteral<"edit_message">;
|
|
@@ -724,9 +724,9 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
724
724
|
text: string;
|
|
725
725
|
operation: "edit_message";
|
|
726
726
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
727
|
+
entities?: unknown[] | undefined;
|
|
727
728
|
chat_id?: string | number | undefined;
|
|
728
729
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
729
|
-
entities?: unknown[] | undefined;
|
|
730
730
|
disable_web_page_preview?: boolean | undefined;
|
|
731
731
|
reply_markup?: {
|
|
732
732
|
inline_keyboard: {
|
|
@@ -747,9 +747,9 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
747
747
|
text: string;
|
|
748
748
|
operation: "edit_message";
|
|
749
749
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
750
|
+
entities?: unknown[] | undefined;
|
|
750
751
|
chat_id?: string | number | undefined;
|
|
751
752
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
752
|
-
entities?: unknown[] | undefined;
|
|
753
753
|
disable_web_page_preview?: boolean | undefined;
|
|
754
754
|
reply_markup?: {
|
|
755
755
|
inline_keyboard: {
|
|
@@ -810,8 +810,8 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
810
810
|
allowed_updates: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
811
811
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
812
812
|
}, "strip", z.ZodTypeAny, {
|
|
813
|
-
operation: "get_updates";
|
|
814
813
|
limit: number;
|
|
814
|
+
operation: "get_updates";
|
|
815
815
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
816
816
|
timeout?: number | undefined;
|
|
817
817
|
offset?: number | undefined;
|
|
@@ -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,14 +980,14 @@ 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: "
|
|
983
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
984
984
|
id: number;
|
|
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: "
|
|
990
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
991
991
|
id: number;
|
|
992
992
|
title?: string | undefined;
|
|
993
993
|
username?: string | undefined;
|
|
@@ -1002,16 +1002,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1002
1002
|
height: z.ZodNumber;
|
|
1003
1003
|
file_size: z.ZodOptional<z.ZodNumber>;
|
|
1004
1004
|
}, "strip", z.ZodTypeAny, {
|
|
1005
|
-
file_id: string;
|
|
1006
|
-
file_unique_id: string;
|
|
1007
1005
|
width: number;
|
|
1008
1006
|
height: number;
|
|
1009
|
-
file_size?: number | undefined;
|
|
1010
|
-
}, {
|
|
1011
1007
|
file_id: string;
|
|
1012
1008
|
file_unique_id: string;
|
|
1009
|
+
file_size?: number | undefined;
|
|
1010
|
+
}, {
|
|
1013
1011
|
width: number;
|
|
1014
1012
|
height: number;
|
|
1013
|
+
file_id: string;
|
|
1014
|
+
file_unique_id: string;
|
|
1015
1015
|
file_size?: number | undefined;
|
|
1016
1016
|
}>, "many">>;
|
|
1017
1017
|
document: z.ZodOptional<z.ZodObject<{
|
|
@@ -1037,7 +1037,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1037
1037
|
date: number;
|
|
1038
1038
|
message_id: number;
|
|
1039
1039
|
chat: {
|
|
1040
|
-
type: "
|
|
1040
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1041
1041
|
id: number;
|
|
1042
1042
|
title?: string | undefined;
|
|
1043
1043
|
username?: string | undefined;
|
|
@@ -1045,13 +1045,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1045
1045
|
last_name?: string | undefined;
|
|
1046
1046
|
};
|
|
1047
1047
|
text?: string | undefined;
|
|
1048
|
-
photo?: {
|
|
1049
|
-
file_id: string;
|
|
1050
|
-
file_unique_id: string;
|
|
1051
|
-
width: number;
|
|
1052
|
-
height: number;
|
|
1053
|
-
file_size?: number | undefined;
|
|
1054
|
-
}[] | undefined;
|
|
1055
1048
|
document?: {
|
|
1056
1049
|
file_id: string;
|
|
1057
1050
|
file_unique_id: string;
|
|
@@ -1059,6 +1052,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1059
1052
|
file_size?: number | undefined;
|
|
1060
1053
|
file_name?: string | undefined;
|
|
1061
1054
|
} | undefined;
|
|
1055
|
+
photo?: {
|
|
1056
|
+
width: number;
|
|
1057
|
+
height: number;
|
|
1058
|
+
file_id: string;
|
|
1059
|
+
file_unique_id: string;
|
|
1060
|
+
file_size?: number | undefined;
|
|
1061
|
+
}[] | undefined;
|
|
1062
1062
|
from?: {
|
|
1063
1063
|
id: number;
|
|
1064
1064
|
first_name: string;
|
|
@@ -1071,7 +1071,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1071
1071
|
date: number;
|
|
1072
1072
|
message_id: number;
|
|
1073
1073
|
chat: {
|
|
1074
|
-
type: "
|
|
1074
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1075
1075
|
id: number;
|
|
1076
1076
|
title?: string | undefined;
|
|
1077
1077
|
username?: string | undefined;
|
|
@@ -1079,13 +1079,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1079
1079
|
last_name?: string | undefined;
|
|
1080
1080
|
};
|
|
1081
1081
|
text?: string | undefined;
|
|
1082
|
-
photo?: {
|
|
1083
|
-
file_id: string;
|
|
1084
|
-
file_unique_id: string;
|
|
1085
|
-
width: number;
|
|
1086
|
-
height: number;
|
|
1087
|
-
file_size?: number | undefined;
|
|
1088
|
-
}[] | undefined;
|
|
1089
1082
|
document?: {
|
|
1090
1083
|
file_id: string;
|
|
1091
1084
|
file_unique_id: string;
|
|
@@ -1093,6 +1086,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1093
1086
|
file_size?: number | undefined;
|
|
1094
1087
|
file_name?: string | undefined;
|
|
1095
1088
|
} | undefined;
|
|
1089
|
+
photo?: {
|
|
1090
|
+
width: number;
|
|
1091
|
+
height: number;
|
|
1092
|
+
file_id: string;
|
|
1093
|
+
file_unique_id: string;
|
|
1094
|
+
file_size?: number | undefined;
|
|
1095
|
+
}[] | undefined;
|
|
1096
1096
|
from?: {
|
|
1097
1097
|
id: number;
|
|
1098
1098
|
first_name: string;
|
|
@@ -1105,15 +1105,15 @@ 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
1108
|
success: boolean;
|
|
1109
|
+
error: string;
|
|
1110
1110
|
operation: "send_message";
|
|
1111
1111
|
ok: boolean;
|
|
1112
1112
|
message?: {
|
|
1113
1113
|
date: number;
|
|
1114
1114
|
message_id: number;
|
|
1115
1115
|
chat: {
|
|
1116
|
-
type: "
|
|
1116
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1117
1117
|
id: number;
|
|
1118
1118
|
title?: string | undefined;
|
|
1119
1119
|
username?: string | undefined;
|
|
@@ -1121,13 +1121,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1121
1121
|
last_name?: string | undefined;
|
|
1122
1122
|
};
|
|
1123
1123
|
text?: string | undefined;
|
|
1124
|
-
photo?: {
|
|
1125
|
-
file_id: string;
|
|
1126
|
-
file_unique_id: string;
|
|
1127
|
-
width: number;
|
|
1128
|
-
height: number;
|
|
1129
|
-
file_size?: number | undefined;
|
|
1130
|
-
}[] | undefined;
|
|
1131
1124
|
document?: {
|
|
1132
1125
|
file_id: string;
|
|
1133
1126
|
file_unique_id: string;
|
|
@@ -1135,6 +1128,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1135
1128
|
file_size?: number | undefined;
|
|
1136
1129
|
file_name?: string | undefined;
|
|
1137
1130
|
} | undefined;
|
|
1131
|
+
photo?: {
|
|
1132
|
+
width: number;
|
|
1133
|
+
height: number;
|
|
1134
|
+
file_id: string;
|
|
1135
|
+
file_unique_id: string;
|
|
1136
|
+
file_size?: number | undefined;
|
|
1137
|
+
}[] | undefined;
|
|
1138
1138
|
from?: {
|
|
1139
1139
|
id: number;
|
|
1140
1140
|
first_name: string;
|
|
@@ -1145,15 +1145,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1145
1145
|
} | undefined;
|
|
1146
1146
|
} | undefined;
|
|
1147
1147
|
}, {
|
|
1148
|
-
error: string;
|
|
1149
1148
|
success: boolean;
|
|
1149
|
+
error: string;
|
|
1150
1150
|
operation: "send_message";
|
|
1151
1151
|
ok: boolean;
|
|
1152
1152
|
message?: {
|
|
1153
1153
|
date: number;
|
|
1154
1154
|
message_id: number;
|
|
1155
1155
|
chat: {
|
|
1156
|
-
type: "
|
|
1156
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1157
1157
|
id: number;
|
|
1158
1158
|
title?: string | undefined;
|
|
1159
1159
|
username?: string | undefined;
|
|
@@ -1161,13 +1161,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1161
1161
|
last_name?: string | undefined;
|
|
1162
1162
|
};
|
|
1163
1163
|
text?: string | undefined;
|
|
1164
|
-
photo?: {
|
|
1165
|
-
file_id: string;
|
|
1166
|
-
file_unique_id: string;
|
|
1167
|
-
width: number;
|
|
1168
|
-
height: number;
|
|
1169
|
-
file_size?: number | undefined;
|
|
1170
|
-
}[] | undefined;
|
|
1171
1164
|
document?: {
|
|
1172
1165
|
file_id: string;
|
|
1173
1166
|
file_unique_id: string;
|
|
@@ -1175,6 +1168,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1175
1168
|
file_size?: number | undefined;
|
|
1176
1169
|
file_name?: string | undefined;
|
|
1177
1170
|
} | undefined;
|
|
1171
|
+
photo?: {
|
|
1172
|
+
width: number;
|
|
1173
|
+
height: number;
|
|
1174
|
+
file_id: string;
|
|
1175
|
+
file_unique_id: string;
|
|
1176
|
+
file_size?: number | undefined;
|
|
1177
|
+
}[] | undefined;
|
|
1178
1178
|
from?: {
|
|
1179
1179
|
id: number;
|
|
1180
1180
|
first_name: string;
|
|
@@ -1220,14 +1220,14 @@ 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: "
|
|
1223
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1224
1224
|
id: number;
|
|
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: "
|
|
1230
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1231
1231
|
id: number;
|
|
1232
1232
|
title?: string | undefined;
|
|
1233
1233
|
username?: string | undefined;
|
|
@@ -1242,16 +1242,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1242
1242
|
height: z.ZodNumber;
|
|
1243
1243
|
file_size: z.ZodOptional<z.ZodNumber>;
|
|
1244
1244
|
}, "strip", z.ZodTypeAny, {
|
|
1245
|
-
file_id: string;
|
|
1246
|
-
file_unique_id: string;
|
|
1247
1245
|
width: number;
|
|
1248
1246
|
height: number;
|
|
1249
|
-
file_size?: number | undefined;
|
|
1250
|
-
}, {
|
|
1251
1247
|
file_id: string;
|
|
1252
1248
|
file_unique_id: string;
|
|
1249
|
+
file_size?: number | undefined;
|
|
1250
|
+
}, {
|
|
1253
1251
|
width: number;
|
|
1254
1252
|
height: number;
|
|
1253
|
+
file_id: string;
|
|
1254
|
+
file_unique_id: string;
|
|
1255
1255
|
file_size?: number | undefined;
|
|
1256
1256
|
}>, "many">>;
|
|
1257
1257
|
document: z.ZodOptional<z.ZodObject<{
|
|
@@ -1277,7 +1277,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1277
1277
|
date: number;
|
|
1278
1278
|
message_id: number;
|
|
1279
1279
|
chat: {
|
|
1280
|
-
type: "
|
|
1280
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1281
1281
|
id: number;
|
|
1282
1282
|
title?: string | undefined;
|
|
1283
1283
|
username?: string | undefined;
|
|
@@ -1285,13 +1285,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1285
1285
|
last_name?: string | undefined;
|
|
1286
1286
|
};
|
|
1287
1287
|
text?: string | undefined;
|
|
1288
|
-
photo?: {
|
|
1289
|
-
file_id: string;
|
|
1290
|
-
file_unique_id: string;
|
|
1291
|
-
width: number;
|
|
1292
|
-
height: number;
|
|
1293
|
-
file_size?: number | undefined;
|
|
1294
|
-
}[] | undefined;
|
|
1295
1288
|
document?: {
|
|
1296
1289
|
file_id: string;
|
|
1297
1290
|
file_unique_id: string;
|
|
@@ -1299,6 +1292,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1299
1292
|
file_size?: number | undefined;
|
|
1300
1293
|
file_name?: string | undefined;
|
|
1301
1294
|
} | undefined;
|
|
1295
|
+
photo?: {
|
|
1296
|
+
width: number;
|
|
1297
|
+
height: number;
|
|
1298
|
+
file_id: string;
|
|
1299
|
+
file_unique_id: string;
|
|
1300
|
+
file_size?: number | undefined;
|
|
1301
|
+
}[] | undefined;
|
|
1302
1302
|
from?: {
|
|
1303
1303
|
id: number;
|
|
1304
1304
|
first_name: string;
|
|
@@ -1311,7 +1311,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1311
1311
|
date: number;
|
|
1312
1312
|
message_id: number;
|
|
1313
1313
|
chat: {
|
|
1314
|
-
type: "
|
|
1314
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1315
1315
|
id: number;
|
|
1316
1316
|
title?: string | undefined;
|
|
1317
1317
|
username?: string | undefined;
|
|
@@ -1319,13 +1319,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1319
1319
|
last_name?: string | undefined;
|
|
1320
1320
|
};
|
|
1321
1321
|
text?: string | undefined;
|
|
1322
|
-
photo?: {
|
|
1323
|
-
file_id: string;
|
|
1324
|
-
file_unique_id: string;
|
|
1325
|
-
width: number;
|
|
1326
|
-
height: number;
|
|
1327
|
-
file_size?: number | undefined;
|
|
1328
|
-
}[] | undefined;
|
|
1329
1322
|
document?: {
|
|
1330
1323
|
file_id: string;
|
|
1331
1324
|
file_unique_id: string;
|
|
@@ -1333,6 +1326,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1333
1326
|
file_size?: number | undefined;
|
|
1334
1327
|
file_name?: string | undefined;
|
|
1335
1328
|
} | undefined;
|
|
1329
|
+
photo?: {
|
|
1330
|
+
width: number;
|
|
1331
|
+
height: number;
|
|
1332
|
+
file_id: string;
|
|
1333
|
+
file_unique_id: string;
|
|
1334
|
+
file_size?: number | undefined;
|
|
1335
|
+
}[] | undefined;
|
|
1336
1336
|
from?: {
|
|
1337
1337
|
id: number;
|
|
1338
1338
|
first_name: string;
|
|
@@ -1345,15 +1345,15 @@ 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
1348
|
success: boolean;
|
|
1349
|
+
error: string;
|
|
1350
1350
|
operation: "send_photo";
|
|
1351
1351
|
ok: boolean;
|
|
1352
1352
|
message?: {
|
|
1353
1353
|
date: number;
|
|
1354
1354
|
message_id: number;
|
|
1355
1355
|
chat: {
|
|
1356
|
-
type: "
|
|
1356
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1357
1357
|
id: number;
|
|
1358
1358
|
title?: string | undefined;
|
|
1359
1359
|
username?: string | undefined;
|
|
@@ -1361,13 +1361,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1361
1361
|
last_name?: string | undefined;
|
|
1362
1362
|
};
|
|
1363
1363
|
text?: string | undefined;
|
|
1364
|
-
photo?: {
|
|
1365
|
-
file_id: string;
|
|
1366
|
-
file_unique_id: string;
|
|
1367
|
-
width: number;
|
|
1368
|
-
height: number;
|
|
1369
|
-
file_size?: number | undefined;
|
|
1370
|
-
}[] | undefined;
|
|
1371
1364
|
document?: {
|
|
1372
1365
|
file_id: string;
|
|
1373
1366
|
file_unique_id: string;
|
|
@@ -1375,6 +1368,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1375
1368
|
file_size?: number | undefined;
|
|
1376
1369
|
file_name?: string | undefined;
|
|
1377
1370
|
} | undefined;
|
|
1371
|
+
photo?: {
|
|
1372
|
+
width: number;
|
|
1373
|
+
height: number;
|
|
1374
|
+
file_id: string;
|
|
1375
|
+
file_unique_id: string;
|
|
1376
|
+
file_size?: number | undefined;
|
|
1377
|
+
}[] | undefined;
|
|
1378
1378
|
from?: {
|
|
1379
1379
|
id: number;
|
|
1380
1380
|
first_name: string;
|
|
@@ -1385,15 +1385,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1385
1385
|
} | undefined;
|
|
1386
1386
|
} | undefined;
|
|
1387
1387
|
}, {
|
|
1388
|
-
error: string;
|
|
1389
1388
|
success: boolean;
|
|
1389
|
+
error: string;
|
|
1390
1390
|
operation: "send_photo";
|
|
1391
1391
|
ok: boolean;
|
|
1392
1392
|
message?: {
|
|
1393
1393
|
date: number;
|
|
1394
1394
|
message_id: number;
|
|
1395
1395
|
chat: {
|
|
1396
|
-
type: "
|
|
1396
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1397
1397
|
id: number;
|
|
1398
1398
|
title?: string | undefined;
|
|
1399
1399
|
username?: string | undefined;
|
|
@@ -1401,13 +1401,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1401
1401
|
last_name?: string | undefined;
|
|
1402
1402
|
};
|
|
1403
1403
|
text?: string | undefined;
|
|
1404
|
-
photo?: {
|
|
1405
|
-
file_id: string;
|
|
1406
|
-
file_unique_id: string;
|
|
1407
|
-
width: number;
|
|
1408
|
-
height: number;
|
|
1409
|
-
file_size?: number | undefined;
|
|
1410
|
-
}[] | undefined;
|
|
1411
1404
|
document?: {
|
|
1412
1405
|
file_id: string;
|
|
1413
1406
|
file_unique_id: string;
|
|
@@ -1415,6 +1408,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1415
1408
|
file_size?: number | undefined;
|
|
1416
1409
|
file_name?: string | undefined;
|
|
1417
1410
|
} | undefined;
|
|
1411
|
+
photo?: {
|
|
1412
|
+
width: number;
|
|
1413
|
+
height: number;
|
|
1414
|
+
file_id: string;
|
|
1415
|
+
file_unique_id: string;
|
|
1416
|
+
file_size?: number | undefined;
|
|
1417
|
+
}[] | undefined;
|
|
1418
1418
|
from?: {
|
|
1419
1419
|
id: number;
|
|
1420
1420
|
first_name: string;
|
|
@@ -1460,14 +1460,14 @@ 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: "
|
|
1463
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1464
1464
|
id: number;
|
|
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: "
|
|
1470
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1471
1471
|
id: number;
|
|
1472
1472
|
title?: string | undefined;
|
|
1473
1473
|
username?: string | undefined;
|
|
@@ -1482,16 +1482,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1482
1482
|
height: z.ZodNumber;
|
|
1483
1483
|
file_size: z.ZodOptional<z.ZodNumber>;
|
|
1484
1484
|
}, "strip", z.ZodTypeAny, {
|
|
1485
|
-
file_id: string;
|
|
1486
|
-
file_unique_id: string;
|
|
1487
1485
|
width: number;
|
|
1488
1486
|
height: number;
|
|
1489
|
-
file_size?: number | undefined;
|
|
1490
|
-
}, {
|
|
1491
1487
|
file_id: string;
|
|
1492
1488
|
file_unique_id: string;
|
|
1489
|
+
file_size?: number | undefined;
|
|
1490
|
+
}, {
|
|
1493
1491
|
width: number;
|
|
1494
1492
|
height: number;
|
|
1493
|
+
file_id: string;
|
|
1494
|
+
file_unique_id: string;
|
|
1495
1495
|
file_size?: number | undefined;
|
|
1496
1496
|
}>, "many">>;
|
|
1497
1497
|
document: z.ZodOptional<z.ZodObject<{
|
|
@@ -1517,7 +1517,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1517
1517
|
date: number;
|
|
1518
1518
|
message_id: number;
|
|
1519
1519
|
chat: {
|
|
1520
|
-
type: "
|
|
1520
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1521
1521
|
id: number;
|
|
1522
1522
|
title?: string | undefined;
|
|
1523
1523
|
username?: string | undefined;
|
|
@@ -1525,13 +1525,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1525
1525
|
last_name?: string | undefined;
|
|
1526
1526
|
};
|
|
1527
1527
|
text?: string | undefined;
|
|
1528
|
-
photo?: {
|
|
1529
|
-
file_id: string;
|
|
1530
|
-
file_unique_id: string;
|
|
1531
|
-
width: number;
|
|
1532
|
-
height: number;
|
|
1533
|
-
file_size?: number | undefined;
|
|
1534
|
-
}[] | undefined;
|
|
1535
1528
|
document?: {
|
|
1536
1529
|
file_id: string;
|
|
1537
1530
|
file_unique_id: string;
|
|
@@ -1539,6 +1532,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1539
1532
|
file_size?: number | undefined;
|
|
1540
1533
|
file_name?: string | undefined;
|
|
1541
1534
|
} | undefined;
|
|
1535
|
+
photo?: {
|
|
1536
|
+
width: number;
|
|
1537
|
+
height: number;
|
|
1538
|
+
file_id: string;
|
|
1539
|
+
file_unique_id: string;
|
|
1540
|
+
file_size?: number | undefined;
|
|
1541
|
+
}[] | undefined;
|
|
1542
1542
|
from?: {
|
|
1543
1543
|
id: number;
|
|
1544
1544
|
first_name: string;
|
|
@@ -1551,7 +1551,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1551
1551
|
date: number;
|
|
1552
1552
|
message_id: number;
|
|
1553
1553
|
chat: {
|
|
1554
|
-
type: "
|
|
1554
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1555
1555
|
id: number;
|
|
1556
1556
|
title?: string | undefined;
|
|
1557
1557
|
username?: string | undefined;
|
|
@@ -1559,13 +1559,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1559
1559
|
last_name?: string | undefined;
|
|
1560
1560
|
};
|
|
1561
1561
|
text?: string | undefined;
|
|
1562
|
-
photo?: {
|
|
1563
|
-
file_id: string;
|
|
1564
|
-
file_unique_id: string;
|
|
1565
|
-
width: number;
|
|
1566
|
-
height: number;
|
|
1567
|
-
file_size?: number | undefined;
|
|
1568
|
-
}[] | undefined;
|
|
1569
1562
|
document?: {
|
|
1570
1563
|
file_id: string;
|
|
1571
1564
|
file_unique_id: string;
|
|
@@ -1573,6 +1566,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1573
1566
|
file_size?: number | undefined;
|
|
1574
1567
|
file_name?: string | undefined;
|
|
1575
1568
|
} | undefined;
|
|
1569
|
+
photo?: {
|
|
1570
|
+
width: number;
|
|
1571
|
+
height: number;
|
|
1572
|
+
file_id: string;
|
|
1573
|
+
file_unique_id: string;
|
|
1574
|
+
file_size?: number | undefined;
|
|
1575
|
+
}[] | undefined;
|
|
1576
1576
|
from?: {
|
|
1577
1577
|
id: number;
|
|
1578
1578
|
first_name: string;
|
|
@@ -1585,15 +1585,15 @@ 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
1588
|
success: boolean;
|
|
1589
|
+
error: string;
|
|
1590
1590
|
operation: "send_document";
|
|
1591
1591
|
ok: boolean;
|
|
1592
1592
|
message?: {
|
|
1593
1593
|
date: number;
|
|
1594
1594
|
message_id: number;
|
|
1595
1595
|
chat: {
|
|
1596
|
-
type: "
|
|
1596
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1597
1597
|
id: number;
|
|
1598
1598
|
title?: string | undefined;
|
|
1599
1599
|
username?: string | undefined;
|
|
@@ -1601,13 +1601,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1601
1601
|
last_name?: string | undefined;
|
|
1602
1602
|
};
|
|
1603
1603
|
text?: string | undefined;
|
|
1604
|
-
photo?: {
|
|
1605
|
-
file_id: string;
|
|
1606
|
-
file_unique_id: string;
|
|
1607
|
-
width: number;
|
|
1608
|
-
height: number;
|
|
1609
|
-
file_size?: number | undefined;
|
|
1610
|
-
}[] | undefined;
|
|
1611
1604
|
document?: {
|
|
1612
1605
|
file_id: string;
|
|
1613
1606
|
file_unique_id: string;
|
|
@@ -1615,6 +1608,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1615
1608
|
file_size?: number | undefined;
|
|
1616
1609
|
file_name?: string | undefined;
|
|
1617
1610
|
} | undefined;
|
|
1611
|
+
photo?: {
|
|
1612
|
+
width: number;
|
|
1613
|
+
height: number;
|
|
1614
|
+
file_id: string;
|
|
1615
|
+
file_unique_id: string;
|
|
1616
|
+
file_size?: number | undefined;
|
|
1617
|
+
}[] | undefined;
|
|
1618
1618
|
from?: {
|
|
1619
1619
|
id: number;
|
|
1620
1620
|
first_name: string;
|
|
@@ -1625,15 +1625,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1625
1625
|
} | undefined;
|
|
1626
1626
|
} | undefined;
|
|
1627
1627
|
}, {
|
|
1628
|
-
error: string;
|
|
1629
1628
|
success: boolean;
|
|
1629
|
+
error: string;
|
|
1630
1630
|
operation: "send_document";
|
|
1631
1631
|
ok: boolean;
|
|
1632
1632
|
message?: {
|
|
1633
1633
|
date: number;
|
|
1634
1634
|
message_id: number;
|
|
1635
1635
|
chat: {
|
|
1636
|
-
type: "
|
|
1636
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1637
1637
|
id: number;
|
|
1638
1638
|
title?: string | undefined;
|
|
1639
1639
|
username?: string | undefined;
|
|
@@ -1641,13 +1641,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1641
1641
|
last_name?: string | undefined;
|
|
1642
1642
|
};
|
|
1643
1643
|
text?: string | undefined;
|
|
1644
|
-
photo?: {
|
|
1645
|
-
file_id: string;
|
|
1646
|
-
file_unique_id: string;
|
|
1647
|
-
width: number;
|
|
1648
|
-
height: number;
|
|
1649
|
-
file_size?: number | undefined;
|
|
1650
|
-
}[] | undefined;
|
|
1651
1644
|
document?: {
|
|
1652
1645
|
file_id: string;
|
|
1653
1646
|
file_unique_id: string;
|
|
@@ -1655,6 +1648,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1655
1648
|
file_size?: number | undefined;
|
|
1656
1649
|
file_name?: string | undefined;
|
|
1657
1650
|
} | undefined;
|
|
1651
|
+
photo?: {
|
|
1652
|
+
width: number;
|
|
1653
|
+
height: number;
|
|
1654
|
+
file_id: string;
|
|
1655
|
+
file_unique_id: string;
|
|
1656
|
+
file_size?: number | undefined;
|
|
1657
|
+
}[] | undefined;
|
|
1658
1658
|
from?: {
|
|
1659
1659
|
id: number;
|
|
1660
1660
|
first_name: string;
|
|
@@ -1700,14 +1700,14 @@ 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: "
|
|
1703
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1704
1704
|
id: number;
|
|
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: "
|
|
1710
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1711
1711
|
id: number;
|
|
1712
1712
|
title?: string | undefined;
|
|
1713
1713
|
username?: string | undefined;
|
|
@@ -1722,16 +1722,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1722
1722
|
height: z.ZodNumber;
|
|
1723
1723
|
file_size: z.ZodOptional<z.ZodNumber>;
|
|
1724
1724
|
}, "strip", z.ZodTypeAny, {
|
|
1725
|
-
file_id: string;
|
|
1726
|
-
file_unique_id: string;
|
|
1727
1725
|
width: number;
|
|
1728
1726
|
height: number;
|
|
1729
|
-
file_size?: number | undefined;
|
|
1730
|
-
}, {
|
|
1731
1727
|
file_id: string;
|
|
1732
1728
|
file_unique_id: string;
|
|
1729
|
+
file_size?: number | undefined;
|
|
1730
|
+
}, {
|
|
1733
1731
|
width: number;
|
|
1734
1732
|
height: number;
|
|
1733
|
+
file_id: string;
|
|
1734
|
+
file_unique_id: string;
|
|
1735
1735
|
file_size?: number | undefined;
|
|
1736
1736
|
}>, "many">>;
|
|
1737
1737
|
document: z.ZodOptional<z.ZodObject<{
|
|
@@ -1757,7 +1757,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1757
1757
|
date: number;
|
|
1758
1758
|
message_id: number;
|
|
1759
1759
|
chat: {
|
|
1760
|
-
type: "
|
|
1760
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1761
1761
|
id: number;
|
|
1762
1762
|
title?: string | undefined;
|
|
1763
1763
|
username?: string | undefined;
|
|
@@ -1765,13 +1765,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1765
1765
|
last_name?: string | undefined;
|
|
1766
1766
|
};
|
|
1767
1767
|
text?: string | undefined;
|
|
1768
|
-
photo?: {
|
|
1769
|
-
file_id: string;
|
|
1770
|
-
file_unique_id: string;
|
|
1771
|
-
width: number;
|
|
1772
|
-
height: number;
|
|
1773
|
-
file_size?: number | undefined;
|
|
1774
|
-
}[] | undefined;
|
|
1775
1768
|
document?: {
|
|
1776
1769
|
file_id: string;
|
|
1777
1770
|
file_unique_id: string;
|
|
@@ -1779,11 +1772,18 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1779
1772
|
file_size?: number | undefined;
|
|
1780
1773
|
file_name?: string | undefined;
|
|
1781
1774
|
} | undefined;
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1775
|
+
photo?: {
|
|
1776
|
+
width: number;
|
|
1777
|
+
height: number;
|
|
1778
|
+
file_id: string;
|
|
1779
|
+
file_unique_id: string;
|
|
1780
|
+
file_size?: number | undefined;
|
|
1781
|
+
}[] | undefined;
|
|
1782
|
+
from?: {
|
|
1783
|
+
id: number;
|
|
1784
|
+
first_name: string;
|
|
1785
|
+
is_bot: boolean;
|
|
1786
|
+
username?: string | undefined;
|
|
1787
1787
|
last_name?: string | undefined;
|
|
1788
1788
|
language_code?: string | undefined;
|
|
1789
1789
|
} | undefined;
|
|
@@ -1791,7 +1791,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1791
1791
|
date: number;
|
|
1792
1792
|
message_id: number;
|
|
1793
1793
|
chat: {
|
|
1794
|
-
type: "
|
|
1794
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1795
1795
|
id: number;
|
|
1796
1796
|
title?: string | undefined;
|
|
1797
1797
|
username?: string | undefined;
|
|
@@ -1799,13 +1799,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1799
1799
|
last_name?: string | undefined;
|
|
1800
1800
|
};
|
|
1801
1801
|
text?: string | undefined;
|
|
1802
|
-
photo?: {
|
|
1803
|
-
file_id: string;
|
|
1804
|
-
file_unique_id: string;
|
|
1805
|
-
width: number;
|
|
1806
|
-
height: number;
|
|
1807
|
-
file_size?: number | undefined;
|
|
1808
|
-
}[] | undefined;
|
|
1809
1802
|
document?: {
|
|
1810
1803
|
file_id: string;
|
|
1811
1804
|
file_unique_id: string;
|
|
@@ -1813,6 +1806,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1813
1806
|
file_size?: number | undefined;
|
|
1814
1807
|
file_name?: string | undefined;
|
|
1815
1808
|
} | undefined;
|
|
1809
|
+
photo?: {
|
|
1810
|
+
width: number;
|
|
1811
|
+
height: number;
|
|
1812
|
+
file_id: string;
|
|
1813
|
+
file_unique_id: string;
|
|
1814
|
+
file_size?: number | undefined;
|
|
1815
|
+
}[] | undefined;
|
|
1816
1816
|
from?: {
|
|
1817
1817
|
id: number;
|
|
1818
1818
|
first_name: string;
|
|
@@ -1825,15 +1825,15 @@ 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
1828
|
success: boolean;
|
|
1829
|
+
error: string;
|
|
1830
1830
|
operation: "edit_message";
|
|
1831
1831
|
ok: boolean;
|
|
1832
1832
|
message?: {
|
|
1833
1833
|
date: number;
|
|
1834
1834
|
message_id: number;
|
|
1835
1835
|
chat: {
|
|
1836
|
-
type: "
|
|
1836
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1837
1837
|
id: number;
|
|
1838
1838
|
title?: string | undefined;
|
|
1839
1839
|
username?: string | undefined;
|
|
@@ -1841,13 +1841,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1841
1841
|
last_name?: string | undefined;
|
|
1842
1842
|
};
|
|
1843
1843
|
text?: string | undefined;
|
|
1844
|
-
photo?: {
|
|
1845
|
-
file_id: string;
|
|
1846
|
-
file_unique_id: string;
|
|
1847
|
-
width: number;
|
|
1848
|
-
height: number;
|
|
1849
|
-
file_size?: number | undefined;
|
|
1850
|
-
}[] | undefined;
|
|
1851
1844
|
document?: {
|
|
1852
1845
|
file_id: string;
|
|
1853
1846
|
file_unique_id: string;
|
|
@@ -1855,6 +1848,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1855
1848
|
file_size?: number | undefined;
|
|
1856
1849
|
file_name?: string | undefined;
|
|
1857
1850
|
} | undefined;
|
|
1851
|
+
photo?: {
|
|
1852
|
+
width: number;
|
|
1853
|
+
height: number;
|
|
1854
|
+
file_id: string;
|
|
1855
|
+
file_unique_id: string;
|
|
1856
|
+
file_size?: number | undefined;
|
|
1857
|
+
}[] | undefined;
|
|
1858
1858
|
from?: {
|
|
1859
1859
|
id: number;
|
|
1860
1860
|
first_name: string;
|
|
@@ -1865,15 +1865,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1865
1865
|
} | undefined;
|
|
1866
1866
|
} | undefined;
|
|
1867
1867
|
}, {
|
|
1868
|
-
error: string;
|
|
1869
1868
|
success: boolean;
|
|
1869
|
+
error: string;
|
|
1870
1870
|
operation: "edit_message";
|
|
1871
1871
|
ok: boolean;
|
|
1872
1872
|
message?: {
|
|
1873
1873
|
date: number;
|
|
1874
1874
|
message_id: number;
|
|
1875
1875
|
chat: {
|
|
1876
|
-
type: "
|
|
1876
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1877
1877
|
id: number;
|
|
1878
1878
|
title?: string | undefined;
|
|
1879
1879
|
username?: string | undefined;
|
|
@@ -1881,13 +1881,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1881
1881
|
last_name?: string | undefined;
|
|
1882
1882
|
};
|
|
1883
1883
|
text?: string | undefined;
|
|
1884
|
-
photo?: {
|
|
1885
|
-
file_id: string;
|
|
1886
|
-
file_unique_id: string;
|
|
1887
|
-
width: number;
|
|
1888
|
-
height: number;
|
|
1889
|
-
file_size?: number | undefined;
|
|
1890
|
-
}[] | undefined;
|
|
1891
1884
|
document?: {
|
|
1892
1885
|
file_id: string;
|
|
1893
1886
|
file_unique_id: string;
|
|
@@ -1895,6 +1888,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1895
1888
|
file_size?: number | undefined;
|
|
1896
1889
|
file_name?: string | undefined;
|
|
1897
1890
|
} | undefined;
|
|
1891
|
+
photo?: {
|
|
1892
|
+
width: number;
|
|
1893
|
+
height: number;
|
|
1894
|
+
file_id: string;
|
|
1895
|
+
file_unique_id: string;
|
|
1896
|
+
file_size?: number | undefined;
|
|
1897
|
+
}[] | undefined;
|
|
1898
1898
|
from?: {
|
|
1899
1899
|
id: number;
|
|
1900
1900
|
first_name: string;
|
|
@@ -1910,13 +1910,13 @@ 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
1913
|
success: boolean;
|
|
1914
|
+
error: string;
|
|
1915
1915
|
operation: "delete_message";
|
|
1916
1916
|
ok: boolean;
|
|
1917
1917
|
}, {
|
|
1918
|
-
error: string;
|
|
1919
1918
|
success: boolean;
|
|
1919
|
+
error: string;
|
|
1920
1920
|
operation: "delete_message";
|
|
1921
1921
|
ok: boolean;
|
|
1922
1922
|
}>, z.ZodObject<{
|
|
@@ -1947,8 +1947,8 @@ 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
1950
|
success: boolean;
|
|
1951
|
+
error: string;
|
|
1952
1952
|
operation: "get_me";
|
|
1953
1953
|
ok: boolean;
|
|
1954
1954
|
user?: {
|
|
@@ -1960,8 +1960,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1960
1960
|
language_code?: string | undefined;
|
|
1961
1961
|
} | undefined;
|
|
1962
1962
|
}, {
|
|
1963
|
-
error: string;
|
|
1964
1963
|
success: boolean;
|
|
1964
|
+
error: string;
|
|
1965
1965
|
operation: "get_me";
|
|
1966
1966
|
ok: boolean;
|
|
1967
1967
|
user?: {
|
|
@@ -1985,7 +1985,7 @@ 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: "
|
|
1988
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1989
1989
|
id: number;
|
|
1990
1990
|
description?: string | undefined;
|
|
1991
1991
|
title?: string | undefined;
|
|
@@ -1994,7 +1994,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
1994
1994
|
last_name?: string | undefined;
|
|
1995
1995
|
invite_link?: string | undefined;
|
|
1996
1996
|
}, {
|
|
1997
|
-
type: "
|
|
1997
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
1998
1998
|
id: number;
|
|
1999
1999
|
description?: string | undefined;
|
|
2000
2000
|
title?: string | undefined;
|
|
@@ -2006,12 +2006,12 @@ 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
2009
|
success: boolean;
|
|
2010
|
+
error: string;
|
|
2011
2011
|
operation: "get_chat";
|
|
2012
2012
|
ok: boolean;
|
|
2013
2013
|
chat?: {
|
|
2014
|
-
type: "
|
|
2014
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2015
2015
|
id: number;
|
|
2016
2016
|
description?: string | undefined;
|
|
2017
2017
|
title?: string | undefined;
|
|
@@ -2021,12 +2021,12 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2021
2021
|
invite_link?: string | undefined;
|
|
2022
2022
|
} | undefined;
|
|
2023
2023
|
}, {
|
|
2024
|
-
error: string;
|
|
2025
2024
|
success: boolean;
|
|
2025
|
+
error: string;
|
|
2026
2026
|
operation: "get_chat";
|
|
2027
2027
|
ok: boolean;
|
|
2028
2028
|
chat?: {
|
|
2029
|
-
type: "
|
|
2029
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2030
2030
|
id: number;
|
|
2031
2031
|
description?: string | undefined;
|
|
2032
2032
|
title?: string | undefined;
|
|
@@ -2073,14 +2073,14 @@ 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: "
|
|
2076
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2077
2077
|
id: number;
|
|
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: "
|
|
2083
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2084
2084
|
id: number;
|
|
2085
2085
|
title?: string | undefined;
|
|
2086
2086
|
username?: string | undefined;
|
|
@@ -2095,16 +2095,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2095
2095
|
height: z.ZodNumber;
|
|
2096
2096
|
file_size: z.ZodOptional<z.ZodNumber>;
|
|
2097
2097
|
}, "strip", z.ZodTypeAny, {
|
|
2098
|
-
file_id: string;
|
|
2099
|
-
file_unique_id: string;
|
|
2100
2098
|
width: number;
|
|
2101
2099
|
height: number;
|
|
2102
|
-
file_size?: number | undefined;
|
|
2103
|
-
}, {
|
|
2104
2100
|
file_id: string;
|
|
2105
2101
|
file_unique_id: string;
|
|
2102
|
+
file_size?: number | undefined;
|
|
2103
|
+
}, {
|
|
2106
2104
|
width: number;
|
|
2107
2105
|
height: number;
|
|
2106
|
+
file_id: string;
|
|
2107
|
+
file_unique_id: string;
|
|
2108
2108
|
file_size?: number | undefined;
|
|
2109
2109
|
}>, "many">>;
|
|
2110
2110
|
document: z.ZodOptional<z.ZodObject<{
|
|
@@ -2130,7 +2130,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2130
2130
|
date: number;
|
|
2131
2131
|
message_id: number;
|
|
2132
2132
|
chat: {
|
|
2133
|
-
type: "
|
|
2133
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2134
2134
|
id: number;
|
|
2135
2135
|
title?: string | undefined;
|
|
2136
2136
|
username?: string | undefined;
|
|
@@ -2138,13 +2138,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2138
2138
|
last_name?: string | undefined;
|
|
2139
2139
|
};
|
|
2140
2140
|
text?: string | undefined;
|
|
2141
|
-
photo?: {
|
|
2142
|
-
file_id: string;
|
|
2143
|
-
file_unique_id: string;
|
|
2144
|
-
width: number;
|
|
2145
|
-
height: number;
|
|
2146
|
-
file_size?: number | undefined;
|
|
2147
|
-
}[] | undefined;
|
|
2148
2141
|
document?: {
|
|
2149
2142
|
file_id: string;
|
|
2150
2143
|
file_unique_id: string;
|
|
@@ -2152,6 +2145,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2152
2145
|
file_size?: number | undefined;
|
|
2153
2146
|
file_name?: string | undefined;
|
|
2154
2147
|
} | undefined;
|
|
2148
|
+
photo?: {
|
|
2149
|
+
width: number;
|
|
2150
|
+
height: number;
|
|
2151
|
+
file_id: string;
|
|
2152
|
+
file_unique_id: string;
|
|
2153
|
+
file_size?: number | undefined;
|
|
2154
|
+
}[] | undefined;
|
|
2155
2155
|
from?: {
|
|
2156
2156
|
id: number;
|
|
2157
2157
|
first_name: string;
|
|
@@ -2164,7 +2164,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2164
2164
|
date: number;
|
|
2165
2165
|
message_id: number;
|
|
2166
2166
|
chat: {
|
|
2167
|
-
type: "
|
|
2167
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2168
2168
|
id: number;
|
|
2169
2169
|
title?: string | undefined;
|
|
2170
2170
|
username?: string | undefined;
|
|
@@ -2172,13 +2172,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2172
2172
|
last_name?: string | undefined;
|
|
2173
2173
|
};
|
|
2174
2174
|
text?: string | undefined;
|
|
2175
|
-
photo?: {
|
|
2176
|
-
file_id: string;
|
|
2177
|
-
file_unique_id: string;
|
|
2178
|
-
width: number;
|
|
2179
|
-
height: number;
|
|
2180
|
-
file_size?: number | undefined;
|
|
2181
|
-
}[] | undefined;
|
|
2182
2175
|
document?: {
|
|
2183
2176
|
file_id: string;
|
|
2184
2177
|
file_unique_id: string;
|
|
@@ -2186,6 +2179,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2186
2179
|
file_size?: number | undefined;
|
|
2187
2180
|
file_name?: string | undefined;
|
|
2188
2181
|
} | undefined;
|
|
2182
|
+
photo?: {
|
|
2183
|
+
width: number;
|
|
2184
|
+
height: number;
|
|
2185
|
+
file_id: string;
|
|
2186
|
+
file_unique_id: string;
|
|
2187
|
+
file_size?: number | undefined;
|
|
2188
|
+
}[] | undefined;
|
|
2189
2189
|
from?: {
|
|
2190
2190
|
id: number;
|
|
2191
2191
|
first_name: string;
|
|
@@ -2228,14 +2228,14 @@ 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: "
|
|
2231
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2232
2232
|
id: number;
|
|
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: "
|
|
2238
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2239
2239
|
id: number;
|
|
2240
2240
|
title?: string | undefined;
|
|
2241
2241
|
username?: string | undefined;
|
|
@@ -2250,16 +2250,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2250
2250
|
height: z.ZodNumber;
|
|
2251
2251
|
file_size: z.ZodOptional<z.ZodNumber>;
|
|
2252
2252
|
}, "strip", z.ZodTypeAny, {
|
|
2253
|
-
file_id: string;
|
|
2254
|
-
file_unique_id: string;
|
|
2255
2253
|
width: number;
|
|
2256
2254
|
height: number;
|
|
2257
|
-
file_size?: number | undefined;
|
|
2258
|
-
}, {
|
|
2259
2255
|
file_id: string;
|
|
2260
2256
|
file_unique_id: string;
|
|
2257
|
+
file_size?: number | undefined;
|
|
2258
|
+
}, {
|
|
2261
2259
|
width: number;
|
|
2262
2260
|
height: number;
|
|
2261
|
+
file_id: string;
|
|
2262
|
+
file_unique_id: string;
|
|
2263
2263
|
file_size?: number | undefined;
|
|
2264
2264
|
}>, "many">>;
|
|
2265
2265
|
document: z.ZodOptional<z.ZodObject<{
|
|
@@ -2285,7 +2285,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2285
2285
|
date: number;
|
|
2286
2286
|
message_id: number;
|
|
2287
2287
|
chat: {
|
|
2288
|
-
type: "
|
|
2288
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2289
2289
|
id: number;
|
|
2290
2290
|
title?: string | undefined;
|
|
2291
2291
|
username?: string | undefined;
|
|
@@ -2293,13 +2293,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2293
2293
|
last_name?: string | undefined;
|
|
2294
2294
|
};
|
|
2295
2295
|
text?: string | undefined;
|
|
2296
|
-
photo?: {
|
|
2297
|
-
file_id: string;
|
|
2298
|
-
file_unique_id: string;
|
|
2299
|
-
width: number;
|
|
2300
|
-
height: number;
|
|
2301
|
-
file_size?: number | undefined;
|
|
2302
|
-
}[] | undefined;
|
|
2303
2296
|
document?: {
|
|
2304
2297
|
file_id: string;
|
|
2305
2298
|
file_unique_id: string;
|
|
@@ -2307,6 +2300,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2307
2300
|
file_size?: number | undefined;
|
|
2308
2301
|
file_name?: string | undefined;
|
|
2309
2302
|
} | undefined;
|
|
2303
|
+
photo?: {
|
|
2304
|
+
width: number;
|
|
2305
|
+
height: number;
|
|
2306
|
+
file_id: string;
|
|
2307
|
+
file_unique_id: string;
|
|
2308
|
+
file_size?: number | undefined;
|
|
2309
|
+
}[] | undefined;
|
|
2310
2310
|
from?: {
|
|
2311
2311
|
id: number;
|
|
2312
2312
|
first_name: string;
|
|
@@ -2319,7 +2319,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2319
2319
|
date: number;
|
|
2320
2320
|
message_id: number;
|
|
2321
2321
|
chat: {
|
|
2322
|
-
type: "
|
|
2322
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2323
2323
|
id: number;
|
|
2324
2324
|
title?: string | undefined;
|
|
2325
2325
|
username?: string | undefined;
|
|
@@ -2327,13 +2327,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2327
2327
|
last_name?: string | undefined;
|
|
2328
2328
|
};
|
|
2329
2329
|
text?: string | undefined;
|
|
2330
|
-
photo?: {
|
|
2331
|
-
file_id: string;
|
|
2332
|
-
file_unique_id: string;
|
|
2333
|
-
width: number;
|
|
2334
|
-
height: number;
|
|
2335
|
-
file_size?: number | undefined;
|
|
2336
|
-
}[] | undefined;
|
|
2337
2330
|
document?: {
|
|
2338
2331
|
file_id: string;
|
|
2339
2332
|
file_unique_id: string;
|
|
@@ -2341,6 +2334,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2341
2334
|
file_size?: number | undefined;
|
|
2342
2335
|
file_name?: string | undefined;
|
|
2343
2336
|
} | undefined;
|
|
2337
|
+
photo?: {
|
|
2338
|
+
width: number;
|
|
2339
|
+
height: number;
|
|
2340
|
+
file_id: string;
|
|
2341
|
+
file_unique_id: string;
|
|
2342
|
+
file_size?: number | undefined;
|
|
2343
|
+
}[] | undefined;
|
|
2344
2344
|
from?: {
|
|
2345
2345
|
id: number;
|
|
2346
2346
|
first_name: string;
|
|
@@ -2383,14 +2383,14 @@ 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: "
|
|
2386
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2387
2387
|
id: number;
|
|
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: "
|
|
2393
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2394
2394
|
id: number;
|
|
2395
2395
|
title?: string | undefined;
|
|
2396
2396
|
username?: string | undefined;
|
|
@@ -2405,16 +2405,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2405
2405
|
height: z.ZodNumber;
|
|
2406
2406
|
file_size: z.ZodOptional<z.ZodNumber>;
|
|
2407
2407
|
}, "strip", z.ZodTypeAny, {
|
|
2408
|
-
file_id: string;
|
|
2409
|
-
file_unique_id: string;
|
|
2410
2408
|
width: number;
|
|
2411
2409
|
height: number;
|
|
2412
|
-
file_size?: number | undefined;
|
|
2413
|
-
}, {
|
|
2414
2410
|
file_id: string;
|
|
2415
2411
|
file_unique_id: string;
|
|
2412
|
+
file_size?: number | undefined;
|
|
2413
|
+
}, {
|
|
2416
2414
|
width: number;
|
|
2417
2415
|
height: number;
|
|
2416
|
+
file_id: string;
|
|
2417
|
+
file_unique_id: string;
|
|
2418
2418
|
file_size?: number | undefined;
|
|
2419
2419
|
}>, "many">>;
|
|
2420
2420
|
document: z.ZodOptional<z.ZodObject<{
|
|
@@ -2440,7 +2440,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2440
2440
|
date: number;
|
|
2441
2441
|
message_id: number;
|
|
2442
2442
|
chat: {
|
|
2443
|
-
type: "
|
|
2443
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2444
2444
|
id: number;
|
|
2445
2445
|
title?: string | undefined;
|
|
2446
2446
|
username?: string | undefined;
|
|
@@ -2448,13 +2448,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2448
2448
|
last_name?: string | undefined;
|
|
2449
2449
|
};
|
|
2450
2450
|
text?: string | undefined;
|
|
2451
|
-
photo?: {
|
|
2452
|
-
file_id: string;
|
|
2453
|
-
file_unique_id: string;
|
|
2454
|
-
width: number;
|
|
2455
|
-
height: number;
|
|
2456
|
-
file_size?: number | undefined;
|
|
2457
|
-
}[] | undefined;
|
|
2458
2451
|
document?: {
|
|
2459
2452
|
file_id: string;
|
|
2460
2453
|
file_unique_id: string;
|
|
@@ -2462,6 +2455,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2462
2455
|
file_size?: number | undefined;
|
|
2463
2456
|
file_name?: string | undefined;
|
|
2464
2457
|
} | undefined;
|
|
2458
|
+
photo?: {
|
|
2459
|
+
width: number;
|
|
2460
|
+
height: number;
|
|
2461
|
+
file_id: string;
|
|
2462
|
+
file_unique_id: string;
|
|
2463
|
+
file_size?: number | undefined;
|
|
2464
|
+
}[] | undefined;
|
|
2465
2465
|
from?: {
|
|
2466
2466
|
id: number;
|
|
2467
2467
|
first_name: string;
|
|
@@ -2474,7 +2474,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2474
2474
|
date: number;
|
|
2475
2475
|
message_id: number;
|
|
2476
2476
|
chat: {
|
|
2477
|
-
type: "
|
|
2477
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2478
2478
|
id: number;
|
|
2479
2479
|
title?: string | undefined;
|
|
2480
2480
|
username?: string | undefined;
|
|
@@ -2482,13 +2482,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2482
2482
|
last_name?: string | undefined;
|
|
2483
2483
|
};
|
|
2484
2484
|
text?: string | undefined;
|
|
2485
|
-
photo?: {
|
|
2486
|
-
file_id: string;
|
|
2487
|
-
file_unique_id: string;
|
|
2488
|
-
width: number;
|
|
2489
|
-
height: number;
|
|
2490
|
-
file_size?: number | undefined;
|
|
2491
|
-
}[] | undefined;
|
|
2492
2485
|
document?: {
|
|
2493
2486
|
file_id: string;
|
|
2494
2487
|
file_unique_id: string;
|
|
@@ -2496,6 +2489,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2496
2489
|
file_size?: number | undefined;
|
|
2497
2490
|
file_name?: string | undefined;
|
|
2498
2491
|
} | undefined;
|
|
2492
|
+
photo?: {
|
|
2493
|
+
width: number;
|
|
2494
|
+
height: number;
|
|
2495
|
+
file_id: string;
|
|
2496
|
+
file_unique_id: string;
|
|
2497
|
+
file_size?: number | undefined;
|
|
2498
|
+
}[] | undefined;
|
|
2499
2499
|
from?: {
|
|
2500
2500
|
id: number;
|
|
2501
2501
|
first_name: string;
|
|
@@ -2538,14 +2538,14 @@ 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: "
|
|
2541
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2542
2542
|
id: number;
|
|
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: "
|
|
2548
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2549
2549
|
id: number;
|
|
2550
2550
|
title?: string | undefined;
|
|
2551
2551
|
username?: string | undefined;
|
|
@@ -2560,16 +2560,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2560
2560
|
height: z.ZodNumber;
|
|
2561
2561
|
file_size: z.ZodOptional<z.ZodNumber>;
|
|
2562
2562
|
}, "strip", z.ZodTypeAny, {
|
|
2563
|
-
file_id: string;
|
|
2564
|
-
file_unique_id: string;
|
|
2565
2563
|
width: number;
|
|
2566
2564
|
height: number;
|
|
2567
|
-
file_size?: number | undefined;
|
|
2568
|
-
}, {
|
|
2569
2565
|
file_id: string;
|
|
2570
2566
|
file_unique_id: string;
|
|
2567
|
+
file_size?: number | undefined;
|
|
2568
|
+
}, {
|
|
2571
2569
|
width: number;
|
|
2572
2570
|
height: number;
|
|
2571
|
+
file_id: string;
|
|
2572
|
+
file_unique_id: string;
|
|
2573
2573
|
file_size?: number | undefined;
|
|
2574
2574
|
}>, "many">>;
|
|
2575
2575
|
document: z.ZodOptional<z.ZodObject<{
|
|
@@ -2595,7 +2595,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2595
2595
|
date: number;
|
|
2596
2596
|
message_id: number;
|
|
2597
2597
|
chat: {
|
|
2598
|
-
type: "
|
|
2598
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2599
2599
|
id: number;
|
|
2600
2600
|
title?: string | undefined;
|
|
2601
2601
|
username?: string | undefined;
|
|
@@ -2603,13 +2603,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2603
2603
|
last_name?: string | undefined;
|
|
2604
2604
|
};
|
|
2605
2605
|
text?: string | undefined;
|
|
2606
|
-
photo?: {
|
|
2607
|
-
file_id: string;
|
|
2608
|
-
file_unique_id: string;
|
|
2609
|
-
width: number;
|
|
2610
|
-
height: number;
|
|
2611
|
-
file_size?: number | undefined;
|
|
2612
|
-
}[] | undefined;
|
|
2613
2606
|
document?: {
|
|
2614
2607
|
file_id: string;
|
|
2615
2608
|
file_unique_id: string;
|
|
@@ -2617,6 +2610,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2617
2610
|
file_size?: number | undefined;
|
|
2618
2611
|
file_name?: string | undefined;
|
|
2619
2612
|
} | undefined;
|
|
2613
|
+
photo?: {
|
|
2614
|
+
width: number;
|
|
2615
|
+
height: number;
|
|
2616
|
+
file_id: string;
|
|
2617
|
+
file_unique_id: string;
|
|
2618
|
+
file_size?: number | undefined;
|
|
2619
|
+
}[] | undefined;
|
|
2620
2620
|
from?: {
|
|
2621
2621
|
id: number;
|
|
2622
2622
|
first_name: string;
|
|
@@ -2629,7 +2629,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2629
2629
|
date: number;
|
|
2630
2630
|
message_id: number;
|
|
2631
2631
|
chat: {
|
|
2632
|
-
type: "
|
|
2632
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2633
2633
|
id: number;
|
|
2634
2634
|
title?: string | undefined;
|
|
2635
2635
|
username?: string | undefined;
|
|
@@ -2637,13 +2637,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2637
2637
|
last_name?: string | undefined;
|
|
2638
2638
|
};
|
|
2639
2639
|
text?: string | undefined;
|
|
2640
|
-
photo?: {
|
|
2641
|
-
file_id: string;
|
|
2642
|
-
file_unique_id: string;
|
|
2643
|
-
width: number;
|
|
2644
|
-
height: number;
|
|
2645
|
-
file_size?: number | undefined;
|
|
2646
|
-
}[] | undefined;
|
|
2647
2640
|
document?: {
|
|
2648
2641
|
file_id: string;
|
|
2649
2642
|
file_unique_id: string;
|
|
@@ -2651,6 +2644,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2651
2644
|
file_size?: number | undefined;
|
|
2652
2645
|
file_name?: string | undefined;
|
|
2653
2646
|
} | undefined;
|
|
2647
|
+
photo?: {
|
|
2648
|
+
width: number;
|
|
2649
|
+
height: number;
|
|
2650
|
+
file_id: string;
|
|
2651
|
+
file_unique_id: string;
|
|
2652
|
+
file_size?: number | undefined;
|
|
2653
|
+
}[] | undefined;
|
|
2654
2654
|
from?: {
|
|
2655
2655
|
id: number;
|
|
2656
2656
|
first_name: string;
|
|
@@ -2717,14 +2717,14 @@ 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: "
|
|
2720
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2721
2721
|
id: number;
|
|
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: "
|
|
2727
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2728
2728
|
id: number;
|
|
2729
2729
|
title?: string | undefined;
|
|
2730
2730
|
username?: string | undefined;
|
|
@@ -2739,16 +2739,16 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2739
2739
|
height: z.ZodNumber;
|
|
2740
2740
|
file_size: z.ZodOptional<z.ZodNumber>;
|
|
2741
2741
|
}, "strip", z.ZodTypeAny, {
|
|
2742
|
-
file_id: string;
|
|
2743
|
-
file_unique_id: string;
|
|
2744
2742
|
width: number;
|
|
2745
2743
|
height: number;
|
|
2746
|
-
file_size?: number | undefined;
|
|
2747
|
-
}, {
|
|
2748
2744
|
file_id: string;
|
|
2749
2745
|
file_unique_id: string;
|
|
2746
|
+
file_size?: number | undefined;
|
|
2747
|
+
}, {
|
|
2750
2748
|
width: number;
|
|
2751
2749
|
height: number;
|
|
2750
|
+
file_id: string;
|
|
2751
|
+
file_unique_id: string;
|
|
2752
2752
|
file_size?: number | undefined;
|
|
2753
2753
|
}>, "many">>;
|
|
2754
2754
|
document: z.ZodOptional<z.ZodObject<{
|
|
@@ -2774,7 +2774,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2774
2774
|
date: number;
|
|
2775
2775
|
message_id: number;
|
|
2776
2776
|
chat: {
|
|
2777
|
-
type: "
|
|
2777
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2778
2778
|
id: number;
|
|
2779
2779
|
title?: string | undefined;
|
|
2780
2780
|
username?: string | undefined;
|
|
@@ -2782,13 +2782,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2782
2782
|
last_name?: string | undefined;
|
|
2783
2783
|
};
|
|
2784
2784
|
text?: string | undefined;
|
|
2785
|
-
photo?: {
|
|
2786
|
-
file_id: string;
|
|
2787
|
-
file_unique_id: string;
|
|
2788
|
-
width: number;
|
|
2789
|
-
height: number;
|
|
2790
|
-
file_size?: number | undefined;
|
|
2791
|
-
}[] | undefined;
|
|
2792
2785
|
document?: {
|
|
2793
2786
|
file_id: string;
|
|
2794
2787
|
file_unique_id: string;
|
|
@@ -2796,6 +2789,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2796
2789
|
file_size?: number | undefined;
|
|
2797
2790
|
file_name?: string | undefined;
|
|
2798
2791
|
} | undefined;
|
|
2792
|
+
photo?: {
|
|
2793
|
+
width: number;
|
|
2794
|
+
height: number;
|
|
2795
|
+
file_id: string;
|
|
2796
|
+
file_unique_id: string;
|
|
2797
|
+
file_size?: number | undefined;
|
|
2798
|
+
}[] | undefined;
|
|
2799
2799
|
from?: {
|
|
2800
2800
|
id: number;
|
|
2801
2801
|
first_name: string;
|
|
@@ -2808,7 +2808,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2808
2808
|
date: number;
|
|
2809
2809
|
message_id: number;
|
|
2810
2810
|
chat: {
|
|
2811
|
-
type: "
|
|
2811
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2812
2812
|
id: number;
|
|
2813
2813
|
title?: string | undefined;
|
|
2814
2814
|
username?: string | undefined;
|
|
@@ -2816,13 +2816,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2816
2816
|
last_name?: string | undefined;
|
|
2817
2817
|
};
|
|
2818
2818
|
text?: string | undefined;
|
|
2819
|
-
photo?: {
|
|
2820
|
-
file_id: string;
|
|
2821
|
-
file_unique_id: string;
|
|
2822
|
-
width: number;
|
|
2823
|
-
height: number;
|
|
2824
|
-
file_size?: number | undefined;
|
|
2825
|
-
}[] | undefined;
|
|
2826
2819
|
document?: {
|
|
2827
2820
|
file_id: string;
|
|
2828
2821
|
file_unique_id: string;
|
|
@@ -2830,6 +2823,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2830
2823
|
file_size?: number | undefined;
|
|
2831
2824
|
file_name?: string | undefined;
|
|
2832
2825
|
} | undefined;
|
|
2826
|
+
photo?: {
|
|
2827
|
+
width: number;
|
|
2828
|
+
height: number;
|
|
2829
|
+
file_id: string;
|
|
2830
|
+
file_unique_id: string;
|
|
2831
|
+
file_size?: number | undefined;
|
|
2832
|
+
}[] | undefined;
|
|
2833
2833
|
from?: {
|
|
2834
2834
|
id: number;
|
|
2835
2835
|
first_name: string;
|
|
@@ -2858,7 +2858,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2858
2858
|
date: number;
|
|
2859
2859
|
message_id: number;
|
|
2860
2860
|
chat: {
|
|
2861
|
-
type: "
|
|
2861
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2862
2862
|
id: number;
|
|
2863
2863
|
title?: string | undefined;
|
|
2864
2864
|
username?: string | undefined;
|
|
@@ -2866,20 +2866,20 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2866
2866
|
last_name?: string | undefined;
|
|
2867
2867
|
};
|
|
2868
2868
|
text?: string | undefined;
|
|
2869
|
-
|
|
2869
|
+
document?: {
|
|
2870
2870
|
file_id: string;
|
|
2871
2871
|
file_unique_id: string;
|
|
2872
|
-
|
|
2873
|
-
height: number;
|
|
2872
|
+
mime_type?: string | undefined;
|
|
2874
2873
|
file_size?: number | undefined;
|
|
2875
|
-
|
|
2876
|
-
|
|
2874
|
+
file_name?: string | undefined;
|
|
2875
|
+
} | undefined;
|
|
2876
|
+
photo?: {
|
|
2877
|
+
width: number;
|
|
2878
|
+
height: number;
|
|
2877
2879
|
file_id: string;
|
|
2878
2880
|
file_unique_id: string;
|
|
2879
|
-
mime_type?: string | undefined;
|
|
2880
2881
|
file_size?: number | undefined;
|
|
2881
|
-
|
|
2882
|
-
} | undefined;
|
|
2882
|
+
}[] | undefined;
|
|
2883
2883
|
from?: {
|
|
2884
2884
|
id: number;
|
|
2885
2885
|
first_name: string;
|
|
@@ -2907,7 +2907,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2907
2907
|
date: number;
|
|
2908
2908
|
message_id: number;
|
|
2909
2909
|
chat: {
|
|
2910
|
-
type: "
|
|
2910
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2911
2911
|
id: number;
|
|
2912
2912
|
title?: string | undefined;
|
|
2913
2913
|
username?: string | undefined;
|
|
@@ -2915,13 +2915,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2915
2915
|
last_name?: string | undefined;
|
|
2916
2916
|
};
|
|
2917
2917
|
text?: string | undefined;
|
|
2918
|
-
photo?: {
|
|
2919
|
-
file_id: string;
|
|
2920
|
-
file_unique_id: string;
|
|
2921
|
-
width: number;
|
|
2922
|
-
height: number;
|
|
2923
|
-
file_size?: number | undefined;
|
|
2924
|
-
}[] | undefined;
|
|
2925
2918
|
document?: {
|
|
2926
2919
|
file_id: string;
|
|
2927
2920
|
file_unique_id: string;
|
|
@@ -2929,6 +2922,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2929
2922
|
file_size?: number | undefined;
|
|
2930
2923
|
file_name?: string | undefined;
|
|
2931
2924
|
} | undefined;
|
|
2925
|
+
photo?: {
|
|
2926
|
+
width: number;
|
|
2927
|
+
height: number;
|
|
2928
|
+
file_id: string;
|
|
2929
|
+
file_unique_id: string;
|
|
2930
|
+
file_size?: number | undefined;
|
|
2931
|
+
}[] | undefined;
|
|
2932
2932
|
from?: {
|
|
2933
2933
|
id: number;
|
|
2934
2934
|
first_name: string;
|
|
@@ -2948,7 +2948,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2948
2948
|
date: number;
|
|
2949
2949
|
message_id: number;
|
|
2950
2950
|
chat: {
|
|
2951
|
-
type: "
|
|
2951
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2952
2952
|
id: number;
|
|
2953
2953
|
title?: string | undefined;
|
|
2954
2954
|
username?: string | undefined;
|
|
@@ -2956,13 +2956,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2956
2956
|
last_name?: string | undefined;
|
|
2957
2957
|
};
|
|
2958
2958
|
text?: string | undefined;
|
|
2959
|
-
photo?: {
|
|
2960
|
-
file_id: string;
|
|
2961
|
-
file_unique_id: string;
|
|
2962
|
-
width: number;
|
|
2963
|
-
height: number;
|
|
2964
|
-
file_size?: number | undefined;
|
|
2965
|
-
}[] | undefined;
|
|
2966
2959
|
document?: {
|
|
2967
2960
|
file_id: string;
|
|
2968
2961
|
file_unique_id: string;
|
|
@@ -2970,6 +2963,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2970
2963
|
file_size?: number | undefined;
|
|
2971
2964
|
file_name?: string | undefined;
|
|
2972
2965
|
} | undefined;
|
|
2966
|
+
photo?: {
|
|
2967
|
+
width: number;
|
|
2968
|
+
height: number;
|
|
2969
|
+
file_id: string;
|
|
2970
|
+
file_unique_id: string;
|
|
2971
|
+
file_size?: number | undefined;
|
|
2972
|
+
}[] | undefined;
|
|
2973
2973
|
from?: {
|
|
2974
2974
|
id: number;
|
|
2975
2975
|
first_name: string;
|
|
@@ -2983,7 +2983,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2983
2983
|
date: number;
|
|
2984
2984
|
message_id: number;
|
|
2985
2985
|
chat: {
|
|
2986
|
-
type: "
|
|
2986
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
2987
2987
|
id: number;
|
|
2988
2988
|
title?: string | undefined;
|
|
2989
2989
|
username?: string | undefined;
|
|
@@ -2991,13 +2991,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
2991
2991
|
last_name?: string | undefined;
|
|
2992
2992
|
};
|
|
2993
2993
|
text?: string | undefined;
|
|
2994
|
-
photo?: {
|
|
2995
|
-
file_id: string;
|
|
2996
|
-
file_unique_id: string;
|
|
2997
|
-
width: number;
|
|
2998
|
-
height: number;
|
|
2999
|
-
file_size?: number | undefined;
|
|
3000
|
-
}[] | undefined;
|
|
3001
2994
|
document?: {
|
|
3002
2995
|
file_id: string;
|
|
3003
2996
|
file_unique_id: string;
|
|
@@ -3005,6 +2998,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3005
2998
|
file_size?: number | undefined;
|
|
3006
2999
|
file_name?: string | undefined;
|
|
3007
3000
|
} | undefined;
|
|
3001
|
+
photo?: {
|
|
3002
|
+
width: number;
|
|
3003
|
+
height: number;
|
|
3004
|
+
file_id: string;
|
|
3005
|
+
file_unique_id: string;
|
|
3006
|
+
file_size?: number | undefined;
|
|
3007
|
+
}[] | undefined;
|
|
3008
3008
|
from?: {
|
|
3009
3009
|
id: number;
|
|
3010
3010
|
first_name: string;
|
|
@@ -3018,7 +3018,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3018
3018
|
date: number;
|
|
3019
3019
|
message_id: number;
|
|
3020
3020
|
chat: {
|
|
3021
|
-
type: "
|
|
3021
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
3022
3022
|
id: number;
|
|
3023
3023
|
title?: string | undefined;
|
|
3024
3024
|
username?: string | undefined;
|
|
@@ -3026,13 +3026,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3026
3026
|
last_name?: string | undefined;
|
|
3027
3027
|
};
|
|
3028
3028
|
text?: string | undefined;
|
|
3029
|
-
photo?: {
|
|
3030
|
-
file_id: string;
|
|
3031
|
-
file_unique_id: string;
|
|
3032
|
-
width: number;
|
|
3033
|
-
height: number;
|
|
3034
|
-
file_size?: number | undefined;
|
|
3035
|
-
}[] | undefined;
|
|
3036
3029
|
document?: {
|
|
3037
3030
|
file_id: string;
|
|
3038
3031
|
file_unique_id: string;
|
|
@@ -3040,6 +3033,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3040
3033
|
file_size?: number | undefined;
|
|
3041
3034
|
file_name?: string | undefined;
|
|
3042
3035
|
} | undefined;
|
|
3036
|
+
photo?: {
|
|
3037
|
+
width: number;
|
|
3038
|
+
height: number;
|
|
3039
|
+
file_id: string;
|
|
3040
|
+
file_unique_id: string;
|
|
3041
|
+
file_size?: number | undefined;
|
|
3042
|
+
}[] | undefined;
|
|
3043
3043
|
from?: {
|
|
3044
3044
|
id: number;
|
|
3045
3045
|
first_name: string;
|
|
@@ -3053,7 +3053,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3053
3053
|
date: number;
|
|
3054
3054
|
message_id: number;
|
|
3055
3055
|
chat: {
|
|
3056
|
-
type: "
|
|
3056
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
3057
3057
|
id: number;
|
|
3058
3058
|
title?: string | undefined;
|
|
3059
3059
|
username?: string | undefined;
|
|
@@ -3061,13 +3061,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3061
3061
|
last_name?: string | undefined;
|
|
3062
3062
|
};
|
|
3063
3063
|
text?: string | undefined;
|
|
3064
|
-
photo?: {
|
|
3065
|
-
file_id: string;
|
|
3066
|
-
file_unique_id: string;
|
|
3067
|
-
width: number;
|
|
3068
|
-
height: number;
|
|
3069
|
-
file_size?: number | undefined;
|
|
3070
|
-
}[] | undefined;
|
|
3071
3064
|
document?: {
|
|
3072
3065
|
file_id: string;
|
|
3073
3066
|
file_unique_id: string;
|
|
@@ -3075,6 +3068,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3075
3068
|
file_size?: number | undefined;
|
|
3076
3069
|
file_name?: string | undefined;
|
|
3077
3070
|
} | undefined;
|
|
3071
|
+
photo?: {
|
|
3072
|
+
width: number;
|
|
3073
|
+
height: number;
|
|
3074
|
+
file_id: string;
|
|
3075
|
+
file_unique_id: string;
|
|
3076
|
+
file_size?: number | undefined;
|
|
3077
|
+
}[] | undefined;
|
|
3078
3078
|
from?: {
|
|
3079
3079
|
id: number;
|
|
3080
3080
|
first_name: string;
|
|
@@ -3099,7 +3099,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3099
3099
|
date: number;
|
|
3100
3100
|
message_id: number;
|
|
3101
3101
|
chat: {
|
|
3102
|
-
type: "
|
|
3102
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
3103
3103
|
id: number;
|
|
3104
3104
|
title?: string | undefined;
|
|
3105
3105
|
username?: string | undefined;
|
|
@@ -3107,13 +3107,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3107
3107
|
last_name?: string | undefined;
|
|
3108
3108
|
};
|
|
3109
3109
|
text?: string | undefined;
|
|
3110
|
-
photo?: {
|
|
3111
|
-
file_id: string;
|
|
3112
|
-
file_unique_id: string;
|
|
3113
|
-
width: number;
|
|
3114
|
-
height: number;
|
|
3115
|
-
file_size?: number | undefined;
|
|
3116
|
-
}[] | undefined;
|
|
3117
3110
|
document?: {
|
|
3118
3111
|
file_id: string;
|
|
3119
3112
|
file_unique_id: string;
|
|
@@ -3121,6 +3114,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3121
3114
|
file_size?: number | undefined;
|
|
3122
3115
|
file_name?: string | undefined;
|
|
3123
3116
|
} | undefined;
|
|
3117
|
+
photo?: {
|
|
3118
|
+
width: number;
|
|
3119
|
+
height: number;
|
|
3120
|
+
file_id: string;
|
|
3121
|
+
file_unique_id: string;
|
|
3122
|
+
file_size?: number | undefined;
|
|
3123
|
+
}[] | undefined;
|
|
3124
3124
|
from?: {
|
|
3125
3125
|
id: number;
|
|
3126
3126
|
first_name: string;
|
|
@@ -3140,7 +3140,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3140
3140
|
date: number;
|
|
3141
3141
|
message_id: number;
|
|
3142
3142
|
chat: {
|
|
3143
|
-
type: "
|
|
3143
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
3144
3144
|
id: number;
|
|
3145
3145
|
title?: string | undefined;
|
|
3146
3146
|
username?: string | undefined;
|
|
@@ -3148,13 +3148,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3148
3148
|
last_name?: string | undefined;
|
|
3149
3149
|
};
|
|
3150
3150
|
text?: string | undefined;
|
|
3151
|
-
photo?: {
|
|
3152
|
-
file_id: string;
|
|
3153
|
-
file_unique_id: string;
|
|
3154
|
-
width: number;
|
|
3155
|
-
height: number;
|
|
3156
|
-
file_size?: number | undefined;
|
|
3157
|
-
}[] | undefined;
|
|
3158
3151
|
document?: {
|
|
3159
3152
|
file_id: string;
|
|
3160
3153
|
file_unique_id: string;
|
|
@@ -3162,6 +3155,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3162
3155
|
file_size?: number | undefined;
|
|
3163
3156
|
file_name?: string | undefined;
|
|
3164
3157
|
} | undefined;
|
|
3158
|
+
photo?: {
|
|
3159
|
+
width: number;
|
|
3160
|
+
height: number;
|
|
3161
|
+
file_id: string;
|
|
3162
|
+
file_unique_id: string;
|
|
3163
|
+
file_size?: number | undefined;
|
|
3164
|
+
}[] | undefined;
|
|
3165
3165
|
from?: {
|
|
3166
3166
|
id: number;
|
|
3167
3167
|
first_name: string;
|
|
@@ -3175,7 +3175,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3175
3175
|
date: number;
|
|
3176
3176
|
message_id: number;
|
|
3177
3177
|
chat: {
|
|
3178
|
-
type: "
|
|
3178
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
3179
3179
|
id: number;
|
|
3180
3180
|
title?: string | undefined;
|
|
3181
3181
|
username?: string | undefined;
|
|
@@ -3183,13 +3183,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3183
3183
|
last_name?: string | undefined;
|
|
3184
3184
|
};
|
|
3185
3185
|
text?: string | undefined;
|
|
3186
|
-
photo?: {
|
|
3187
|
-
file_id: string;
|
|
3188
|
-
file_unique_id: string;
|
|
3189
|
-
width: number;
|
|
3190
|
-
height: number;
|
|
3191
|
-
file_size?: number | undefined;
|
|
3192
|
-
}[] | undefined;
|
|
3193
3186
|
document?: {
|
|
3194
3187
|
file_id: string;
|
|
3195
3188
|
file_unique_id: string;
|
|
@@ -3197,6 +3190,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3197
3190
|
file_size?: number | undefined;
|
|
3198
3191
|
file_name?: string | undefined;
|
|
3199
3192
|
} | undefined;
|
|
3193
|
+
photo?: {
|
|
3194
|
+
width: number;
|
|
3195
|
+
height: number;
|
|
3196
|
+
file_id: string;
|
|
3197
|
+
file_unique_id: string;
|
|
3198
|
+
file_size?: number | undefined;
|
|
3199
|
+
}[] | undefined;
|
|
3200
3200
|
from?: {
|
|
3201
3201
|
id: number;
|
|
3202
3202
|
first_name: string;
|
|
@@ -3210,7 +3210,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3210
3210
|
date: number;
|
|
3211
3211
|
message_id: number;
|
|
3212
3212
|
chat: {
|
|
3213
|
-
type: "
|
|
3213
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
3214
3214
|
id: number;
|
|
3215
3215
|
title?: string | undefined;
|
|
3216
3216
|
username?: string | undefined;
|
|
@@ -3218,13 +3218,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3218
3218
|
last_name?: string | undefined;
|
|
3219
3219
|
};
|
|
3220
3220
|
text?: string | undefined;
|
|
3221
|
-
photo?: {
|
|
3222
|
-
file_id: string;
|
|
3223
|
-
file_unique_id: string;
|
|
3224
|
-
width: number;
|
|
3225
|
-
height: number;
|
|
3226
|
-
file_size?: number | undefined;
|
|
3227
|
-
}[] | undefined;
|
|
3228
3221
|
document?: {
|
|
3229
3222
|
file_id: string;
|
|
3230
3223
|
file_unique_id: string;
|
|
@@ -3232,6 +3225,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3232
3225
|
file_size?: number | undefined;
|
|
3233
3226
|
file_name?: string | undefined;
|
|
3234
3227
|
} | undefined;
|
|
3228
|
+
photo?: {
|
|
3229
|
+
width: number;
|
|
3230
|
+
height: number;
|
|
3231
|
+
file_id: string;
|
|
3232
|
+
file_unique_id: string;
|
|
3233
|
+
file_size?: number | undefined;
|
|
3234
|
+
}[] | undefined;
|
|
3235
3235
|
from?: {
|
|
3236
3236
|
id: number;
|
|
3237
3237
|
first_name: string;
|
|
@@ -3245,7 +3245,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3245
3245
|
date: number;
|
|
3246
3246
|
message_id: number;
|
|
3247
3247
|
chat: {
|
|
3248
|
-
type: "
|
|
3248
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
3249
3249
|
id: number;
|
|
3250
3250
|
title?: string | undefined;
|
|
3251
3251
|
username?: string | undefined;
|
|
@@ -3253,13 +3253,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3253
3253
|
last_name?: string | undefined;
|
|
3254
3254
|
};
|
|
3255
3255
|
text?: string | undefined;
|
|
3256
|
-
photo?: {
|
|
3257
|
-
file_id: string;
|
|
3258
|
-
file_unique_id: string;
|
|
3259
|
-
width: number;
|
|
3260
|
-
height: number;
|
|
3261
|
-
file_size?: number | undefined;
|
|
3262
|
-
}[] | undefined;
|
|
3263
3256
|
document?: {
|
|
3264
3257
|
file_id: string;
|
|
3265
3258
|
file_unique_id: string;
|
|
@@ -3267,6 +3260,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3267
3260
|
file_size?: number | undefined;
|
|
3268
3261
|
file_name?: string | undefined;
|
|
3269
3262
|
} | undefined;
|
|
3263
|
+
photo?: {
|
|
3264
|
+
width: number;
|
|
3265
|
+
height: number;
|
|
3266
|
+
file_id: string;
|
|
3267
|
+
file_unique_id: string;
|
|
3268
|
+
file_size?: number | undefined;
|
|
3269
|
+
}[] | undefined;
|
|
3270
3270
|
from?: {
|
|
3271
3271
|
id: number;
|
|
3272
3272
|
first_name: string;
|
|
@@ -3291,7 +3291,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3291
3291
|
date: number;
|
|
3292
3292
|
message_id: number;
|
|
3293
3293
|
chat: {
|
|
3294
|
-
type: "
|
|
3294
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
3295
3295
|
id: number;
|
|
3296
3296
|
title?: string | undefined;
|
|
3297
3297
|
username?: string | undefined;
|
|
@@ -3299,13 +3299,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3299
3299
|
last_name?: string | undefined;
|
|
3300
3300
|
};
|
|
3301
3301
|
text?: string | undefined;
|
|
3302
|
-
photo?: {
|
|
3303
|
-
file_id: string;
|
|
3304
|
-
file_unique_id: string;
|
|
3305
|
-
width: number;
|
|
3306
|
-
height: number;
|
|
3307
|
-
file_size?: number | undefined;
|
|
3308
|
-
}[] | undefined;
|
|
3309
3302
|
document?: {
|
|
3310
3303
|
file_id: string;
|
|
3311
3304
|
file_unique_id: string;
|
|
@@ -3313,6 +3306,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3313
3306
|
file_size?: number | undefined;
|
|
3314
3307
|
file_name?: string | undefined;
|
|
3315
3308
|
} | undefined;
|
|
3309
|
+
photo?: {
|
|
3310
|
+
width: number;
|
|
3311
|
+
height: number;
|
|
3312
|
+
file_id: string;
|
|
3313
|
+
file_unique_id: string;
|
|
3314
|
+
file_size?: number | undefined;
|
|
3315
|
+
}[] | undefined;
|
|
3316
3316
|
from?: {
|
|
3317
3317
|
id: number;
|
|
3318
3318
|
first_name: string;
|
|
@@ -3330,8 +3330,8 @@ 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
3333
|
success: boolean;
|
|
3334
|
+
error: string;
|
|
3335
3335
|
operation: "get_updates";
|
|
3336
3336
|
ok: boolean;
|
|
3337
3337
|
updates?: {
|
|
@@ -3340,7 +3340,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3340
3340
|
date: number;
|
|
3341
3341
|
message_id: number;
|
|
3342
3342
|
chat: {
|
|
3343
|
-
type: "
|
|
3343
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
3344
3344
|
id: number;
|
|
3345
3345
|
title?: string | undefined;
|
|
3346
3346
|
username?: string | undefined;
|
|
@@ -3348,13 +3348,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3348
3348
|
last_name?: string | undefined;
|
|
3349
3349
|
};
|
|
3350
3350
|
text?: string | undefined;
|
|
3351
|
-
photo?: {
|
|
3352
|
-
file_id: string;
|
|
3353
|
-
file_unique_id: string;
|
|
3354
|
-
width: number;
|
|
3355
|
-
height: number;
|
|
3356
|
-
file_size?: number | undefined;
|
|
3357
|
-
}[] | undefined;
|
|
3358
3351
|
document?: {
|
|
3359
3352
|
file_id: string;
|
|
3360
3353
|
file_unique_id: string;
|
|
@@ -3362,6 +3355,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3362
3355
|
file_size?: number | undefined;
|
|
3363
3356
|
file_name?: string | undefined;
|
|
3364
3357
|
} | undefined;
|
|
3358
|
+
photo?: {
|
|
3359
|
+
width: number;
|
|
3360
|
+
height: number;
|
|
3361
|
+
file_id: string;
|
|
3362
|
+
file_unique_id: string;
|
|
3363
|
+
file_size?: number | undefined;
|
|
3364
|
+
}[] | undefined;
|
|
3365
3365
|
from?: {
|
|
3366
3366
|
id: number;
|
|
3367
3367
|
first_name: string;
|
|
@@ -3375,7 +3375,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3375
3375
|
date: number;
|
|
3376
3376
|
message_id: number;
|
|
3377
3377
|
chat: {
|
|
3378
|
-
type: "
|
|
3378
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
3379
3379
|
id: number;
|
|
3380
3380
|
title?: string | undefined;
|
|
3381
3381
|
username?: string | undefined;
|
|
@@ -3383,13 +3383,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3383
3383
|
last_name?: string | undefined;
|
|
3384
3384
|
};
|
|
3385
3385
|
text?: string | undefined;
|
|
3386
|
-
photo?: {
|
|
3387
|
-
file_id: string;
|
|
3388
|
-
file_unique_id: string;
|
|
3389
|
-
width: number;
|
|
3390
|
-
height: number;
|
|
3391
|
-
file_size?: number | undefined;
|
|
3392
|
-
}[] | undefined;
|
|
3393
3386
|
document?: {
|
|
3394
3387
|
file_id: string;
|
|
3395
3388
|
file_unique_id: string;
|
|
@@ -3397,6 +3390,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3397
3390
|
file_size?: number | undefined;
|
|
3398
3391
|
file_name?: string | undefined;
|
|
3399
3392
|
} | undefined;
|
|
3393
|
+
photo?: {
|
|
3394
|
+
width: number;
|
|
3395
|
+
height: number;
|
|
3396
|
+
file_id: string;
|
|
3397
|
+
file_unique_id: string;
|
|
3398
|
+
file_size?: number | undefined;
|
|
3399
|
+
}[] | undefined;
|
|
3400
3400
|
from?: {
|
|
3401
3401
|
id: number;
|
|
3402
3402
|
first_name: string;
|
|
@@ -3410,7 +3410,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3410
3410
|
date: number;
|
|
3411
3411
|
message_id: number;
|
|
3412
3412
|
chat: {
|
|
3413
|
-
type: "
|
|
3413
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
3414
3414
|
id: number;
|
|
3415
3415
|
title?: string | undefined;
|
|
3416
3416
|
username?: string | undefined;
|
|
@@ -3418,13 +3418,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3418
3418
|
last_name?: string | undefined;
|
|
3419
3419
|
};
|
|
3420
3420
|
text?: string | undefined;
|
|
3421
|
-
photo?: {
|
|
3422
|
-
file_id: string;
|
|
3423
|
-
file_unique_id: string;
|
|
3424
|
-
width: number;
|
|
3425
|
-
height: number;
|
|
3426
|
-
file_size?: number | undefined;
|
|
3427
|
-
}[] | undefined;
|
|
3428
3421
|
document?: {
|
|
3429
3422
|
file_id: string;
|
|
3430
3423
|
file_unique_id: string;
|
|
@@ -3432,6 +3425,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3432
3425
|
file_size?: number | undefined;
|
|
3433
3426
|
file_name?: string | undefined;
|
|
3434
3427
|
} | undefined;
|
|
3428
|
+
photo?: {
|
|
3429
|
+
width: number;
|
|
3430
|
+
height: number;
|
|
3431
|
+
file_id: string;
|
|
3432
|
+
file_unique_id: string;
|
|
3433
|
+
file_size?: number | undefined;
|
|
3434
|
+
}[] | undefined;
|
|
3435
3435
|
from?: {
|
|
3436
3436
|
id: number;
|
|
3437
3437
|
first_name: string;
|
|
@@ -3445,7 +3445,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3445
3445
|
date: number;
|
|
3446
3446
|
message_id: number;
|
|
3447
3447
|
chat: {
|
|
3448
|
-
type: "
|
|
3448
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
3449
3449
|
id: number;
|
|
3450
3450
|
title?: string | undefined;
|
|
3451
3451
|
username?: string | undefined;
|
|
@@ -3453,13 +3453,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3453
3453
|
last_name?: string | undefined;
|
|
3454
3454
|
};
|
|
3455
3455
|
text?: string | undefined;
|
|
3456
|
-
photo?: {
|
|
3457
|
-
file_id: string;
|
|
3458
|
-
file_unique_id: string;
|
|
3459
|
-
width: number;
|
|
3460
|
-
height: number;
|
|
3461
|
-
file_size?: number | undefined;
|
|
3462
|
-
}[] | undefined;
|
|
3463
3456
|
document?: {
|
|
3464
3457
|
file_id: string;
|
|
3465
3458
|
file_unique_id: string;
|
|
@@ -3467,6 +3460,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3467
3460
|
file_size?: number | undefined;
|
|
3468
3461
|
file_name?: string | undefined;
|
|
3469
3462
|
} | undefined;
|
|
3463
|
+
photo?: {
|
|
3464
|
+
width: number;
|
|
3465
|
+
height: number;
|
|
3466
|
+
file_id: string;
|
|
3467
|
+
file_unique_id: string;
|
|
3468
|
+
file_size?: number | undefined;
|
|
3469
|
+
}[] | undefined;
|
|
3470
3470
|
from?: {
|
|
3471
3471
|
id: number;
|
|
3472
3472
|
first_name: string;
|
|
@@ -3491,7 +3491,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3491
3491
|
date: number;
|
|
3492
3492
|
message_id: number;
|
|
3493
3493
|
chat: {
|
|
3494
|
-
type: "
|
|
3494
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
3495
3495
|
id: number;
|
|
3496
3496
|
title?: string | undefined;
|
|
3497
3497
|
username?: string | undefined;
|
|
@@ -3499,13 +3499,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3499
3499
|
last_name?: string | undefined;
|
|
3500
3500
|
};
|
|
3501
3501
|
text?: string | undefined;
|
|
3502
|
-
photo?: {
|
|
3503
|
-
file_id: string;
|
|
3504
|
-
file_unique_id: string;
|
|
3505
|
-
width: number;
|
|
3506
|
-
height: number;
|
|
3507
|
-
file_size?: number | undefined;
|
|
3508
|
-
}[] | undefined;
|
|
3509
3502
|
document?: {
|
|
3510
3503
|
file_id: string;
|
|
3511
3504
|
file_unique_id: string;
|
|
@@ -3513,6 +3506,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3513
3506
|
file_size?: number | undefined;
|
|
3514
3507
|
file_name?: string | undefined;
|
|
3515
3508
|
} | undefined;
|
|
3509
|
+
photo?: {
|
|
3510
|
+
width: number;
|
|
3511
|
+
height: number;
|
|
3512
|
+
file_id: string;
|
|
3513
|
+
file_unique_id: string;
|
|
3514
|
+
file_size?: number | undefined;
|
|
3515
|
+
}[] | undefined;
|
|
3516
3516
|
from?: {
|
|
3517
3517
|
id: number;
|
|
3518
3518
|
first_name: string;
|
|
@@ -3528,8 +3528,8 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3528
3528
|
} | undefined;
|
|
3529
3529
|
}[] | undefined;
|
|
3530
3530
|
}, {
|
|
3531
|
-
error: string;
|
|
3532
3531
|
success: boolean;
|
|
3532
|
+
error: string;
|
|
3533
3533
|
operation: "get_updates";
|
|
3534
3534
|
ok: boolean;
|
|
3535
3535
|
updates?: {
|
|
@@ -3538,7 +3538,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3538
3538
|
date: number;
|
|
3539
3539
|
message_id: number;
|
|
3540
3540
|
chat: {
|
|
3541
|
-
type: "
|
|
3541
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
3542
3542
|
id: number;
|
|
3543
3543
|
title?: string | undefined;
|
|
3544
3544
|
username?: string | undefined;
|
|
@@ -3546,13 +3546,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3546
3546
|
last_name?: string | undefined;
|
|
3547
3547
|
};
|
|
3548
3548
|
text?: string | undefined;
|
|
3549
|
-
photo?: {
|
|
3550
|
-
file_id: string;
|
|
3551
|
-
file_unique_id: string;
|
|
3552
|
-
width: number;
|
|
3553
|
-
height: number;
|
|
3554
|
-
file_size?: number | undefined;
|
|
3555
|
-
}[] | undefined;
|
|
3556
3549
|
document?: {
|
|
3557
3550
|
file_id: string;
|
|
3558
3551
|
file_unique_id: string;
|
|
@@ -3560,6 +3553,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3560
3553
|
file_size?: number | undefined;
|
|
3561
3554
|
file_name?: string | undefined;
|
|
3562
3555
|
} | undefined;
|
|
3556
|
+
photo?: {
|
|
3557
|
+
width: number;
|
|
3558
|
+
height: number;
|
|
3559
|
+
file_id: string;
|
|
3560
|
+
file_unique_id: string;
|
|
3561
|
+
file_size?: number | undefined;
|
|
3562
|
+
}[] | undefined;
|
|
3563
3563
|
from?: {
|
|
3564
3564
|
id: number;
|
|
3565
3565
|
first_name: string;
|
|
@@ -3573,7 +3573,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3573
3573
|
date: number;
|
|
3574
3574
|
message_id: number;
|
|
3575
3575
|
chat: {
|
|
3576
|
-
type: "
|
|
3576
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
3577
3577
|
id: number;
|
|
3578
3578
|
title?: string | undefined;
|
|
3579
3579
|
username?: string | undefined;
|
|
@@ -3581,13 +3581,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3581
3581
|
last_name?: string | undefined;
|
|
3582
3582
|
};
|
|
3583
3583
|
text?: string | undefined;
|
|
3584
|
-
photo?: {
|
|
3585
|
-
file_id: string;
|
|
3586
|
-
file_unique_id: string;
|
|
3587
|
-
width: number;
|
|
3588
|
-
height: number;
|
|
3589
|
-
file_size?: number | undefined;
|
|
3590
|
-
}[] | undefined;
|
|
3591
3584
|
document?: {
|
|
3592
3585
|
file_id: string;
|
|
3593
3586
|
file_unique_id: string;
|
|
@@ -3595,6 +3588,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3595
3588
|
file_size?: number | undefined;
|
|
3596
3589
|
file_name?: string | undefined;
|
|
3597
3590
|
} | undefined;
|
|
3591
|
+
photo?: {
|
|
3592
|
+
width: number;
|
|
3593
|
+
height: number;
|
|
3594
|
+
file_id: string;
|
|
3595
|
+
file_unique_id: string;
|
|
3596
|
+
file_size?: number | undefined;
|
|
3597
|
+
}[] | undefined;
|
|
3598
3598
|
from?: {
|
|
3599
3599
|
id: number;
|
|
3600
3600
|
first_name: string;
|
|
@@ -3608,7 +3608,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3608
3608
|
date: number;
|
|
3609
3609
|
message_id: number;
|
|
3610
3610
|
chat: {
|
|
3611
|
-
type: "
|
|
3611
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
3612
3612
|
id: number;
|
|
3613
3613
|
title?: string | undefined;
|
|
3614
3614
|
username?: string | undefined;
|
|
@@ -3616,13 +3616,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3616
3616
|
last_name?: string | undefined;
|
|
3617
3617
|
};
|
|
3618
3618
|
text?: string | undefined;
|
|
3619
|
-
photo?: {
|
|
3620
|
-
file_id: string;
|
|
3621
|
-
file_unique_id: string;
|
|
3622
|
-
width: number;
|
|
3623
|
-
height: number;
|
|
3624
|
-
file_size?: number | undefined;
|
|
3625
|
-
}[] | undefined;
|
|
3626
3619
|
document?: {
|
|
3627
3620
|
file_id: string;
|
|
3628
3621
|
file_unique_id: string;
|
|
@@ -3630,6 +3623,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3630
3623
|
file_size?: number | undefined;
|
|
3631
3624
|
file_name?: string | undefined;
|
|
3632
3625
|
} | undefined;
|
|
3626
|
+
photo?: {
|
|
3627
|
+
width: number;
|
|
3628
|
+
height: number;
|
|
3629
|
+
file_id: string;
|
|
3630
|
+
file_unique_id: string;
|
|
3631
|
+
file_size?: number | undefined;
|
|
3632
|
+
}[] | undefined;
|
|
3633
3633
|
from?: {
|
|
3634
3634
|
id: number;
|
|
3635
3635
|
first_name: string;
|
|
@@ -3643,7 +3643,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3643
3643
|
date: number;
|
|
3644
3644
|
message_id: number;
|
|
3645
3645
|
chat: {
|
|
3646
|
-
type: "
|
|
3646
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
3647
3647
|
id: number;
|
|
3648
3648
|
title?: string | undefined;
|
|
3649
3649
|
username?: string | undefined;
|
|
@@ -3651,13 +3651,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3651
3651
|
last_name?: string | undefined;
|
|
3652
3652
|
};
|
|
3653
3653
|
text?: string | undefined;
|
|
3654
|
-
photo?: {
|
|
3655
|
-
file_id: string;
|
|
3656
|
-
file_unique_id: string;
|
|
3657
|
-
width: number;
|
|
3658
|
-
height: number;
|
|
3659
|
-
file_size?: number | undefined;
|
|
3660
|
-
}[] | undefined;
|
|
3661
3654
|
document?: {
|
|
3662
3655
|
file_id: string;
|
|
3663
3656
|
file_unique_id: string;
|
|
@@ -3665,6 +3658,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3665
3658
|
file_size?: number | undefined;
|
|
3666
3659
|
file_name?: string | undefined;
|
|
3667
3660
|
} | undefined;
|
|
3661
|
+
photo?: {
|
|
3662
|
+
width: number;
|
|
3663
|
+
height: number;
|
|
3664
|
+
file_id: string;
|
|
3665
|
+
file_unique_id: string;
|
|
3666
|
+
file_size?: number | undefined;
|
|
3667
|
+
}[] | undefined;
|
|
3668
3668
|
from?: {
|
|
3669
3669
|
id: number;
|
|
3670
3670
|
first_name: string;
|
|
@@ -3689,7 +3689,7 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3689
3689
|
date: number;
|
|
3690
3690
|
message_id: number;
|
|
3691
3691
|
chat: {
|
|
3692
|
-
type: "
|
|
3692
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
3693
3693
|
id: number;
|
|
3694
3694
|
title?: string | undefined;
|
|
3695
3695
|
username?: string | undefined;
|
|
@@ -3697,13 +3697,6 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3697
3697
|
last_name?: string | undefined;
|
|
3698
3698
|
};
|
|
3699
3699
|
text?: string | undefined;
|
|
3700
|
-
photo?: {
|
|
3701
|
-
file_id: string;
|
|
3702
|
-
file_unique_id: string;
|
|
3703
|
-
width: number;
|
|
3704
|
-
height: number;
|
|
3705
|
-
file_size?: number | undefined;
|
|
3706
|
-
}[] | undefined;
|
|
3707
3700
|
document?: {
|
|
3708
3701
|
file_id: string;
|
|
3709
3702
|
file_unique_id: string;
|
|
@@ -3711,6 +3704,13 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
3711
3704
|
file_size?: number | undefined;
|
|
3712
3705
|
file_name?: string | undefined;
|
|
3713
3706
|
} | undefined;
|
|
3707
|
+
photo?: {
|
|
3708
|
+
width: number;
|
|
3709
|
+
height: number;
|
|
3710
|
+
file_id: string;
|
|
3711
|
+
file_unique_id: string;
|
|
3712
|
+
file_size?: number | undefined;
|
|
3713
|
+
}[] | undefined;
|
|
3714
3714
|
from?: {
|
|
3715
3715
|
id: number;
|
|
3716
3716
|
first_name: string;
|
|
@@ -3731,13 +3731,13 @@ 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
3734
|
success: boolean;
|
|
3735
|
+
error: string;
|
|
3736
3736
|
operation: "send_chat_action";
|
|
3737
3737
|
ok: boolean;
|
|
3738
3738
|
}, {
|
|
3739
|
-
error: string;
|
|
3740
3739
|
success: boolean;
|
|
3740
|
+
error: string;
|
|
3741
3741
|
operation: "send_chat_action";
|
|
3742
3742
|
ok: boolean;
|
|
3743
3743
|
}>, z.ZodObject<{
|
|
@@ -3746,13 +3746,13 @@ 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
3749
|
success: boolean;
|
|
3750
|
+
error: string;
|
|
3751
3751
|
operation: "set_message_reaction";
|
|
3752
3752
|
ok: boolean;
|
|
3753
3753
|
}, {
|
|
3754
|
-
error: string;
|
|
3755
3754
|
success: boolean;
|
|
3755
|
+
error: string;
|
|
3756
3756
|
operation: "set_message_reaction";
|
|
3757
3757
|
ok: boolean;
|
|
3758
3758
|
}>, z.ZodObject<{
|
|
@@ -3761,13 +3761,13 @@ 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
3764
|
success: boolean;
|
|
3765
|
+
error: string;
|
|
3766
3766
|
operation: "set_webhook";
|
|
3767
3767
|
ok: boolean;
|
|
3768
3768
|
}, {
|
|
3769
|
-
error: string;
|
|
3770
3769
|
success: boolean;
|
|
3770
|
+
error: string;
|
|
3771
3771
|
operation: "set_webhook";
|
|
3772
3772
|
ok: boolean;
|
|
3773
3773
|
}>, z.ZodObject<{
|
|
@@ -3776,13 +3776,13 @@ 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
3779
|
success: boolean;
|
|
3780
|
+
error: string;
|
|
3781
3781
|
operation: "delete_webhook";
|
|
3782
3782
|
ok: boolean;
|
|
3783
3783
|
}, {
|
|
3784
|
-
error: string;
|
|
3785
3784
|
success: boolean;
|
|
3785
|
+
error: string;
|
|
3786
3786
|
operation: "delete_webhook";
|
|
3787
3787
|
ok: boolean;
|
|
3788
3788
|
}>, z.ZodObject<{
|
|
@@ -3822,8 +3822,8 @@ 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
3825
|
success: boolean;
|
|
3826
|
+
error: string;
|
|
3827
3827
|
operation: "get_webhook_info";
|
|
3828
3828
|
ok: boolean;
|
|
3829
3829
|
webhook_info?: {
|
|
@@ -3838,8 +3838,8 @@ 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
3841
|
success: boolean;
|
|
3842
|
+
error: string;
|
|
3843
3843
|
operation: "get_webhook_info";
|
|
3844
3844
|
ok: boolean;
|
|
3845
3845
|
webhook_info?: {
|
|
@@ -4002,8 +4002,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4002
4002
|
operation: "send_message";
|
|
4003
4003
|
chat_id: string | number;
|
|
4004
4004
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4005
|
-
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
4006
4005
|
entities?: unknown[] | undefined;
|
|
4006
|
+
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
4007
4007
|
disable_web_page_preview?: boolean | undefined;
|
|
4008
4008
|
disable_notification?: boolean | undefined;
|
|
4009
4009
|
protect_content?: boolean | undefined;
|
|
@@ -4042,8 +4042,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4042
4042
|
operation: "send_message";
|
|
4043
4043
|
chat_id: string | number;
|
|
4044
4044
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4045
|
-
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
4046
4045
|
entities?: unknown[] | undefined;
|
|
4046
|
+
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
4047
4047
|
disable_web_page_preview?: boolean | undefined;
|
|
4048
4048
|
disable_notification?: boolean | undefined;
|
|
4049
4049
|
protect_content?: boolean | undefined;
|
|
@@ -4213,10 +4213,11 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4213
4213
|
}>]>>;
|
|
4214
4214
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4215
4215
|
}, "strip", z.ZodTypeAny, {
|
|
4216
|
+
photo: string;
|
|
4216
4217
|
operation: "send_photo";
|
|
4217
4218
|
chat_id: string | number;
|
|
4218
|
-
photo: string;
|
|
4219
4219
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4220
|
+
caption?: string | undefined;
|
|
4220
4221
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
4221
4222
|
disable_notification?: boolean | undefined;
|
|
4222
4223
|
protect_content?: boolean | undefined;
|
|
@@ -4250,14 +4251,14 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4250
4251
|
input_field_placeholder?: string | undefined;
|
|
4251
4252
|
selective?: boolean | undefined;
|
|
4252
4253
|
} | undefined;
|
|
4253
|
-
caption?: string | undefined;
|
|
4254
4254
|
caption_entities?: unknown[] | undefined;
|
|
4255
4255
|
has_spoiler?: boolean | undefined;
|
|
4256
4256
|
}, {
|
|
4257
|
+
photo: string;
|
|
4257
4258
|
operation: "send_photo";
|
|
4258
4259
|
chat_id: string | number;
|
|
4259
|
-
photo: string;
|
|
4260
4260
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4261
|
+
caption?: string | undefined;
|
|
4261
4262
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
4262
4263
|
disable_notification?: boolean | undefined;
|
|
4263
4264
|
protect_content?: boolean | undefined;
|
|
@@ -4291,7 +4292,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4291
4292
|
input_field_placeholder?: string | undefined;
|
|
4292
4293
|
selective?: boolean | undefined;
|
|
4293
4294
|
} | undefined;
|
|
4294
|
-
caption?: string | undefined;
|
|
4295
4295
|
caption_entities?: unknown[] | undefined;
|
|
4296
4296
|
has_spoiler?: boolean | undefined;
|
|
4297
4297
|
}>, z.ZodObject<{
|
|
@@ -4431,10 +4431,12 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4431
4431
|
}>]>>;
|
|
4432
4432
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4433
4433
|
}, "strip", z.ZodTypeAny, {
|
|
4434
|
+
document: string;
|
|
4434
4435
|
operation: "send_document";
|
|
4435
4436
|
chat_id: string | number;
|
|
4436
|
-
document: string;
|
|
4437
4437
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4438
|
+
caption?: string | undefined;
|
|
4439
|
+
thumbnail?: string | undefined;
|
|
4438
4440
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
4439
4441
|
disable_notification?: boolean | undefined;
|
|
4440
4442
|
protect_content?: boolean | undefined;
|
|
@@ -4468,15 +4470,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4468
4470
|
input_field_placeholder?: string | undefined;
|
|
4469
4471
|
selective?: boolean | undefined;
|
|
4470
4472
|
} | undefined;
|
|
4471
|
-
caption?: string | undefined;
|
|
4472
4473
|
caption_entities?: unknown[] | undefined;
|
|
4473
|
-
thumbnail?: string | undefined;
|
|
4474
4474
|
disable_content_type_detection?: boolean | undefined;
|
|
4475
4475
|
}, {
|
|
4476
|
+
document: string;
|
|
4476
4477
|
operation: "send_document";
|
|
4477
4478
|
chat_id: string | number;
|
|
4478
|
-
document: string;
|
|
4479
4479
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4480
|
+
caption?: string | undefined;
|
|
4481
|
+
thumbnail?: string | undefined;
|
|
4480
4482
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
4481
4483
|
disable_notification?: boolean | undefined;
|
|
4482
4484
|
protect_content?: boolean | undefined;
|
|
@@ -4510,9 +4512,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4510
4512
|
input_field_placeholder?: string | undefined;
|
|
4511
4513
|
selective?: boolean | undefined;
|
|
4512
4514
|
} | undefined;
|
|
4513
|
-
caption?: string | undefined;
|
|
4514
4515
|
caption_entities?: unknown[] | undefined;
|
|
4515
|
-
thumbnail?: string | undefined;
|
|
4516
4516
|
disable_content_type_detection?: boolean | undefined;
|
|
4517
4517
|
}>, z.ZodObject<{
|
|
4518
4518
|
operation: z.ZodLiteral<"edit_message">;
|
|
@@ -4585,9 +4585,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4585
4585
|
text: string;
|
|
4586
4586
|
operation: "edit_message";
|
|
4587
4587
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4588
|
+
entities?: unknown[] | undefined;
|
|
4588
4589
|
chat_id?: string | number | undefined;
|
|
4589
4590
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
4590
|
-
entities?: unknown[] | undefined;
|
|
4591
4591
|
disable_web_page_preview?: boolean | undefined;
|
|
4592
4592
|
reply_markup?: {
|
|
4593
4593
|
inline_keyboard: {
|
|
@@ -4608,9 +4608,9 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4608
4608
|
text: string;
|
|
4609
4609
|
operation: "edit_message";
|
|
4610
4610
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4611
|
+
entities?: unknown[] | undefined;
|
|
4611
4612
|
chat_id?: string | number | undefined;
|
|
4612
4613
|
parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
|
|
4613
|
-
entities?: unknown[] | undefined;
|
|
4614
4614
|
disable_web_page_preview?: boolean | undefined;
|
|
4615
4615
|
reply_markup?: {
|
|
4616
4616
|
inline_keyboard: {
|
|
@@ -4671,8 +4671,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4671
4671
|
allowed_updates: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4672
4672
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4673
4673
|
}, "strip", z.ZodTypeAny, {
|
|
4674
|
-
operation: "get_updates";
|
|
4675
4674
|
limit: number;
|
|
4675
|
+
operation: "get_updates";
|
|
4676
4676
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4677
4677
|
timeout?: number | undefined;
|
|
4678
4678
|
offset?: number | undefined;
|
|
@@ -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,14 +4838,14 @@ 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: "
|
|
4841
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
4842
4842
|
id: number;
|
|
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: "
|
|
4848
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
4849
4849
|
id: number;
|
|
4850
4850
|
title?: string | undefined;
|
|
4851
4851
|
username?: string | undefined;
|
|
@@ -4860,16 +4860,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4860
4860
|
height: z.ZodNumber;
|
|
4861
4861
|
file_size: z.ZodOptional<z.ZodNumber>;
|
|
4862
4862
|
}, "strip", z.ZodTypeAny, {
|
|
4863
|
-
file_id: string;
|
|
4864
|
-
file_unique_id: string;
|
|
4865
4863
|
width: number;
|
|
4866
4864
|
height: number;
|
|
4867
|
-
file_size?: number | undefined;
|
|
4868
|
-
}, {
|
|
4869
4865
|
file_id: string;
|
|
4870
4866
|
file_unique_id: string;
|
|
4867
|
+
file_size?: number | undefined;
|
|
4868
|
+
}, {
|
|
4871
4869
|
width: number;
|
|
4872
4870
|
height: number;
|
|
4871
|
+
file_id: string;
|
|
4872
|
+
file_unique_id: string;
|
|
4873
4873
|
file_size?: number | undefined;
|
|
4874
4874
|
}>, "many">>;
|
|
4875
4875
|
document: z.ZodOptional<z.ZodObject<{
|
|
@@ -4895,7 +4895,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4895
4895
|
date: number;
|
|
4896
4896
|
message_id: number;
|
|
4897
4897
|
chat: {
|
|
4898
|
-
type: "
|
|
4898
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
4899
4899
|
id: number;
|
|
4900
4900
|
title?: string | undefined;
|
|
4901
4901
|
username?: string | undefined;
|
|
@@ -4903,13 +4903,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4903
4903
|
last_name?: string | undefined;
|
|
4904
4904
|
};
|
|
4905
4905
|
text?: string | undefined;
|
|
4906
|
-
photo?: {
|
|
4907
|
-
file_id: string;
|
|
4908
|
-
file_unique_id: string;
|
|
4909
|
-
width: number;
|
|
4910
|
-
height: number;
|
|
4911
|
-
file_size?: number | undefined;
|
|
4912
|
-
}[] | undefined;
|
|
4913
4906
|
document?: {
|
|
4914
4907
|
file_id: string;
|
|
4915
4908
|
file_unique_id: string;
|
|
@@ -4917,6 +4910,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4917
4910
|
file_size?: number | undefined;
|
|
4918
4911
|
file_name?: string | undefined;
|
|
4919
4912
|
} | undefined;
|
|
4913
|
+
photo?: {
|
|
4914
|
+
width: number;
|
|
4915
|
+
height: number;
|
|
4916
|
+
file_id: string;
|
|
4917
|
+
file_unique_id: string;
|
|
4918
|
+
file_size?: number | undefined;
|
|
4919
|
+
}[] | undefined;
|
|
4920
4920
|
from?: {
|
|
4921
4921
|
id: number;
|
|
4922
4922
|
first_name: string;
|
|
@@ -4929,7 +4929,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4929
4929
|
date: number;
|
|
4930
4930
|
message_id: number;
|
|
4931
4931
|
chat: {
|
|
4932
|
-
type: "
|
|
4932
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
4933
4933
|
id: number;
|
|
4934
4934
|
title?: string | undefined;
|
|
4935
4935
|
username?: string | undefined;
|
|
@@ -4937,20 +4937,20 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4937
4937
|
last_name?: string | undefined;
|
|
4938
4938
|
};
|
|
4939
4939
|
text?: string | undefined;
|
|
4940
|
-
|
|
4940
|
+
document?: {
|
|
4941
4941
|
file_id: string;
|
|
4942
4942
|
file_unique_id: string;
|
|
4943
|
-
|
|
4944
|
-
height: number;
|
|
4943
|
+
mime_type?: string | undefined;
|
|
4945
4944
|
file_size?: number | undefined;
|
|
4946
|
-
|
|
4947
|
-
|
|
4945
|
+
file_name?: string | undefined;
|
|
4946
|
+
} | undefined;
|
|
4947
|
+
photo?: {
|
|
4948
|
+
width: number;
|
|
4949
|
+
height: number;
|
|
4948
4950
|
file_id: string;
|
|
4949
4951
|
file_unique_id: string;
|
|
4950
|
-
mime_type?: string | undefined;
|
|
4951
4952
|
file_size?: number | undefined;
|
|
4952
|
-
|
|
4953
|
-
} | undefined;
|
|
4953
|
+
}[] | undefined;
|
|
4954
4954
|
from?: {
|
|
4955
4955
|
id: number;
|
|
4956
4956
|
first_name: string;
|
|
@@ -4963,15 +4963,15 @@ 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
4966
|
success: boolean;
|
|
4967
|
+
error: string;
|
|
4968
4968
|
operation: "send_message";
|
|
4969
4969
|
ok: boolean;
|
|
4970
4970
|
message?: {
|
|
4971
4971
|
date: number;
|
|
4972
4972
|
message_id: number;
|
|
4973
4973
|
chat: {
|
|
4974
|
-
type: "
|
|
4974
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
4975
4975
|
id: number;
|
|
4976
4976
|
title?: string | undefined;
|
|
4977
4977
|
username?: string | undefined;
|
|
@@ -4979,13 +4979,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4979
4979
|
last_name?: string | undefined;
|
|
4980
4980
|
};
|
|
4981
4981
|
text?: string | undefined;
|
|
4982
|
-
photo?: {
|
|
4983
|
-
file_id: string;
|
|
4984
|
-
file_unique_id: string;
|
|
4985
|
-
width: number;
|
|
4986
|
-
height: number;
|
|
4987
|
-
file_size?: number | undefined;
|
|
4988
|
-
}[] | undefined;
|
|
4989
4982
|
document?: {
|
|
4990
4983
|
file_id: string;
|
|
4991
4984
|
file_unique_id: string;
|
|
@@ -4993,6 +4986,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4993
4986
|
file_size?: number | undefined;
|
|
4994
4987
|
file_name?: string | undefined;
|
|
4995
4988
|
} | undefined;
|
|
4989
|
+
photo?: {
|
|
4990
|
+
width: number;
|
|
4991
|
+
height: number;
|
|
4992
|
+
file_id: string;
|
|
4993
|
+
file_unique_id: string;
|
|
4994
|
+
file_size?: number | undefined;
|
|
4995
|
+
}[] | undefined;
|
|
4996
4996
|
from?: {
|
|
4997
4997
|
id: number;
|
|
4998
4998
|
first_name: string;
|
|
@@ -5003,15 +5003,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5003
5003
|
} | undefined;
|
|
5004
5004
|
} | undefined;
|
|
5005
5005
|
}, {
|
|
5006
|
-
error: string;
|
|
5007
5006
|
success: boolean;
|
|
5007
|
+
error: string;
|
|
5008
5008
|
operation: "send_message";
|
|
5009
5009
|
ok: boolean;
|
|
5010
5010
|
message?: {
|
|
5011
5011
|
date: number;
|
|
5012
5012
|
message_id: number;
|
|
5013
5013
|
chat: {
|
|
5014
|
-
type: "
|
|
5014
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5015
5015
|
id: number;
|
|
5016
5016
|
title?: string | undefined;
|
|
5017
5017
|
username?: string | undefined;
|
|
@@ -5019,13 +5019,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5019
5019
|
last_name?: string | undefined;
|
|
5020
5020
|
};
|
|
5021
5021
|
text?: string | undefined;
|
|
5022
|
-
photo?: {
|
|
5023
|
-
file_id: string;
|
|
5024
|
-
file_unique_id: string;
|
|
5025
|
-
width: number;
|
|
5026
|
-
height: number;
|
|
5027
|
-
file_size?: number | undefined;
|
|
5028
|
-
}[] | undefined;
|
|
5029
5022
|
document?: {
|
|
5030
5023
|
file_id: string;
|
|
5031
5024
|
file_unique_id: string;
|
|
@@ -5033,6 +5026,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5033
5026
|
file_size?: number | undefined;
|
|
5034
5027
|
file_name?: string | undefined;
|
|
5035
5028
|
} | undefined;
|
|
5029
|
+
photo?: {
|
|
5030
|
+
width: number;
|
|
5031
|
+
height: number;
|
|
5032
|
+
file_id: string;
|
|
5033
|
+
file_unique_id: string;
|
|
5034
|
+
file_size?: number | undefined;
|
|
5035
|
+
}[] | undefined;
|
|
5036
5036
|
from?: {
|
|
5037
5037
|
id: number;
|
|
5038
5038
|
first_name: string;
|
|
@@ -5078,14 +5078,14 @@ 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: "
|
|
5081
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5082
5082
|
id: number;
|
|
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: "
|
|
5088
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5089
5089
|
id: number;
|
|
5090
5090
|
title?: string | undefined;
|
|
5091
5091
|
username?: string | undefined;
|
|
@@ -5100,16 +5100,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5100
5100
|
height: z.ZodNumber;
|
|
5101
5101
|
file_size: z.ZodOptional<z.ZodNumber>;
|
|
5102
5102
|
}, "strip", z.ZodTypeAny, {
|
|
5103
|
-
file_id: string;
|
|
5104
|
-
file_unique_id: string;
|
|
5105
5103
|
width: number;
|
|
5106
5104
|
height: number;
|
|
5107
|
-
file_size?: number | undefined;
|
|
5108
|
-
}, {
|
|
5109
5105
|
file_id: string;
|
|
5110
5106
|
file_unique_id: string;
|
|
5107
|
+
file_size?: number | undefined;
|
|
5108
|
+
}, {
|
|
5111
5109
|
width: number;
|
|
5112
5110
|
height: number;
|
|
5111
|
+
file_id: string;
|
|
5112
|
+
file_unique_id: string;
|
|
5113
5113
|
file_size?: number | undefined;
|
|
5114
5114
|
}>, "many">>;
|
|
5115
5115
|
document: z.ZodOptional<z.ZodObject<{
|
|
@@ -5135,7 +5135,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5135
5135
|
date: number;
|
|
5136
5136
|
message_id: number;
|
|
5137
5137
|
chat: {
|
|
5138
|
-
type: "
|
|
5138
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5139
5139
|
id: number;
|
|
5140
5140
|
title?: string | undefined;
|
|
5141
5141
|
username?: string | undefined;
|
|
@@ -5143,13 +5143,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5143
5143
|
last_name?: string | undefined;
|
|
5144
5144
|
};
|
|
5145
5145
|
text?: string | undefined;
|
|
5146
|
-
photo?: {
|
|
5147
|
-
file_id: string;
|
|
5148
|
-
file_unique_id: string;
|
|
5149
|
-
width: number;
|
|
5150
|
-
height: number;
|
|
5151
|
-
file_size?: number | undefined;
|
|
5152
|
-
}[] | undefined;
|
|
5153
5146
|
document?: {
|
|
5154
5147
|
file_id: string;
|
|
5155
5148
|
file_unique_id: string;
|
|
@@ -5157,6 +5150,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5157
5150
|
file_size?: number | undefined;
|
|
5158
5151
|
file_name?: string | undefined;
|
|
5159
5152
|
} | undefined;
|
|
5153
|
+
photo?: {
|
|
5154
|
+
width: number;
|
|
5155
|
+
height: number;
|
|
5156
|
+
file_id: string;
|
|
5157
|
+
file_unique_id: string;
|
|
5158
|
+
file_size?: number | undefined;
|
|
5159
|
+
}[] | undefined;
|
|
5160
5160
|
from?: {
|
|
5161
5161
|
id: number;
|
|
5162
5162
|
first_name: string;
|
|
@@ -5169,7 +5169,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5169
5169
|
date: number;
|
|
5170
5170
|
message_id: number;
|
|
5171
5171
|
chat: {
|
|
5172
|
-
type: "
|
|
5172
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5173
5173
|
id: number;
|
|
5174
5174
|
title?: string | undefined;
|
|
5175
5175
|
username?: string | undefined;
|
|
@@ -5177,13 +5177,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5177
5177
|
last_name?: string | undefined;
|
|
5178
5178
|
};
|
|
5179
5179
|
text?: string | undefined;
|
|
5180
|
-
photo?: {
|
|
5181
|
-
file_id: string;
|
|
5182
|
-
file_unique_id: string;
|
|
5183
|
-
width: number;
|
|
5184
|
-
height: number;
|
|
5185
|
-
file_size?: number | undefined;
|
|
5186
|
-
}[] | undefined;
|
|
5187
5180
|
document?: {
|
|
5188
5181
|
file_id: string;
|
|
5189
5182
|
file_unique_id: string;
|
|
@@ -5191,6 +5184,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5191
5184
|
file_size?: number | undefined;
|
|
5192
5185
|
file_name?: string | undefined;
|
|
5193
5186
|
} | undefined;
|
|
5187
|
+
photo?: {
|
|
5188
|
+
width: number;
|
|
5189
|
+
height: number;
|
|
5190
|
+
file_id: string;
|
|
5191
|
+
file_unique_id: string;
|
|
5192
|
+
file_size?: number | undefined;
|
|
5193
|
+
}[] | undefined;
|
|
5194
5194
|
from?: {
|
|
5195
5195
|
id: number;
|
|
5196
5196
|
first_name: string;
|
|
@@ -5203,15 +5203,15 @@ 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
5206
|
success: boolean;
|
|
5207
|
+
error: string;
|
|
5208
5208
|
operation: "send_photo";
|
|
5209
5209
|
ok: boolean;
|
|
5210
5210
|
message?: {
|
|
5211
5211
|
date: number;
|
|
5212
5212
|
message_id: number;
|
|
5213
5213
|
chat: {
|
|
5214
|
-
type: "
|
|
5214
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5215
5215
|
id: number;
|
|
5216
5216
|
title?: string | undefined;
|
|
5217
5217
|
username?: string | undefined;
|
|
@@ -5219,13 +5219,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5219
5219
|
last_name?: string | undefined;
|
|
5220
5220
|
};
|
|
5221
5221
|
text?: string | undefined;
|
|
5222
|
-
photo?: {
|
|
5223
|
-
file_id: string;
|
|
5224
|
-
file_unique_id: string;
|
|
5225
|
-
width: number;
|
|
5226
|
-
height: number;
|
|
5227
|
-
file_size?: number | undefined;
|
|
5228
|
-
}[] | undefined;
|
|
5229
5222
|
document?: {
|
|
5230
5223
|
file_id: string;
|
|
5231
5224
|
file_unique_id: string;
|
|
@@ -5233,6 +5226,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5233
5226
|
file_size?: number | undefined;
|
|
5234
5227
|
file_name?: string | undefined;
|
|
5235
5228
|
} | undefined;
|
|
5229
|
+
photo?: {
|
|
5230
|
+
width: number;
|
|
5231
|
+
height: number;
|
|
5232
|
+
file_id: string;
|
|
5233
|
+
file_unique_id: string;
|
|
5234
|
+
file_size?: number | undefined;
|
|
5235
|
+
}[] | undefined;
|
|
5236
5236
|
from?: {
|
|
5237
5237
|
id: number;
|
|
5238
5238
|
first_name: string;
|
|
@@ -5243,15 +5243,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5243
5243
|
} | undefined;
|
|
5244
5244
|
} | undefined;
|
|
5245
5245
|
}, {
|
|
5246
|
-
error: string;
|
|
5247
5246
|
success: boolean;
|
|
5247
|
+
error: string;
|
|
5248
5248
|
operation: "send_photo";
|
|
5249
5249
|
ok: boolean;
|
|
5250
5250
|
message?: {
|
|
5251
5251
|
date: number;
|
|
5252
5252
|
message_id: number;
|
|
5253
5253
|
chat: {
|
|
5254
|
-
type: "
|
|
5254
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5255
5255
|
id: number;
|
|
5256
5256
|
title?: string | undefined;
|
|
5257
5257
|
username?: string | undefined;
|
|
@@ -5259,13 +5259,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5259
5259
|
last_name?: string | undefined;
|
|
5260
5260
|
};
|
|
5261
5261
|
text?: string | undefined;
|
|
5262
|
-
photo?: {
|
|
5263
|
-
file_id: string;
|
|
5264
|
-
file_unique_id: string;
|
|
5265
|
-
width: number;
|
|
5266
|
-
height: number;
|
|
5267
|
-
file_size?: number | undefined;
|
|
5268
|
-
}[] | undefined;
|
|
5269
5262
|
document?: {
|
|
5270
5263
|
file_id: string;
|
|
5271
5264
|
file_unique_id: string;
|
|
@@ -5273,6 +5266,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5273
5266
|
file_size?: number | undefined;
|
|
5274
5267
|
file_name?: string | undefined;
|
|
5275
5268
|
} | undefined;
|
|
5269
|
+
photo?: {
|
|
5270
|
+
width: number;
|
|
5271
|
+
height: number;
|
|
5272
|
+
file_id: string;
|
|
5273
|
+
file_unique_id: string;
|
|
5274
|
+
file_size?: number | undefined;
|
|
5275
|
+
}[] | undefined;
|
|
5276
5276
|
from?: {
|
|
5277
5277
|
id: number;
|
|
5278
5278
|
first_name: string;
|
|
@@ -5318,14 +5318,14 @@ 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: "
|
|
5321
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5322
5322
|
id: number;
|
|
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: "
|
|
5328
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5329
5329
|
id: number;
|
|
5330
5330
|
title?: string | undefined;
|
|
5331
5331
|
username?: string | undefined;
|
|
@@ -5340,16 +5340,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5340
5340
|
height: z.ZodNumber;
|
|
5341
5341
|
file_size: z.ZodOptional<z.ZodNumber>;
|
|
5342
5342
|
}, "strip", z.ZodTypeAny, {
|
|
5343
|
-
file_id: string;
|
|
5344
|
-
file_unique_id: string;
|
|
5345
5343
|
width: number;
|
|
5346
5344
|
height: number;
|
|
5347
|
-
file_size?: number | undefined;
|
|
5348
|
-
}, {
|
|
5349
5345
|
file_id: string;
|
|
5350
5346
|
file_unique_id: string;
|
|
5347
|
+
file_size?: number | undefined;
|
|
5348
|
+
}, {
|
|
5351
5349
|
width: number;
|
|
5352
5350
|
height: number;
|
|
5351
|
+
file_id: string;
|
|
5352
|
+
file_unique_id: string;
|
|
5353
5353
|
file_size?: number | undefined;
|
|
5354
5354
|
}>, "many">>;
|
|
5355
5355
|
document: z.ZodOptional<z.ZodObject<{
|
|
@@ -5375,7 +5375,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5375
5375
|
date: number;
|
|
5376
5376
|
message_id: number;
|
|
5377
5377
|
chat: {
|
|
5378
|
-
type: "
|
|
5378
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5379
5379
|
id: number;
|
|
5380
5380
|
title?: string | undefined;
|
|
5381
5381
|
username?: string | undefined;
|
|
@@ -5383,13 +5383,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5383
5383
|
last_name?: string | undefined;
|
|
5384
5384
|
};
|
|
5385
5385
|
text?: string | undefined;
|
|
5386
|
-
photo?: {
|
|
5387
|
-
file_id: string;
|
|
5388
|
-
file_unique_id: string;
|
|
5389
|
-
width: number;
|
|
5390
|
-
height: number;
|
|
5391
|
-
file_size?: number | undefined;
|
|
5392
|
-
}[] | undefined;
|
|
5393
5386
|
document?: {
|
|
5394
5387
|
file_id: string;
|
|
5395
5388
|
file_unique_id: string;
|
|
@@ -5397,6 +5390,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5397
5390
|
file_size?: number | undefined;
|
|
5398
5391
|
file_name?: string | undefined;
|
|
5399
5392
|
} | undefined;
|
|
5393
|
+
photo?: {
|
|
5394
|
+
width: number;
|
|
5395
|
+
height: number;
|
|
5396
|
+
file_id: string;
|
|
5397
|
+
file_unique_id: string;
|
|
5398
|
+
file_size?: number | undefined;
|
|
5399
|
+
}[] | undefined;
|
|
5400
5400
|
from?: {
|
|
5401
5401
|
id: number;
|
|
5402
5402
|
first_name: string;
|
|
@@ -5409,7 +5409,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5409
5409
|
date: number;
|
|
5410
5410
|
message_id: number;
|
|
5411
5411
|
chat: {
|
|
5412
|
-
type: "
|
|
5412
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5413
5413
|
id: number;
|
|
5414
5414
|
title?: string | undefined;
|
|
5415
5415
|
username?: string | undefined;
|
|
@@ -5417,13 +5417,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5417
5417
|
last_name?: string | undefined;
|
|
5418
5418
|
};
|
|
5419
5419
|
text?: string | undefined;
|
|
5420
|
-
photo?: {
|
|
5421
|
-
file_id: string;
|
|
5422
|
-
file_unique_id: string;
|
|
5423
|
-
width: number;
|
|
5424
|
-
height: number;
|
|
5425
|
-
file_size?: number | undefined;
|
|
5426
|
-
}[] | undefined;
|
|
5427
5420
|
document?: {
|
|
5428
5421
|
file_id: string;
|
|
5429
5422
|
file_unique_id: string;
|
|
@@ -5431,6 +5424,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5431
5424
|
file_size?: number | undefined;
|
|
5432
5425
|
file_name?: string | undefined;
|
|
5433
5426
|
} | undefined;
|
|
5427
|
+
photo?: {
|
|
5428
|
+
width: number;
|
|
5429
|
+
height: number;
|
|
5430
|
+
file_id: string;
|
|
5431
|
+
file_unique_id: string;
|
|
5432
|
+
file_size?: number | undefined;
|
|
5433
|
+
}[] | undefined;
|
|
5434
5434
|
from?: {
|
|
5435
5435
|
id: number;
|
|
5436
5436
|
first_name: string;
|
|
@@ -5443,15 +5443,15 @@ 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
5446
|
success: boolean;
|
|
5447
|
+
error: string;
|
|
5448
5448
|
operation: "send_document";
|
|
5449
5449
|
ok: boolean;
|
|
5450
5450
|
message?: {
|
|
5451
5451
|
date: number;
|
|
5452
5452
|
message_id: number;
|
|
5453
5453
|
chat: {
|
|
5454
|
-
type: "
|
|
5454
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5455
5455
|
id: number;
|
|
5456
5456
|
title?: string | undefined;
|
|
5457
5457
|
username?: string | undefined;
|
|
@@ -5459,13 +5459,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5459
5459
|
last_name?: string | undefined;
|
|
5460
5460
|
};
|
|
5461
5461
|
text?: string | undefined;
|
|
5462
|
-
photo?: {
|
|
5463
|
-
file_id: string;
|
|
5464
|
-
file_unique_id: string;
|
|
5465
|
-
width: number;
|
|
5466
|
-
height: number;
|
|
5467
|
-
file_size?: number | undefined;
|
|
5468
|
-
}[] | undefined;
|
|
5469
5462
|
document?: {
|
|
5470
5463
|
file_id: string;
|
|
5471
5464
|
file_unique_id: string;
|
|
@@ -5473,6 +5466,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5473
5466
|
file_size?: number | undefined;
|
|
5474
5467
|
file_name?: string | undefined;
|
|
5475
5468
|
} | undefined;
|
|
5469
|
+
photo?: {
|
|
5470
|
+
width: number;
|
|
5471
|
+
height: number;
|
|
5472
|
+
file_id: string;
|
|
5473
|
+
file_unique_id: string;
|
|
5474
|
+
file_size?: number | undefined;
|
|
5475
|
+
}[] | undefined;
|
|
5476
5476
|
from?: {
|
|
5477
5477
|
id: number;
|
|
5478
5478
|
first_name: string;
|
|
@@ -5483,15 +5483,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5483
5483
|
} | undefined;
|
|
5484
5484
|
} | undefined;
|
|
5485
5485
|
}, {
|
|
5486
|
-
error: string;
|
|
5487
5486
|
success: boolean;
|
|
5487
|
+
error: string;
|
|
5488
5488
|
operation: "send_document";
|
|
5489
5489
|
ok: boolean;
|
|
5490
5490
|
message?: {
|
|
5491
5491
|
date: number;
|
|
5492
5492
|
message_id: number;
|
|
5493
5493
|
chat: {
|
|
5494
|
-
type: "
|
|
5494
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5495
5495
|
id: number;
|
|
5496
5496
|
title?: string | undefined;
|
|
5497
5497
|
username?: string | undefined;
|
|
@@ -5499,13 +5499,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5499
5499
|
last_name?: string | undefined;
|
|
5500
5500
|
};
|
|
5501
5501
|
text?: string | undefined;
|
|
5502
|
-
photo?: {
|
|
5503
|
-
file_id: string;
|
|
5504
|
-
file_unique_id: string;
|
|
5505
|
-
width: number;
|
|
5506
|
-
height: number;
|
|
5507
|
-
file_size?: number | undefined;
|
|
5508
|
-
}[] | undefined;
|
|
5509
5502
|
document?: {
|
|
5510
5503
|
file_id: string;
|
|
5511
5504
|
file_unique_id: string;
|
|
@@ -5513,6 +5506,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5513
5506
|
file_size?: number | undefined;
|
|
5514
5507
|
file_name?: string | undefined;
|
|
5515
5508
|
} | undefined;
|
|
5509
|
+
photo?: {
|
|
5510
|
+
width: number;
|
|
5511
|
+
height: number;
|
|
5512
|
+
file_id: string;
|
|
5513
|
+
file_unique_id: string;
|
|
5514
|
+
file_size?: number | undefined;
|
|
5515
|
+
}[] | undefined;
|
|
5516
5516
|
from?: {
|
|
5517
5517
|
id: number;
|
|
5518
5518
|
first_name: string;
|
|
@@ -5558,14 +5558,14 @@ 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: "
|
|
5561
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5562
5562
|
id: number;
|
|
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: "
|
|
5568
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5569
5569
|
id: number;
|
|
5570
5570
|
title?: string | undefined;
|
|
5571
5571
|
username?: string | undefined;
|
|
@@ -5580,16 +5580,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5580
5580
|
height: z.ZodNumber;
|
|
5581
5581
|
file_size: z.ZodOptional<z.ZodNumber>;
|
|
5582
5582
|
}, "strip", z.ZodTypeAny, {
|
|
5583
|
-
file_id: string;
|
|
5584
|
-
file_unique_id: string;
|
|
5585
5583
|
width: number;
|
|
5586
5584
|
height: number;
|
|
5587
|
-
file_size?: number | undefined;
|
|
5588
|
-
}, {
|
|
5589
5585
|
file_id: string;
|
|
5590
5586
|
file_unique_id: string;
|
|
5587
|
+
file_size?: number | undefined;
|
|
5588
|
+
}, {
|
|
5591
5589
|
width: number;
|
|
5592
5590
|
height: number;
|
|
5591
|
+
file_id: string;
|
|
5592
|
+
file_unique_id: string;
|
|
5593
5593
|
file_size?: number | undefined;
|
|
5594
5594
|
}>, "many">>;
|
|
5595
5595
|
document: z.ZodOptional<z.ZodObject<{
|
|
@@ -5615,7 +5615,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5615
5615
|
date: number;
|
|
5616
5616
|
message_id: number;
|
|
5617
5617
|
chat: {
|
|
5618
|
-
type: "
|
|
5618
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5619
5619
|
id: number;
|
|
5620
5620
|
title?: string | undefined;
|
|
5621
5621
|
username?: string | undefined;
|
|
@@ -5623,13 +5623,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5623
5623
|
last_name?: string | undefined;
|
|
5624
5624
|
};
|
|
5625
5625
|
text?: string | undefined;
|
|
5626
|
-
photo?: {
|
|
5627
|
-
file_id: string;
|
|
5628
|
-
file_unique_id: string;
|
|
5629
|
-
width: number;
|
|
5630
|
-
height: number;
|
|
5631
|
-
file_size?: number | undefined;
|
|
5632
|
-
}[] | undefined;
|
|
5633
5626
|
document?: {
|
|
5634
5627
|
file_id: string;
|
|
5635
5628
|
file_unique_id: string;
|
|
@@ -5637,6 +5630,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5637
5630
|
file_size?: number | undefined;
|
|
5638
5631
|
file_name?: string | undefined;
|
|
5639
5632
|
} | undefined;
|
|
5633
|
+
photo?: {
|
|
5634
|
+
width: number;
|
|
5635
|
+
height: number;
|
|
5636
|
+
file_id: string;
|
|
5637
|
+
file_unique_id: string;
|
|
5638
|
+
file_size?: number | undefined;
|
|
5639
|
+
}[] | undefined;
|
|
5640
5640
|
from?: {
|
|
5641
5641
|
id: number;
|
|
5642
5642
|
first_name: string;
|
|
@@ -5649,7 +5649,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5649
5649
|
date: number;
|
|
5650
5650
|
message_id: number;
|
|
5651
5651
|
chat: {
|
|
5652
|
-
type: "
|
|
5652
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5653
5653
|
id: number;
|
|
5654
5654
|
title?: string | undefined;
|
|
5655
5655
|
username?: string | undefined;
|
|
@@ -5657,13 +5657,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5657
5657
|
last_name?: string | undefined;
|
|
5658
5658
|
};
|
|
5659
5659
|
text?: string | undefined;
|
|
5660
|
-
photo?: {
|
|
5661
|
-
file_id: string;
|
|
5662
|
-
file_unique_id: string;
|
|
5663
|
-
width: number;
|
|
5664
|
-
height: number;
|
|
5665
|
-
file_size?: number | undefined;
|
|
5666
|
-
}[] | undefined;
|
|
5667
5660
|
document?: {
|
|
5668
5661
|
file_id: string;
|
|
5669
5662
|
file_unique_id: string;
|
|
@@ -5671,6 +5664,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5671
5664
|
file_size?: number | undefined;
|
|
5672
5665
|
file_name?: string | undefined;
|
|
5673
5666
|
} | undefined;
|
|
5667
|
+
photo?: {
|
|
5668
|
+
width: number;
|
|
5669
|
+
height: number;
|
|
5670
|
+
file_id: string;
|
|
5671
|
+
file_unique_id: string;
|
|
5672
|
+
file_size?: number | undefined;
|
|
5673
|
+
}[] | undefined;
|
|
5674
5674
|
from?: {
|
|
5675
5675
|
id: number;
|
|
5676
5676
|
first_name: string;
|
|
@@ -5683,15 +5683,15 @@ 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
5686
|
success: boolean;
|
|
5687
|
+
error: string;
|
|
5688
5688
|
operation: "edit_message";
|
|
5689
5689
|
ok: boolean;
|
|
5690
5690
|
message?: {
|
|
5691
5691
|
date: number;
|
|
5692
5692
|
message_id: number;
|
|
5693
5693
|
chat: {
|
|
5694
|
-
type: "
|
|
5694
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5695
5695
|
id: number;
|
|
5696
5696
|
title?: string | undefined;
|
|
5697
5697
|
username?: string | undefined;
|
|
@@ -5699,13 +5699,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5699
5699
|
last_name?: string | undefined;
|
|
5700
5700
|
};
|
|
5701
5701
|
text?: string | undefined;
|
|
5702
|
-
photo?: {
|
|
5703
|
-
file_id: string;
|
|
5704
|
-
file_unique_id: string;
|
|
5705
|
-
width: number;
|
|
5706
|
-
height: number;
|
|
5707
|
-
file_size?: number | undefined;
|
|
5708
|
-
}[] | undefined;
|
|
5709
5702
|
document?: {
|
|
5710
5703
|
file_id: string;
|
|
5711
5704
|
file_unique_id: string;
|
|
@@ -5713,6 +5706,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5713
5706
|
file_size?: number | undefined;
|
|
5714
5707
|
file_name?: string | undefined;
|
|
5715
5708
|
} | undefined;
|
|
5709
|
+
photo?: {
|
|
5710
|
+
width: number;
|
|
5711
|
+
height: number;
|
|
5712
|
+
file_id: string;
|
|
5713
|
+
file_unique_id: string;
|
|
5714
|
+
file_size?: number | undefined;
|
|
5715
|
+
}[] | undefined;
|
|
5716
5716
|
from?: {
|
|
5717
5717
|
id: number;
|
|
5718
5718
|
first_name: string;
|
|
@@ -5723,15 +5723,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5723
5723
|
} | undefined;
|
|
5724
5724
|
} | undefined;
|
|
5725
5725
|
}, {
|
|
5726
|
-
error: string;
|
|
5727
5726
|
success: boolean;
|
|
5727
|
+
error: string;
|
|
5728
5728
|
operation: "edit_message";
|
|
5729
5729
|
ok: boolean;
|
|
5730
5730
|
message?: {
|
|
5731
5731
|
date: number;
|
|
5732
5732
|
message_id: number;
|
|
5733
5733
|
chat: {
|
|
5734
|
-
type: "
|
|
5734
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5735
5735
|
id: number;
|
|
5736
5736
|
title?: string | undefined;
|
|
5737
5737
|
username?: string | undefined;
|
|
@@ -5739,13 +5739,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5739
5739
|
last_name?: string | undefined;
|
|
5740
5740
|
};
|
|
5741
5741
|
text?: string | undefined;
|
|
5742
|
-
photo?: {
|
|
5743
|
-
file_id: string;
|
|
5744
|
-
file_unique_id: string;
|
|
5745
|
-
width: number;
|
|
5746
|
-
height: number;
|
|
5747
|
-
file_size?: number | undefined;
|
|
5748
|
-
}[] | undefined;
|
|
5749
5742
|
document?: {
|
|
5750
5743
|
file_id: string;
|
|
5751
5744
|
file_unique_id: string;
|
|
@@ -5753,6 +5746,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5753
5746
|
file_size?: number | undefined;
|
|
5754
5747
|
file_name?: string | undefined;
|
|
5755
5748
|
} | undefined;
|
|
5749
|
+
photo?: {
|
|
5750
|
+
width: number;
|
|
5751
|
+
height: number;
|
|
5752
|
+
file_id: string;
|
|
5753
|
+
file_unique_id: string;
|
|
5754
|
+
file_size?: number | undefined;
|
|
5755
|
+
}[] | undefined;
|
|
5756
5756
|
from?: {
|
|
5757
5757
|
id: number;
|
|
5758
5758
|
first_name: string;
|
|
@@ -5768,13 +5768,13 @@ 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
5771
|
success: boolean;
|
|
5772
|
+
error: string;
|
|
5773
5773
|
operation: "delete_message";
|
|
5774
5774
|
ok: boolean;
|
|
5775
5775
|
}, {
|
|
5776
|
-
error: string;
|
|
5777
5776
|
success: boolean;
|
|
5777
|
+
error: string;
|
|
5778
5778
|
operation: "delete_message";
|
|
5779
5779
|
ok: boolean;
|
|
5780
5780
|
}>, z.ZodObject<{
|
|
@@ -5805,8 +5805,8 @@ 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
5808
|
success: boolean;
|
|
5809
|
+
error: string;
|
|
5810
5810
|
operation: "get_me";
|
|
5811
5811
|
ok: boolean;
|
|
5812
5812
|
user?: {
|
|
@@ -5818,8 +5818,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5818
5818
|
language_code?: string | undefined;
|
|
5819
5819
|
} | undefined;
|
|
5820
5820
|
}, {
|
|
5821
|
-
error: string;
|
|
5822
5821
|
success: boolean;
|
|
5822
|
+
error: string;
|
|
5823
5823
|
operation: "get_me";
|
|
5824
5824
|
ok: boolean;
|
|
5825
5825
|
user?: {
|
|
@@ -5843,7 +5843,7 @@ 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: "
|
|
5846
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5847
5847
|
id: number;
|
|
5848
5848
|
description?: string | undefined;
|
|
5849
5849
|
title?: string | undefined;
|
|
@@ -5852,7 +5852,7 @@ 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: "
|
|
5855
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5856
5856
|
id: number;
|
|
5857
5857
|
description?: string | undefined;
|
|
5858
5858
|
title?: string | undefined;
|
|
@@ -5864,12 +5864,12 @@ 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
5867
|
success: boolean;
|
|
5868
|
+
error: string;
|
|
5869
5869
|
operation: "get_chat";
|
|
5870
5870
|
ok: boolean;
|
|
5871
5871
|
chat?: {
|
|
5872
|
-
type: "
|
|
5872
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5873
5873
|
id: number;
|
|
5874
5874
|
description?: string | undefined;
|
|
5875
5875
|
title?: string | undefined;
|
|
@@ -5879,12 +5879,12 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5879
5879
|
invite_link?: string | undefined;
|
|
5880
5880
|
} | undefined;
|
|
5881
5881
|
}, {
|
|
5882
|
-
error: string;
|
|
5883
5882
|
success: boolean;
|
|
5883
|
+
error: string;
|
|
5884
5884
|
operation: "get_chat";
|
|
5885
5885
|
ok: boolean;
|
|
5886
5886
|
chat?: {
|
|
5887
|
-
type: "
|
|
5887
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5888
5888
|
id: number;
|
|
5889
5889
|
description?: string | undefined;
|
|
5890
5890
|
title?: string | undefined;
|
|
@@ -5931,14 +5931,14 @@ 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: "
|
|
5934
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5935
5935
|
id: number;
|
|
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: "
|
|
5941
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5942
5942
|
id: number;
|
|
5943
5943
|
title?: string | undefined;
|
|
5944
5944
|
username?: string | undefined;
|
|
@@ -5953,16 +5953,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5953
5953
|
height: z.ZodNumber;
|
|
5954
5954
|
file_size: z.ZodOptional<z.ZodNumber>;
|
|
5955
5955
|
}, "strip", z.ZodTypeAny, {
|
|
5956
|
-
file_id: string;
|
|
5957
|
-
file_unique_id: string;
|
|
5958
5956
|
width: number;
|
|
5959
5957
|
height: number;
|
|
5960
|
-
file_size?: number | undefined;
|
|
5961
|
-
}, {
|
|
5962
5958
|
file_id: string;
|
|
5963
5959
|
file_unique_id: string;
|
|
5960
|
+
file_size?: number | undefined;
|
|
5961
|
+
}, {
|
|
5964
5962
|
width: number;
|
|
5965
5963
|
height: number;
|
|
5964
|
+
file_id: string;
|
|
5965
|
+
file_unique_id: string;
|
|
5966
5966
|
file_size?: number | undefined;
|
|
5967
5967
|
}>, "many">>;
|
|
5968
5968
|
document: z.ZodOptional<z.ZodObject<{
|
|
@@ -5988,7 +5988,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5988
5988
|
date: number;
|
|
5989
5989
|
message_id: number;
|
|
5990
5990
|
chat: {
|
|
5991
|
-
type: "
|
|
5991
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
5992
5992
|
id: number;
|
|
5993
5993
|
title?: string | undefined;
|
|
5994
5994
|
username?: string | undefined;
|
|
@@ -5996,13 +5996,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
5996
5996
|
last_name?: string | undefined;
|
|
5997
5997
|
};
|
|
5998
5998
|
text?: string | undefined;
|
|
5999
|
-
photo?: {
|
|
6000
|
-
file_id: string;
|
|
6001
|
-
file_unique_id: string;
|
|
6002
|
-
width: number;
|
|
6003
|
-
height: number;
|
|
6004
|
-
file_size?: number | undefined;
|
|
6005
|
-
}[] | undefined;
|
|
6006
5999
|
document?: {
|
|
6007
6000
|
file_id: string;
|
|
6008
6001
|
file_unique_id: string;
|
|
@@ -6010,6 +6003,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6010
6003
|
file_size?: number | undefined;
|
|
6011
6004
|
file_name?: string | undefined;
|
|
6012
6005
|
} | undefined;
|
|
6006
|
+
photo?: {
|
|
6007
|
+
width: number;
|
|
6008
|
+
height: number;
|
|
6009
|
+
file_id: string;
|
|
6010
|
+
file_unique_id: string;
|
|
6011
|
+
file_size?: number | undefined;
|
|
6012
|
+
}[] | undefined;
|
|
6013
6013
|
from?: {
|
|
6014
6014
|
id: number;
|
|
6015
6015
|
first_name: string;
|
|
@@ -6022,7 +6022,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6022
6022
|
date: number;
|
|
6023
6023
|
message_id: number;
|
|
6024
6024
|
chat: {
|
|
6025
|
-
type: "
|
|
6025
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6026
6026
|
id: number;
|
|
6027
6027
|
title?: string | undefined;
|
|
6028
6028
|
username?: string | undefined;
|
|
@@ -6030,13 +6030,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6030
6030
|
last_name?: string | undefined;
|
|
6031
6031
|
};
|
|
6032
6032
|
text?: string | undefined;
|
|
6033
|
-
photo?: {
|
|
6034
|
-
file_id: string;
|
|
6035
|
-
file_unique_id: string;
|
|
6036
|
-
width: number;
|
|
6037
|
-
height: number;
|
|
6038
|
-
file_size?: number | undefined;
|
|
6039
|
-
}[] | undefined;
|
|
6040
6033
|
document?: {
|
|
6041
6034
|
file_id: string;
|
|
6042
6035
|
file_unique_id: string;
|
|
@@ -6044,6 +6037,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6044
6037
|
file_size?: number | undefined;
|
|
6045
6038
|
file_name?: string | undefined;
|
|
6046
6039
|
} | undefined;
|
|
6040
|
+
photo?: {
|
|
6041
|
+
width: number;
|
|
6042
|
+
height: number;
|
|
6043
|
+
file_id: string;
|
|
6044
|
+
file_unique_id: string;
|
|
6045
|
+
file_size?: number | undefined;
|
|
6046
|
+
}[] | undefined;
|
|
6047
6047
|
from?: {
|
|
6048
6048
|
id: number;
|
|
6049
6049
|
first_name: string;
|
|
@@ -6086,14 +6086,14 @@ 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: "
|
|
6089
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6090
6090
|
id: number;
|
|
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: "
|
|
6096
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6097
6097
|
id: number;
|
|
6098
6098
|
title?: string | undefined;
|
|
6099
6099
|
username?: string | undefined;
|
|
@@ -6108,16 +6108,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6108
6108
|
height: z.ZodNumber;
|
|
6109
6109
|
file_size: z.ZodOptional<z.ZodNumber>;
|
|
6110
6110
|
}, "strip", z.ZodTypeAny, {
|
|
6111
|
-
file_id: string;
|
|
6112
|
-
file_unique_id: string;
|
|
6113
6111
|
width: number;
|
|
6114
6112
|
height: number;
|
|
6115
|
-
file_size?: number | undefined;
|
|
6116
|
-
}, {
|
|
6117
6113
|
file_id: string;
|
|
6118
6114
|
file_unique_id: string;
|
|
6115
|
+
file_size?: number | undefined;
|
|
6116
|
+
}, {
|
|
6119
6117
|
width: number;
|
|
6120
6118
|
height: number;
|
|
6119
|
+
file_id: string;
|
|
6120
|
+
file_unique_id: string;
|
|
6121
6121
|
file_size?: number | undefined;
|
|
6122
6122
|
}>, "many">>;
|
|
6123
6123
|
document: z.ZodOptional<z.ZodObject<{
|
|
@@ -6143,7 +6143,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6143
6143
|
date: number;
|
|
6144
6144
|
message_id: number;
|
|
6145
6145
|
chat: {
|
|
6146
|
-
type: "
|
|
6146
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6147
6147
|
id: number;
|
|
6148
6148
|
title?: string | undefined;
|
|
6149
6149
|
username?: string | undefined;
|
|
@@ -6151,13 +6151,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6151
6151
|
last_name?: string | undefined;
|
|
6152
6152
|
};
|
|
6153
6153
|
text?: string | undefined;
|
|
6154
|
-
photo?: {
|
|
6155
|
-
file_id: string;
|
|
6156
|
-
file_unique_id: string;
|
|
6157
|
-
width: number;
|
|
6158
|
-
height: number;
|
|
6159
|
-
file_size?: number | undefined;
|
|
6160
|
-
}[] | undefined;
|
|
6161
6154
|
document?: {
|
|
6162
6155
|
file_id: string;
|
|
6163
6156
|
file_unique_id: string;
|
|
@@ -6165,6 +6158,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6165
6158
|
file_size?: number | undefined;
|
|
6166
6159
|
file_name?: string | undefined;
|
|
6167
6160
|
} | undefined;
|
|
6161
|
+
photo?: {
|
|
6162
|
+
width: number;
|
|
6163
|
+
height: number;
|
|
6164
|
+
file_id: string;
|
|
6165
|
+
file_unique_id: string;
|
|
6166
|
+
file_size?: number | undefined;
|
|
6167
|
+
}[] | undefined;
|
|
6168
6168
|
from?: {
|
|
6169
6169
|
id: number;
|
|
6170
6170
|
first_name: string;
|
|
@@ -6177,7 +6177,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6177
6177
|
date: number;
|
|
6178
6178
|
message_id: number;
|
|
6179
6179
|
chat: {
|
|
6180
|
-
type: "
|
|
6180
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6181
6181
|
id: number;
|
|
6182
6182
|
title?: string | undefined;
|
|
6183
6183
|
username?: string | undefined;
|
|
@@ -6185,13 +6185,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6185
6185
|
last_name?: string | undefined;
|
|
6186
6186
|
};
|
|
6187
6187
|
text?: string | undefined;
|
|
6188
|
-
photo?: {
|
|
6189
|
-
file_id: string;
|
|
6190
|
-
file_unique_id: string;
|
|
6191
|
-
width: number;
|
|
6192
|
-
height: number;
|
|
6193
|
-
file_size?: number | undefined;
|
|
6194
|
-
}[] | undefined;
|
|
6195
6188
|
document?: {
|
|
6196
6189
|
file_id: string;
|
|
6197
6190
|
file_unique_id: string;
|
|
@@ -6199,6 +6192,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6199
6192
|
file_size?: number | undefined;
|
|
6200
6193
|
file_name?: string | undefined;
|
|
6201
6194
|
} | undefined;
|
|
6195
|
+
photo?: {
|
|
6196
|
+
width: number;
|
|
6197
|
+
height: number;
|
|
6198
|
+
file_id: string;
|
|
6199
|
+
file_unique_id: string;
|
|
6200
|
+
file_size?: number | undefined;
|
|
6201
|
+
}[] | undefined;
|
|
6202
6202
|
from?: {
|
|
6203
6203
|
id: number;
|
|
6204
6204
|
first_name: string;
|
|
@@ -6241,14 +6241,14 @@ 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: "
|
|
6244
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6245
6245
|
id: number;
|
|
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: "
|
|
6251
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6252
6252
|
id: number;
|
|
6253
6253
|
title?: string | undefined;
|
|
6254
6254
|
username?: string | undefined;
|
|
@@ -6263,16 +6263,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6263
6263
|
height: z.ZodNumber;
|
|
6264
6264
|
file_size: z.ZodOptional<z.ZodNumber>;
|
|
6265
6265
|
}, "strip", z.ZodTypeAny, {
|
|
6266
|
-
file_id: string;
|
|
6267
|
-
file_unique_id: string;
|
|
6268
6266
|
width: number;
|
|
6269
6267
|
height: number;
|
|
6270
|
-
file_size?: number | undefined;
|
|
6271
|
-
}, {
|
|
6272
6268
|
file_id: string;
|
|
6273
6269
|
file_unique_id: string;
|
|
6270
|
+
file_size?: number | undefined;
|
|
6271
|
+
}, {
|
|
6274
6272
|
width: number;
|
|
6275
6273
|
height: number;
|
|
6274
|
+
file_id: string;
|
|
6275
|
+
file_unique_id: string;
|
|
6276
6276
|
file_size?: number | undefined;
|
|
6277
6277
|
}>, "many">>;
|
|
6278
6278
|
document: z.ZodOptional<z.ZodObject<{
|
|
@@ -6298,7 +6298,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6298
6298
|
date: number;
|
|
6299
6299
|
message_id: number;
|
|
6300
6300
|
chat: {
|
|
6301
|
-
type: "
|
|
6301
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6302
6302
|
id: number;
|
|
6303
6303
|
title?: string | undefined;
|
|
6304
6304
|
username?: string | undefined;
|
|
@@ -6306,13 +6306,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6306
6306
|
last_name?: string | undefined;
|
|
6307
6307
|
};
|
|
6308
6308
|
text?: string | undefined;
|
|
6309
|
-
photo?: {
|
|
6310
|
-
file_id: string;
|
|
6311
|
-
file_unique_id: string;
|
|
6312
|
-
width: number;
|
|
6313
|
-
height: number;
|
|
6314
|
-
file_size?: number | undefined;
|
|
6315
|
-
}[] | undefined;
|
|
6316
6309
|
document?: {
|
|
6317
6310
|
file_id: string;
|
|
6318
6311
|
file_unique_id: string;
|
|
@@ -6320,6 +6313,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6320
6313
|
file_size?: number | undefined;
|
|
6321
6314
|
file_name?: string | undefined;
|
|
6322
6315
|
} | undefined;
|
|
6316
|
+
photo?: {
|
|
6317
|
+
width: number;
|
|
6318
|
+
height: number;
|
|
6319
|
+
file_id: string;
|
|
6320
|
+
file_unique_id: string;
|
|
6321
|
+
file_size?: number | undefined;
|
|
6322
|
+
}[] | undefined;
|
|
6323
6323
|
from?: {
|
|
6324
6324
|
id: number;
|
|
6325
6325
|
first_name: string;
|
|
@@ -6332,7 +6332,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6332
6332
|
date: number;
|
|
6333
6333
|
message_id: number;
|
|
6334
6334
|
chat: {
|
|
6335
|
-
type: "
|
|
6335
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6336
6336
|
id: number;
|
|
6337
6337
|
title?: string | undefined;
|
|
6338
6338
|
username?: string | undefined;
|
|
@@ -6340,13 +6340,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6340
6340
|
last_name?: string | undefined;
|
|
6341
6341
|
};
|
|
6342
6342
|
text?: string | undefined;
|
|
6343
|
-
photo?: {
|
|
6344
|
-
file_id: string;
|
|
6345
|
-
file_unique_id: string;
|
|
6346
|
-
width: number;
|
|
6347
|
-
height: number;
|
|
6348
|
-
file_size?: number | undefined;
|
|
6349
|
-
}[] | undefined;
|
|
6350
6343
|
document?: {
|
|
6351
6344
|
file_id: string;
|
|
6352
6345
|
file_unique_id: string;
|
|
@@ -6354,6 +6347,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6354
6347
|
file_size?: number | undefined;
|
|
6355
6348
|
file_name?: string | undefined;
|
|
6356
6349
|
} | undefined;
|
|
6350
|
+
photo?: {
|
|
6351
|
+
width: number;
|
|
6352
|
+
height: number;
|
|
6353
|
+
file_id: string;
|
|
6354
|
+
file_unique_id: string;
|
|
6355
|
+
file_size?: number | undefined;
|
|
6356
|
+
}[] | undefined;
|
|
6357
6357
|
from?: {
|
|
6358
6358
|
id: number;
|
|
6359
6359
|
first_name: string;
|
|
@@ -6396,14 +6396,14 @@ 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: "
|
|
6399
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6400
6400
|
id: number;
|
|
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: "
|
|
6406
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6407
6407
|
id: number;
|
|
6408
6408
|
title?: string | undefined;
|
|
6409
6409
|
username?: string | undefined;
|
|
@@ -6418,16 +6418,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6418
6418
|
height: z.ZodNumber;
|
|
6419
6419
|
file_size: z.ZodOptional<z.ZodNumber>;
|
|
6420
6420
|
}, "strip", z.ZodTypeAny, {
|
|
6421
|
-
file_id: string;
|
|
6422
|
-
file_unique_id: string;
|
|
6423
6421
|
width: number;
|
|
6424
6422
|
height: number;
|
|
6425
|
-
file_size?: number | undefined;
|
|
6426
|
-
}, {
|
|
6427
6423
|
file_id: string;
|
|
6428
6424
|
file_unique_id: string;
|
|
6425
|
+
file_size?: number | undefined;
|
|
6426
|
+
}, {
|
|
6429
6427
|
width: number;
|
|
6430
6428
|
height: number;
|
|
6429
|
+
file_id: string;
|
|
6430
|
+
file_unique_id: string;
|
|
6431
6431
|
file_size?: number | undefined;
|
|
6432
6432
|
}>, "many">>;
|
|
6433
6433
|
document: z.ZodOptional<z.ZodObject<{
|
|
@@ -6453,7 +6453,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6453
6453
|
date: number;
|
|
6454
6454
|
message_id: number;
|
|
6455
6455
|
chat: {
|
|
6456
|
-
type: "
|
|
6456
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6457
6457
|
id: number;
|
|
6458
6458
|
title?: string | undefined;
|
|
6459
6459
|
username?: string | undefined;
|
|
@@ -6461,13 +6461,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6461
6461
|
last_name?: string | undefined;
|
|
6462
6462
|
};
|
|
6463
6463
|
text?: string | undefined;
|
|
6464
|
-
photo?: {
|
|
6465
|
-
file_id: string;
|
|
6466
|
-
file_unique_id: string;
|
|
6467
|
-
width: number;
|
|
6468
|
-
height: number;
|
|
6469
|
-
file_size?: number | undefined;
|
|
6470
|
-
}[] | undefined;
|
|
6471
6464
|
document?: {
|
|
6472
6465
|
file_id: string;
|
|
6473
6466
|
file_unique_id: string;
|
|
@@ -6475,6 +6468,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6475
6468
|
file_size?: number | undefined;
|
|
6476
6469
|
file_name?: string | undefined;
|
|
6477
6470
|
} | undefined;
|
|
6471
|
+
photo?: {
|
|
6472
|
+
width: number;
|
|
6473
|
+
height: number;
|
|
6474
|
+
file_id: string;
|
|
6475
|
+
file_unique_id: string;
|
|
6476
|
+
file_size?: number | undefined;
|
|
6477
|
+
}[] | undefined;
|
|
6478
6478
|
from?: {
|
|
6479
6479
|
id: number;
|
|
6480
6480
|
first_name: string;
|
|
@@ -6487,7 +6487,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6487
6487
|
date: number;
|
|
6488
6488
|
message_id: number;
|
|
6489
6489
|
chat: {
|
|
6490
|
-
type: "
|
|
6490
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6491
6491
|
id: number;
|
|
6492
6492
|
title?: string | undefined;
|
|
6493
6493
|
username?: string | undefined;
|
|
@@ -6495,13 +6495,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6495
6495
|
last_name?: string | undefined;
|
|
6496
6496
|
};
|
|
6497
6497
|
text?: string | undefined;
|
|
6498
|
-
photo?: {
|
|
6499
|
-
file_id: string;
|
|
6500
|
-
file_unique_id: string;
|
|
6501
|
-
width: number;
|
|
6502
|
-
height: number;
|
|
6503
|
-
file_size?: number | undefined;
|
|
6504
|
-
}[] | undefined;
|
|
6505
6498
|
document?: {
|
|
6506
6499
|
file_id: string;
|
|
6507
6500
|
file_unique_id: string;
|
|
@@ -6509,6 +6502,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6509
6502
|
file_size?: number | undefined;
|
|
6510
6503
|
file_name?: string | undefined;
|
|
6511
6504
|
} | undefined;
|
|
6505
|
+
photo?: {
|
|
6506
|
+
width: number;
|
|
6507
|
+
height: number;
|
|
6508
|
+
file_id: string;
|
|
6509
|
+
file_unique_id: string;
|
|
6510
|
+
file_size?: number | undefined;
|
|
6511
|
+
}[] | undefined;
|
|
6512
6512
|
from?: {
|
|
6513
6513
|
id: number;
|
|
6514
6514
|
first_name: string;
|
|
@@ -6575,14 +6575,14 @@ 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: "
|
|
6578
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6579
6579
|
id: number;
|
|
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: "
|
|
6585
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6586
6586
|
id: number;
|
|
6587
6587
|
title?: string | undefined;
|
|
6588
6588
|
username?: string | undefined;
|
|
@@ -6597,16 +6597,16 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6597
6597
|
height: z.ZodNumber;
|
|
6598
6598
|
file_size: z.ZodOptional<z.ZodNumber>;
|
|
6599
6599
|
}, "strip", z.ZodTypeAny, {
|
|
6600
|
-
file_id: string;
|
|
6601
|
-
file_unique_id: string;
|
|
6602
6600
|
width: number;
|
|
6603
6601
|
height: number;
|
|
6604
|
-
file_size?: number | undefined;
|
|
6605
|
-
}, {
|
|
6606
6602
|
file_id: string;
|
|
6607
6603
|
file_unique_id: string;
|
|
6604
|
+
file_size?: number | undefined;
|
|
6605
|
+
}, {
|
|
6608
6606
|
width: number;
|
|
6609
6607
|
height: number;
|
|
6608
|
+
file_id: string;
|
|
6609
|
+
file_unique_id: string;
|
|
6610
6610
|
file_size?: number | undefined;
|
|
6611
6611
|
}>, "many">>;
|
|
6612
6612
|
document: z.ZodOptional<z.ZodObject<{
|
|
@@ -6632,7 +6632,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6632
6632
|
date: number;
|
|
6633
6633
|
message_id: number;
|
|
6634
6634
|
chat: {
|
|
6635
|
-
type: "
|
|
6635
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6636
6636
|
id: number;
|
|
6637
6637
|
title?: string | undefined;
|
|
6638
6638
|
username?: string | undefined;
|
|
@@ -6640,13 +6640,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6640
6640
|
last_name?: string | undefined;
|
|
6641
6641
|
};
|
|
6642
6642
|
text?: string | undefined;
|
|
6643
|
-
photo?: {
|
|
6644
|
-
file_id: string;
|
|
6645
|
-
file_unique_id: string;
|
|
6646
|
-
width: number;
|
|
6647
|
-
height: number;
|
|
6648
|
-
file_size?: number | undefined;
|
|
6649
|
-
}[] | undefined;
|
|
6650
6643
|
document?: {
|
|
6651
6644
|
file_id: string;
|
|
6652
6645
|
file_unique_id: string;
|
|
@@ -6654,6 +6647,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6654
6647
|
file_size?: number | undefined;
|
|
6655
6648
|
file_name?: string | undefined;
|
|
6656
6649
|
} | undefined;
|
|
6650
|
+
photo?: {
|
|
6651
|
+
width: number;
|
|
6652
|
+
height: number;
|
|
6653
|
+
file_id: string;
|
|
6654
|
+
file_unique_id: string;
|
|
6655
|
+
file_size?: number | undefined;
|
|
6656
|
+
}[] | undefined;
|
|
6657
6657
|
from?: {
|
|
6658
6658
|
id: number;
|
|
6659
6659
|
first_name: string;
|
|
@@ -6666,7 +6666,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6666
6666
|
date: number;
|
|
6667
6667
|
message_id: number;
|
|
6668
6668
|
chat: {
|
|
6669
|
-
type: "
|
|
6669
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6670
6670
|
id: number;
|
|
6671
6671
|
title?: string | undefined;
|
|
6672
6672
|
username?: string | undefined;
|
|
@@ -6674,13 +6674,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6674
6674
|
last_name?: string | undefined;
|
|
6675
6675
|
};
|
|
6676
6676
|
text?: string | undefined;
|
|
6677
|
-
photo?: {
|
|
6678
|
-
file_id: string;
|
|
6679
|
-
file_unique_id: string;
|
|
6680
|
-
width: number;
|
|
6681
|
-
height: number;
|
|
6682
|
-
file_size?: number | undefined;
|
|
6683
|
-
}[] | undefined;
|
|
6684
6677
|
document?: {
|
|
6685
6678
|
file_id: string;
|
|
6686
6679
|
file_unique_id: string;
|
|
@@ -6688,6 +6681,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6688
6681
|
file_size?: number | undefined;
|
|
6689
6682
|
file_name?: string | undefined;
|
|
6690
6683
|
} | undefined;
|
|
6684
|
+
photo?: {
|
|
6685
|
+
width: number;
|
|
6686
|
+
height: number;
|
|
6687
|
+
file_id: string;
|
|
6688
|
+
file_unique_id: string;
|
|
6689
|
+
file_size?: number | undefined;
|
|
6690
|
+
}[] | undefined;
|
|
6691
6691
|
from?: {
|
|
6692
6692
|
id: number;
|
|
6693
6693
|
first_name: string;
|
|
@@ -6716,7 +6716,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6716
6716
|
date: number;
|
|
6717
6717
|
message_id: number;
|
|
6718
6718
|
chat: {
|
|
6719
|
-
type: "
|
|
6719
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6720
6720
|
id: number;
|
|
6721
6721
|
title?: string | undefined;
|
|
6722
6722
|
username?: string | undefined;
|
|
@@ -6724,13 +6724,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6724
6724
|
last_name?: string | undefined;
|
|
6725
6725
|
};
|
|
6726
6726
|
text?: string | undefined;
|
|
6727
|
-
photo?: {
|
|
6728
|
-
file_id: string;
|
|
6729
|
-
file_unique_id: string;
|
|
6730
|
-
width: number;
|
|
6731
|
-
height: number;
|
|
6732
|
-
file_size?: number | undefined;
|
|
6733
|
-
}[] | undefined;
|
|
6734
6727
|
document?: {
|
|
6735
6728
|
file_id: string;
|
|
6736
6729
|
file_unique_id: string;
|
|
@@ -6738,6 +6731,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6738
6731
|
file_size?: number | undefined;
|
|
6739
6732
|
file_name?: string | undefined;
|
|
6740
6733
|
} | undefined;
|
|
6734
|
+
photo?: {
|
|
6735
|
+
width: number;
|
|
6736
|
+
height: number;
|
|
6737
|
+
file_id: string;
|
|
6738
|
+
file_unique_id: string;
|
|
6739
|
+
file_size?: number | undefined;
|
|
6740
|
+
}[] | undefined;
|
|
6741
6741
|
from?: {
|
|
6742
6742
|
id: number;
|
|
6743
6743
|
first_name: string;
|
|
@@ -6765,7 +6765,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6765
6765
|
date: number;
|
|
6766
6766
|
message_id: number;
|
|
6767
6767
|
chat: {
|
|
6768
|
-
type: "
|
|
6768
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6769
6769
|
id: number;
|
|
6770
6770
|
title?: string | undefined;
|
|
6771
6771
|
username?: string | undefined;
|
|
@@ -6773,13 +6773,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6773
6773
|
last_name?: string | undefined;
|
|
6774
6774
|
};
|
|
6775
6775
|
text?: string | undefined;
|
|
6776
|
-
photo?: {
|
|
6777
|
-
file_id: string;
|
|
6778
|
-
file_unique_id: string;
|
|
6779
|
-
width: number;
|
|
6780
|
-
height: number;
|
|
6781
|
-
file_size?: number | undefined;
|
|
6782
|
-
}[] | undefined;
|
|
6783
6776
|
document?: {
|
|
6784
6777
|
file_id: string;
|
|
6785
6778
|
file_unique_id: string;
|
|
@@ -6787,6 +6780,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6787
6780
|
file_size?: number | undefined;
|
|
6788
6781
|
file_name?: string | undefined;
|
|
6789
6782
|
} | undefined;
|
|
6783
|
+
photo?: {
|
|
6784
|
+
width: number;
|
|
6785
|
+
height: number;
|
|
6786
|
+
file_id: string;
|
|
6787
|
+
file_unique_id: string;
|
|
6788
|
+
file_size?: number | undefined;
|
|
6789
|
+
}[] | undefined;
|
|
6790
6790
|
from?: {
|
|
6791
6791
|
id: number;
|
|
6792
6792
|
first_name: string;
|
|
@@ -6806,7 +6806,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6806
6806
|
date: number;
|
|
6807
6807
|
message_id: number;
|
|
6808
6808
|
chat: {
|
|
6809
|
-
type: "
|
|
6809
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6810
6810
|
id: number;
|
|
6811
6811
|
title?: string | undefined;
|
|
6812
6812
|
username?: string | undefined;
|
|
@@ -6814,13 +6814,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6814
6814
|
last_name?: string | undefined;
|
|
6815
6815
|
};
|
|
6816
6816
|
text?: string | undefined;
|
|
6817
|
-
photo?: {
|
|
6818
|
-
file_id: string;
|
|
6819
|
-
file_unique_id: string;
|
|
6820
|
-
width: number;
|
|
6821
|
-
height: number;
|
|
6822
|
-
file_size?: number | undefined;
|
|
6823
|
-
}[] | undefined;
|
|
6824
6817
|
document?: {
|
|
6825
6818
|
file_id: string;
|
|
6826
6819
|
file_unique_id: string;
|
|
@@ -6828,6 +6821,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6828
6821
|
file_size?: number | undefined;
|
|
6829
6822
|
file_name?: string | undefined;
|
|
6830
6823
|
} | undefined;
|
|
6824
|
+
photo?: {
|
|
6825
|
+
width: number;
|
|
6826
|
+
height: number;
|
|
6827
|
+
file_id: string;
|
|
6828
|
+
file_unique_id: string;
|
|
6829
|
+
file_size?: number | undefined;
|
|
6830
|
+
}[] | undefined;
|
|
6831
6831
|
from?: {
|
|
6832
6832
|
id: number;
|
|
6833
6833
|
first_name: string;
|
|
@@ -6841,7 +6841,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6841
6841
|
date: number;
|
|
6842
6842
|
message_id: number;
|
|
6843
6843
|
chat: {
|
|
6844
|
-
type: "
|
|
6844
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6845
6845
|
id: number;
|
|
6846
6846
|
title?: string | undefined;
|
|
6847
6847
|
username?: string | undefined;
|
|
@@ -6849,13 +6849,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6849
6849
|
last_name?: string | undefined;
|
|
6850
6850
|
};
|
|
6851
6851
|
text?: string | undefined;
|
|
6852
|
-
photo?: {
|
|
6853
|
-
file_id: string;
|
|
6854
|
-
file_unique_id: string;
|
|
6855
|
-
width: number;
|
|
6856
|
-
height: number;
|
|
6857
|
-
file_size?: number | undefined;
|
|
6858
|
-
}[] | undefined;
|
|
6859
6852
|
document?: {
|
|
6860
6853
|
file_id: string;
|
|
6861
6854
|
file_unique_id: string;
|
|
@@ -6863,6 +6856,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6863
6856
|
file_size?: number | undefined;
|
|
6864
6857
|
file_name?: string | undefined;
|
|
6865
6858
|
} | undefined;
|
|
6859
|
+
photo?: {
|
|
6860
|
+
width: number;
|
|
6861
|
+
height: number;
|
|
6862
|
+
file_id: string;
|
|
6863
|
+
file_unique_id: string;
|
|
6864
|
+
file_size?: number | undefined;
|
|
6865
|
+
}[] | undefined;
|
|
6866
6866
|
from?: {
|
|
6867
6867
|
id: number;
|
|
6868
6868
|
first_name: string;
|
|
@@ -6876,7 +6876,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6876
6876
|
date: number;
|
|
6877
6877
|
message_id: number;
|
|
6878
6878
|
chat: {
|
|
6879
|
-
type: "
|
|
6879
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6880
6880
|
id: number;
|
|
6881
6881
|
title?: string | undefined;
|
|
6882
6882
|
username?: string | undefined;
|
|
@@ -6884,13 +6884,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6884
6884
|
last_name?: string | undefined;
|
|
6885
6885
|
};
|
|
6886
6886
|
text?: string | undefined;
|
|
6887
|
-
photo?: {
|
|
6888
|
-
file_id: string;
|
|
6889
|
-
file_unique_id: string;
|
|
6890
|
-
width: number;
|
|
6891
|
-
height: number;
|
|
6892
|
-
file_size?: number | undefined;
|
|
6893
|
-
}[] | undefined;
|
|
6894
6887
|
document?: {
|
|
6895
6888
|
file_id: string;
|
|
6896
6889
|
file_unique_id: string;
|
|
@@ -6898,6 +6891,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6898
6891
|
file_size?: number | undefined;
|
|
6899
6892
|
file_name?: string | undefined;
|
|
6900
6893
|
} | undefined;
|
|
6894
|
+
photo?: {
|
|
6895
|
+
width: number;
|
|
6896
|
+
height: number;
|
|
6897
|
+
file_id: string;
|
|
6898
|
+
file_unique_id: string;
|
|
6899
|
+
file_size?: number | undefined;
|
|
6900
|
+
}[] | undefined;
|
|
6901
6901
|
from?: {
|
|
6902
6902
|
id: number;
|
|
6903
6903
|
first_name: string;
|
|
@@ -6911,21 +6911,14 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6911
6911
|
date: number;
|
|
6912
6912
|
message_id: number;
|
|
6913
6913
|
chat: {
|
|
6914
|
-
type: "
|
|
6914
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6915
6915
|
id: number;
|
|
6916
6916
|
title?: string | undefined;
|
|
6917
6917
|
username?: string | undefined;
|
|
6918
6918
|
first_name?: string | undefined;
|
|
6919
6919
|
last_name?: string | undefined;
|
|
6920
6920
|
};
|
|
6921
|
-
text?: string | undefined;
|
|
6922
|
-
photo?: {
|
|
6923
|
-
file_id: string;
|
|
6924
|
-
file_unique_id: string;
|
|
6925
|
-
width: number;
|
|
6926
|
-
height: number;
|
|
6927
|
-
file_size?: number | undefined;
|
|
6928
|
-
}[] | undefined;
|
|
6921
|
+
text?: string | undefined;
|
|
6929
6922
|
document?: {
|
|
6930
6923
|
file_id: string;
|
|
6931
6924
|
file_unique_id: string;
|
|
@@ -6933,6 +6926,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6933
6926
|
file_size?: number | undefined;
|
|
6934
6927
|
file_name?: string | undefined;
|
|
6935
6928
|
} | undefined;
|
|
6929
|
+
photo?: {
|
|
6930
|
+
width: number;
|
|
6931
|
+
height: number;
|
|
6932
|
+
file_id: string;
|
|
6933
|
+
file_unique_id: string;
|
|
6934
|
+
file_size?: number | undefined;
|
|
6935
|
+
}[] | undefined;
|
|
6936
6936
|
from?: {
|
|
6937
6937
|
id: number;
|
|
6938
6938
|
first_name: string;
|
|
@@ -6957,7 +6957,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6957
6957
|
date: number;
|
|
6958
6958
|
message_id: number;
|
|
6959
6959
|
chat: {
|
|
6960
|
-
type: "
|
|
6960
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
6961
6961
|
id: number;
|
|
6962
6962
|
title?: string | undefined;
|
|
6963
6963
|
username?: string | undefined;
|
|
@@ -6965,13 +6965,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6965
6965
|
last_name?: string | undefined;
|
|
6966
6966
|
};
|
|
6967
6967
|
text?: string | undefined;
|
|
6968
|
-
photo?: {
|
|
6969
|
-
file_id: string;
|
|
6970
|
-
file_unique_id: string;
|
|
6971
|
-
width: number;
|
|
6972
|
-
height: number;
|
|
6973
|
-
file_size?: number | undefined;
|
|
6974
|
-
}[] | undefined;
|
|
6975
6968
|
document?: {
|
|
6976
6969
|
file_id: string;
|
|
6977
6970
|
file_unique_id: string;
|
|
@@ -6979,6 +6972,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6979
6972
|
file_size?: number | undefined;
|
|
6980
6973
|
file_name?: string | undefined;
|
|
6981
6974
|
} | undefined;
|
|
6975
|
+
photo?: {
|
|
6976
|
+
width: number;
|
|
6977
|
+
height: number;
|
|
6978
|
+
file_id: string;
|
|
6979
|
+
file_unique_id: string;
|
|
6980
|
+
file_size?: number | undefined;
|
|
6981
|
+
}[] | undefined;
|
|
6982
6982
|
from?: {
|
|
6983
6983
|
id: number;
|
|
6984
6984
|
first_name: string;
|
|
@@ -6998,7 +6998,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
6998
6998
|
date: number;
|
|
6999
6999
|
message_id: number;
|
|
7000
7000
|
chat: {
|
|
7001
|
-
type: "
|
|
7001
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
7002
7002
|
id: number;
|
|
7003
7003
|
title?: string | undefined;
|
|
7004
7004
|
username?: string | undefined;
|
|
@@ -7006,13 +7006,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7006
7006
|
last_name?: string | undefined;
|
|
7007
7007
|
};
|
|
7008
7008
|
text?: string | undefined;
|
|
7009
|
-
photo?: {
|
|
7010
|
-
file_id: string;
|
|
7011
|
-
file_unique_id: string;
|
|
7012
|
-
width: number;
|
|
7013
|
-
height: number;
|
|
7014
|
-
file_size?: number | undefined;
|
|
7015
|
-
}[] | undefined;
|
|
7016
7009
|
document?: {
|
|
7017
7010
|
file_id: string;
|
|
7018
7011
|
file_unique_id: string;
|
|
@@ -7020,6 +7013,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7020
7013
|
file_size?: number | undefined;
|
|
7021
7014
|
file_name?: string | undefined;
|
|
7022
7015
|
} | undefined;
|
|
7016
|
+
photo?: {
|
|
7017
|
+
width: number;
|
|
7018
|
+
height: number;
|
|
7019
|
+
file_id: string;
|
|
7020
|
+
file_unique_id: string;
|
|
7021
|
+
file_size?: number | undefined;
|
|
7022
|
+
}[] | undefined;
|
|
7023
7023
|
from?: {
|
|
7024
7024
|
id: number;
|
|
7025
7025
|
first_name: string;
|
|
@@ -7033,7 +7033,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7033
7033
|
date: number;
|
|
7034
7034
|
message_id: number;
|
|
7035
7035
|
chat: {
|
|
7036
|
-
type: "
|
|
7036
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
7037
7037
|
id: number;
|
|
7038
7038
|
title?: string | undefined;
|
|
7039
7039
|
username?: string | undefined;
|
|
@@ -7041,13 +7041,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7041
7041
|
last_name?: string | undefined;
|
|
7042
7042
|
};
|
|
7043
7043
|
text?: string | undefined;
|
|
7044
|
-
photo?: {
|
|
7045
|
-
file_id: string;
|
|
7046
|
-
file_unique_id: string;
|
|
7047
|
-
width: number;
|
|
7048
|
-
height: number;
|
|
7049
|
-
file_size?: number | undefined;
|
|
7050
|
-
}[] | undefined;
|
|
7051
7044
|
document?: {
|
|
7052
7045
|
file_id: string;
|
|
7053
7046
|
file_unique_id: string;
|
|
@@ -7055,6 +7048,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7055
7048
|
file_size?: number | undefined;
|
|
7056
7049
|
file_name?: string | undefined;
|
|
7057
7050
|
} | undefined;
|
|
7051
|
+
photo?: {
|
|
7052
|
+
width: number;
|
|
7053
|
+
height: number;
|
|
7054
|
+
file_id: string;
|
|
7055
|
+
file_unique_id: string;
|
|
7056
|
+
file_size?: number | undefined;
|
|
7057
|
+
}[] | undefined;
|
|
7058
7058
|
from?: {
|
|
7059
7059
|
id: number;
|
|
7060
7060
|
first_name: string;
|
|
@@ -7068,7 +7068,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7068
7068
|
date: number;
|
|
7069
7069
|
message_id: number;
|
|
7070
7070
|
chat: {
|
|
7071
|
-
type: "
|
|
7071
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
7072
7072
|
id: number;
|
|
7073
7073
|
title?: string | undefined;
|
|
7074
7074
|
username?: string | undefined;
|
|
@@ -7076,13 +7076,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7076
7076
|
last_name?: string | undefined;
|
|
7077
7077
|
};
|
|
7078
7078
|
text?: string | undefined;
|
|
7079
|
-
photo?: {
|
|
7080
|
-
file_id: string;
|
|
7081
|
-
file_unique_id: string;
|
|
7082
|
-
width: number;
|
|
7083
|
-
height: number;
|
|
7084
|
-
file_size?: number | undefined;
|
|
7085
|
-
}[] | undefined;
|
|
7086
7079
|
document?: {
|
|
7087
7080
|
file_id: string;
|
|
7088
7081
|
file_unique_id: string;
|
|
@@ -7090,6 +7083,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7090
7083
|
file_size?: number | undefined;
|
|
7091
7084
|
file_name?: string | undefined;
|
|
7092
7085
|
} | undefined;
|
|
7086
|
+
photo?: {
|
|
7087
|
+
width: number;
|
|
7088
|
+
height: number;
|
|
7089
|
+
file_id: string;
|
|
7090
|
+
file_unique_id: string;
|
|
7091
|
+
file_size?: number | undefined;
|
|
7092
|
+
}[] | undefined;
|
|
7093
7093
|
from?: {
|
|
7094
7094
|
id: number;
|
|
7095
7095
|
first_name: string;
|
|
@@ -7103,7 +7103,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7103
7103
|
date: number;
|
|
7104
7104
|
message_id: number;
|
|
7105
7105
|
chat: {
|
|
7106
|
-
type: "
|
|
7106
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
7107
7107
|
id: number;
|
|
7108
7108
|
title?: string | undefined;
|
|
7109
7109
|
username?: string | undefined;
|
|
@@ -7111,13 +7111,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7111
7111
|
last_name?: string | undefined;
|
|
7112
7112
|
};
|
|
7113
7113
|
text?: string | undefined;
|
|
7114
|
-
photo?: {
|
|
7115
|
-
file_id: string;
|
|
7116
|
-
file_unique_id: string;
|
|
7117
|
-
width: number;
|
|
7118
|
-
height: number;
|
|
7119
|
-
file_size?: number | undefined;
|
|
7120
|
-
}[] | undefined;
|
|
7121
7114
|
document?: {
|
|
7122
7115
|
file_id: string;
|
|
7123
7116
|
file_unique_id: string;
|
|
@@ -7125,6 +7118,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7125
7118
|
file_size?: number | undefined;
|
|
7126
7119
|
file_name?: string | undefined;
|
|
7127
7120
|
} | undefined;
|
|
7121
|
+
photo?: {
|
|
7122
|
+
width: number;
|
|
7123
|
+
height: number;
|
|
7124
|
+
file_id: string;
|
|
7125
|
+
file_unique_id: string;
|
|
7126
|
+
file_size?: number | undefined;
|
|
7127
|
+
}[] | undefined;
|
|
7128
7128
|
from?: {
|
|
7129
7129
|
id: number;
|
|
7130
7130
|
first_name: string;
|
|
@@ -7149,7 +7149,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7149
7149
|
date: number;
|
|
7150
7150
|
message_id: number;
|
|
7151
7151
|
chat: {
|
|
7152
|
-
type: "
|
|
7152
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
7153
7153
|
id: number;
|
|
7154
7154
|
title?: string | undefined;
|
|
7155
7155
|
username?: string | undefined;
|
|
@@ -7157,13 +7157,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7157
7157
|
last_name?: string | undefined;
|
|
7158
7158
|
};
|
|
7159
7159
|
text?: string | undefined;
|
|
7160
|
-
photo?: {
|
|
7161
|
-
file_id: string;
|
|
7162
|
-
file_unique_id: string;
|
|
7163
|
-
width: number;
|
|
7164
|
-
height: number;
|
|
7165
|
-
file_size?: number | undefined;
|
|
7166
|
-
}[] | undefined;
|
|
7167
7160
|
document?: {
|
|
7168
7161
|
file_id: string;
|
|
7169
7162
|
file_unique_id: string;
|
|
@@ -7171,6 +7164,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7171
7164
|
file_size?: number | undefined;
|
|
7172
7165
|
file_name?: string | undefined;
|
|
7173
7166
|
} | undefined;
|
|
7167
|
+
photo?: {
|
|
7168
|
+
width: number;
|
|
7169
|
+
height: number;
|
|
7170
|
+
file_id: string;
|
|
7171
|
+
file_unique_id: string;
|
|
7172
|
+
file_size?: number | undefined;
|
|
7173
|
+
}[] | undefined;
|
|
7174
7174
|
from?: {
|
|
7175
7175
|
id: number;
|
|
7176
7176
|
first_name: string;
|
|
@@ -7188,8 +7188,8 @@ 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
7191
|
success: boolean;
|
|
7192
|
+
error: string;
|
|
7193
7193
|
operation: "get_updates";
|
|
7194
7194
|
ok: boolean;
|
|
7195
7195
|
updates?: {
|
|
@@ -7198,7 +7198,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7198
7198
|
date: number;
|
|
7199
7199
|
message_id: number;
|
|
7200
7200
|
chat: {
|
|
7201
|
-
type: "
|
|
7201
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
7202
7202
|
id: number;
|
|
7203
7203
|
title?: string | undefined;
|
|
7204
7204
|
username?: string | undefined;
|
|
@@ -7206,13 +7206,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7206
7206
|
last_name?: string | undefined;
|
|
7207
7207
|
};
|
|
7208
7208
|
text?: string | undefined;
|
|
7209
|
-
photo?: {
|
|
7210
|
-
file_id: string;
|
|
7211
|
-
file_unique_id: string;
|
|
7212
|
-
width: number;
|
|
7213
|
-
height: number;
|
|
7214
|
-
file_size?: number | undefined;
|
|
7215
|
-
}[] | undefined;
|
|
7216
7209
|
document?: {
|
|
7217
7210
|
file_id: string;
|
|
7218
7211
|
file_unique_id: string;
|
|
@@ -7220,6 +7213,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7220
7213
|
file_size?: number | undefined;
|
|
7221
7214
|
file_name?: string | undefined;
|
|
7222
7215
|
} | undefined;
|
|
7216
|
+
photo?: {
|
|
7217
|
+
width: number;
|
|
7218
|
+
height: number;
|
|
7219
|
+
file_id: string;
|
|
7220
|
+
file_unique_id: string;
|
|
7221
|
+
file_size?: number | undefined;
|
|
7222
|
+
}[] | undefined;
|
|
7223
7223
|
from?: {
|
|
7224
7224
|
id: number;
|
|
7225
7225
|
first_name: string;
|
|
@@ -7233,7 +7233,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7233
7233
|
date: number;
|
|
7234
7234
|
message_id: number;
|
|
7235
7235
|
chat: {
|
|
7236
|
-
type: "
|
|
7236
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
7237
7237
|
id: number;
|
|
7238
7238
|
title?: string | undefined;
|
|
7239
7239
|
username?: string | undefined;
|
|
@@ -7241,13 +7241,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7241
7241
|
last_name?: string | undefined;
|
|
7242
7242
|
};
|
|
7243
7243
|
text?: string | undefined;
|
|
7244
|
-
photo?: {
|
|
7245
|
-
file_id: string;
|
|
7246
|
-
file_unique_id: string;
|
|
7247
|
-
width: number;
|
|
7248
|
-
height: number;
|
|
7249
|
-
file_size?: number | undefined;
|
|
7250
|
-
}[] | undefined;
|
|
7251
7244
|
document?: {
|
|
7252
7245
|
file_id: string;
|
|
7253
7246
|
file_unique_id: string;
|
|
@@ -7255,6 +7248,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7255
7248
|
file_size?: number | undefined;
|
|
7256
7249
|
file_name?: string | undefined;
|
|
7257
7250
|
} | undefined;
|
|
7251
|
+
photo?: {
|
|
7252
|
+
width: number;
|
|
7253
|
+
height: number;
|
|
7254
|
+
file_id: string;
|
|
7255
|
+
file_unique_id: string;
|
|
7256
|
+
file_size?: number | undefined;
|
|
7257
|
+
}[] | undefined;
|
|
7258
7258
|
from?: {
|
|
7259
7259
|
id: number;
|
|
7260
7260
|
first_name: string;
|
|
@@ -7268,7 +7268,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7268
7268
|
date: number;
|
|
7269
7269
|
message_id: number;
|
|
7270
7270
|
chat: {
|
|
7271
|
-
type: "
|
|
7271
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
7272
7272
|
id: number;
|
|
7273
7273
|
title?: string | undefined;
|
|
7274
7274
|
username?: string | undefined;
|
|
@@ -7276,13 +7276,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7276
7276
|
last_name?: string | undefined;
|
|
7277
7277
|
};
|
|
7278
7278
|
text?: string | undefined;
|
|
7279
|
-
photo?: {
|
|
7280
|
-
file_id: string;
|
|
7281
|
-
file_unique_id: string;
|
|
7282
|
-
width: number;
|
|
7283
|
-
height: number;
|
|
7284
|
-
file_size?: number | undefined;
|
|
7285
|
-
}[] | undefined;
|
|
7286
7279
|
document?: {
|
|
7287
7280
|
file_id: string;
|
|
7288
7281
|
file_unique_id: string;
|
|
@@ -7290,6 +7283,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7290
7283
|
file_size?: number | undefined;
|
|
7291
7284
|
file_name?: string | undefined;
|
|
7292
7285
|
} | undefined;
|
|
7286
|
+
photo?: {
|
|
7287
|
+
width: number;
|
|
7288
|
+
height: number;
|
|
7289
|
+
file_id: string;
|
|
7290
|
+
file_unique_id: string;
|
|
7291
|
+
file_size?: number | undefined;
|
|
7292
|
+
}[] | undefined;
|
|
7293
7293
|
from?: {
|
|
7294
7294
|
id: number;
|
|
7295
7295
|
first_name: string;
|
|
@@ -7303,7 +7303,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7303
7303
|
date: number;
|
|
7304
7304
|
message_id: number;
|
|
7305
7305
|
chat: {
|
|
7306
|
-
type: "
|
|
7306
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
7307
7307
|
id: number;
|
|
7308
7308
|
title?: string | undefined;
|
|
7309
7309
|
username?: string | undefined;
|
|
@@ -7311,13 +7311,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7311
7311
|
last_name?: string | undefined;
|
|
7312
7312
|
};
|
|
7313
7313
|
text?: string | undefined;
|
|
7314
|
-
photo?: {
|
|
7315
|
-
file_id: string;
|
|
7316
|
-
file_unique_id: string;
|
|
7317
|
-
width: number;
|
|
7318
|
-
height: number;
|
|
7319
|
-
file_size?: number | undefined;
|
|
7320
|
-
}[] | undefined;
|
|
7321
7314
|
document?: {
|
|
7322
7315
|
file_id: string;
|
|
7323
7316
|
file_unique_id: string;
|
|
@@ -7325,6 +7318,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7325
7318
|
file_size?: number | undefined;
|
|
7326
7319
|
file_name?: string | undefined;
|
|
7327
7320
|
} | undefined;
|
|
7321
|
+
photo?: {
|
|
7322
|
+
width: number;
|
|
7323
|
+
height: number;
|
|
7324
|
+
file_id: string;
|
|
7325
|
+
file_unique_id: string;
|
|
7326
|
+
file_size?: number | undefined;
|
|
7327
|
+
}[] | undefined;
|
|
7328
7328
|
from?: {
|
|
7329
7329
|
id: number;
|
|
7330
7330
|
first_name: string;
|
|
@@ -7349,7 +7349,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7349
7349
|
date: number;
|
|
7350
7350
|
message_id: number;
|
|
7351
7351
|
chat: {
|
|
7352
|
-
type: "
|
|
7352
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
7353
7353
|
id: number;
|
|
7354
7354
|
title?: string | undefined;
|
|
7355
7355
|
username?: string | undefined;
|
|
@@ -7357,13 +7357,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7357
7357
|
last_name?: string | undefined;
|
|
7358
7358
|
};
|
|
7359
7359
|
text?: string | undefined;
|
|
7360
|
-
photo?: {
|
|
7361
|
-
file_id: string;
|
|
7362
|
-
file_unique_id: string;
|
|
7363
|
-
width: number;
|
|
7364
|
-
height: number;
|
|
7365
|
-
file_size?: number | undefined;
|
|
7366
|
-
}[] | undefined;
|
|
7367
7360
|
document?: {
|
|
7368
7361
|
file_id: string;
|
|
7369
7362
|
file_unique_id: string;
|
|
@@ -7371,6 +7364,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7371
7364
|
file_size?: number | undefined;
|
|
7372
7365
|
file_name?: string | undefined;
|
|
7373
7366
|
} | undefined;
|
|
7367
|
+
photo?: {
|
|
7368
|
+
width: number;
|
|
7369
|
+
height: number;
|
|
7370
|
+
file_id: string;
|
|
7371
|
+
file_unique_id: string;
|
|
7372
|
+
file_size?: number | undefined;
|
|
7373
|
+
}[] | undefined;
|
|
7374
7374
|
from?: {
|
|
7375
7375
|
id: number;
|
|
7376
7376
|
first_name: string;
|
|
@@ -7386,8 +7386,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7386
7386
|
} | undefined;
|
|
7387
7387
|
}[] | undefined;
|
|
7388
7388
|
}, {
|
|
7389
|
-
error: string;
|
|
7390
7389
|
success: boolean;
|
|
7390
|
+
error: string;
|
|
7391
7391
|
operation: "get_updates";
|
|
7392
7392
|
ok: boolean;
|
|
7393
7393
|
updates?: {
|
|
@@ -7396,7 +7396,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7396
7396
|
date: number;
|
|
7397
7397
|
message_id: number;
|
|
7398
7398
|
chat: {
|
|
7399
|
-
type: "
|
|
7399
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
7400
7400
|
id: number;
|
|
7401
7401
|
title?: string | undefined;
|
|
7402
7402
|
username?: string | undefined;
|
|
@@ -7404,13 +7404,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7404
7404
|
last_name?: string | undefined;
|
|
7405
7405
|
};
|
|
7406
7406
|
text?: string | undefined;
|
|
7407
|
-
photo?: {
|
|
7408
|
-
file_id: string;
|
|
7409
|
-
file_unique_id: string;
|
|
7410
|
-
width: number;
|
|
7411
|
-
height: number;
|
|
7412
|
-
file_size?: number | undefined;
|
|
7413
|
-
}[] | undefined;
|
|
7414
7407
|
document?: {
|
|
7415
7408
|
file_id: string;
|
|
7416
7409
|
file_unique_id: string;
|
|
@@ -7418,6 +7411,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7418
7411
|
file_size?: number | undefined;
|
|
7419
7412
|
file_name?: string | undefined;
|
|
7420
7413
|
} | undefined;
|
|
7414
|
+
photo?: {
|
|
7415
|
+
width: number;
|
|
7416
|
+
height: number;
|
|
7417
|
+
file_id: string;
|
|
7418
|
+
file_unique_id: string;
|
|
7419
|
+
file_size?: number | undefined;
|
|
7420
|
+
}[] | undefined;
|
|
7421
7421
|
from?: {
|
|
7422
7422
|
id: number;
|
|
7423
7423
|
first_name: string;
|
|
@@ -7431,7 +7431,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7431
7431
|
date: number;
|
|
7432
7432
|
message_id: number;
|
|
7433
7433
|
chat: {
|
|
7434
|
-
type: "
|
|
7434
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
7435
7435
|
id: number;
|
|
7436
7436
|
title?: string | undefined;
|
|
7437
7437
|
username?: string | undefined;
|
|
@@ -7439,13 +7439,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7439
7439
|
last_name?: string | undefined;
|
|
7440
7440
|
};
|
|
7441
7441
|
text?: string | undefined;
|
|
7442
|
-
photo?: {
|
|
7443
|
-
file_id: string;
|
|
7444
|
-
file_unique_id: string;
|
|
7445
|
-
width: number;
|
|
7446
|
-
height: number;
|
|
7447
|
-
file_size?: number | undefined;
|
|
7448
|
-
}[] | undefined;
|
|
7449
7442
|
document?: {
|
|
7450
7443
|
file_id: string;
|
|
7451
7444
|
file_unique_id: string;
|
|
@@ -7453,6 +7446,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7453
7446
|
file_size?: number | undefined;
|
|
7454
7447
|
file_name?: string | undefined;
|
|
7455
7448
|
} | undefined;
|
|
7449
|
+
photo?: {
|
|
7450
|
+
width: number;
|
|
7451
|
+
height: number;
|
|
7452
|
+
file_id: string;
|
|
7453
|
+
file_unique_id: string;
|
|
7454
|
+
file_size?: number | undefined;
|
|
7455
|
+
}[] | undefined;
|
|
7456
7456
|
from?: {
|
|
7457
7457
|
id: number;
|
|
7458
7458
|
first_name: string;
|
|
@@ -7466,7 +7466,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7466
7466
|
date: number;
|
|
7467
7467
|
message_id: number;
|
|
7468
7468
|
chat: {
|
|
7469
|
-
type: "
|
|
7469
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
7470
7470
|
id: number;
|
|
7471
7471
|
title?: string | undefined;
|
|
7472
7472
|
username?: string | undefined;
|
|
@@ -7474,13 +7474,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7474
7474
|
last_name?: string | undefined;
|
|
7475
7475
|
};
|
|
7476
7476
|
text?: string | undefined;
|
|
7477
|
-
photo?: {
|
|
7478
|
-
file_id: string;
|
|
7479
|
-
file_unique_id: string;
|
|
7480
|
-
width: number;
|
|
7481
|
-
height: number;
|
|
7482
|
-
file_size?: number | undefined;
|
|
7483
|
-
}[] | undefined;
|
|
7484
7477
|
document?: {
|
|
7485
7478
|
file_id: string;
|
|
7486
7479
|
file_unique_id: string;
|
|
@@ -7488,6 +7481,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7488
7481
|
file_size?: number | undefined;
|
|
7489
7482
|
file_name?: string | undefined;
|
|
7490
7483
|
} | undefined;
|
|
7484
|
+
photo?: {
|
|
7485
|
+
width: number;
|
|
7486
|
+
height: number;
|
|
7487
|
+
file_id: string;
|
|
7488
|
+
file_unique_id: string;
|
|
7489
|
+
file_size?: number | undefined;
|
|
7490
|
+
}[] | undefined;
|
|
7491
7491
|
from?: {
|
|
7492
7492
|
id: number;
|
|
7493
7493
|
first_name: string;
|
|
@@ -7501,7 +7501,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7501
7501
|
date: number;
|
|
7502
7502
|
message_id: number;
|
|
7503
7503
|
chat: {
|
|
7504
|
-
type: "
|
|
7504
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
7505
7505
|
id: number;
|
|
7506
7506
|
title?: string | undefined;
|
|
7507
7507
|
username?: string | undefined;
|
|
@@ -7509,13 +7509,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7509
7509
|
last_name?: string | undefined;
|
|
7510
7510
|
};
|
|
7511
7511
|
text?: string | undefined;
|
|
7512
|
-
photo?: {
|
|
7513
|
-
file_id: string;
|
|
7514
|
-
file_unique_id: string;
|
|
7515
|
-
width: number;
|
|
7516
|
-
height: number;
|
|
7517
|
-
file_size?: number | undefined;
|
|
7518
|
-
}[] | undefined;
|
|
7519
7512
|
document?: {
|
|
7520
7513
|
file_id: string;
|
|
7521
7514
|
file_unique_id: string;
|
|
@@ -7523,6 +7516,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7523
7516
|
file_size?: number | undefined;
|
|
7524
7517
|
file_name?: string | undefined;
|
|
7525
7518
|
} | undefined;
|
|
7519
|
+
photo?: {
|
|
7520
|
+
width: number;
|
|
7521
|
+
height: number;
|
|
7522
|
+
file_id: string;
|
|
7523
|
+
file_unique_id: string;
|
|
7524
|
+
file_size?: number | undefined;
|
|
7525
|
+
}[] | undefined;
|
|
7526
7526
|
from?: {
|
|
7527
7527
|
id: number;
|
|
7528
7528
|
first_name: string;
|
|
@@ -7547,7 +7547,7 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7547
7547
|
date: number;
|
|
7548
7548
|
message_id: number;
|
|
7549
7549
|
chat: {
|
|
7550
|
-
type: "
|
|
7550
|
+
type: "private" | "channel" | "group" | "supergroup";
|
|
7551
7551
|
id: number;
|
|
7552
7552
|
title?: string | undefined;
|
|
7553
7553
|
username?: string | undefined;
|
|
@@ -7555,13 +7555,6 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7555
7555
|
last_name?: string | undefined;
|
|
7556
7556
|
};
|
|
7557
7557
|
text?: string | undefined;
|
|
7558
|
-
photo?: {
|
|
7559
|
-
file_id: string;
|
|
7560
|
-
file_unique_id: string;
|
|
7561
|
-
width: number;
|
|
7562
|
-
height: number;
|
|
7563
|
-
file_size?: number | undefined;
|
|
7564
|
-
}[] | undefined;
|
|
7565
7558
|
document?: {
|
|
7566
7559
|
file_id: string;
|
|
7567
7560
|
file_unique_id: string;
|
|
@@ -7569,6 +7562,13 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
7569
7562
|
file_size?: number | undefined;
|
|
7570
7563
|
file_name?: string | undefined;
|
|
7571
7564
|
} | undefined;
|
|
7565
|
+
photo?: {
|
|
7566
|
+
width: number;
|
|
7567
|
+
height: number;
|
|
7568
|
+
file_id: string;
|
|
7569
|
+
file_unique_id: string;
|
|
7570
|
+
file_size?: number | undefined;
|
|
7571
|
+
}[] | undefined;
|
|
7572
7572
|
from?: {
|
|
7573
7573
|
id: number;
|
|
7574
7574
|
first_name: string;
|
|
@@ -7589,13 +7589,13 @@ 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
7592
|
success: boolean;
|
|
7593
|
+
error: string;
|
|
7594
7594
|
operation: "send_chat_action";
|
|
7595
7595
|
ok: boolean;
|
|
7596
7596
|
}, {
|
|
7597
|
-
error: string;
|
|
7598
7597
|
success: boolean;
|
|
7598
|
+
error: string;
|
|
7599
7599
|
operation: "send_chat_action";
|
|
7600
7600
|
ok: boolean;
|
|
7601
7601
|
}>, z.ZodObject<{
|
|
@@ -7604,13 +7604,13 @@ 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
7607
|
success: boolean;
|
|
7608
|
+
error: string;
|
|
7609
7609
|
operation: "set_message_reaction";
|
|
7610
7610
|
ok: boolean;
|
|
7611
7611
|
}, {
|
|
7612
|
-
error: string;
|
|
7613
7612
|
success: boolean;
|
|
7613
|
+
error: string;
|
|
7614
7614
|
operation: "set_message_reaction";
|
|
7615
7615
|
ok: boolean;
|
|
7616
7616
|
}>, z.ZodObject<{
|
|
@@ -7619,13 +7619,13 @@ 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
7622
|
success: boolean;
|
|
7623
|
+
error: string;
|
|
7624
7624
|
operation: "set_webhook";
|
|
7625
7625
|
ok: boolean;
|
|
7626
7626
|
}, {
|
|
7627
|
-
error: string;
|
|
7628
7627
|
success: boolean;
|
|
7628
|
+
error: string;
|
|
7629
7629
|
operation: "set_webhook";
|
|
7630
7630
|
ok: boolean;
|
|
7631
7631
|
}>, z.ZodObject<{
|
|
@@ -7634,13 +7634,13 @@ 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
7637
|
success: boolean;
|
|
7638
|
+
error: string;
|
|
7639
7639
|
operation: "delete_webhook";
|
|
7640
7640
|
ok: boolean;
|
|
7641
7641
|
}, {
|
|
7642
|
-
error: string;
|
|
7643
7642
|
success: boolean;
|
|
7643
|
+
error: string;
|
|
7644
7644
|
operation: "delete_webhook";
|
|
7645
7645
|
ok: boolean;
|
|
7646
7646
|
}>, z.ZodObject<{
|
|
@@ -7680,8 +7680,8 @@ 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
7683
|
success: boolean;
|
|
7684
|
+
error: string;
|
|
7685
7685
|
operation: "get_webhook_info";
|
|
7686
7686
|
ok: boolean;
|
|
7687
7687
|
webhook_info?: {
|
|
@@ -7696,8 +7696,8 @@ 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
7699
|
success: boolean;
|
|
7700
|
+
error: string;
|
|
7701
7701
|
operation: "get_webhook_info";
|
|
7702
7702
|
ok: boolean;
|
|
7703
7703
|
webhook_info?: {
|