@mobilon-dev/chotto 0.3.111 → 0.3.112

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.
@@ -20,6 +20,7 @@ export declare const messages: ({
20
20
  views?: undefined;
21
21
  imagePreviewUrl?: undefined;
22
22
  alt?: undefined;
23
+ items?: undefined;
23
24
  reply?: undefined;
24
25
  filename?: undefined;
25
26
  transcript?: undefined;
@@ -30,11 +31,11 @@ export declare const messages: ({
30
31
  reactions?: undefined;
31
32
  statusMsg?: undefined;
32
33
  backgroundColor?: undefined;
33
- hasMessengerAccount?: undefined;
34
34
  callAttemptDuration?: undefined;
35
35
  recordUrl?: undefined;
36
36
  summary?: undefined;
37
37
  duration?: undefined;
38
+ hasMessengerAccount?: undefined;
38
39
  autoRemove?: undefined;
39
40
  tooltipText?: undefined;
40
41
  deleted?: undefined;
@@ -64,6 +65,7 @@ export declare const messages: ({
64
65
  views?: undefined;
65
66
  imagePreviewUrl?: undefined;
66
67
  alt?: undefined;
68
+ items?: undefined;
67
69
  reply?: undefined;
68
70
  filename?: undefined;
69
71
  transcript?: undefined;
@@ -74,11 +76,11 @@ export declare const messages: ({
74
76
  reactions?: undefined;
75
77
  statusMsg?: undefined;
76
78
  backgroundColor?: undefined;
77
- hasMessengerAccount?: undefined;
78
79
  callAttemptDuration?: undefined;
79
80
  recordUrl?: undefined;
80
81
  summary?: undefined;
81
82
  duration?: undefined;
83
+ hasMessengerAccount?: undefined;
82
84
  autoRemove?: undefined;
83
85
  tooltipText?: undefined;
84
86
  deleted?: undefined;
@@ -105,6 +107,7 @@ export declare const messages: ({
105
107
  views?: undefined;
106
108
  imagePreviewUrl?: undefined;
107
109
  alt?: undefined;
110
+ items?: undefined;
108
111
  reply?: undefined;
109
112
  filename?: undefined;
110
113
  transcript?: undefined;
@@ -115,11 +118,11 @@ export declare const messages: ({
115
118
  reactions?: undefined;
116
119
  statusMsg?: undefined;
117
120
  backgroundColor?: undefined;
118
- hasMessengerAccount?: undefined;
119
121
  callAttemptDuration?: undefined;
120
122
  recordUrl?: undefined;
121
123
  summary?: undefined;
122
124
  duration?: undefined;
125
+ hasMessengerAccount?: undefined;
123
126
  autoRemove?: undefined;
124
127
  tooltipText?: undefined;
125
128
  deleted?: undefined;
@@ -146,6 +149,7 @@ export declare const messages: ({
146
149
  views?: undefined;
147
150
  imagePreviewUrl?: undefined;
148
151
  alt?: undefined;
152
+ items?: undefined;
149
153
  reply?: undefined;
150
154
  filename?: undefined;
151
155
  transcript?: undefined;
@@ -156,11 +160,11 @@ export declare const messages: ({
156
160
  reactions?: undefined;
157
161
  statusMsg?: undefined;
158
162
  backgroundColor?: undefined;
159
- hasMessengerAccount?: undefined;
160
163
  callAttemptDuration?: undefined;
161
164
  recordUrl?: undefined;
162
165
  summary?: undefined;
163
166
  duration?: undefined;
167
+ hasMessengerAccount?: undefined;
164
168
  autoRemove?: undefined;
165
169
  tooltipText?: undefined;
166
170
  deleted?: undefined;
@@ -187,6 +191,7 @@ export declare const messages: ({
187
191
  embed?: undefined;
188
192
  imagePreviewUrl?: undefined;
189
193
  alt?: undefined;
194
+ items?: undefined;
190
195
  reply?: undefined;
191
196
  filename?: undefined;
192
197
  transcript?: undefined;
@@ -197,11 +202,11 @@ export declare const messages: ({
197
202
  reactions?: undefined;
198
203
  statusMsg?: undefined;
199
204
  backgroundColor?: undefined;
200
- hasMessengerAccount?: undefined;
201
205
  callAttemptDuration?: undefined;
202
206
  recordUrl?: undefined;
203
207
  summary?: undefined;
204
208
  duration?: undefined;
209
+ hasMessengerAccount?: undefined;
205
210
  autoRemove?: undefined;
206
211
  tooltipText?: undefined;
207
212
  deleted?: undefined;
@@ -228,6 +233,7 @@ export declare const messages: ({
228
233
  subText?: undefined;
229
234
  text?: undefined;
230
235
  embed?: undefined;
236
+ items?: undefined;
231
237
  reply?: undefined;
232
238
  filename?: undefined;
233
239
  transcript?: undefined;
@@ -238,11 +244,58 @@ export declare const messages: ({
238
244
  reactions?: undefined;
239
245
  statusMsg?: undefined;
240
246
  backgroundColor?: undefined;
247
+ callAttemptDuration?: undefined;
248
+ recordUrl?: undefined;
249
+ summary?: undefined;
250
+ duration?: undefined;
241
251
  hasMessengerAccount?: undefined;
252
+ autoRemove?: undefined;
253
+ tooltipText?: undefined;
254
+ deleted?: undefined;
255
+ deletion?: undefined;
256
+ } | {
257
+ chatId: number;
258
+ dialogId: string;
259
+ type: string;
260
+ url: string;
261
+ imagePreviewUrl: string;
262
+ items: {
263
+ url: string;
264
+ imagePreviewUrl: string;
265
+ filename: string;
266
+ size: number;
267
+ }[];
268
+ text: string;
269
+ timestamp: string;
270
+ alt: string;
271
+ direction: string;
272
+ header: string;
273
+ views: number;
274
+ messageId: string;
275
+ status: string;
276
+ position?: undefined;
277
+ time?: undefined;
278
+ callDuration?: undefined;
279
+ isMissedCall?: undefined;
280
+ callParticipant?: undefined;
281
+ avatar?: undefined;
282
+ subText?: undefined;
283
+ embed?: undefined;
284
+ reply?: undefined;
285
+ filename?: undefined;
286
+ transcript?: undefined;
287
+ linkPreview?: undefined;
288
+ keyboard?: undefined;
289
+ videoPreviewUrl?: undefined;
290
+ coverUrl?: undefined;
291
+ reactions?: undefined;
292
+ statusMsg?: undefined;
293
+ backgroundColor?: undefined;
242
294
  callAttemptDuration?: undefined;
243
295
  recordUrl?: undefined;
244
296
  summary?: undefined;
245
297
  duration?: undefined;
298
+ hasMessengerAccount?: undefined;
246
299
  autoRemove?: undefined;
247
300
  tooltipText?: undefined;
248
301
  deleted?: undefined;
@@ -278,6 +331,7 @@ export declare const messages: ({
278
331
  views?: undefined;
279
332
  imagePreviewUrl?: undefined;
280
333
  alt?: undefined;
334
+ items?: undefined;
281
335
  filename?: undefined;
282
336
  transcript?: undefined;
283
337
  linkPreview?: undefined;
@@ -287,11 +341,11 @@ export declare const messages: ({
287
341
  reactions?: undefined;
288
342
  statusMsg?: undefined;
289
343
  backgroundColor?: undefined;
290
- hasMessengerAccount?: undefined;
291
344
  callAttemptDuration?: undefined;
292
345
  recordUrl?: undefined;
293
346
  summary?: undefined;
294
347
  duration?: undefined;
348
+ hasMessengerAccount?: undefined;
295
349
  autoRemove?: undefined;
296
350
  tooltipText?: undefined;
297
351
  deleted?: undefined;
@@ -327,6 +381,7 @@ export declare const messages: ({
327
381
  views?: undefined;
328
382
  imagePreviewUrl?: undefined;
329
383
  alt?: undefined;
384
+ items?: undefined;
330
385
  filename?: undefined;
331
386
  transcript?: undefined;
332
387
  linkPreview?: undefined;
@@ -336,11 +391,11 @@ export declare const messages: ({
336
391
  reactions?: undefined;
337
392
  statusMsg?: undefined;
338
393
  backgroundColor?: undefined;
339
- hasMessengerAccount?: undefined;
340
394
  callAttemptDuration?: undefined;
341
395
  recordUrl?: undefined;
342
396
  summary?: undefined;
343
397
  duration?: undefined;
398
+ hasMessengerAccount?: undefined;
344
399
  autoRemove?: undefined;
345
400
  tooltipText?: undefined;
346
401
  deleted?: undefined;
@@ -376,6 +431,7 @@ export declare const messages: ({
376
431
  embed?: undefined;
377
432
  views?: undefined;
378
433
  alt?: undefined;
434
+ items?: undefined;
379
435
  filename?: undefined;
380
436
  transcript?: undefined;
381
437
  linkPreview?: undefined;
@@ -385,11 +441,11 @@ export declare const messages: ({
385
441
  reactions?: undefined;
386
442
  statusMsg?: undefined;
387
443
  backgroundColor?: undefined;
388
- hasMessengerAccount?: undefined;
389
444
  callAttemptDuration?: undefined;
390
445
  recordUrl?: undefined;
391
446
  summary?: undefined;
392
447
  duration?: undefined;
448
+ hasMessengerAccount?: undefined;
393
449
  autoRemove?: undefined;
394
450
  tooltipText?: undefined;
395
451
  deleted?: undefined;
@@ -416,6 +472,7 @@ export declare const messages: ({
416
472
  embed?: undefined;
417
473
  views?: undefined;
418
474
  alt?: undefined;
475
+ items?: undefined;
419
476
  reply?: undefined;
420
477
  filename?: undefined;
421
478
  transcript?: undefined;
@@ -426,11 +483,11 @@ export declare const messages: ({
426
483
  reactions?: undefined;
427
484
  statusMsg?: undefined;
428
485
  backgroundColor?: undefined;
429
- hasMessengerAccount?: undefined;
430
486
  callAttemptDuration?: undefined;
431
487
  recordUrl?: undefined;
432
488
  summary?: undefined;
433
489
  duration?: undefined;
490
+ hasMessengerAccount?: undefined;
434
491
  autoRemove?: undefined;
435
492
  tooltipText?: undefined;
436
493
  deleted?: undefined;
@@ -457,6 +514,7 @@ export declare const messages: ({
457
514
  views?: undefined;
458
515
  imagePreviewUrl?: undefined;
459
516
  alt?: undefined;
517
+ items?: undefined;
460
518
  reply?: undefined;
461
519
  filename?: undefined;
462
520
  transcript?: undefined;
@@ -467,11 +525,11 @@ export declare const messages: ({
467
525
  reactions?: undefined;
468
526
  statusMsg?: undefined;
469
527
  backgroundColor?: undefined;
470
- hasMessengerAccount?: undefined;
471
528
  callAttemptDuration?: undefined;
472
529
  recordUrl?: undefined;
473
530
  summary?: undefined;
474
531
  duration?: undefined;
532
+ hasMessengerAccount?: undefined;
475
533
  autoRemove?: undefined;
476
534
  tooltipText?: undefined;
477
535
  deleted?: undefined;
@@ -507,6 +565,7 @@ export declare const messages: ({
507
565
  views?: undefined;
508
566
  imagePreviewUrl?: undefined;
509
567
  alt?: undefined;
568
+ items?: undefined;
510
569
  filename?: undefined;
511
570
  transcript?: undefined;
512
571
  linkPreview?: undefined;
@@ -516,11 +575,11 @@ export declare const messages: ({
516
575
  reactions?: undefined;
517
576
  statusMsg?: undefined;
518
577
  backgroundColor?: undefined;
519
- hasMessengerAccount?: undefined;
520
578
  callAttemptDuration?: undefined;
521
579
  recordUrl?: undefined;
522
580
  summary?: undefined;
523
581
  duration?: undefined;
582
+ hasMessengerAccount?: undefined;
524
583
  autoRemove?: undefined;
525
584
  tooltipText?: undefined;
526
585
  deleted?: undefined;
@@ -557,6 +616,7 @@ export declare const messages: ({
557
616
  views?: undefined;
558
617
  imagePreviewUrl?: undefined;
559
618
  alt?: undefined;
619
+ items?: undefined;
560
620
  transcript?: undefined;
561
621
  linkPreview?: undefined;
562
622
  keyboard?: undefined;
@@ -565,11 +625,11 @@ export declare const messages: ({
565
625
  reactions?: undefined;
566
626
  statusMsg?: undefined;
567
627
  backgroundColor?: undefined;
568
- hasMessengerAccount?: undefined;
569
628
  callAttemptDuration?: undefined;
570
629
  recordUrl?: undefined;
571
630
  summary?: undefined;
572
631
  duration?: undefined;
632
+ hasMessengerAccount?: undefined;
573
633
  autoRemove?: undefined;
574
634
  tooltipText?: undefined;
575
635
  deleted?: undefined;
@@ -610,6 +670,7 @@ export declare const messages: ({
610
670
  views?: undefined;
611
671
  imagePreviewUrl?: undefined;
612
672
  alt?: undefined;
673
+ items?: undefined;
613
674
  filename?: undefined;
614
675
  linkPreview?: undefined;
615
676
  keyboard?: undefined;
@@ -618,11 +679,11 @@ export declare const messages: ({
618
679
  reactions?: undefined;
619
680
  statusMsg?: undefined;
620
681
  backgroundColor?: undefined;
621
- hasMessengerAccount?: undefined;
622
682
  callAttemptDuration?: undefined;
623
683
  recordUrl?: undefined;
624
684
  summary?: undefined;
625
685
  duration?: undefined;
686
+ hasMessengerAccount?: undefined;
626
687
  autoRemove?: undefined;
627
688
  tooltipText?: undefined;
628
689
  deleted?: undefined;
@@ -655,6 +716,7 @@ export declare const messages: ({
655
716
  views?: undefined;
656
717
  imagePreviewUrl?: undefined;
657
718
  alt?: undefined;
719
+ items?: undefined;
658
720
  reply?: undefined;
659
721
  filename?: undefined;
660
722
  transcript?: undefined;
@@ -664,11 +726,11 @@ export declare const messages: ({
664
726
  reactions?: undefined;
665
727
  statusMsg?: undefined;
666
728
  backgroundColor?: undefined;
667
- hasMessengerAccount?: undefined;
668
729
  callAttemptDuration?: undefined;
669
730
  recordUrl?: undefined;
670
731
  summary?: undefined;
671
732
  duration?: undefined;
733
+ hasMessengerAccount?: undefined;
672
734
  autoRemove?: undefined;
673
735
  tooltipText?: undefined;
674
736
  deleted?: undefined;
@@ -708,6 +770,7 @@ export declare const messages: ({
708
770
  views?: undefined;
709
771
  imagePreviewUrl?: undefined;
710
772
  alt?: undefined;
773
+ items?: undefined;
711
774
  reply?: undefined;
712
775
  filename?: undefined;
713
776
  transcript?: undefined;
@@ -717,11 +780,11 @@ export declare const messages: ({
717
780
  reactions?: undefined;
718
781
  statusMsg?: undefined;
719
782
  backgroundColor?: undefined;
720
- hasMessengerAccount?: undefined;
721
783
  callAttemptDuration?: undefined;
722
784
  recordUrl?: undefined;
723
785
  summary?: undefined;
724
786
  duration?: undefined;
787
+ hasMessengerAccount?: undefined;
725
788
  autoRemove?: undefined;
726
789
  tooltipText?: undefined;
727
790
  deleted?: undefined;
@@ -748,6 +811,7 @@ export declare const messages: ({
748
811
  text?: undefined;
749
812
  embed?: undefined;
750
813
  imagePreviewUrl?: undefined;
814
+ items?: undefined;
751
815
  reply?: undefined;
752
816
  filename?: undefined;
753
817
  transcript?: undefined;
@@ -758,11 +822,11 @@ export declare const messages: ({
758
822
  reactions?: undefined;
759
823
  statusMsg?: undefined;
760
824
  backgroundColor?: undefined;
761
- hasMessengerAccount?: undefined;
762
825
  callAttemptDuration?: undefined;
763
826
  recordUrl?: undefined;
764
827
  summary?: undefined;
765
828
  duration?: undefined;
829
+ hasMessengerAccount?: undefined;
766
830
  autoRemove?: undefined;
767
831
  tooltipText?: undefined;
768
832
  deleted?: undefined;
@@ -791,6 +855,7 @@ export declare const messages: ({
791
855
  views?: undefined;
792
856
  imagePreviewUrl?: undefined;
793
857
  alt?: undefined;
858
+ items?: undefined;
794
859
  reply?: undefined;
795
860
  filename?: undefined;
796
861
  transcript?: undefined;
@@ -799,11 +864,11 @@ export declare const messages: ({
799
864
  reactions?: undefined;
800
865
  statusMsg?: undefined;
801
866
  backgroundColor?: undefined;
802
- hasMessengerAccount?: undefined;
803
867
  callAttemptDuration?: undefined;
804
868
  recordUrl?: undefined;
805
869
  summary?: undefined;
806
870
  duration?: undefined;
871
+ hasMessengerAccount?: undefined;
807
872
  autoRemove?: undefined;
808
873
  tooltipText?: undefined;
809
874
  deleted?: undefined;
@@ -830,6 +895,7 @@ export declare const messages: ({
830
895
  views?: undefined;
831
896
  imagePreviewUrl?: undefined;
832
897
  alt?: undefined;
898
+ items?: undefined;
833
899
  reply?: undefined;
834
900
  filename?: undefined;
835
901
  transcript?: undefined;
@@ -840,11 +906,11 @@ export declare const messages: ({
840
906
  reactions?: undefined;
841
907
  statusMsg?: undefined;
842
908
  backgroundColor?: undefined;
843
- hasMessengerAccount?: undefined;
844
909
  callAttemptDuration?: undefined;
845
910
  recordUrl?: undefined;
846
911
  summary?: undefined;
847
912
  duration?: undefined;
913
+ hasMessengerAccount?: undefined;
848
914
  autoRemove?: undefined;
849
915
  tooltipText?: undefined;
850
916
  deleted?: undefined;
@@ -872,6 +938,7 @@ export declare const messages: ({
872
938
  views?: undefined;
873
939
  imagePreviewUrl?: undefined;
874
940
  alt?: undefined;
941
+ items?: undefined;
875
942
  reply?: undefined;
876
943
  filename?: undefined;
877
944
  transcript?: undefined;
@@ -881,11 +948,11 @@ export declare const messages: ({
881
948
  reactions?: undefined;
882
949
  statusMsg?: undefined;
883
950
  backgroundColor?: undefined;
884
- hasMessengerAccount?: undefined;
885
951
  callAttemptDuration?: undefined;
886
952
  recordUrl?: undefined;
887
953
  summary?: undefined;
888
954
  duration?: undefined;
955
+ hasMessengerAccount?: undefined;
889
956
  autoRemove?: undefined;
890
957
  tooltipText?: undefined;
891
958
  deleted?: undefined;
@@ -912,6 +979,7 @@ export declare const messages: ({
912
979
  views?: undefined;
913
980
  imagePreviewUrl?: undefined;
914
981
  alt?: undefined;
982
+ items?: undefined;
915
983
  reply?: undefined;
916
984
  filename?: undefined;
917
985
  transcript?: undefined;
@@ -922,11 +990,11 @@ export declare const messages: ({
922
990
  reactions?: undefined;
923
991
  statusMsg?: undefined;
924
992
  backgroundColor?: undefined;
925
- hasMessengerAccount?: undefined;
926
993
  callAttemptDuration?: undefined;
927
994
  recordUrl?: undefined;
928
995
  summary?: undefined;
929
996
  duration?: undefined;
997
+ hasMessengerAccount?: undefined;
930
998
  autoRemove?: undefined;
931
999
  tooltipText?: undefined;
932
1000
  deleted?: undefined;
@@ -954,6 +1022,7 @@ export declare const messages: ({
954
1022
  views?: undefined;
955
1023
  imagePreviewUrl?: undefined;
956
1024
  alt?: undefined;
1025
+ items?: undefined;
957
1026
  reply?: undefined;
958
1027
  transcript?: undefined;
959
1028
  linkPreview?: undefined;
@@ -963,11 +1032,11 @@ export declare const messages: ({
963
1032
  reactions?: undefined;
964
1033
  statusMsg?: undefined;
965
1034
  backgroundColor?: undefined;
966
- hasMessengerAccount?: undefined;
967
1035
  callAttemptDuration?: undefined;
968
1036
  recordUrl?: undefined;
969
1037
  summary?: undefined;
970
1038
  duration?: undefined;
1039
+ hasMessengerAccount?: undefined;
971
1040
  autoRemove?: undefined;
972
1041
  tooltipText?: undefined;
973
1042
  deleted?: undefined;
@@ -994,6 +1063,7 @@ export declare const messages: ({
994
1063
  views?: undefined;
995
1064
  imagePreviewUrl?: undefined;
996
1065
  alt?: undefined;
1066
+ items?: undefined;
997
1067
  reply?: undefined;
998
1068
  filename?: undefined;
999
1069
  transcript?: undefined;
@@ -1004,11 +1074,11 @@ export declare const messages: ({
1004
1074
  reactions?: undefined;
1005
1075
  statusMsg?: undefined;
1006
1076
  backgroundColor?: undefined;
1007
- hasMessengerAccount?: undefined;
1008
1077
  callAttemptDuration?: undefined;
1009
1078
  recordUrl?: undefined;
1010
1079
  summary?: undefined;
1011
1080
  duration?: undefined;
1081
+ hasMessengerAccount?: undefined;
1012
1082
  autoRemove?: undefined;
1013
1083
  tooltipText?: undefined;
1014
1084
  deleted?: undefined;
@@ -1040,6 +1110,7 @@ export declare const messages: ({
1040
1110
  views?: undefined;
1041
1111
  imagePreviewUrl?: undefined;
1042
1112
  alt?: undefined;
1113
+ items?: undefined;
1043
1114
  reply?: undefined;
1044
1115
  filename?: undefined;
1045
1116
  linkPreview?: undefined;
@@ -1049,11 +1120,11 @@ export declare const messages: ({
1049
1120
  reactions?: undefined;
1050
1121
  statusMsg?: undefined;
1051
1122
  backgroundColor?: undefined;
1052
- hasMessengerAccount?: undefined;
1053
1123
  callAttemptDuration?: undefined;
1054
1124
  recordUrl?: undefined;
1055
1125
  summary?: undefined;
1056
1126
  duration?: undefined;
1127
+ hasMessengerAccount?: undefined;
1057
1128
  autoRemove?: undefined;
1058
1129
  tooltipText?: undefined;
1059
1130
  deleted?: undefined;
@@ -1080,6 +1151,7 @@ export declare const messages: ({
1080
1151
  views?: undefined;
1081
1152
  imagePreviewUrl?: undefined;
1082
1153
  alt?: undefined;
1154
+ items?: undefined;
1083
1155
  reply?: undefined;
1084
1156
  filename?: undefined;
1085
1157
  transcript?: undefined;
@@ -1090,11 +1162,11 @@ export declare const messages: ({
1090
1162
  reactions?: undefined;
1091
1163
  statusMsg?: undefined;
1092
1164
  backgroundColor?: undefined;
1093
- hasMessengerAccount?: undefined;
1094
1165
  callAttemptDuration?: undefined;
1095
1166
  recordUrl?: undefined;
1096
1167
  summary?: undefined;
1097
1168
  duration?: undefined;
1169
+ hasMessengerAccount?: undefined;
1098
1170
  autoRemove?: undefined;
1099
1171
  tooltipText?: undefined;
1100
1172
  deleted?: undefined;
@@ -1121,6 +1193,7 @@ export declare const messages: ({
1121
1193
  embed?: undefined;
1122
1194
  views?: undefined;
1123
1195
  imagePreviewUrl?: undefined;
1196
+ items?: undefined;
1124
1197
  reply?: undefined;
1125
1198
  filename?: undefined;
1126
1199
  transcript?: undefined;
@@ -1131,11 +1204,11 @@ export declare const messages: ({
1131
1204
  reactions?: undefined;
1132
1205
  statusMsg?: undefined;
1133
1206
  backgroundColor?: undefined;
1134
- hasMessengerAccount?: undefined;
1135
1207
  callAttemptDuration?: undefined;
1136
1208
  recordUrl?: undefined;
1137
1209
  summary?: undefined;
1138
1210
  duration?: undefined;
1211
+ hasMessengerAccount?: undefined;
1139
1212
  autoRemove?: undefined;
1140
1213
  tooltipText?: undefined;
1141
1214
  deleted?: undefined;
@@ -1162,6 +1235,7 @@ export declare const messages: ({
1162
1235
  views?: undefined;
1163
1236
  imagePreviewUrl?: undefined;
1164
1237
  alt?: undefined;
1238
+ items?: undefined;
1165
1239
  reply?: undefined;
1166
1240
  filename?: undefined;
1167
1241
  transcript?: undefined;
@@ -1172,11 +1246,11 @@ export declare const messages: ({
1172
1246
  reactions?: undefined;
1173
1247
  statusMsg?: undefined;
1174
1248
  backgroundColor?: undefined;
1175
- hasMessengerAccount?: undefined;
1176
1249
  callAttemptDuration?: undefined;
1177
1250
  recordUrl?: undefined;
1178
1251
  summary?: undefined;
1179
1252
  duration?: undefined;
1253
+ hasMessengerAccount?: undefined;
1180
1254
  autoRemove?: undefined;
1181
1255
  tooltipText?: undefined;
1182
1256
  deleted?: undefined;
@@ -1203,6 +1277,7 @@ export declare const messages: ({
1203
1277
  embed?: undefined;
1204
1278
  views?: undefined;
1205
1279
  imagePreviewUrl?: undefined;
1280
+ items?: undefined;
1206
1281
  reply?: undefined;
1207
1282
  filename?: undefined;
1208
1283
  transcript?: undefined;
@@ -1213,11 +1288,11 @@ export declare const messages: ({
1213
1288
  reactions?: undefined;
1214
1289
  statusMsg?: undefined;
1215
1290
  backgroundColor?: undefined;
1216
- hasMessengerAccount?: undefined;
1217
1291
  callAttemptDuration?: undefined;
1218
1292
  recordUrl?: undefined;
1219
1293
  summary?: undefined;
1220
1294
  duration?: undefined;
1295
+ hasMessengerAccount?: undefined;
1221
1296
  autoRemove?: undefined;
1222
1297
  tooltipText?: undefined;
1223
1298
  deleted?: undefined;
@@ -1249,6 +1324,7 @@ export declare const messages: ({
1249
1324
  views?: undefined;
1250
1325
  imagePreviewUrl?: undefined;
1251
1326
  alt?: undefined;
1327
+ items?: undefined;
1252
1328
  reply?: undefined;
1253
1329
  filename?: undefined;
1254
1330
  linkPreview?: undefined;
@@ -1258,11 +1334,11 @@ export declare const messages: ({
1258
1334
  reactions?: undefined;
1259
1335
  statusMsg?: undefined;
1260
1336
  backgroundColor?: undefined;
1261
- hasMessengerAccount?: undefined;
1262
1337
  callAttemptDuration?: undefined;
1263
1338
  recordUrl?: undefined;
1264
1339
  summary?: undefined;
1265
1340
  duration?: undefined;
1341
+ hasMessengerAccount?: undefined;
1266
1342
  autoRemove?: undefined;
1267
1343
  tooltipText?: undefined;
1268
1344
  deleted?: undefined;
@@ -1289,6 +1365,7 @@ export declare const messages: ({
1289
1365
  views?: undefined;
1290
1366
  imagePreviewUrl?: undefined;
1291
1367
  alt?: undefined;
1368
+ items?: undefined;
1292
1369
  reply?: undefined;
1293
1370
  filename?: undefined;
1294
1371
  transcript?: undefined;
@@ -1299,11 +1376,11 @@ export declare const messages: ({
1299
1376
  reactions?: undefined;
1300
1377
  statusMsg?: undefined;
1301
1378
  backgroundColor?: undefined;
1302
- hasMessengerAccount?: undefined;
1303
1379
  callAttemptDuration?: undefined;
1304
1380
  recordUrl?: undefined;
1305
1381
  summary?: undefined;
1306
1382
  duration?: undefined;
1383
+ hasMessengerAccount?: undefined;
1307
1384
  autoRemove?: undefined;
1308
1385
  tooltipText?: undefined;
1309
1386
  deleted?: undefined;
@@ -1330,6 +1407,7 @@ export declare const messages: ({
1330
1407
  embed?: undefined;
1331
1408
  views?: undefined;
1332
1409
  imagePreviewUrl?: undefined;
1410
+ items?: undefined;
1333
1411
  reply?: undefined;
1334
1412
  filename?: undefined;
1335
1413
  transcript?: undefined;
@@ -1340,11 +1418,11 @@ export declare const messages: ({
1340
1418
  reactions?: undefined;
1341
1419
  statusMsg?: undefined;
1342
1420
  backgroundColor?: undefined;
1343
- hasMessengerAccount?: undefined;
1344
1421
  callAttemptDuration?: undefined;
1345
1422
  recordUrl?: undefined;
1346
1423
  summary?: undefined;
1347
1424
  duration?: undefined;
1425
+ hasMessengerAccount?: undefined;
1348
1426
  autoRemove?: undefined;
1349
1427
  tooltipText?: undefined;
1350
1428
  deleted?: undefined;
@@ -1372,6 +1450,7 @@ export declare const messages: ({
1372
1450
  views?: undefined;
1373
1451
  imagePreviewUrl?: undefined;
1374
1452
  alt?: undefined;
1453
+ items?: undefined;
1375
1454
  reply?: undefined;
1376
1455
  transcript?: undefined;
1377
1456
  linkPreview?: undefined;
@@ -1381,11 +1460,11 @@ export declare const messages: ({
1381
1460
  reactions?: undefined;
1382
1461
  statusMsg?: undefined;
1383
1462
  backgroundColor?: undefined;
1384
- hasMessengerAccount?: undefined;
1385
1463
  callAttemptDuration?: undefined;
1386
1464
  recordUrl?: undefined;
1387
1465
  summary?: undefined;
1388
1466
  duration?: undefined;
1467
+ hasMessengerAccount?: undefined;
1389
1468
  autoRemove?: undefined;
1390
1469
  tooltipText?: undefined;
1391
1470
  deleted?: undefined;
@@ -1418,6 +1497,7 @@ export declare const messages: ({
1418
1497
  views?: undefined;
1419
1498
  imagePreviewUrl?: undefined;
1420
1499
  alt?: undefined;
1500
+ items?: undefined;
1421
1501
  reply?: undefined;
1422
1502
  transcript?: undefined;
1423
1503
  linkPreview?: undefined;
@@ -1426,11 +1506,11 @@ export declare const messages: ({
1426
1506
  reactions?: undefined;
1427
1507
  statusMsg?: undefined;
1428
1508
  backgroundColor?: undefined;
1429
- hasMessengerAccount?: undefined;
1430
1509
  callAttemptDuration?: undefined;
1431
1510
  recordUrl?: undefined;
1432
1511
  summary?: undefined;
1433
1512
  duration?: undefined;
1513
+ hasMessengerAccount?: undefined;
1434
1514
  autoRemove?: undefined;
1435
1515
  tooltipText?: undefined;
1436
1516
  deleted?: undefined;
@@ -1457,6 +1537,7 @@ export declare const messages: ({
1457
1537
  views?: undefined;
1458
1538
  imagePreviewUrl?: undefined;
1459
1539
  alt?: undefined;
1540
+ items?: undefined;
1460
1541
  reply?: undefined;
1461
1542
  filename?: undefined;
1462
1543
  transcript?: undefined;
@@ -1467,11 +1548,11 @@ export declare const messages: ({
1467
1548
  reactions?: undefined;
1468
1549
  statusMsg?: undefined;
1469
1550
  backgroundColor?: undefined;
1470
- hasMessengerAccount?: undefined;
1471
1551
  callAttemptDuration?: undefined;
1472
1552
  recordUrl?: undefined;
1473
1553
  summary?: undefined;
1474
1554
  duration?: undefined;
1555
+ hasMessengerAccount?: undefined;
1475
1556
  autoRemove?: undefined;
1476
1557
  tooltipText?: undefined;
1477
1558
  deleted?: undefined;
@@ -1499,6 +1580,7 @@ export declare const messages: ({
1499
1580
  views?: undefined;
1500
1581
  imagePreviewUrl?: undefined;
1501
1582
  alt?: undefined;
1583
+ items?: undefined;
1502
1584
  reply?: undefined;
1503
1585
  transcript?: undefined;
1504
1586
  linkPreview?: undefined;
@@ -1508,11 +1590,11 @@ export declare const messages: ({
1508
1590
  reactions?: undefined;
1509
1591
  statusMsg?: undefined;
1510
1592
  backgroundColor?: undefined;
1511
- hasMessengerAccount?: undefined;
1512
1593
  callAttemptDuration?: undefined;
1513
1594
  recordUrl?: undefined;
1514
1595
  summary?: undefined;
1515
1596
  duration?: undefined;
1597
+ hasMessengerAccount?: undefined;
1516
1598
  autoRemove?: undefined;
1517
1599
  tooltipText?: undefined;
1518
1600
  deleted?: undefined;
@@ -1557,6 +1639,7 @@ export declare const messages: ({
1557
1639
  views?: undefined;
1558
1640
  imagePreviewUrl?: undefined;
1559
1641
  alt?: undefined;
1642
+ items?: undefined;
1560
1643
  filename?: undefined;
1561
1644
  transcript?: undefined;
1562
1645
  linkPreview?: undefined;
@@ -1565,11 +1648,11 @@ export declare const messages: ({
1565
1648
  coverUrl?: undefined;
1566
1649
  statusMsg?: undefined;
1567
1650
  backgroundColor?: undefined;
1568
- hasMessengerAccount?: undefined;
1569
1651
  callAttemptDuration?: undefined;
1570
1652
  recordUrl?: undefined;
1571
1653
  summary?: undefined;
1572
1654
  duration?: undefined;
1655
+ hasMessengerAccount?: undefined;
1573
1656
  autoRemove?: undefined;
1574
1657
  tooltipText?: undefined;
1575
1658
  deleted?: undefined;
@@ -1608,6 +1691,7 @@ export declare const messages: ({
1608
1691
  views?: undefined;
1609
1692
  imagePreviewUrl?: undefined;
1610
1693
  alt?: undefined;
1694
+ items?: undefined;
1611
1695
  reply?: undefined;
1612
1696
  transcript?: undefined;
1613
1697
  linkPreview?: undefined;
@@ -1616,11 +1700,11 @@ export declare const messages: ({
1616
1700
  coverUrl?: undefined;
1617
1701
  statusMsg?: undefined;
1618
1702
  backgroundColor?: undefined;
1619
- hasMessengerAccount?: undefined;
1620
1703
  callAttemptDuration?: undefined;
1621
1704
  recordUrl?: undefined;
1622
1705
  summary?: undefined;
1623
1706
  duration?: undefined;
1707
+ hasMessengerAccount?: undefined;
1624
1708
  autoRemove?: undefined;
1625
1709
  tooltipText?: undefined;
1626
1710
  deleted?: undefined;
@@ -1650,6 +1734,7 @@ export declare const messages: ({
1650
1734
  views?: undefined;
1651
1735
  imagePreviewUrl?: undefined;
1652
1736
  alt?: undefined;
1737
+ items?: undefined;
1653
1738
  reply?: undefined;
1654
1739
  filename?: undefined;
1655
1740
  transcript?: undefined;
@@ -1660,11 +1745,11 @@ export declare const messages: ({
1660
1745
  reactions?: undefined;
1661
1746
  statusMsg?: undefined;
1662
1747
  backgroundColor?: undefined;
1663
- hasMessengerAccount?: undefined;
1664
1748
  callAttemptDuration?: undefined;
1665
1749
  recordUrl?: undefined;
1666
1750
  summary?: undefined;
1667
1751
  duration?: undefined;
1752
+ hasMessengerAccount?: undefined;
1668
1753
  autoRemove?: undefined;
1669
1754
  tooltipText?: undefined;
1670
1755
  deleted?: undefined;
@@ -1705,6 +1790,7 @@ export declare const messages: ({
1705
1790
  views?: undefined;
1706
1791
  imagePreviewUrl?: undefined;
1707
1792
  alt?: undefined;
1793
+ items?: undefined;
1708
1794
  reply?: undefined;
1709
1795
  filename?: undefined;
1710
1796
  transcript?: undefined;
@@ -1714,11 +1800,11 @@ export declare const messages: ({
1714
1800
  coverUrl?: undefined;
1715
1801
  statusMsg?: undefined;
1716
1802
  backgroundColor?: undefined;
1717
- hasMessengerAccount?: undefined;
1718
1803
  callAttemptDuration?: undefined;
1719
1804
  recordUrl?: undefined;
1720
1805
  summary?: undefined;
1721
1806
  duration?: undefined;
1807
+ hasMessengerAccount?: undefined;
1722
1808
  autoRemove?: undefined;
1723
1809
  tooltipText?: undefined;
1724
1810
  deleted?: undefined;
@@ -1754,6 +1840,7 @@ export declare const messages: ({
1754
1840
  views?: undefined;
1755
1841
  imagePreviewUrl?: undefined;
1756
1842
  alt?: undefined;
1843
+ items?: undefined;
1757
1844
  filename?: undefined;
1758
1845
  transcript?: undefined;
1759
1846
  linkPreview?: undefined;
@@ -1763,11 +1850,11 @@ export declare const messages: ({
1763
1850
  reactions?: undefined;
1764
1851
  statusMsg?: undefined;
1765
1852
  backgroundColor?: undefined;
1766
- hasMessengerAccount?: undefined;
1767
1853
  callAttemptDuration?: undefined;
1768
1854
  recordUrl?: undefined;
1769
1855
  summary?: undefined;
1770
1856
  duration?: undefined;
1857
+ hasMessengerAccount?: undefined;
1771
1858
  autoRemove?: undefined;
1772
1859
  tooltipText?: undefined;
1773
1860
  deleted?: undefined;
@@ -1795,6 +1882,7 @@ export declare const messages: ({
1795
1882
  views?: undefined;
1796
1883
  imagePreviewUrl?: undefined;
1797
1884
  alt?: undefined;
1885
+ items?: undefined;
1798
1886
  reply?: undefined;
1799
1887
  filename?: undefined;
1800
1888
  transcript?: undefined;
@@ -1804,11 +1892,11 @@ export declare const messages: ({
1804
1892
  coverUrl?: undefined;
1805
1893
  reactions?: undefined;
1806
1894
  backgroundColor?: undefined;
1807
- hasMessengerAccount?: undefined;
1808
1895
  callAttemptDuration?: undefined;
1809
1896
  recordUrl?: undefined;
1810
1897
  summary?: undefined;
1811
1898
  duration?: undefined;
1899
+ hasMessengerAccount?: undefined;
1812
1900
  autoRemove?: undefined;
1813
1901
  tooltipText?: undefined;
1814
1902
  deleted?: undefined;
@@ -1836,6 +1924,7 @@ export declare const messages: ({
1836
1924
  views?: undefined;
1837
1925
  imagePreviewUrl?: undefined;
1838
1926
  alt?: undefined;
1927
+ items?: undefined;
1839
1928
  reply?: undefined;
1840
1929
  transcript?: undefined;
1841
1930
  linkPreview?: undefined;
@@ -1845,11 +1934,11 @@ export declare const messages: ({
1845
1934
  reactions?: undefined;
1846
1935
  statusMsg?: undefined;
1847
1936
  backgroundColor?: undefined;
1848
- hasMessengerAccount?: undefined;
1849
1937
  callAttemptDuration?: undefined;
1850
1938
  recordUrl?: undefined;
1851
1939
  summary?: undefined;
1852
1940
  duration?: undefined;
1941
+ hasMessengerAccount?: undefined;
1853
1942
  autoRemove?: undefined;
1854
1943
  tooltipText?: undefined;
1855
1944
  deleted?: undefined;
@@ -1886,6 +1975,7 @@ export declare const messages: ({
1886
1975
  views?: undefined;
1887
1976
  imagePreviewUrl?: undefined;
1888
1977
  alt?: undefined;
1978
+ items?: undefined;
1889
1979
  filename?: undefined;
1890
1980
  transcript?: undefined;
1891
1981
  linkPreview?: undefined;
@@ -1894,11 +1984,11 @@ export declare const messages: ({
1894
1984
  coverUrl?: undefined;
1895
1985
  reactions?: undefined;
1896
1986
  backgroundColor?: undefined;
1897
- hasMessengerAccount?: undefined;
1898
1987
  callAttemptDuration?: undefined;
1899
1988
  recordUrl?: undefined;
1900
1989
  summary?: undefined;
1901
1990
  duration?: undefined;
1991
+ hasMessengerAccount?: undefined;
1902
1992
  autoRemove?: undefined;
1903
1993
  tooltipText?: undefined;
1904
1994
  deleted?: undefined;
@@ -1925,6 +2015,7 @@ export declare const messages: ({
1925
2015
  embed?: undefined;
1926
2016
  views?: undefined;
1927
2017
  imagePreviewUrl?: undefined;
2018
+ items?: undefined;
1928
2019
  reply?: undefined;
1929
2020
  filename?: undefined;
1930
2021
  transcript?: undefined;
@@ -1935,11 +2026,11 @@ export declare const messages: ({
1935
2026
  reactions?: undefined;
1936
2027
  statusMsg?: undefined;
1937
2028
  backgroundColor?: undefined;
1938
- hasMessengerAccount?: undefined;
1939
2029
  callAttemptDuration?: undefined;
1940
2030
  recordUrl?: undefined;
1941
2031
  summary?: undefined;
1942
2032
  duration?: undefined;
2033
+ hasMessengerAccount?: undefined;
1943
2034
  autoRemove?: undefined;
1944
2035
  tooltipText?: undefined;
1945
2036
  deleted?: undefined;
@@ -1977,6 +2068,7 @@ export declare const messages: ({
1977
2068
  views?: undefined;
1978
2069
  imagePreviewUrl?: undefined;
1979
2070
  alt?: undefined;
2071
+ items?: undefined;
1980
2072
  reply?: undefined;
1981
2073
  filename?: undefined;
1982
2074
  transcript?: undefined;
@@ -1986,11 +2078,11 @@ export declare const messages: ({
1986
2078
  coverUrl?: undefined;
1987
2079
  statusMsg?: undefined;
1988
2080
  backgroundColor?: undefined;
1989
- hasMessengerAccount?: undefined;
1990
2081
  callAttemptDuration?: undefined;
1991
2082
  recordUrl?: undefined;
1992
2083
  summary?: undefined;
1993
2084
  duration?: undefined;
2085
+ hasMessengerAccount?: undefined;
1994
2086
  autoRemove?: undefined;
1995
2087
  tooltipText?: undefined;
1996
2088
  deleted?: undefined;
@@ -2017,6 +2109,7 @@ export declare const messages: ({
2017
2109
  embed?: undefined;
2018
2110
  views?: undefined;
2019
2111
  imagePreviewUrl?: undefined;
2112
+ items?: undefined;
2020
2113
  reply?: undefined;
2021
2114
  filename?: undefined;
2022
2115
  transcript?: undefined;
@@ -2027,11 +2120,11 @@ export declare const messages: ({
2027
2120
  reactions?: undefined;
2028
2121
  statusMsg?: undefined;
2029
2122
  backgroundColor?: undefined;
2030
- hasMessengerAccount?: undefined;
2031
2123
  callAttemptDuration?: undefined;
2032
2124
  recordUrl?: undefined;
2033
2125
  summary?: undefined;
2034
2126
  duration?: undefined;
2127
+ hasMessengerAccount?: undefined;
2035
2128
  autoRemove?: undefined;
2036
2129
  tooltipText?: undefined;
2037
2130
  deleted?: undefined;
@@ -2070,6 +2163,7 @@ export declare const messages: ({
2070
2163
  embed?: undefined;
2071
2164
  views?: undefined;
2072
2165
  imagePreviewUrl?: undefined;
2166
+ items?: undefined;
2073
2167
  reply?: undefined;
2074
2168
  filename?: undefined;
2075
2169
  transcript?: undefined;
@@ -2078,11 +2172,11 @@ export declare const messages: ({
2078
2172
  videoPreviewUrl?: undefined;
2079
2173
  coverUrl?: undefined;
2080
2174
  backgroundColor?: undefined;
2081
- hasMessengerAccount?: undefined;
2082
2175
  callAttemptDuration?: undefined;
2083
2176
  recordUrl?: undefined;
2084
2177
  summary?: undefined;
2085
2178
  duration?: undefined;
2179
+ hasMessengerAccount?: undefined;
2086
2180
  autoRemove?: undefined;
2087
2181
  tooltipText?: undefined;
2088
2182
  deleted?: undefined;
@@ -2109,6 +2203,7 @@ export declare const messages: ({
2109
2203
  views?: undefined;
2110
2204
  imagePreviewUrl?: undefined;
2111
2205
  alt?: undefined;
2206
+ items?: undefined;
2112
2207
  reply?: undefined;
2113
2208
  filename?: undefined;
2114
2209
  transcript?: undefined;
@@ -2119,11 +2214,11 @@ export declare const messages: ({
2119
2214
  reactions?: undefined;
2120
2215
  statusMsg?: undefined;
2121
2216
  backgroundColor?: undefined;
2122
- hasMessengerAccount?: undefined;
2123
2217
  callAttemptDuration?: undefined;
2124
2218
  recordUrl?: undefined;
2125
2219
  summary?: undefined;
2126
2220
  duration?: undefined;
2221
+ hasMessengerAccount?: undefined;
2127
2222
  autoRemove?: undefined;
2128
2223
  tooltipText?: undefined;
2129
2224
  deleted?: undefined;
@@ -2161,6 +2256,7 @@ export declare const messages: ({
2161
2256
  views?: undefined;
2162
2257
  imagePreviewUrl?: undefined;
2163
2258
  alt?: undefined;
2259
+ items?: undefined;
2164
2260
  reply?: undefined;
2165
2261
  filename?: undefined;
2166
2262
  transcript?: undefined;
@@ -2170,11 +2266,11 @@ export declare const messages: ({
2170
2266
  coverUrl?: undefined;
2171
2267
  statusMsg?: undefined;
2172
2268
  backgroundColor?: undefined;
2173
- hasMessengerAccount?: undefined;
2174
2269
  callAttemptDuration?: undefined;
2175
2270
  recordUrl?: undefined;
2176
2271
  summary?: undefined;
2177
2272
  duration?: undefined;
2273
+ hasMessengerAccount?: undefined;
2178
2274
  autoRemove?: undefined;
2179
2275
  tooltipText?: undefined;
2180
2276
  deleted?: undefined;
@@ -2202,6 +2298,7 @@ export declare const messages: ({
2202
2298
  views?: undefined;
2203
2299
  imagePreviewUrl?: undefined;
2204
2300
  alt?: undefined;
2301
+ items?: undefined;
2205
2302
  reply?: undefined;
2206
2303
  filename?: undefined;
2207
2304
  transcript?: undefined;
@@ -2211,11 +2308,11 @@ export declare const messages: ({
2211
2308
  coverUrl?: undefined;
2212
2309
  reactions?: undefined;
2213
2310
  statusMsg?: undefined;
2214
- hasMessengerAccount?: undefined;
2215
2311
  callAttemptDuration?: undefined;
2216
2312
  recordUrl?: undefined;
2217
2313
  summary?: undefined;
2218
2314
  duration?: undefined;
2315
+ hasMessengerAccount?: undefined;
2219
2316
  autoRemove?: undefined;
2220
2317
  tooltipText?: undefined;
2221
2318
  deleted?: undefined;
@@ -2225,15 +2322,19 @@ export declare const messages: ({
2225
2322
  dialogId: string;
2226
2323
  messageId: string;
2227
2324
  type: string;
2228
- text: string;
2229
2325
  direction: string;
2230
2326
  status: string;
2231
- statusMsg: string;
2232
2327
  timestamp: string;
2233
2328
  header: string;
2329
+ text: string;
2234
2330
  subText: string;
2331
+ imagePreviewUrl: string;
2332
+ items: {
2333
+ url: string;
2334
+ imagePreviewUrl: string;
2335
+ filename: string;
2336
+ }[];
2235
2337
  avatar: string;
2236
- hasMessengerAccount: boolean;
2237
2338
  position?: undefined;
2238
2339
  time?: undefined;
2239
2340
  url?: undefined;
@@ -2242,7 +2343,6 @@ export declare const messages: ({
2242
2343
  callParticipant?: undefined;
2243
2344
  embed?: undefined;
2244
2345
  views?: undefined;
2245
- imagePreviewUrl?: undefined;
2246
2346
  alt?: undefined;
2247
2347
  reply?: undefined;
2248
2348
  filename?: undefined;
@@ -2252,11 +2352,13 @@ export declare const messages: ({
2252
2352
  videoPreviewUrl?: undefined;
2253
2353
  coverUrl?: undefined;
2254
2354
  reactions?: undefined;
2355
+ statusMsg?: undefined;
2255
2356
  backgroundColor?: undefined;
2256
2357
  callAttemptDuration?: undefined;
2257
2358
  recordUrl?: undefined;
2258
2359
  summary?: undefined;
2259
2360
  duration?: undefined;
2361
+ hasMessengerAccount?: undefined;
2260
2362
  autoRemove?: undefined;
2261
2363
  tooltipText?: undefined;
2262
2364
  deleted?: undefined;
@@ -2283,6 +2385,7 @@ export declare const messages: ({
2283
2385
  views?: undefined;
2284
2386
  imagePreviewUrl?: undefined;
2285
2387
  alt?: undefined;
2388
+ items?: undefined;
2286
2389
  reply?: undefined;
2287
2390
  filename?: undefined;
2288
2391
  transcript?: undefined;
@@ -2293,11 +2396,11 @@ export declare const messages: ({
2293
2396
  reactions?: undefined;
2294
2397
  statusMsg?: undefined;
2295
2398
  backgroundColor?: undefined;
2296
- hasMessengerAccount?: undefined;
2297
2399
  callAttemptDuration?: undefined;
2298
2400
  recordUrl?: undefined;
2299
2401
  summary?: undefined;
2300
2402
  duration?: undefined;
2403
+ hasMessengerAccount?: undefined;
2301
2404
  autoRemove?: undefined;
2302
2405
  tooltipText?: undefined;
2303
2406
  deleted?: undefined;
@@ -2325,6 +2428,7 @@ export declare const messages: ({
2325
2428
  views?: undefined;
2326
2429
  imagePreviewUrl?: undefined;
2327
2430
  alt?: undefined;
2431
+ items?: undefined;
2328
2432
  reply?: undefined;
2329
2433
  filename?: undefined;
2330
2434
  transcript?: undefined;
@@ -2335,10 +2439,10 @@ export declare const messages: ({
2335
2439
  reactions?: undefined;
2336
2440
  statusMsg?: undefined;
2337
2441
  backgroundColor?: undefined;
2338
- hasMessengerAccount?: undefined;
2339
2442
  recordUrl?: undefined;
2340
2443
  summary?: undefined;
2341
2444
  duration?: undefined;
2445
+ hasMessengerAccount?: undefined;
2342
2446
  autoRemove?: undefined;
2343
2447
  tooltipText?: undefined;
2344
2448
  deleted?: undefined;
@@ -2366,6 +2470,7 @@ export declare const messages: ({
2366
2470
  views?: undefined;
2367
2471
  imagePreviewUrl?: undefined;
2368
2472
  alt?: undefined;
2473
+ items?: undefined;
2369
2474
  reply?: undefined;
2370
2475
  transcript?: undefined;
2371
2476
  linkPreview?: undefined;
@@ -2375,11 +2480,11 @@ export declare const messages: ({
2375
2480
  reactions?: undefined;
2376
2481
  statusMsg?: undefined;
2377
2482
  backgroundColor?: undefined;
2378
- hasMessengerAccount?: undefined;
2379
2483
  callAttemptDuration?: undefined;
2380
2484
  recordUrl?: undefined;
2381
2485
  summary?: undefined;
2382
2486
  duration?: undefined;
2487
+ hasMessengerAccount?: undefined;
2383
2488
  autoRemove?: undefined;
2384
2489
  tooltipText?: undefined;
2385
2490
  deleted?: undefined;
@@ -2406,6 +2511,7 @@ export declare const messages: ({
2406
2511
  views?: undefined;
2407
2512
  imagePreviewUrl?: undefined;
2408
2513
  alt?: undefined;
2514
+ items?: undefined;
2409
2515
  reply?: undefined;
2410
2516
  filename?: undefined;
2411
2517
  transcript?: undefined;
@@ -2416,11 +2522,11 @@ export declare const messages: ({
2416
2522
  reactions?: undefined;
2417
2523
  statusMsg?: undefined;
2418
2524
  backgroundColor?: undefined;
2419
- hasMessengerAccount?: undefined;
2420
2525
  callAttemptDuration?: undefined;
2421
2526
  recordUrl?: undefined;
2422
2527
  summary?: undefined;
2423
2528
  duration?: undefined;
2529
+ hasMessengerAccount?: undefined;
2424
2530
  autoRemove?: undefined;
2425
2531
  tooltipText?: undefined;
2426
2532
  deleted?: undefined;
@@ -2453,6 +2559,7 @@ export declare const messages: ({
2453
2559
  views?: undefined;
2454
2560
  imagePreviewUrl?: undefined;
2455
2561
  alt?: undefined;
2562
+ items?: undefined;
2456
2563
  reply?: undefined;
2457
2564
  filename?: undefined;
2458
2565
  linkPreview?: undefined;
@@ -2462,9 +2569,9 @@ export declare const messages: ({
2462
2569
  reactions?: undefined;
2463
2570
  statusMsg?: undefined;
2464
2571
  backgroundColor?: undefined;
2465
- hasMessengerAccount?: undefined;
2466
2572
  callAttemptDuration?: undefined;
2467
2573
  duration?: undefined;
2574
+ hasMessengerAccount?: undefined;
2468
2575
  autoRemove?: undefined;
2469
2576
  tooltipText?: undefined;
2470
2577
  deleted?: undefined;
@@ -2501,6 +2608,7 @@ export declare const messages: ({
2501
2608
  views?: undefined;
2502
2609
  imagePreviewUrl?: undefined;
2503
2610
  alt?: undefined;
2611
+ items?: undefined;
2504
2612
  reply?: undefined;
2505
2613
  filename?: undefined;
2506
2614
  linkPreview?: undefined;
@@ -2510,9 +2618,9 @@ export declare const messages: ({
2510
2618
  reactions?: undefined;
2511
2619
  statusMsg?: undefined;
2512
2620
  backgroundColor?: undefined;
2513
- hasMessengerAccount?: undefined;
2514
2621
  callAttemptDuration?: undefined;
2515
2622
  duration?: undefined;
2623
+ hasMessengerAccount?: undefined;
2516
2624
  autoRemove?: undefined;
2517
2625
  tooltipText?: undefined;
2518
2626
  deleted?: undefined;
@@ -2540,6 +2648,7 @@ export declare const messages: ({
2540
2648
  views?: undefined;
2541
2649
  imagePreviewUrl?: undefined;
2542
2650
  alt?: undefined;
2651
+ items?: undefined;
2543
2652
  reply?: undefined;
2544
2653
  filename?: undefined;
2545
2654
  transcript?: undefined;
@@ -2550,10 +2659,10 @@ export declare const messages: ({
2550
2659
  reactions?: undefined;
2551
2660
  statusMsg?: undefined;
2552
2661
  backgroundColor?: undefined;
2553
- hasMessengerAccount?: undefined;
2554
2662
  callAttemptDuration?: undefined;
2555
2663
  summary?: undefined;
2556
2664
  duration?: undefined;
2665
+ hasMessengerAccount?: undefined;
2557
2666
  autoRemove?: undefined;
2558
2667
  tooltipText?: undefined;
2559
2668
  deleted?: undefined;
@@ -2590,6 +2699,7 @@ export declare const messages: ({
2590
2699
  views?: undefined;
2591
2700
  imagePreviewUrl?: undefined;
2592
2701
  alt?: undefined;
2702
+ items?: undefined;
2593
2703
  reply?: undefined;
2594
2704
  filename?: undefined;
2595
2705
  linkPreview?: undefined;
@@ -2599,9 +2709,9 @@ export declare const messages: ({
2599
2709
  reactions?: undefined;
2600
2710
  statusMsg?: undefined;
2601
2711
  backgroundColor?: undefined;
2602
- hasMessengerAccount?: undefined;
2603
2712
  callAttemptDuration?: undefined;
2604
2713
  recordUrl?: undefined;
2714
+ hasMessengerAccount?: undefined;
2605
2715
  autoRemove?: undefined;
2606
2716
  tooltipText?: undefined;
2607
2717
  deleted?: undefined;
@@ -2638,6 +2748,7 @@ export declare const messages: ({
2638
2748
  views?: undefined;
2639
2749
  imagePreviewUrl?: undefined;
2640
2750
  alt?: undefined;
2751
+ items?: undefined;
2641
2752
  reply?: undefined;
2642
2753
  filename?: undefined;
2643
2754
  linkPreview?: undefined;
@@ -2647,9 +2758,9 @@ export declare const messages: ({
2647
2758
  reactions?: undefined;
2648
2759
  statusMsg?: undefined;
2649
2760
  backgroundColor?: undefined;
2650
- hasMessengerAccount?: undefined;
2651
2761
  callAttemptDuration?: undefined;
2652
2762
  recordUrl?: undefined;
2763
+ hasMessengerAccount?: undefined;
2653
2764
  autoRemove?: undefined;
2654
2765
  tooltipText?: undefined;
2655
2766
  deleted?: undefined;
@@ -2676,6 +2787,7 @@ export declare const messages: ({
2676
2787
  views?: undefined;
2677
2788
  imagePreviewUrl?: undefined;
2678
2789
  alt?: undefined;
2790
+ items?: undefined;
2679
2791
  reply?: undefined;
2680
2792
  filename?: undefined;
2681
2793
  transcript?: undefined;
@@ -2686,11 +2798,11 @@ export declare const messages: ({
2686
2798
  reactions?: undefined;
2687
2799
  statusMsg?: undefined;
2688
2800
  backgroundColor?: undefined;
2689
- hasMessengerAccount?: undefined;
2690
2801
  callAttemptDuration?: undefined;
2691
2802
  recordUrl?: undefined;
2692
2803
  summary?: undefined;
2693
2804
  duration?: undefined;
2805
+ hasMessengerAccount?: undefined;
2694
2806
  autoRemove?: undefined;
2695
2807
  tooltipText?: undefined;
2696
2808
  deleted?: undefined;
@@ -2717,6 +2829,7 @@ export declare const messages: ({
2717
2829
  embed?: undefined;
2718
2830
  views?: undefined;
2719
2831
  imagePreviewUrl?: undefined;
2832
+ items?: undefined;
2720
2833
  reply?: undefined;
2721
2834
  filename?: undefined;
2722
2835
  transcript?: undefined;
@@ -2727,7 +2840,49 @@ export declare const messages: ({
2727
2840
  reactions?: undefined;
2728
2841
  statusMsg?: undefined;
2729
2842
  backgroundColor?: undefined;
2843
+ callAttemptDuration?: undefined;
2844
+ recordUrl?: undefined;
2845
+ summary?: undefined;
2846
+ duration?: undefined;
2730
2847
  hasMessengerAccount?: undefined;
2848
+ autoRemove?: undefined;
2849
+ tooltipText?: undefined;
2850
+ deleted?: undefined;
2851
+ deletion?: undefined;
2852
+ } | {
2853
+ chatId: number;
2854
+ dialogId: string;
2855
+ messageId: string;
2856
+ type: string;
2857
+ text: string;
2858
+ direction: string;
2859
+ status: string;
2860
+ statusMsg: string;
2861
+ timestamp: string;
2862
+ header: string;
2863
+ subText: string;
2864
+ avatar: string;
2865
+ hasMessengerAccount: boolean;
2866
+ position?: undefined;
2867
+ time?: undefined;
2868
+ url?: undefined;
2869
+ callDuration?: undefined;
2870
+ isMissedCall?: undefined;
2871
+ callParticipant?: undefined;
2872
+ embed?: undefined;
2873
+ views?: undefined;
2874
+ imagePreviewUrl?: undefined;
2875
+ alt?: undefined;
2876
+ items?: undefined;
2877
+ reply?: undefined;
2878
+ filename?: undefined;
2879
+ transcript?: undefined;
2880
+ linkPreview?: undefined;
2881
+ keyboard?: undefined;
2882
+ videoPreviewUrl?: undefined;
2883
+ coverUrl?: undefined;
2884
+ reactions?: undefined;
2885
+ backgroundColor?: undefined;
2731
2886
  callAttemptDuration?: undefined;
2732
2887
  recordUrl?: undefined;
2733
2888
  summary?: undefined;
@@ -2761,6 +2916,7 @@ export declare const messages: ({
2761
2916
  views?: undefined;
2762
2917
  imagePreviewUrl?: undefined;
2763
2918
  alt?: undefined;
2919
+ items?: undefined;
2764
2920
  reply?: undefined;
2765
2921
  transcript?: undefined;
2766
2922
  linkPreview?: undefined;
@@ -2801,6 +2957,7 @@ export declare const messages: ({
2801
2957
  embed?: undefined;
2802
2958
  views?: undefined;
2803
2959
  imagePreviewUrl?: undefined;
2960
+ items?: undefined;
2804
2961
  reply?: undefined;
2805
2962
  filename?: undefined;
2806
2963
  transcript?: undefined;
@@ -2842,6 +2999,7 @@ export declare const messages: ({
2842
2999
  embed?: undefined;
2843
3000
  views?: undefined;
2844
3001
  imagePreviewUrl?: undefined;
3002
+ items?: undefined;
2845
3003
  reply?: undefined;
2846
3004
  filename?: undefined;
2847
3005
  transcript?: undefined;
@@ -2883,6 +3041,7 @@ export declare const messages: ({
2883
3041
  views?: undefined;
2884
3042
  imagePreviewUrl?: undefined;
2885
3043
  alt?: undefined;
3044
+ items?: undefined;
2886
3045
  reply?: undefined;
2887
3046
  filename?: undefined;
2888
3047
  transcript?: undefined;
@@ -2923,6 +3082,7 @@ export declare const messages: ({
2923
3082
  views?: undefined;
2924
3083
  imagePreviewUrl?: undefined;
2925
3084
  alt?: undefined;
3085
+ items?: undefined;
2926
3086
  reply?: undefined;
2927
3087
  filename?: undefined;
2928
3088
  transcript?: undefined;
@@ -2933,11 +3093,11 @@ export declare const messages: ({
2933
3093
  reactions?: undefined;
2934
3094
  statusMsg?: undefined;
2935
3095
  backgroundColor?: undefined;
2936
- hasMessengerAccount?: undefined;
2937
3096
  callAttemptDuration?: undefined;
2938
3097
  recordUrl?: undefined;
2939
3098
  summary?: undefined;
2940
3099
  duration?: undefined;
3100
+ hasMessengerAccount?: undefined;
2941
3101
  tooltipText?: undefined;
2942
3102
  deleted?: undefined;
2943
3103
  deletion?: undefined;
@@ -2964,6 +3124,7 @@ export declare const messages: ({
2964
3124
  views?: undefined;
2965
3125
  imagePreviewUrl?: undefined;
2966
3126
  alt?: undefined;
3127
+ items?: undefined;
2967
3128
  reply?: undefined;
2968
3129
  filename?: undefined;
2969
3130
  transcript?: undefined;
@@ -2974,11 +3135,11 @@ export declare const messages: ({
2974
3135
  reactions?: undefined;
2975
3136
  statusMsg?: undefined;
2976
3137
  backgroundColor?: undefined;
2977
- hasMessengerAccount?: undefined;
2978
3138
  callAttemptDuration?: undefined;
2979
3139
  recordUrl?: undefined;
2980
3140
  summary?: undefined;
2981
3141
  duration?: undefined;
3142
+ hasMessengerAccount?: undefined;
2982
3143
  autoRemove?: undefined;
2983
3144
  deleted?: undefined;
2984
3145
  deletion?: undefined;
@@ -3004,6 +3165,7 @@ export declare const messages: ({
3004
3165
  views?: undefined;
3005
3166
  imagePreviewUrl?: undefined;
3006
3167
  alt?: undefined;
3168
+ items?: undefined;
3007
3169
  reply?: undefined;
3008
3170
  filename?: undefined;
3009
3171
  transcript?: undefined;
@@ -3014,11 +3176,11 @@ export declare const messages: ({
3014
3176
  reactions?: undefined;
3015
3177
  statusMsg?: undefined;
3016
3178
  backgroundColor?: undefined;
3017
- hasMessengerAccount?: undefined;
3018
3179
  callAttemptDuration?: undefined;
3019
3180
  recordUrl?: undefined;
3020
3181
  summary?: undefined;
3021
3182
  duration?: undefined;
3183
+ hasMessengerAccount?: undefined;
3022
3184
  autoRemove?: undefined;
3023
3185
  tooltipText?: undefined;
3024
3186
  deleted?: undefined;
@@ -3050,6 +3212,7 @@ export declare const messages: ({
3050
3212
  views?: undefined;
3051
3213
  imagePreviewUrl?: undefined;
3052
3214
  alt?: undefined;
3215
+ items?: undefined;
3053
3216
  reply?: undefined;
3054
3217
  filename?: undefined;
3055
3218
  transcript?: undefined;
@@ -3060,11 +3223,11 @@ export declare const messages: ({
3060
3223
  reactions?: undefined;
3061
3224
  statusMsg?: undefined;
3062
3225
  backgroundColor?: undefined;
3063
- hasMessengerAccount?: undefined;
3064
3226
  callAttemptDuration?: undefined;
3065
3227
  recordUrl?: undefined;
3066
3228
  summary?: undefined;
3067
3229
  duration?: undefined;
3230
+ hasMessengerAccount?: undefined;
3068
3231
  autoRemove?: undefined;
3069
3232
  tooltipText?: undefined;
3070
3233
  } | {
@@ -3089,6 +3252,7 @@ export declare const messages: ({
3089
3252
  views?: undefined;
3090
3253
  imagePreviewUrl?: undefined;
3091
3254
  alt?: undefined;
3255
+ items?: undefined;
3092
3256
  reply?: undefined;
3093
3257
  filename?: undefined;
3094
3258
  transcript?: undefined;
@@ -3099,11 +3263,11 @@ export declare const messages: ({
3099
3263
  reactions?: undefined;
3100
3264
  statusMsg?: undefined;
3101
3265
  backgroundColor?: undefined;
3102
- hasMessengerAccount?: undefined;
3103
3266
  callAttemptDuration?: undefined;
3104
3267
  recordUrl?: undefined;
3105
3268
  summary?: undefined;
3106
3269
  duration?: undefined;
3270
+ hasMessengerAccount?: undefined;
3107
3271
  autoRemove?: undefined;
3108
3272
  tooltipText?: undefined;
3109
3273
  deleted?: undefined;
@@ -3130,6 +3294,7 @@ export declare const messages: ({
3130
3294
  views?: undefined;
3131
3295
  imagePreviewUrl?: undefined;
3132
3296
  alt?: undefined;
3297
+ items?: undefined;
3133
3298
  reply?: undefined;
3134
3299
  filename?: undefined;
3135
3300
  transcript?: undefined;
@@ -3140,11 +3305,11 @@ export declare const messages: ({
3140
3305
  reactions?: undefined;
3141
3306
  statusMsg?: undefined;
3142
3307
  backgroundColor?: undefined;
3143
- hasMessengerAccount?: undefined;
3144
3308
  callAttemptDuration?: undefined;
3145
3309
  recordUrl?: undefined;
3146
3310
  summary?: undefined;
3147
3311
  duration?: undefined;
3312
+ hasMessengerAccount?: undefined;
3148
3313
  autoRemove?: undefined;
3149
3314
  tooltipText?: undefined;
3150
3315
  deleted?: undefined;
@@ -3172,6 +3337,7 @@ export declare const messages: ({
3172
3337
  views?: undefined;
3173
3338
  imagePreviewUrl?: undefined;
3174
3339
  alt?: undefined;
3340
+ items?: undefined;
3175
3341
  reply?: undefined;
3176
3342
  filename?: undefined;
3177
3343
  transcript?: undefined;
@@ -3181,11 +3347,11 @@ export declare const messages: ({
3181
3347
  reactions?: undefined;
3182
3348
  statusMsg?: undefined;
3183
3349
  backgroundColor?: undefined;
3184
- hasMessengerAccount?: undefined;
3185
3350
  callAttemptDuration?: undefined;
3186
3351
  recordUrl?: undefined;
3187
3352
  summary?: undefined;
3188
3353
  duration?: undefined;
3354
+ hasMessengerAccount?: undefined;
3189
3355
  autoRemove?: undefined;
3190
3356
  tooltipText?: undefined;
3191
3357
  deleted?: undefined;
@@ -3213,6 +3379,7 @@ export declare const messages: ({
3213
3379
  embed?: undefined;
3214
3380
  views?: undefined;
3215
3381
  imagePreviewUrl?: undefined;
3382
+ items?: undefined;
3216
3383
  reply?: undefined;
3217
3384
  filename?: undefined;
3218
3385
  transcript?: undefined;
@@ -3222,11 +3389,11 @@ export declare const messages: ({
3222
3389
  coverUrl?: undefined;
3223
3390
  reactions?: undefined;
3224
3391
  statusMsg?: undefined;
3225
- hasMessengerAccount?: undefined;
3226
3392
  callAttemptDuration?: undefined;
3227
3393
  recordUrl?: undefined;
3228
3394
  summary?: undefined;
3229
3395
  duration?: undefined;
3396
+ hasMessengerAccount?: undefined;
3230
3397
  autoRemove?: undefined;
3231
3398
  tooltipText?: undefined;
3232
3399
  deleted?: undefined;
@@ -3255,6 +3422,7 @@ export declare const messages: ({
3255
3422
  views?: undefined;
3256
3423
  imagePreviewUrl?: undefined;
3257
3424
  alt?: undefined;
3425
+ items?: undefined;
3258
3426
  reply?: undefined;
3259
3427
  transcript?: undefined;
3260
3428
  linkPreview?: undefined;
@@ -3263,11 +3431,11 @@ export declare const messages: ({
3263
3431
  coverUrl?: undefined;
3264
3432
  reactions?: undefined;
3265
3433
  statusMsg?: undefined;
3266
- hasMessengerAccount?: undefined;
3267
3434
  callAttemptDuration?: undefined;
3268
3435
  recordUrl?: undefined;
3269
3436
  summary?: undefined;
3270
3437
  duration?: undefined;
3438
+ hasMessengerAccount?: undefined;
3271
3439
  autoRemove?: undefined;
3272
3440
  tooltipText?: undefined;
3273
3441
  deleted?: undefined;
@@ -3295,6 +3463,7 @@ export declare const messages: ({
3295
3463
  views?: undefined;
3296
3464
  imagePreviewUrl?: undefined;
3297
3465
  alt?: undefined;
3466
+ items?: undefined;
3298
3467
  reply?: undefined;
3299
3468
  filename?: undefined;
3300
3469
  transcript?: undefined;
@@ -3304,11 +3473,11 @@ export declare const messages: ({
3304
3473
  coverUrl?: undefined;
3305
3474
  reactions?: undefined;
3306
3475
  statusMsg?: undefined;
3307
- hasMessengerAccount?: undefined;
3308
3476
  callAttemptDuration?: undefined;
3309
3477
  recordUrl?: undefined;
3310
3478
  summary?: undefined;
3311
3479
  duration?: undefined;
3480
+ hasMessengerAccount?: undefined;
3312
3481
  autoRemove?: undefined;
3313
3482
  tooltipText?: undefined;
3314
3483
  deleted?: undefined;
@@ -3335,6 +3504,7 @@ export declare const messages: ({
3335
3504
  views?: undefined;
3336
3505
  imagePreviewUrl?: undefined;
3337
3506
  alt?: undefined;
3507
+ items?: undefined;
3338
3508
  reply?: undefined;
3339
3509
  filename?: undefined;
3340
3510
  transcript?: undefined;
@@ -3345,11 +3515,11 @@ export declare const messages: ({
3345
3515
  reactions?: undefined;
3346
3516
  statusMsg?: undefined;
3347
3517
  backgroundColor?: undefined;
3348
- hasMessengerAccount?: undefined;
3349
3518
  callAttemptDuration?: undefined;
3350
3519
  recordUrl?: undefined;
3351
3520
  summary?: undefined;
3352
3521
  duration?: undefined;
3522
+ hasMessengerAccount?: undefined;
3353
3523
  autoRemove?: undefined;
3354
3524
  tooltipText?: undefined;
3355
3525
  deleted?: undefined;
@@ -3385,6 +3555,7 @@ export declare const messages: ({
3385
3555
  views?: undefined;
3386
3556
  imagePreviewUrl?: undefined;
3387
3557
  alt?: undefined;
3558
+ items?: undefined;
3388
3559
  filename?: undefined;
3389
3560
  transcript?: undefined;
3390
3561
  linkPreview?: undefined;
@@ -3394,11 +3565,11 @@ export declare const messages: ({
3394
3565
  reactions?: undefined;
3395
3566
  statusMsg?: undefined;
3396
3567
  backgroundColor?: undefined;
3397
- hasMessengerAccount?: undefined;
3398
3568
  callAttemptDuration?: undefined;
3399
3569
  recordUrl?: undefined;
3400
3570
  summary?: undefined;
3401
3571
  duration?: undefined;
3572
+ hasMessengerAccount?: undefined;
3402
3573
  autoRemove?: undefined;
3403
3574
  tooltipText?: undefined;
3404
3575
  deleted?: undefined;
@@ -3425,6 +3596,7 @@ export declare const messages: ({
3425
3596
  views?: undefined;
3426
3597
  imagePreviewUrl?: undefined;
3427
3598
  alt?: undefined;
3599
+ items?: undefined;
3428
3600
  reply?: undefined;
3429
3601
  filename?: undefined;
3430
3602
  transcript?: undefined;
@@ -3435,11 +3607,11 @@ export declare const messages: ({
3435
3607
  reactions?: undefined;
3436
3608
  statusMsg?: undefined;
3437
3609
  backgroundColor?: undefined;
3438
- hasMessengerAccount?: undefined;
3439
3610
  callAttemptDuration?: undefined;
3440
3611
  recordUrl?: undefined;
3441
3612
  summary?: undefined;
3442
3613
  duration?: undefined;
3614
+ hasMessengerAccount?: undefined;
3443
3615
  autoRemove?: undefined;
3444
3616
  tooltipText?: undefined;
3445
3617
  deleted?: undefined;
@@ -3466,6 +3638,7 @@ export declare const messages: ({
3466
3638
  embed?: undefined;
3467
3639
  views?: undefined;
3468
3640
  imagePreviewUrl?: undefined;
3641
+ items?: undefined;
3469
3642
  reply?: undefined;
3470
3643
  filename?: undefined;
3471
3644
  transcript?: undefined;
@@ -3476,11 +3649,11 @@ export declare const messages: ({
3476
3649
  reactions?: undefined;
3477
3650
  statusMsg?: undefined;
3478
3651
  backgroundColor?: undefined;
3479
- hasMessengerAccount?: undefined;
3480
3652
  callAttemptDuration?: undefined;
3481
3653
  recordUrl?: undefined;
3482
3654
  summary?: undefined;
3483
3655
  duration?: undefined;
3656
+ hasMessengerAccount?: undefined;
3484
3657
  autoRemove?: undefined;
3485
3658
  tooltipText?: undefined;
3486
3659
  deleted?: undefined;