@mobilon-dev/chotto 0.3.86 → 0.3.87
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/chotto.css +1 -1
- package/dist/components/1_atoms/ButtonContextMenu/ButtonContextMenu.vue2.js +15 -13
- package/dist/components/1_atoms/ContactContextMenu/ContactContextMenu.vue2.js +4 -2
- package/dist/components/1_atoms/ContextMenu/ContextMenu.vue.js +43 -39
- package/dist/components/1_atoms/EmojiGlyph/EmojiGlyph.vue.js +7 -5
- package/dist/components/1_atoms/LoadingIndicator/LoadingIndicator.vue.js +19 -18
- package/dist/components/1_atoms/Tooltip/Tooltip.vue.js +2 -2
- package/dist/components/1_atoms/Tooltip/Tooltip.vue2.js +83 -72
- package/dist/components/2_blocks/FeedSearch/FeedSearch.vue2.js +11 -10
- package/dist/components/2_chatinput_elements/ButtonCommandsSelector/ButtonCommandsSelector.vue2.js +4 -2
- package/dist/components/2_chatinput_elements/ButtonEmojiPicker/ButtonEmojiPicker.vue2.js +18 -16
- package/dist/components/2_chatinput_elements/ButtonTemplateSelector/ButtonTemplateSelector.vue2.js +16 -14
- package/dist/components/2_chatinput_elements/ButtonWabaTemplateSelector/ButtonWabaTemplateSelector.vue.js +4 -2
- package/dist/components/2_chatinput_elements/FilePreview/FilePreview.vue2.js +4 -2
- package/dist/components/2_chatinput_elements/FileUploader/FileUploader.vue2.js +4 -2
- package/dist/components/2_chatinput_elements/StickerPicker/StickerPicker.vue2.js +4 -2
- package/dist/components/2_chatinput_elements/TemplateSelector/TemplateSelector.vue.js +4 -2
- package/dist/components/2_chatinput_elements/TextFormatToolbar/TextFormatToolbar.vue2.js +4 -3
- package/dist/components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue2.js +4 -2
- package/dist/components/2_chatlist_elements/ChatItem/ChatItem.vue2.js +3 -2
- package/dist/components/2_elements/AudioRecorder/AudioRecorder.vue2.js +4 -2
- package/dist/components/2_elements/ChannelSelector/ChannelSelector.vue.js +3 -2
- package/dist/components/2_elements/ThemeMode/ThemeMode.vue.js +7 -5
- package/dist/components/2_elements/VideoRecorder/VideoRecorder.vue2.js +4 -2
- package/dist/components/2_feed_elements/AudioMessage/AudioMessage.vue.js +1 -1
- package/dist/components/2_feed_elements/AudioMessage/AudioMessage.vue2.js +387 -340
- package/dist/components/2_feed_elements/BaseEditMessage/BaseEditMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/BaseEditMessage/BaseEditMessage.vue2.js +34 -0
- package/dist/components/2_feed_elements/CallMessage/CallMessage.vue.js +2 -2
- package/dist/components/2_feed_elements/CallMessage/CallMessage.vue2.js +388 -352
- package/dist/components/2_feed_elements/DeletedMessageContent/DeletedMessageContent.vue.js +7 -0
- package/dist/components/2_feed_elements/DeletedMessageContent/DeletedMessageContent.vue2.js +63 -0
- package/dist/components/2_feed_elements/DeletedMessageContent/icons/DeletedMessageIcon.vue.js +21 -0
- package/dist/components/2_feed_elements/EditTextMessage/EditTextMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/EditTextMessage/EditTextMessage.vue2.js +35 -0
- package/dist/components/2_feed_elements/FileMessage/FileMessage.vue.js +2 -2
- package/dist/components/2_feed_elements/FileMessage/FileMessage.vue2.js +204 -157
- package/dist/components/2_feed_elements/ImageMessage/ImageMessage.vue.js +3 -3
- package/dist/components/2_feed_elements/ImageMessage/ImageMessage.vue2.js +273 -226
- package/dist/components/2_feed_elements/MessageKeyboard/MessageKeyboard.vue2.js +9 -7
- package/dist/components/2_feed_elements/MessageReactions/MessageReactions.vue.js +2 -2
- package/dist/components/2_feed_elements/MessageReactions/MessageReactions.vue2.js +141 -117
- package/dist/components/2_feed_elements/MessageReactions/icons/DeleteIcon.vue.js +32 -0
- package/dist/components/2_feed_elements/MessageReactions/icons/EditIcon.vue.js +32 -0
- package/dist/components/2_feed_elements/MessageReactions/icons/MessageActionsIcon.vue.js +21 -0
- package/dist/components/2_feed_elements/MissedCallMessage/MissedCallMessage.vue.js +4 -4
- package/dist/components/2_feed_elements/MissedCallMessage/MissedCallMessage.vue2.js +102 -66
- package/dist/components/2_feed_elements/ReplyAudioMessage/ReplyAudioMessage.vue2.js +11 -9
- package/dist/components/2_feed_elements/ReplyFileMessage/ReplyFileMessage.vue2.js +14 -12
- package/dist/components/2_feed_elements/ReplyImageMessage/ReplyImageMessage.vue2.js +11 -9
- package/dist/components/2_feed_elements/ReplyStickerMessage/ReplyStickerMessage.vue2.js +13 -11
- package/dist/components/2_feed_elements/ReplyTextMessage/ReplyTextMessage.vue2.js +11 -9
- package/dist/components/2_feed_elements/ReplyVideoMessage/ReplyVideoMessage.vue2.js +4 -2
- package/dist/components/2_feed_elements/StickerMessage/StickerMessage.vue.js +2 -2
- package/dist/components/2_feed_elements/StickerMessage/StickerMessage.vue2.js +255 -210
- package/dist/components/2_feed_elements/TextMessage/TextMessage.vue.js +1 -1
- package/dist/components/2_feed_elements/TextMessage/TextMessage.vue2.js +241 -140
- package/dist/components/2_feed_elements/VideoMessage/VideoMessage.vue.js +3 -3
- package/dist/components/2_feed_elements/VideoMessage/VideoMessage.vue2.js +245 -200
- package/dist/components/2_modals/ConfirmDeleteMessage/ConfirmDeleteMessage.vue.js +7 -0
- package/dist/components/2_modals/ConfirmDeleteMessage/ConfirmDeleteMessage.vue3.js +58 -0
- package/dist/components/3_compounds/ChatInput/ChatInput.vue.js +2 -2
- package/dist/components/3_compounds/ChatInput/ChatInput.vue2.js +5 -4
- package/dist/components/3_compounds/ChatList/ChatListHeader.vue.js +8 -8
- package/dist/components/3_compounds/ChatList/icons/LogoIcon.vue.js +12 -13
- package/dist/components/3_compounds/Feed/Feed.vue.js +2 -2
- package/dist/components/3_compounds/Feed/Feed.vue2.js +187 -163
- package/dist/components/3_compounds/Feed/composables/useFeedComponents.js +41 -26
- package/dist/components/3_compounds/Feed/composables/useFeedReply.js +16 -11
- package/dist/components/3_compounds/Feed/utils/getDefaultMessageMenuActions.js +31 -0
- package/dist/hooks/messages/buildEditPayload.js +10 -0
- package/dist/hooks/messages/calculateMessageMenuPosition.js +70 -0
- package/dist/hooks/messages/getDeletedOriginalText.js +26 -0
- package/dist/hooks/messages/getEditTooltipLines.js +28 -0
- package/dist/hooks/messages/useMessageActions.js +94 -19
- package/dist/hooks/messages/useMessageMenuActions.js +18 -0
- package/dist/hooks/messages/useStartEdit.js +30 -0
- package/dist/hooks/messages/useStartReply.js +16 -14
- package/dist/hooks/modals/useConfirmDeleteMessage.js +24 -0
- package/dist/hooks/useMessageDraft.js +46 -66
- package/dist/hooks/validators/messages/messageValidator.js +29 -35
- package/dist/index.js +220 -194
- package/dist/locale/en.js +6 -1
- package/dist/locale/ru.js +6 -1
- package/dist/themes/dark.css +1 -1
- package/dist/themes/default.css +1 -1
- package/dist/themes/glass.css +1 -1
- package/dist/themes/green.css +1 -1
- package/dist/themes/mobilon1.css +1 -1
- package/dist/types/apps/data/messages.d.ts +0 -321
- package/dist/types/components/1_atoms/ContextMenu/ContextMenu.vue.d.ts +0 -2
- package/dist/types/components/1_atoms/ContextMenu/stories/ContextMenu.stories.d.ts +1 -0
- package/dist/types/components/1_atoms/ContextMenu/styles/types.d.ts +18 -0
- package/dist/types/components/1_atoms/LoadingIndicator/styles/types.d.ts +0 -2
- package/dist/types/components/1_atoms/Tooltip/Tooltip.vue.d.ts +12 -1
- package/dist/types/components/2_feed_elements/BaseEditMessage/BaseEditMessage.vue.d.ts +23 -0
- package/dist/types/components/2_feed_elements/BaseEditMessage/stories/BaseEditMessage.stories.d.ts +6 -0
- package/dist/types/components/2_feed_elements/DeletedMessageContent/DeletedMessageContent.vue.d.ts +31 -0
- package/dist/types/components/2_feed_elements/DeletedMessageContent/icons/DeletedMessageIcon.vue.d.ts +2 -0
- package/dist/types/components/2_feed_elements/DeletedMessageContent/styles/types.d.ts +35 -0
- package/dist/types/components/2_feed_elements/EditTextMessage/EditTextMessage.vue.d.ts +13 -0
- package/dist/types/components/2_feed_elements/EditTextMessage/stories/EditTextMessage.stories.d.ts +7 -0
- package/dist/types/components/2_feed_elements/FeedKeyboard/FeedKeyboard.vue.d.ts +1 -1
- package/dist/types/components/2_feed_elements/MessageKeyboard/MessageKeyboard.vue.d.ts +1 -1
- package/dist/types/components/2_feed_elements/MessageReactions/MessageReactions.vue.d.ts +35 -0
- package/dist/types/components/2_feed_elements/MessageReactions/icons/DeleteIcon.vue.d.ts +2 -0
- package/dist/types/components/2_feed_elements/MessageReactions/icons/EditIcon.vue.d.ts +2 -0
- package/dist/types/components/2_feed_elements/MessageReactions/icons/MessageActionsIcon.vue.d.ts +2 -0
- package/dist/types/components/2_feed_elements/TextMessage/TextMessage.vue.d.ts +11 -3
- package/dist/types/components/2_feed_elements/TextMessage/stories/TextMessage.stories.d.ts +1 -0
- package/dist/types/components/2_feed_elements/TextMessage/styles/types.d.ts +22 -0
- package/dist/types/components/2_feed_elements/VideoMessage/stories/VideoMessage.stories.d.ts +2 -2
- package/dist/types/components/2_feed_elements/types/components.d.ts +1 -2
- package/dist/types/components/2_feed_elements/types/messages.d.ts +116 -9
- package/dist/types/components/2_modals/ConfirmDeleteMessage/ConfirmDeleteMessage.vue.d.ts +22 -0
- package/dist/types/components/2_modals/ConfirmDeleteMessage/stories/ConfirmDeleteMessage.stories.d.ts +37 -0
- package/dist/types/components/2_modals/ConfirmDeleteMessage/styles/types.d.ts +97 -0
- package/dist/types/components/3_compounds/ChatInput/types/IInputMessage.d.ts +2 -1
- package/dist/types/components/3_compounds/ChatList/styles/types.d.ts +2 -2
- package/dist/types/components/3_compounds/Feed/Feed.vue.d.ts +20 -3
- package/dist/types/components/3_compounds/Feed/composables/useFeedComponents.d.ts +6 -2
- package/dist/types/components/3_compounds/Feed/composables/useFeedGrouping.d.ts +0 -1
- package/dist/types/components/3_compounds/Feed/composables/useFeedReply.d.ts +7 -1
- package/dist/types/components/3_compounds/Feed/utils/getDefaultMessageMenuActions.d.ts +3 -0
- package/dist/types/components/3_compounds/SideBar/SideBar.vue.d.ts +2 -2
- package/dist/types/components/index.d.ts +4 -0
- package/dist/types/hooks/messages/buildEditPayload.d.ts +7 -0
- package/dist/types/hooks/messages/calculateMessageMenuPosition.d.ts +16 -0
- package/dist/types/hooks/messages/getDeletedOriginalText.d.ts +28 -0
- package/dist/types/hooks/messages/getEditTooltipLines.d.ts +17 -0
- package/dist/types/hooks/messages/index.d.ts +6 -0
- package/dist/types/hooks/messages/useMessageActions.d.ts +33 -39
- package/dist/types/hooks/messages/useMessageMenuActions.d.ts +10 -0
- package/dist/types/hooks/messages/useStartEdit.d.ts +6 -0
- package/dist/types/hooks/modals/index.d.ts +1 -0
- package/dist/types/hooks/modals/useConfirmDeleteMessage.d.ts +2 -0
- package/dist/types/hooks/useMessageDraft.d.ts +10 -1
- package/dist/types/hooks/validators/messages/types.d.ts +0 -6
- package/dist/types/locale/en.d.ts +5 -0
- package/dist/types/locale/ru.d.ts +5 -0
- package/dist/types/main.d.ts +1 -0
- package/package.json +1 -1
|
@@ -15,15 +15,6 @@ export declare const messages: ({
|
|
|
15
15
|
callParticipant: string;
|
|
16
16
|
avatar: string;
|
|
17
17
|
subText: string;
|
|
18
|
-
actions: ({
|
|
19
|
-
action: string;
|
|
20
|
-
title: string;
|
|
21
|
-
disabled?: undefined;
|
|
22
|
-
} | {
|
|
23
|
-
action: string;
|
|
24
|
-
title: string;
|
|
25
|
-
disabled: boolean;
|
|
26
|
-
})[];
|
|
27
18
|
text?: undefined;
|
|
28
19
|
embed?: undefined;
|
|
29
20
|
views?: undefined;
|
|
@@ -65,7 +56,6 @@ export declare const messages: ({
|
|
|
65
56
|
isMissedCall?: undefined;
|
|
66
57
|
callParticipant?: undefined;
|
|
67
58
|
avatar?: undefined;
|
|
68
|
-
actions?: undefined;
|
|
69
59
|
views?: undefined;
|
|
70
60
|
alt?: undefined;
|
|
71
61
|
reply?: undefined;
|
|
@@ -94,15 +84,6 @@ export declare const messages: ({
|
|
|
94
84
|
subText: string;
|
|
95
85
|
header: string;
|
|
96
86
|
messageId: string;
|
|
97
|
-
actions: ({
|
|
98
|
-
action: string;
|
|
99
|
-
title: string;
|
|
100
|
-
icon: string;
|
|
101
|
-
} | {
|
|
102
|
-
action: string;
|
|
103
|
-
title: string;
|
|
104
|
-
icon?: undefined;
|
|
105
|
-
})[];
|
|
106
87
|
position?: undefined;
|
|
107
88
|
time?: undefined;
|
|
108
89
|
url?: undefined;
|
|
@@ -145,7 +126,6 @@ export declare const messages: ({
|
|
|
145
126
|
timestamp?: undefined;
|
|
146
127
|
header?: undefined;
|
|
147
128
|
callParticipant?: undefined;
|
|
148
|
-
actions?: undefined;
|
|
149
129
|
text?: undefined;
|
|
150
130
|
embed?: undefined;
|
|
151
131
|
views?: undefined;
|
|
@@ -176,15 +156,6 @@ export declare const messages: ({
|
|
|
176
156
|
timestamp: string;
|
|
177
157
|
header: string;
|
|
178
158
|
views: number;
|
|
179
|
-
actions: ({
|
|
180
|
-
action: string;
|
|
181
|
-
title: string;
|
|
182
|
-
icon: string;
|
|
183
|
-
} | {
|
|
184
|
-
action: string;
|
|
185
|
-
title: string;
|
|
186
|
-
icon?: undefined;
|
|
187
|
-
})[];
|
|
188
159
|
position?: undefined;
|
|
189
160
|
time?: undefined;
|
|
190
161
|
url?: undefined;
|
|
@@ -222,15 +193,6 @@ export declare const messages: ({
|
|
|
222
193
|
views: number;
|
|
223
194
|
messageId: string;
|
|
224
195
|
status: string;
|
|
225
|
-
actions: ({
|
|
226
|
-
action: string;
|
|
227
|
-
title: string;
|
|
228
|
-
icon: string;
|
|
229
|
-
} | {
|
|
230
|
-
action: string;
|
|
231
|
-
title: string;
|
|
232
|
-
icon?: undefined;
|
|
233
|
-
})[];
|
|
234
196
|
position?: undefined;
|
|
235
197
|
time?: undefined;
|
|
236
198
|
callDuration?: undefined;
|
|
@@ -264,15 +226,6 @@ export declare const messages: ({
|
|
|
264
226
|
direction: string;
|
|
265
227
|
status: string;
|
|
266
228
|
timestamp: string;
|
|
267
|
-
actions: ({
|
|
268
|
-
action: string;
|
|
269
|
-
title: string;
|
|
270
|
-
icon: string;
|
|
271
|
-
} | {
|
|
272
|
-
action: string;
|
|
273
|
-
title: string;
|
|
274
|
-
icon?: undefined;
|
|
275
|
-
})[];
|
|
276
229
|
reply: {
|
|
277
230
|
messageId: string;
|
|
278
231
|
type: string;
|
|
@@ -331,7 +284,6 @@ export declare const messages: ({
|
|
|
331
284
|
callParticipant?: undefined;
|
|
332
285
|
avatar?: undefined;
|
|
333
286
|
subText?: undefined;
|
|
334
|
-
actions?: undefined;
|
|
335
287
|
embed?: undefined;
|
|
336
288
|
views?: undefined;
|
|
337
289
|
alt?: undefined;
|
|
@@ -374,7 +326,6 @@ export declare const messages: ({
|
|
|
374
326
|
callParticipant?: undefined;
|
|
375
327
|
avatar?: undefined;
|
|
376
328
|
subText?: undefined;
|
|
377
|
-
actions?: undefined;
|
|
378
329
|
embed?: undefined;
|
|
379
330
|
views?: undefined;
|
|
380
331
|
alt?: undefined;
|
|
@@ -410,7 +361,6 @@ export declare const messages: ({
|
|
|
410
361
|
callParticipant?: undefined;
|
|
411
362
|
avatar?: undefined;
|
|
412
363
|
subText?: undefined;
|
|
413
|
-
actions?: undefined;
|
|
414
364
|
embed?: undefined;
|
|
415
365
|
views?: undefined;
|
|
416
366
|
alt?: undefined;
|
|
@@ -436,15 +386,6 @@ export declare const messages: ({
|
|
|
436
386
|
direction: string;
|
|
437
387
|
status: string;
|
|
438
388
|
timestamp: string;
|
|
439
|
-
actions: ({
|
|
440
|
-
action: string;
|
|
441
|
-
title: string;
|
|
442
|
-
icon: string;
|
|
443
|
-
} | {
|
|
444
|
-
action: string;
|
|
445
|
-
title: string;
|
|
446
|
-
icon?: undefined;
|
|
447
|
-
})[];
|
|
448
389
|
messageId: string;
|
|
449
390
|
text: string;
|
|
450
391
|
position?: undefined;
|
|
@@ -499,7 +440,6 @@ export declare const messages: ({
|
|
|
499
440
|
callParticipant?: undefined;
|
|
500
441
|
avatar?: undefined;
|
|
501
442
|
subText?: undefined;
|
|
502
|
-
actions?: undefined;
|
|
503
443
|
embed?: undefined;
|
|
504
444
|
views?: undefined;
|
|
505
445
|
alt?: undefined;
|
|
@@ -543,7 +483,6 @@ export declare const messages: ({
|
|
|
543
483
|
callParticipant?: undefined;
|
|
544
484
|
avatar?: undefined;
|
|
545
485
|
subText?: undefined;
|
|
546
|
-
actions?: undefined;
|
|
547
486
|
embed?: undefined;
|
|
548
487
|
views?: undefined;
|
|
549
488
|
alt?: undefined;
|
|
@@ -575,10 +514,6 @@ export declare const messages: ({
|
|
|
575
514
|
html?: undefined;
|
|
576
515
|
};
|
|
577
516
|
messageId: string;
|
|
578
|
-
actions: {
|
|
579
|
-
action: string;
|
|
580
|
-
title: string;
|
|
581
|
-
}[];
|
|
582
517
|
reply: {
|
|
583
518
|
messageId: string;
|
|
584
519
|
type: string;
|
|
@@ -634,7 +569,6 @@ export declare const messages: ({
|
|
|
634
569
|
callParticipant?: undefined;
|
|
635
570
|
avatar?: undefined;
|
|
636
571
|
subText?: undefined;
|
|
637
|
-
actions?: undefined;
|
|
638
572
|
embed?: undefined;
|
|
639
573
|
views?: undefined;
|
|
640
574
|
alt?: undefined;
|
|
@@ -683,7 +617,6 @@ export declare const messages: ({
|
|
|
683
617
|
callParticipant?: undefined;
|
|
684
618
|
avatar?: undefined;
|
|
685
619
|
subText?: undefined;
|
|
686
|
-
actions?: undefined;
|
|
687
620
|
embed?: undefined;
|
|
688
621
|
views?: undefined;
|
|
689
622
|
alt?: undefined;
|
|
@@ -712,15 +645,6 @@ export declare const messages: ({
|
|
|
712
645
|
views: number;
|
|
713
646
|
messageId: string;
|
|
714
647
|
status: string;
|
|
715
|
-
actions: ({
|
|
716
|
-
action: string;
|
|
717
|
-
title: string;
|
|
718
|
-
icon: string;
|
|
719
|
-
} | {
|
|
720
|
-
action: string;
|
|
721
|
-
title: string;
|
|
722
|
-
icon?: undefined;
|
|
723
|
-
})[];
|
|
724
648
|
dialogId?: undefined;
|
|
725
649
|
position?: undefined;
|
|
726
650
|
time?: undefined;
|
|
@@ -756,15 +680,6 @@ export declare const messages: ({
|
|
|
756
680
|
timestamp: string;
|
|
757
681
|
header: string;
|
|
758
682
|
messageId: string;
|
|
759
|
-
actions: ({
|
|
760
|
-
action: string;
|
|
761
|
-
title: string;
|
|
762
|
-
icon: string;
|
|
763
|
-
} | {
|
|
764
|
-
action: string;
|
|
765
|
-
title: string;
|
|
766
|
-
icon?: undefined;
|
|
767
|
-
})[];
|
|
768
683
|
dialogId?: undefined;
|
|
769
684
|
position?: undefined;
|
|
770
685
|
time?: undefined;
|
|
@@ -808,7 +723,6 @@ export declare const messages: ({
|
|
|
808
723
|
callParticipant?: undefined;
|
|
809
724
|
avatar?: undefined;
|
|
810
725
|
subText?: undefined;
|
|
811
|
-
actions?: undefined;
|
|
812
726
|
text?: undefined;
|
|
813
727
|
embed?: undefined;
|
|
814
728
|
views?: undefined;
|
|
@@ -846,7 +760,6 @@ export declare const messages: ({
|
|
|
846
760
|
callParticipant?: undefined;
|
|
847
761
|
avatar?: undefined;
|
|
848
762
|
subText?: undefined;
|
|
849
|
-
actions?: undefined;
|
|
850
763
|
embed?: undefined;
|
|
851
764
|
views?: undefined;
|
|
852
765
|
alt?: undefined;
|
|
@@ -874,10 +787,6 @@ export declare const messages: ({
|
|
|
874
787
|
status: string;
|
|
875
788
|
messageId: string;
|
|
876
789
|
timestamp: string;
|
|
877
|
-
actions: {
|
|
878
|
-
action: string;
|
|
879
|
-
title: string;
|
|
880
|
-
}[];
|
|
881
790
|
header: string;
|
|
882
791
|
text: string;
|
|
883
792
|
dialogId?: undefined;
|
|
@@ -923,7 +832,6 @@ export declare const messages: ({
|
|
|
923
832
|
callParticipant?: undefined;
|
|
924
833
|
avatar?: undefined;
|
|
925
834
|
subText?: undefined;
|
|
926
|
-
actions?: undefined;
|
|
927
835
|
embed?: undefined;
|
|
928
836
|
views?: undefined;
|
|
929
837
|
alt?: undefined;
|
|
@@ -957,10 +865,6 @@ export declare const messages: ({
|
|
|
957
865
|
html?: undefined;
|
|
958
866
|
};
|
|
959
867
|
header: string;
|
|
960
|
-
actions: {
|
|
961
|
-
action: string;
|
|
962
|
-
title: string;
|
|
963
|
-
}[];
|
|
964
868
|
dialogId?: undefined;
|
|
965
869
|
position?: undefined;
|
|
966
870
|
time?: undefined;
|
|
@@ -996,10 +900,6 @@ export declare const messages: ({
|
|
|
996
900
|
subText: string;
|
|
997
901
|
timestamp: string;
|
|
998
902
|
header: string;
|
|
999
|
-
actions: {
|
|
1000
|
-
action: string;
|
|
1001
|
-
title: string;
|
|
1002
|
-
}[];
|
|
1003
903
|
dialogId?: undefined;
|
|
1004
904
|
position?: undefined;
|
|
1005
905
|
time?: undefined;
|
|
@@ -1045,7 +945,6 @@ export declare const messages: ({
|
|
|
1045
945
|
isMissedCall?: undefined;
|
|
1046
946
|
callParticipant?: undefined;
|
|
1047
947
|
avatar?: undefined;
|
|
1048
|
-
actions?: undefined;
|
|
1049
948
|
embed?: undefined;
|
|
1050
949
|
views?: undefined;
|
|
1051
950
|
reply?: undefined;
|
|
@@ -1081,7 +980,6 @@ export declare const messages: ({
|
|
|
1081
980
|
callParticipant?: undefined;
|
|
1082
981
|
avatar?: undefined;
|
|
1083
982
|
subText?: undefined;
|
|
1084
|
-
actions?: undefined;
|
|
1085
983
|
embed?: undefined;
|
|
1086
984
|
views?: undefined;
|
|
1087
985
|
alt?: undefined;
|
|
@@ -1118,7 +1016,6 @@ export declare const messages: ({
|
|
|
1118
1016
|
callParticipant?: undefined;
|
|
1119
1017
|
avatar?: undefined;
|
|
1120
1018
|
subText?: undefined;
|
|
1121
|
-
actions?: undefined;
|
|
1122
1019
|
text?: undefined;
|
|
1123
1020
|
embed?: undefined;
|
|
1124
1021
|
views?: undefined;
|
|
@@ -1160,7 +1057,6 @@ export declare const messages: ({
|
|
|
1160
1057
|
callParticipant?: undefined;
|
|
1161
1058
|
avatar?: undefined;
|
|
1162
1059
|
subText?: undefined;
|
|
1163
|
-
actions?: undefined;
|
|
1164
1060
|
embed?: undefined;
|
|
1165
1061
|
views?: undefined;
|
|
1166
1062
|
alt?: undefined;
|
|
@@ -1196,7 +1092,6 @@ export declare const messages: ({
|
|
|
1196
1092
|
callParticipant?: undefined;
|
|
1197
1093
|
avatar?: undefined;
|
|
1198
1094
|
subText?: undefined;
|
|
1199
|
-
actions?: undefined;
|
|
1200
1095
|
embed?: undefined;
|
|
1201
1096
|
views?: undefined;
|
|
1202
1097
|
alt?: undefined;
|
|
@@ -1234,7 +1129,6 @@ export declare const messages: ({
|
|
|
1234
1129
|
callParticipant?: undefined;
|
|
1235
1130
|
avatar?: undefined;
|
|
1236
1131
|
subText?: undefined;
|
|
1237
|
-
actions?: undefined;
|
|
1238
1132
|
embed?: undefined;
|
|
1239
1133
|
views?: undefined;
|
|
1240
1134
|
reply?: undefined;
|
|
@@ -1260,10 +1154,6 @@ export declare const messages: ({
|
|
|
1260
1154
|
direction: string;
|
|
1261
1155
|
status: string;
|
|
1262
1156
|
timestamp: string;
|
|
1263
|
-
actions: {
|
|
1264
|
-
action: string;
|
|
1265
|
-
title: string;
|
|
1266
|
-
}[];
|
|
1267
1157
|
text: string;
|
|
1268
1158
|
dialogId?: undefined;
|
|
1269
1159
|
position?: undefined;
|
|
@@ -1300,10 +1190,6 @@ export declare const messages: ({
|
|
|
1300
1190
|
direction: string;
|
|
1301
1191
|
status: string;
|
|
1302
1192
|
timestamp: string;
|
|
1303
|
-
actions: {
|
|
1304
|
-
action: string;
|
|
1305
|
-
title: string;
|
|
1306
|
-
}[];
|
|
1307
1193
|
text: string;
|
|
1308
1194
|
keyboard: {
|
|
1309
1195
|
key: string;
|
|
@@ -1348,15 +1234,6 @@ export declare const messages: ({
|
|
|
1348
1234
|
subText: string;
|
|
1349
1235
|
header: string;
|
|
1350
1236
|
avatar: string;
|
|
1351
|
-
actions: ({
|
|
1352
|
-
action: string;
|
|
1353
|
-
title: string;
|
|
1354
|
-
icon: string;
|
|
1355
|
-
} | {
|
|
1356
|
-
action: string;
|
|
1357
|
-
title: string;
|
|
1358
|
-
icon?: undefined;
|
|
1359
|
-
})[];
|
|
1360
1237
|
position?: undefined;
|
|
1361
1238
|
time?: undefined;
|
|
1362
1239
|
url?: undefined;
|
|
@@ -1381,43 +1258,6 @@ export declare const messages: ({
|
|
|
1381
1258
|
duration?: undefined;
|
|
1382
1259
|
autoRemove?: undefined;
|
|
1383
1260
|
tooltipText?: undefined;
|
|
1384
|
-
} | {
|
|
1385
|
-
chatId: number;
|
|
1386
|
-
dialogId: string;
|
|
1387
|
-
messageId: string;
|
|
1388
|
-
type: string;
|
|
1389
|
-
text: string;
|
|
1390
|
-
direction: string;
|
|
1391
|
-
status: string;
|
|
1392
|
-
subText: string;
|
|
1393
|
-
avatar: string;
|
|
1394
|
-
timestamp: string;
|
|
1395
|
-
header: string;
|
|
1396
|
-
position?: undefined;
|
|
1397
|
-
time?: undefined;
|
|
1398
|
-
url?: undefined;
|
|
1399
|
-
callDuration?: undefined;
|
|
1400
|
-
isMissedCall?: undefined;
|
|
1401
|
-
callParticipant?: undefined;
|
|
1402
|
-
actions?: undefined;
|
|
1403
|
-
embed?: undefined;
|
|
1404
|
-
views?: undefined;
|
|
1405
|
-
alt?: undefined;
|
|
1406
|
-
reply?: undefined;
|
|
1407
|
-
filename?: undefined;
|
|
1408
|
-
transcript?: undefined;
|
|
1409
|
-
linkPreview?: undefined;
|
|
1410
|
-
keyboard?: undefined;
|
|
1411
|
-
reactions?: undefined;
|
|
1412
|
-
statusMsg?: undefined;
|
|
1413
|
-
backgroundColor?: undefined;
|
|
1414
|
-
hasMessengerAccount?: undefined;
|
|
1415
|
-
callAttemptDuration?: undefined;
|
|
1416
|
-
recordUrl?: undefined;
|
|
1417
|
-
summary?: undefined;
|
|
1418
|
-
duration?: undefined;
|
|
1419
|
-
autoRemove?: undefined;
|
|
1420
|
-
tooltipText?: undefined;
|
|
1421
1261
|
} | {
|
|
1422
1262
|
chatId: number;
|
|
1423
1263
|
dialogId: string;
|
|
@@ -1437,7 +1277,6 @@ export declare const messages: ({
|
|
|
1437
1277
|
callDuration?: undefined;
|
|
1438
1278
|
isMissedCall?: undefined;
|
|
1439
1279
|
callParticipant?: undefined;
|
|
1440
|
-
actions?: undefined;
|
|
1441
1280
|
embed?: undefined;
|
|
1442
1281
|
views?: undefined;
|
|
1443
1282
|
alt?: undefined;
|
|
@@ -1489,7 +1328,6 @@ export declare const messages: ({
|
|
|
1489
1328
|
callDuration?: undefined;
|
|
1490
1329
|
isMissedCall?: undefined;
|
|
1491
1330
|
callParticipant?: undefined;
|
|
1492
|
-
actions?: undefined;
|
|
1493
1331
|
embed?: undefined;
|
|
1494
1332
|
views?: undefined;
|
|
1495
1333
|
alt?: undefined;
|
|
@@ -1536,7 +1374,6 @@ export declare const messages: ({
|
|
|
1536
1374
|
callDuration?: undefined;
|
|
1537
1375
|
isMissedCall?: undefined;
|
|
1538
1376
|
callParticipant?: undefined;
|
|
1539
|
-
actions?: undefined;
|
|
1540
1377
|
embed?: undefined;
|
|
1541
1378
|
views?: undefined;
|
|
1542
1379
|
alt?: undefined;
|
|
@@ -1575,7 +1412,6 @@ export declare const messages: ({
|
|
|
1575
1412
|
callDuration?: undefined;
|
|
1576
1413
|
isMissedCall?: undefined;
|
|
1577
1414
|
callParticipant?: undefined;
|
|
1578
|
-
actions?: undefined;
|
|
1579
1415
|
views?: undefined;
|
|
1580
1416
|
alt?: undefined;
|
|
1581
1417
|
reply?: undefined;
|
|
@@ -1626,7 +1462,6 @@ export declare const messages: ({
|
|
|
1626
1462
|
callDuration?: undefined;
|
|
1627
1463
|
isMissedCall?: undefined;
|
|
1628
1464
|
callParticipant?: undefined;
|
|
1629
|
-
actions?: undefined;
|
|
1630
1465
|
views?: undefined;
|
|
1631
1466
|
alt?: undefined;
|
|
1632
1467
|
reply?: undefined;
|
|
@@ -1662,7 +1497,6 @@ export declare const messages: ({
|
|
|
1662
1497
|
callDuration?: undefined;
|
|
1663
1498
|
isMissedCall?: undefined;
|
|
1664
1499
|
callParticipant?: undefined;
|
|
1665
|
-
actions?: undefined;
|
|
1666
1500
|
embed?: undefined;
|
|
1667
1501
|
views?: undefined;
|
|
1668
1502
|
alt?: undefined;
|
|
@@ -1698,7 +1532,6 @@ export declare const messages: ({
|
|
|
1698
1532
|
callDuration?: undefined;
|
|
1699
1533
|
isMissedCall?: undefined;
|
|
1700
1534
|
callParticipant?: undefined;
|
|
1701
|
-
actions?: undefined;
|
|
1702
1535
|
text?: undefined;
|
|
1703
1536
|
embed?: undefined;
|
|
1704
1537
|
views?: undefined;
|
|
@@ -1743,7 +1576,6 @@ export declare const messages: ({
|
|
|
1743
1576
|
callDuration?: undefined;
|
|
1744
1577
|
isMissedCall?: undefined;
|
|
1745
1578
|
callParticipant?: undefined;
|
|
1746
|
-
actions?: undefined;
|
|
1747
1579
|
embed?: undefined;
|
|
1748
1580
|
views?: undefined;
|
|
1749
1581
|
alt?: undefined;
|
|
@@ -1779,7 +1611,6 @@ export declare const messages: ({
|
|
|
1779
1611
|
callDuration?: undefined;
|
|
1780
1612
|
isMissedCall?: undefined;
|
|
1781
1613
|
callParticipant?: undefined;
|
|
1782
|
-
actions?: undefined;
|
|
1783
1614
|
embed?: undefined;
|
|
1784
1615
|
views?: undefined;
|
|
1785
1616
|
reply?: undefined;
|
|
@@ -1826,7 +1657,6 @@ export declare const messages: ({
|
|
|
1826
1657
|
callDuration?: undefined;
|
|
1827
1658
|
isMissedCall?: undefined;
|
|
1828
1659
|
callParticipant?: undefined;
|
|
1829
|
-
actions?: undefined;
|
|
1830
1660
|
embed?: undefined;
|
|
1831
1661
|
views?: undefined;
|
|
1832
1662
|
alt?: undefined;
|
|
@@ -1862,7 +1692,6 @@ export declare const messages: ({
|
|
|
1862
1692
|
callDuration?: undefined;
|
|
1863
1693
|
isMissedCall?: undefined;
|
|
1864
1694
|
callParticipant?: undefined;
|
|
1865
|
-
actions?: undefined;
|
|
1866
1695
|
text?: undefined;
|
|
1867
1696
|
embed?: undefined;
|
|
1868
1697
|
views?: undefined;
|
|
@@ -1911,7 +1740,6 @@ export declare const messages: ({
|
|
|
1911
1740
|
callDuration?: undefined;
|
|
1912
1741
|
isMissedCall?: undefined;
|
|
1913
1742
|
callParticipant?: undefined;
|
|
1914
|
-
actions?: undefined;
|
|
1915
1743
|
text?: undefined;
|
|
1916
1744
|
embed?: undefined;
|
|
1917
1745
|
views?: undefined;
|
|
@@ -1940,15 +1768,6 @@ export declare const messages: ({
|
|
|
1940
1768
|
timestamp: string;
|
|
1941
1769
|
header: string;
|
|
1942
1770
|
avatar: string;
|
|
1943
|
-
actions: ({
|
|
1944
|
-
title: string;
|
|
1945
|
-
action: string;
|
|
1946
|
-
disabled?: undefined;
|
|
1947
|
-
} | {
|
|
1948
|
-
title: string;
|
|
1949
|
-
disabled: boolean;
|
|
1950
|
-
action: string;
|
|
1951
|
-
})[];
|
|
1952
1771
|
position?: undefined;
|
|
1953
1772
|
time?: undefined;
|
|
1954
1773
|
callDuration?: undefined;
|
|
@@ -1996,15 +1815,6 @@ export declare const messages: ({
|
|
|
1996
1815
|
mode: string;
|
|
1997
1816
|
};
|
|
1998
1817
|
};
|
|
1999
|
-
actions: ({
|
|
2000
|
-
title: string;
|
|
2001
|
-
action: string;
|
|
2002
|
-
disabled?: undefined;
|
|
2003
|
-
} | {
|
|
2004
|
-
title: string;
|
|
2005
|
-
disabled: boolean;
|
|
2006
|
-
action: string;
|
|
2007
|
-
})[];
|
|
2008
1818
|
position?: undefined;
|
|
2009
1819
|
time?: undefined;
|
|
2010
1820
|
callDuration?: undefined;
|
|
@@ -2047,7 +1857,6 @@ export declare const messages: ({
|
|
|
2047
1857
|
callDuration?: undefined;
|
|
2048
1858
|
isMissedCall?: undefined;
|
|
2049
1859
|
callParticipant?: undefined;
|
|
2050
|
-
actions?: undefined;
|
|
2051
1860
|
embed?: undefined;
|
|
2052
1861
|
views?: undefined;
|
|
2053
1862
|
alt?: undefined;
|
|
@@ -2085,7 +1894,6 @@ export declare const messages: ({
|
|
|
2085
1894
|
callDuration?: undefined;
|
|
2086
1895
|
isMissedCall?: undefined;
|
|
2087
1896
|
callParticipant?: undefined;
|
|
2088
|
-
actions?: undefined;
|
|
2089
1897
|
embed?: undefined;
|
|
2090
1898
|
views?: undefined;
|
|
2091
1899
|
alt?: undefined;
|
|
@@ -2116,15 +1924,6 @@ export declare const messages: ({
|
|
|
2116
1924
|
header: string;
|
|
2117
1925
|
subText: string;
|
|
2118
1926
|
callParticipant: string;
|
|
2119
|
-
actions: ({
|
|
2120
|
-
action: string;
|
|
2121
|
-
title: string;
|
|
2122
|
-
disabled?: undefined;
|
|
2123
|
-
} | {
|
|
2124
|
-
action: string;
|
|
2125
|
-
title: string;
|
|
2126
|
-
disabled: boolean;
|
|
2127
|
-
})[];
|
|
2128
1927
|
position?: undefined;
|
|
2129
1928
|
time?: undefined;
|
|
2130
1929
|
avatar?: undefined;
|
|
@@ -2165,7 +1964,6 @@ export declare const messages: ({
|
|
|
2165
1964
|
url?: undefined;
|
|
2166
1965
|
callDuration?: undefined;
|
|
2167
1966
|
avatar?: undefined;
|
|
2168
|
-
actions?: undefined;
|
|
2169
1967
|
text?: undefined;
|
|
2170
1968
|
embed?: undefined;
|
|
2171
1969
|
views?: undefined;
|
|
@@ -2203,7 +2001,6 @@ export declare const messages: ({
|
|
|
2203
2001
|
isMissedCall?: undefined;
|
|
2204
2002
|
callParticipant?: undefined;
|
|
2205
2003
|
avatar?: undefined;
|
|
2206
|
-
actions?: undefined;
|
|
2207
2004
|
embed?: undefined;
|
|
2208
2005
|
views?: undefined;
|
|
2209
2006
|
alt?: undefined;
|
|
@@ -2235,15 +2032,6 @@ export declare const messages: ({
|
|
|
2235
2032
|
header: string;
|
|
2236
2033
|
subText: string;
|
|
2237
2034
|
callParticipant: string;
|
|
2238
|
-
actions: ({
|
|
2239
|
-
action: string;
|
|
2240
|
-
title: string;
|
|
2241
|
-
disabled?: undefined;
|
|
2242
|
-
} | {
|
|
2243
|
-
action: string;
|
|
2244
|
-
title: string;
|
|
2245
|
-
disabled: boolean;
|
|
2246
|
-
})[];
|
|
2247
2035
|
position?: undefined;
|
|
2248
2036
|
callDuration?: undefined;
|
|
2249
2037
|
avatar?: undefined;
|
|
@@ -2288,10 +2076,6 @@ export declare const messages: ({
|
|
|
2288
2076
|
html: string;
|
|
2289
2077
|
};
|
|
2290
2078
|
transcript: string;
|
|
2291
|
-
actions: {
|
|
2292
|
-
action: string;
|
|
2293
|
-
title: string;
|
|
2294
|
-
}[];
|
|
2295
2079
|
avatar?: undefined;
|
|
2296
2080
|
text?: undefined;
|
|
2297
2081
|
embed?: undefined;
|
|
@@ -2336,7 +2120,6 @@ export declare const messages: ({
|
|
|
2336
2120
|
html: string;
|
|
2337
2121
|
};
|
|
2338
2122
|
avatar?: undefined;
|
|
2339
|
-
actions?: undefined;
|
|
2340
2123
|
text?: undefined;
|
|
2341
2124
|
embed?: undefined;
|
|
2342
2125
|
views?: undefined;
|
|
@@ -2371,7 +2154,6 @@ export declare const messages: ({
|
|
|
2371
2154
|
callParticipant: string;
|
|
2372
2155
|
recordUrl: string;
|
|
2373
2156
|
avatar?: undefined;
|
|
2374
|
-
actions?: undefined;
|
|
2375
2157
|
text?: undefined;
|
|
2376
2158
|
embed?: undefined;
|
|
2377
2159
|
views?: undefined;
|
|
@@ -2417,7 +2199,6 @@ export declare const messages: ({
|
|
|
2417
2199
|
isMissedCall?: undefined;
|
|
2418
2200
|
callParticipant?: undefined;
|
|
2419
2201
|
avatar?: undefined;
|
|
2420
|
-
actions?: undefined;
|
|
2421
2202
|
text?: undefined;
|
|
2422
2203
|
embed?: undefined;
|
|
2423
2204
|
views?: undefined;
|
|
@@ -2461,7 +2242,6 @@ export declare const messages: ({
|
|
|
2461
2242
|
isMissedCall?: undefined;
|
|
2462
2243
|
callParticipant?: undefined;
|
|
2463
2244
|
avatar?: undefined;
|
|
2464
|
-
actions?: undefined;
|
|
2465
2245
|
text?: undefined;
|
|
2466
2246
|
embed?: undefined;
|
|
2467
2247
|
views?: undefined;
|
|
@@ -2495,7 +2275,6 @@ export declare const messages: ({
|
|
|
2495
2275
|
isMissedCall?: undefined;
|
|
2496
2276
|
callParticipant?: undefined;
|
|
2497
2277
|
avatar?: undefined;
|
|
2498
|
-
actions?: undefined;
|
|
2499
2278
|
text?: undefined;
|
|
2500
2279
|
embed?: undefined;
|
|
2501
2280
|
views?: undefined;
|
|
@@ -2515,43 +2294,6 @@ export declare const messages: ({
|
|
|
2515
2294
|
duration?: undefined;
|
|
2516
2295
|
autoRemove?: undefined;
|
|
2517
2296
|
tooltipText?: undefined;
|
|
2518
|
-
} | {
|
|
2519
|
-
chatId: number;
|
|
2520
|
-
dialogId: string;
|
|
2521
|
-
type: string;
|
|
2522
|
-
text: string;
|
|
2523
|
-
direction: string;
|
|
2524
|
-
status: string;
|
|
2525
|
-
timestamp: string;
|
|
2526
|
-
header: string;
|
|
2527
|
-
subText: string;
|
|
2528
|
-
messageId: string;
|
|
2529
|
-
position?: undefined;
|
|
2530
|
-
time?: undefined;
|
|
2531
|
-
url?: undefined;
|
|
2532
|
-
callDuration?: undefined;
|
|
2533
|
-
isMissedCall?: undefined;
|
|
2534
|
-
callParticipant?: undefined;
|
|
2535
|
-
avatar?: undefined;
|
|
2536
|
-
actions?: undefined;
|
|
2537
|
-
embed?: undefined;
|
|
2538
|
-
views?: undefined;
|
|
2539
|
-
alt?: undefined;
|
|
2540
|
-
reply?: undefined;
|
|
2541
|
-
filename?: undefined;
|
|
2542
|
-
transcript?: undefined;
|
|
2543
|
-
linkPreview?: undefined;
|
|
2544
|
-
keyboard?: undefined;
|
|
2545
|
-
reactions?: undefined;
|
|
2546
|
-
statusMsg?: undefined;
|
|
2547
|
-
backgroundColor?: undefined;
|
|
2548
|
-
hasMessengerAccount?: undefined;
|
|
2549
|
-
callAttemptDuration?: undefined;
|
|
2550
|
-
recordUrl?: undefined;
|
|
2551
|
-
summary?: undefined;
|
|
2552
|
-
duration?: undefined;
|
|
2553
|
-
autoRemove?: undefined;
|
|
2554
|
-
tooltipText?: undefined;
|
|
2555
2297
|
} | {
|
|
2556
2298
|
chatId: number;
|
|
2557
2299
|
dialogId: string;
|
|
@@ -2571,7 +2313,6 @@ export declare const messages: ({
|
|
|
2571
2313
|
isMissedCall?: undefined;
|
|
2572
2314
|
callParticipant?: undefined;
|
|
2573
2315
|
avatar?: undefined;
|
|
2574
|
-
actions?: undefined;
|
|
2575
2316
|
embed?: undefined;
|
|
2576
2317
|
views?: undefined;
|
|
2577
2318
|
reply?: undefined;
|
|
@@ -2609,7 +2350,6 @@ export declare const messages: ({
|
|
|
2609
2350
|
callDuration?: undefined;
|
|
2610
2351
|
isMissedCall?: undefined;
|
|
2611
2352
|
callParticipant?: undefined;
|
|
2612
|
-
actions?: undefined;
|
|
2613
2353
|
text?: undefined;
|
|
2614
2354
|
embed?: undefined;
|
|
2615
2355
|
views?: undefined;
|
|
@@ -2647,7 +2387,6 @@ export declare const messages: ({
|
|
|
2647
2387
|
callDuration?: undefined;
|
|
2648
2388
|
isMissedCall?: undefined;
|
|
2649
2389
|
callParticipant?: undefined;
|
|
2650
|
-
actions?: undefined;
|
|
2651
2390
|
embed?: undefined;
|
|
2652
2391
|
views?: undefined;
|
|
2653
2392
|
reply?: undefined;
|
|
@@ -2683,7 +2422,6 @@ export declare const messages: ({
|
|
|
2683
2422
|
callDuration?: undefined;
|
|
2684
2423
|
isMissedCall?: undefined;
|
|
2685
2424
|
callParticipant?: undefined;
|
|
2686
|
-
actions?: undefined;
|
|
2687
2425
|
text?: undefined;
|
|
2688
2426
|
embed?: undefined;
|
|
2689
2427
|
views?: undefined;
|
|
@@ -2719,7 +2457,6 @@ export declare const messages: ({
|
|
|
2719
2457
|
callDuration?: undefined;
|
|
2720
2458
|
isMissedCall?: undefined;
|
|
2721
2459
|
callParticipant?: undefined;
|
|
2722
|
-
actions?: undefined;
|
|
2723
2460
|
text?: undefined;
|
|
2724
2461
|
embed?: undefined;
|
|
2725
2462
|
views?: undefined;
|
|
@@ -2756,7 +2493,6 @@ export declare const messages: ({
|
|
|
2756
2493
|
callParticipant?: undefined;
|
|
2757
2494
|
avatar?: undefined;
|
|
2758
2495
|
subText?: undefined;
|
|
2759
|
-
actions?: undefined;
|
|
2760
2496
|
embed?: undefined;
|
|
2761
2497
|
views?: undefined;
|
|
2762
2498
|
alt?: undefined;
|
|
@@ -2793,7 +2529,6 @@ export declare const messages: ({
|
|
|
2793
2529
|
callParticipant?: undefined;
|
|
2794
2530
|
avatar?: undefined;
|
|
2795
2531
|
subText?: undefined;
|
|
2796
|
-
actions?: undefined;
|
|
2797
2532
|
embed?: undefined;
|
|
2798
2533
|
views?: undefined;
|
|
2799
2534
|
alt?: undefined;
|
|
@@ -2829,7 +2564,6 @@ export declare const messages: ({
|
|
|
2829
2564
|
callDuration?: undefined;
|
|
2830
2565
|
isMissedCall?: undefined;
|
|
2831
2566
|
callParticipant?: undefined;
|
|
2832
|
-
actions?: undefined;
|
|
2833
2567
|
embed?: undefined;
|
|
2834
2568
|
views?: undefined;
|
|
2835
2569
|
alt?: undefined;
|
|
@@ -2863,15 +2597,6 @@ export declare const messages: ({
|
|
|
2863
2597
|
subText: string;
|
|
2864
2598
|
callParticipant: string;
|
|
2865
2599
|
callDuration: string;
|
|
2866
|
-
actions: ({
|
|
2867
|
-
action: string;
|
|
2868
|
-
title: string;
|
|
2869
|
-
disabled?: undefined;
|
|
2870
|
-
} | {
|
|
2871
|
-
action: string;
|
|
2872
|
-
title: string;
|
|
2873
|
-
disabled: boolean;
|
|
2874
|
-
})[];
|
|
2875
2600
|
position?: undefined;
|
|
2876
2601
|
avatar?: undefined;
|
|
2877
2602
|
text?: undefined;
|
|
@@ -2910,7 +2635,6 @@ export declare const messages: ({
|
|
|
2910
2635
|
isMissedCall?: undefined;
|
|
2911
2636
|
callParticipant?: undefined;
|
|
2912
2637
|
avatar?: undefined;
|
|
2913
|
-
actions?: undefined;
|
|
2914
2638
|
text?: undefined;
|
|
2915
2639
|
embed?: undefined;
|
|
2916
2640
|
views?: undefined;
|
|
@@ -2948,7 +2672,6 @@ export declare const messages: ({
|
|
|
2948
2672
|
isMissedCall?: undefined;
|
|
2949
2673
|
callParticipant?: undefined;
|
|
2950
2674
|
avatar?: undefined;
|
|
2951
|
-
actions?: undefined;
|
|
2952
2675
|
embed?: undefined;
|
|
2953
2676
|
views?: undefined;
|
|
2954
2677
|
alt?: undefined;
|
|
@@ -2987,7 +2710,6 @@ export declare const messages: ({
|
|
|
2987
2710
|
isMissedCall?: undefined;
|
|
2988
2711
|
callParticipant?: undefined;
|
|
2989
2712
|
avatar?: undefined;
|
|
2990
|
-
actions?: undefined;
|
|
2991
2713
|
embed?: undefined;
|
|
2992
2714
|
views?: undefined;
|
|
2993
2715
|
reply?: undefined;
|
|
@@ -3024,7 +2746,6 @@ export declare const messages: ({
|
|
|
3024
2746
|
isMissedCall?: undefined;
|
|
3025
2747
|
callParticipant?: undefined;
|
|
3026
2748
|
avatar?: undefined;
|
|
3027
|
-
actions?: undefined;
|
|
3028
2749
|
embed?: undefined;
|
|
3029
2750
|
views?: undefined;
|
|
3030
2751
|
alt?: undefined;
|
|
@@ -3060,7 +2781,6 @@ export declare const messages: ({
|
|
|
3060
2781
|
isMissedCall?: undefined;
|
|
3061
2782
|
callParticipant?: undefined;
|
|
3062
2783
|
avatar?: undefined;
|
|
3063
|
-
actions?: undefined;
|
|
3064
2784
|
embed?: undefined;
|
|
3065
2785
|
views?: undefined;
|
|
3066
2786
|
alt?: undefined;
|
|
@@ -3096,7 +2816,6 @@ export declare const messages: ({
|
|
|
3096
2816
|
callParticipant?: undefined;
|
|
3097
2817
|
avatar?: undefined;
|
|
3098
2818
|
subText?: undefined;
|
|
3099
|
-
actions?: undefined;
|
|
3100
2819
|
embed?: undefined;
|
|
3101
2820
|
views?: undefined;
|
|
3102
2821
|
alt?: undefined;
|
|
@@ -3140,7 +2859,6 @@ export declare const messages: ({
|
|
|
3140
2859
|
callParticipant?: undefined;
|
|
3141
2860
|
avatar?: undefined;
|
|
3142
2861
|
subText?: undefined;
|
|
3143
|
-
actions?: undefined;
|
|
3144
2862
|
embed?: undefined;
|
|
3145
2863
|
views?: undefined;
|
|
3146
2864
|
alt?: undefined;
|
|
@@ -3176,7 +2894,6 @@ export declare const messages: ({
|
|
|
3176
2894
|
callDuration?: undefined;
|
|
3177
2895
|
isMissedCall?: undefined;
|
|
3178
2896
|
callParticipant?: undefined;
|
|
3179
|
-
actions?: undefined;
|
|
3180
2897
|
embed?: undefined;
|
|
3181
2898
|
views?: undefined;
|
|
3182
2899
|
alt?: undefined;
|
|
@@ -3214,7 +2931,6 @@ export declare const messages: ({
|
|
|
3214
2931
|
callDuration?: undefined;
|
|
3215
2932
|
isMissedCall?: undefined;
|
|
3216
2933
|
callParticipant?: undefined;
|
|
3217
|
-
actions?: undefined;
|
|
3218
2934
|
embed?: undefined;
|
|
3219
2935
|
views?: undefined;
|
|
3220
2936
|
reply?: undefined;
|
|
@@ -3232,41 +2948,4 @@ export declare const messages: ({
|
|
|
3232
2948
|
duration?: undefined;
|
|
3233
2949
|
autoRemove?: undefined;
|
|
3234
2950
|
tooltipText?: undefined;
|
|
3235
|
-
} | {
|
|
3236
|
-
chatId: number;
|
|
3237
|
-
dialogId: string;
|
|
3238
|
-
type: string;
|
|
3239
|
-
messageId: string;
|
|
3240
|
-
url: string;
|
|
3241
|
-
direction: string;
|
|
3242
|
-
status: string;
|
|
3243
|
-
timestamp: string;
|
|
3244
|
-
header: string;
|
|
3245
|
-
subText: string;
|
|
3246
|
-
avatar: string;
|
|
3247
|
-
position?: undefined;
|
|
3248
|
-
time?: undefined;
|
|
3249
|
-
callDuration?: undefined;
|
|
3250
|
-
isMissedCall?: undefined;
|
|
3251
|
-
callParticipant?: undefined;
|
|
3252
|
-
actions?: undefined;
|
|
3253
|
-
text?: undefined;
|
|
3254
|
-
embed?: undefined;
|
|
3255
|
-
views?: undefined;
|
|
3256
|
-
alt?: undefined;
|
|
3257
|
-
reply?: undefined;
|
|
3258
|
-
filename?: undefined;
|
|
3259
|
-
transcript?: undefined;
|
|
3260
|
-
linkPreview?: undefined;
|
|
3261
|
-
keyboard?: undefined;
|
|
3262
|
-
reactions?: undefined;
|
|
3263
|
-
statusMsg?: undefined;
|
|
3264
|
-
backgroundColor?: undefined;
|
|
3265
|
-
hasMessengerAccount?: undefined;
|
|
3266
|
-
callAttemptDuration?: undefined;
|
|
3267
|
-
recordUrl?: undefined;
|
|
3268
|
-
summary?: undefined;
|
|
3269
|
-
duration?: undefined;
|
|
3270
|
-
autoRemove?: undefined;
|
|
3271
|
-
tooltipText?: undefined;
|
|
3272
2951
|
})[];
|