1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
|
#ifdef _MSC_VER
#include "..\auto.h"
#else
#include "auto.h"
#endif
#include <assert.h>
int tglf_extf_autocomplete (struct tgl_state *TLS, const char *text, int text_len, int index, char **R, char *data, int data_len);
int autocomplete_constructor_account_days_t_t_l (struct paramed_type *T);
int autocomplete_constructor_audio_empty (struct paramed_type *T);
int autocomplete_constructor_audio (struct paramed_type *T);
int autocomplete_constructor_authorization (struct paramed_type *T);
int autocomplete_constructor_bool_false (struct paramed_type *T);
int autocomplete_constructor_bool_true (struct paramed_type *T);
int autocomplete_constructor_bot_command (struct paramed_type *T);
int autocomplete_constructor_bot_command_old (struct paramed_type *T);
int autocomplete_constructor_bot_info_empty (struct paramed_type *T);
int autocomplete_constructor_bot_info (struct paramed_type *T);
int autocomplete_constructor_bytes (struct paramed_type *T);
int autocomplete_constructor_chat_empty (struct paramed_type *T);
int autocomplete_constructor_chat (struct paramed_type *T);
int autocomplete_constructor_chat_forbidden (struct paramed_type *T);
int autocomplete_constructor_geo_chat (struct paramed_type *T);
int autocomplete_constructor_chat_full (struct paramed_type *T);
int autocomplete_constructor_chat_invite_already (struct paramed_type *T);
int autocomplete_constructor_chat_invite (struct paramed_type *T);
int autocomplete_constructor_chat_located (struct paramed_type *T);
int autocomplete_constructor_chat_participant (struct paramed_type *T);
int autocomplete_constructor_chat_participants_forbidden (struct paramed_type *T);
int autocomplete_constructor_chat_participants (struct paramed_type *T);
int autocomplete_constructor_chat_photo_empty (struct paramed_type *T);
int autocomplete_constructor_chat_photo (struct paramed_type *T);
int autocomplete_constructor_client_d_h_inner_data (struct paramed_type *T);
int autocomplete_constructor_config (struct paramed_type *T);
int autocomplete_constructor_contact (struct paramed_type *T);
int autocomplete_constructor_contact_blocked (struct paramed_type *T);
int autocomplete_constructor_contact_found (struct paramed_type *T);
int autocomplete_constructor_contact_link_unknown (struct paramed_type *T);
int autocomplete_constructor_contact_link_none (struct paramed_type *T);
int autocomplete_constructor_contact_link_has_phone (struct paramed_type *T);
int autocomplete_constructor_contact_link_contact (struct paramed_type *T);
int autocomplete_constructor_contact_status (struct paramed_type *T);
int autocomplete_constructor_contact_suggested (struct paramed_type *T);
int autocomplete_constructor_dc_option_l28 (struct paramed_type *T);
int autocomplete_constructor_dc_option (struct paramed_type *T);
int autocomplete_constructor_decrypted_message (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_service (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_action_set_message_t_t_l (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_action_read_messages (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_action_delete_messages (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_action_screenshot_messages (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_action_flush_history (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_action_resend (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_action_notify_layer (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_action_typing (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_action_request_key (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_action_accept_key (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_action_abort_key (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_action_commit_key (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_action_noop (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_layer (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_media_empty (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_media_photo (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_media_geo_point (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_media_contact (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_media_document (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_media_video (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_media_audio (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_media_external_document (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_media_video_l12 (struct paramed_type *T);
int autocomplete_constructor_decrypted_message_media_audio_l12 (struct paramed_type *T);
int autocomplete_constructor_dialog (struct paramed_type *T);
int autocomplete_constructor_disabled_feature (struct paramed_type *T);
int autocomplete_constructor_document_empty (struct paramed_type *T);
int autocomplete_constructor_document (struct paramed_type *T);
int autocomplete_constructor_document_l19 (struct paramed_type *T);
int autocomplete_constructor_document_attribute_image_size (struct paramed_type *T);
int autocomplete_constructor_document_attribute_animated (struct paramed_type *T);
int autocomplete_constructor_document_attribute_sticker_l28 (struct paramed_type *T);
int autocomplete_constructor_document_attribute_sticker (struct paramed_type *T);
int autocomplete_constructor_document_attribute_video (struct paramed_type *T);
int autocomplete_constructor_document_attribute_audio (struct paramed_type *T);
int autocomplete_constructor_document_attribute_filename (struct paramed_type *T);
int autocomplete_constructor_double (struct paramed_type *T);
int autocomplete_constructor_encrypted_chat_empty (struct paramed_type *T);
int autocomplete_constructor_encrypted_chat_waiting (struct paramed_type *T);
int autocomplete_constructor_encrypted_chat_requested (struct paramed_type *T);
int autocomplete_constructor_encrypted_chat (struct paramed_type *T);
int autocomplete_constructor_encrypted_chat_discarded (struct paramed_type *T);
int autocomplete_constructor_encrypted_file_empty (struct paramed_type *T);
int autocomplete_constructor_encrypted_file (struct paramed_type *T);
int autocomplete_constructor_encrypted_message (struct paramed_type *T);
int autocomplete_constructor_encrypted_message_service (struct paramed_type *T);
int autocomplete_constructor_error (struct paramed_type *T);
int autocomplete_constructor_chat_invite_empty (struct paramed_type *T);
int autocomplete_constructor_chat_invite_exported (struct paramed_type *T);
int autocomplete_constructor_file_location_unavailable (struct paramed_type *T);
int autocomplete_constructor_file_location (struct paramed_type *T);
int autocomplete_constructor_geo_chat_message_empty (struct paramed_type *T);
int autocomplete_constructor_geo_chat_message (struct paramed_type *T);
int autocomplete_constructor_geo_chat_message_service (struct paramed_type *T);
int autocomplete_constructor_geo_point_empty (struct paramed_type *T);
int autocomplete_constructor_geo_point (struct paramed_type *T);
int autocomplete_constructor_imported_contact (struct paramed_type *T);
int autocomplete_constructor_input_app_event (struct paramed_type *T);
int autocomplete_constructor_input_audio_empty (struct paramed_type *T);
int autocomplete_constructor_input_audio (struct paramed_type *T);
int autocomplete_constructor_input_chat_photo_empty (struct paramed_type *T);
int autocomplete_constructor_input_chat_uploaded_photo (struct paramed_type *T);
int autocomplete_constructor_input_chat_photo (struct paramed_type *T);
int autocomplete_constructor_input_phone_contact (struct paramed_type *T);
int autocomplete_constructor_input_document_empty (struct paramed_type *T);
int autocomplete_constructor_input_document (struct paramed_type *T);
int autocomplete_constructor_input_encrypted_chat (struct paramed_type *T);
int autocomplete_constructor_input_encrypted_file_empty (struct paramed_type *T);
int autocomplete_constructor_input_encrypted_file_uploaded (struct paramed_type *T);
int autocomplete_constructor_input_encrypted_file (struct paramed_type *T);
int autocomplete_constructor_input_encrypted_file_big_uploaded (struct paramed_type *T);
int autocomplete_constructor_input_file (struct paramed_type *T);
int autocomplete_constructor_input_file_big (struct paramed_type *T);
int autocomplete_constructor_input_file_location (struct paramed_type *T);
int autocomplete_constructor_input_video_file_location (struct paramed_type *T);
int autocomplete_constructor_input_encrypted_file_location (struct paramed_type *T);
int autocomplete_constructor_input_audio_file_location (struct paramed_type *T);
int autocomplete_constructor_input_document_file_location (struct paramed_type *T);
int autocomplete_constructor_input_geo_chat (struct paramed_type *T);
int autocomplete_constructor_input_geo_point_empty (struct paramed_type *T);
int autocomplete_constructor_input_geo_point (struct paramed_type *T);
int autocomplete_constructor_input_media_empty (struct paramed_type *T);
int autocomplete_constructor_input_media_uploaded_photo (struct paramed_type *T);
int autocomplete_constructor_input_media_photo (struct paramed_type *T);
int autocomplete_constructor_input_media_geo_point (struct paramed_type *T);
int autocomplete_constructor_input_media_contact (struct paramed_type *T);
int autocomplete_constructor_input_media_uploaded_video (struct paramed_type *T);
int autocomplete_constructor_input_media_uploaded_thumb_video (struct paramed_type *T);
int autocomplete_constructor_input_media_video (struct paramed_type *T);
int autocomplete_constructor_input_media_uploaded_audio (struct paramed_type *T);
int autocomplete_constructor_input_media_audio (struct paramed_type *T);
int autocomplete_constructor_input_media_uploaded_document (struct paramed_type *T);
int autocomplete_constructor_input_media_uploaded_thumb_document (struct paramed_type *T);
int autocomplete_constructor_input_media_document (struct paramed_type *T);
int autocomplete_constructor_input_media_venue (struct paramed_type *T);
int autocomplete_constructor_input_notify_peer (struct paramed_type *T);
int autocomplete_constructor_input_notify_users (struct paramed_type *T);
int autocomplete_constructor_input_notify_chats (struct paramed_type *T);
int autocomplete_constructor_input_notify_all (struct paramed_type *T);
int autocomplete_constructor_input_notify_geo_chat_peer (struct paramed_type *T);
int autocomplete_constructor_input_peer_empty (struct paramed_type *T);
int autocomplete_constructor_input_peer_self (struct paramed_type *T);
int autocomplete_constructor_input_peer_contact (struct paramed_type *T);
int autocomplete_constructor_input_peer_foreign (struct paramed_type *T);
int autocomplete_constructor_input_peer_chat (struct paramed_type *T);
int autocomplete_constructor_input_peer_notify_events_empty (struct paramed_type *T);
int autocomplete_constructor_input_peer_notify_events_all (struct paramed_type *T);
int autocomplete_constructor_input_peer_notify_settings (struct paramed_type *T);
int autocomplete_constructor_input_photo_empty (struct paramed_type *T);
int autocomplete_constructor_input_photo (struct paramed_type *T);
int autocomplete_constructor_input_photo_crop_auto (struct paramed_type *T);
int autocomplete_constructor_input_photo_crop (struct paramed_type *T);
int autocomplete_constructor_input_privacy_key_status_timestamp (struct paramed_type *T);
int autocomplete_constructor_input_privacy_value_allow_contacts (struct paramed_type *T);
int autocomplete_constructor_input_privacy_value_allow_all (struct paramed_type *T);
int autocomplete_constructor_input_privacy_value_allow_users (struct paramed_type *T);
int autocomplete_constructor_input_privacy_value_disallow_contacts (struct paramed_type *T);
int autocomplete_constructor_input_privacy_value_disallow_all (struct paramed_type *T);
int autocomplete_constructor_input_privacy_value_disallow_users (struct paramed_type *T);
int autocomplete_constructor_input_sticker_set_empty (struct paramed_type *T);
int autocomplete_constructor_input_sticker_set_i_d (struct paramed_type *T);
int autocomplete_constructor_input_sticker_set_short_name (struct paramed_type *T);
int autocomplete_constructor_input_user_empty (struct paramed_type *T);
int autocomplete_constructor_input_user_self (struct paramed_type *T);
int autocomplete_constructor_input_user_contact (struct paramed_type *T);
int autocomplete_constructor_input_user_foreign (struct paramed_type *T);
int autocomplete_constructor_input_video_empty (struct paramed_type *T);
int autocomplete_constructor_input_video (struct paramed_type *T);
int autocomplete_constructor_int (struct paramed_type *T);
int autocomplete_constructor_int128 (struct paramed_type *T);
int autocomplete_constructor_int256 (struct paramed_type *T);
int autocomplete_constructor_keyboard_button (struct paramed_type *T);
int autocomplete_constructor_keyboard_button_row (struct paramed_type *T);
int autocomplete_constructor_long (struct paramed_type *T);
int autocomplete_constructor_message_empty (struct paramed_type *T);
int autocomplete_constructor_message (struct paramed_type *T);
int autocomplete_constructor_message_service (struct paramed_type *T);
int autocomplete_constructor_message_action_empty (struct paramed_type *T);
int autocomplete_constructor_message_action_chat_create (struct paramed_type *T);
int autocomplete_constructor_message_action_chat_edit_title (struct paramed_type *T);
int autocomplete_constructor_message_action_chat_edit_photo (struct paramed_type *T);
int autocomplete_constructor_message_action_chat_delete_photo (struct paramed_type *T);
int autocomplete_constructor_message_action_chat_add_user (struct paramed_type *T);
int autocomplete_constructor_message_action_chat_delete_user (struct paramed_type *T);
int autocomplete_constructor_message_action_geo_chat_create (struct paramed_type *T);
int autocomplete_constructor_message_action_geo_chat_checkin (struct paramed_type *T);
int autocomplete_constructor_message_action_chat_joined_by_link (struct paramed_type *T);
int autocomplete_constructor_message_media_empty (struct paramed_type *T);
int autocomplete_constructor_message_media_photo (struct paramed_type *T);
int autocomplete_constructor_message_media_video (struct paramed_type *T);
int autocomplete_constructor_message_media_geo (struct paramed_type *T);
int autocomplete_constructor_message_media_contact (struct paramed_type *T);
int autocomplete_constructor_message_media_unsupported (struct paramed_type *T);
int autocomplete_constructor_message_media_document (struct paramed_type *T);
int autocomplete_constructor_message_media_audio (struct paramed_type *T);
int autocomplete_constructor_message_media_web_page (struct paramed_type *T);
int autocomplete_constructor_message_media_venue (struct paramed_type *T);
int autocomplete_constructor_message_media_photo_l27 (struct paramed_type *T);
int autocomplete_constructor_message_media_video_l27 (struct paramed_type *T);
int autocomplete_constructor_input_messages_filter_empty (struct paramed_type *T);
int autocomplete_constructor_input_messages_filter_photos (struct paramed_type *T);
int autocomplete_constructor_input_messages_filter_video (struct paramed_type *T);
int autocomplete_constructor_input_messages_filter_photo_video (struct paramed_type *T);
int autocomplete_constructor_input_messages_filter_photo_video_documents (struct paramed_type *T);
int autocomplete_constructor_input_messages_filter_document (struct paramed_type *T);
int autocomplete_constructor_input_messages_filter_audio (struct paramed_type *T);
int autocomplete_constructor_nearest_dc (struct paramed_type *T);
int autocomplete_constructor_notify_peer (struct paramed_type *T);
int autocomplete_constructor_notify_users (struct paramed_type *T);
int autocomplete_constructor_notify_chats (struct paramed_type *T);
int autocomplete_constructor_notify_all (struct paramed_type *T);
int autocomplete_constructor_null (struct paramed_type *T);
int autocomplete_constructor_p_q_inner_data (struct paramed_type *T);
int autocomplete_constructor_p_q_inner_data_temp (struct paramed_type *T);
int autocomplete_constructor_peer_user (struct paramed_type *T);
int autocomplete_constructor_peer_chat (struct paramed_type *T);
int autocomplete_constructor_peer_notify_events_empty (struct paramed_type *T);
int autocomplete_constructor_peer_notify_events_all (struct paramed_type *T);
int autocomplete_constructor_peer_notify_settings_empty (struct paramed_type *T);
int autocomplete_constructor_peer_notify_settings (struct paramed_type *T);
int autocomplete_constructor_photo_empty (struct paramed_type *T);
int autocomplete_constructor_photo (struct paramed_type *T);
int autocomplete_constructor_photo_l27 (struct paramed_type *T);
int autocomplete_constructor_photo_size_empty (struct paramed_type *T);
int autocomplete_constructor_photo_size (struct paramed_type *T);
int autocomplete_constructor_photo_cached_size (struct paramed_type *T);
int autocomplete_constructor_privacy_key_status_timestamp (struct paramed_type *T);
int autocomplete_constructor_privacy_value_allow_contacts (struct paramed_type *T);
int autocomplete_constructor_privacy_value_allow_all (struct paramed_type *T);
int autocomplete_constructor_privacy_value_allow_users (struct paramed_type *T);
int autocomplete_constructor_privacy_value_disallow_contacts (struct paramed_type *T);
int autocomplete_constructor_privacy_value_disallow_all (struct paramed_type *T);
int autocomplete_constructor_privacy_value_disallow_users (struct paramed_type *T);
int autocomplete_constructor_received_notify_message (struct paramed_type *T);
int autocomplete_constructor_reply_keyboard_hide (struct paramed_type *T);
int autocomplete_constructor_reply_keyboard_force_reply (struct paramed_type *T);
int autocomplete_constructor_reply_keyboard_markup (struct paramed_type *T);
int autocomplete_constructor_res_p_q (struct paramed_type *T);
int autocomplete_constructor_send_message_typing_action (struct paramed_type *T);
int autocomplete_constructor_send_message_cancel_action (struct paramed_type *T);
int autocomplete_constructor_send_message_record_video_action (struct paramed_type *T);
int autocomplete_constructor_send_message_upload_video_action_l27 (struct paramed_type *T);
int autocomplete_constructor_send_message_upload_video_action (struct paramed_type *T);
int autocomplete_constructor_send_message_record_audio_action (struct paramed_type *T);
int autocomplete_constructor_send_message_upload_audio_action_l27 (struct paramed_type *T);
int autocomplete_constructor_send_message_upload_audio_action (struct paramed_type *T);
int autocomplete_constructor_send_message_upload_photo_action (struct paramed_type *T);
int autocomplete_constructor_send_message_upload_document_action_l27 (struct paramed_type *T);
int autocomplete_constructor_send_message_upload_document_action (struct paramed_type *T);
int autocomplete_constructor_send_message_geo_location_action (struct paramed_type *T);
int autocomplete_constructor_send_message_choose_contact_action (struct paramed_type *T);
int autocomplete_constructor_server_d_h_params_fail (struct paramed_type *T);
int autocomplete_constructor_server_d_h_params_ok (struct paramed_type *T);
int autocomplete_constructor_server_d_h_inner_data (struct paramed_type *T);
int autocomplete_constructor_dh_gen_ok (struct paramed_type *T);
int autocomplete_constructor_dh_gen_retry (struct paramed_type *T);
int autocomplete_constructor_dh_gen_fail (struct paramed_type *T);
int autocomplete_constructor_sticker_pack (struct paramed_type *T);
int autocomplete_constructor_sticker_set (struct paramed_type *T);
int autocomplete_constructor_string (struct paramed_type *T);
int autocomplete_constructor_update_new_message (struct paramed_type *T);
int autocomplete_constructor_update_message_i_d (struct paramed_type *T);
int autocomplete_constructor_update_delete_messages (struct paramed_type *T);
int autocomplete_constructor_update_user_typing (struct paramed_type *T);
int autocomplete_constructor_update_chat_user_typing (struct paramed_type *T);
int autocomplete_constructor_update_chat_participants (struct paramed_type *T);
int autocomplete_constructor_update_user_status (struct paramed_type *T);
int autocomplete_constructor_update_user_name (struct paramed_type *T);
int autocomplete_constructor_update_user_photo (struct paramed_type *T);
int autocomplete_constructor_update_contact_registered (struct paramed_type *T);
int autocomplete_constructor_update_contact_link (struct paramed_type *T);
int autocomplete_constructor_update_new_authorization (struct paramed_type *T);
int autocomplete_constructor_update_new_geo_chat_message (struct paramed_type *T);
int autocomplete_constructor_update_new_encrypted_message (struct paramed_type *T);
int autocomplete_constructor_update_encrypted_chat_typing (struct paramed_type *T);
int autocomplete_constructor_update_encryption (struct paramed_type *T);
int autocomplete_constructor_update_encrypted_messages_read (struct paramed_type *T);
int autocomplete_constructor_update_chat_participant_add (struct paramed_type *T);
int autocomplete_constructor_update_chat_participant_delete (struct paramed_type *T);
int autocomplete_constructor_update_dc_options (struct paramed_type *T);
int autocomplete_constructor_update_user_blocked (struct paramed_type *T);
int autocomplete_constructor_update_notify_settings (struct paramed_type *T);
int autocomplete_constructor_update_service_notification (struct paramed_type *T);
int autocomplete_constructor_update_privacy (struct paramed_type *T);
int autocomplete_constructor_update_user_phone (struct paramed_type *T);
int autocomplete_constructor_update_read_history_inbox (struct paramed_type *T);
int autocomplete_constructor_update_read_history_outbox (struct paramed_type *T);
int autocomplete_constructor_update_web_page (struct paramed_type *T);
int autocomplete_constructor_update_read_messages_contents (struct paramed_type *T);
int autocomplete_constructor_update_msg_update (struct paramed_type *T);
int autocomplete_constructor_updates_too_long (struct paramed_type *T);
int autocomplete_constructor_update_short_message (struct paramed_type *T);
int autocomplete_constructor_update_short_chat_message (struct paramed_type *T);
int autocomplete_constructor_update_short (struct paramed_type *T);
int autocomplete_constructor_updates_combined (struct paramed_type *T);
int autocomplete_constructor_updates (struct paramed_type *T);
int autocomplete_constructor_user_empty (struct paramed_type *T);
int autocomplete_constructor_user (struct paramed_type *T);
int autocomplete_constructor_user_full (struct paramed_type *T);
int autocomplete_constructor_user_profile_photo_empty (struct paramed_type *T);
int autocomplete_constructor_user_profile_photo (struct paramed_type *T);
int autocomplete_constructor_user_status_empty (struct paramed_type *T);
int autocomplete_constructor_user_status_online (struct paramed_type *T);
int autocomplete_constructor_user_status_offline (struct paramed_type *T);
int autocomplete_constructor_user_status_recently (struct paramed_type *T);
int autocomplete_constructor_user_status_last_week (struct paramed_type *T);
int autocomplete_constructor_user_status_last_month (struct paramed_type *T);
int autocomplete_constructor_vector (struct paramed_type *T);
int autocomplete_constructor_video_empty (struct paramed_type *T);
int autocomplete_constructor_video (struct paramed_type *T);
int autocomplete_constructor_video_l27 (struct paramed_type *T);
int autocomplete_constructor_wall_paper (struct paramed_type *T);
int autocomplete_constructor_wall_paper_solid (struct paramed_type *T);
int autocomplete_constructor_web_page_empty (struct paramed_type *T);
int autocomplete_constructor_web_page_pending (struct paramed_type *T);
int autocomplete_constructor_web_page (struct paramed_type *T);
int autocomplete_constructor_account_authorizations (struct paramed_type *T);
int autocomplete_constructor_account_no_password (struct paramed_type *T);
int autocomplete_constructor_account_password (struct paramed_type *T);
int autocomplete_constructor_account_password_input_settings (struct paramed_type *T);
int autocomplete_constructor_account_password_settings (struct paramed_type *T);
int autocomplete_constructor_account_privacy_rules (struct paramed_type *T);
int autocomplete_constructor_account_sent_change_phone_code (struct paramed_type *T);
int autocomplete_constructor_auth_authorization (struct paramed_type *T);
int autocomplete_constructor_auth_checked_phone (struct paramed_type *T);
int autocomplete_constructor_auth_exported_authorization (struct paramed_type *T);
int autocomplete_constructor_auth_password_recovery (struct paramed_type *T);
int autocomplete_constructor_auth_sent_code (struct paramed_type *T);
int autocomplete_constructor_auth_sent_app_code (struct paramed_type *T);
int autocomplete_constructor_binlog_encr_key (struct paramed_type *T);
int autocomplete_constructor_binlog_start (struct paramed_type *T);
int autocomplete_constructor_binlog_dc_option (struct paramed_type *T);
int autocomplete_constructor_binlog_dc_option_new (struct paramed_type *T);
int autocomplete_constructor_binlog_auth_key (struct paramed_type *T);
int autocomplete_constructor_binlog_default_dc (struct paramed_type *T);
int autocomplete_constructor_binlog_dc_signed (struct paramed_type *T);
int autocomplete_constructor_binlog_our_id (struct paramed_type *T);
int autocomplete_constructor_binlog_set_dh_params (struct paramed_type *T);
int autocomplete_constructor_binlog_set_pts (struct paramed_type *T);
int autocomplete_constructor_binlog_set_qts (struct paramed_type *T);
int autocomplete_constructor_binlog_set_date (struct paramed_type *T);
int autocomplete_constructor_binlog_set_seq (struct paramed_type *T);
int autocomplete_constructor_binlog_encr_chat_delete (struct paramed_type *T);
int autocomplete_constructor_binlog_encr_chat_new (struct paramed_type *T);
int autocomplete_constructor_binlog_encr_chat_exchange_new (struct paramed_type *T);
int autocomplete_constructor_binlog_user_delete (struct paramed_type *T);
int autocomplete_constructor_binlog_user_new (struct paramed_type *T);
int autocomplete_constructor_binlog_chat_new (struct paramed_type *T);
int autocomplete_constructor_binlog_chat_add_participant (struct paramed_type *T);
int autocomplete_constructor_binlog_chat_del_participant (struct paramed_type *T);
int autocomplete_constructor_binlog_set_msg_id (struct paramed_type *T);
int autocomplete_constructor_binlog_message_delete (struct paramed_type *T);
int autocomplete_constructor_binlog_message_new (struct paramed_type *T);
int autocomplete_constructor_binlog_message_encr_new (struct paramed_type *T);
int autocomplete_constructor_binlog_msg_update (struct paramed_type *T);
int autocomplete_constructor_binlog_reset_authorization (struct paramed_type *T);
int autocomplete_constructor_contacts_blocked (struct paramed_type *T);
int autocomplete_constructor_contacts_blocked_slice (struct paramed_type *T);
int autocomplete_constructor_contacts_contacts_not_modified (struct paramed_type *T);
int autocomplete_constructor_contacts_contacts (struct paramed_type *T);
int autocomplete_constructor_contacts_found (struct paramed_type *T);
int autocomplete_constructor_contacts_imported_contacts (struct paramed_type *T);
int autocomplete_constructor_contacts_link (struct paramed_type *T);
int autocomplete_constructor_contacts_suggested (struct paramed_type *T);
int autocomplete_constructor_geochats_located (struct paramed_type *T);
int autocomplete_constructor_geochats_messages (struct paramed_type *T);
int autocomplete_constructor_geochats_messages_slice (struct paramed_type *T);
int autocomplete_constructor_geochats_stated_message (struct paramed_type *T);
int autocomplete_constructor_help_app_update (struct paramed_type *T);
int autocomplete_constructor_help_no_app_update (struct paramed_type *T);
int autocomplete_constructor_help_invite_text (struct paramed_type *T);
int autocomplete_constructor_help_support (struct paramed_type *T);
int autocomplete_constructor_messages_affected_history (struct paramed_type *T);
int autocomplete_constructor_messages_affected_messages (struct paramed_type *T);
int autocomplete_constructor_messages_all_stickers_not_modified (struct paramed_type *T);
int autocomplete_constructor_messages_all_stickers (struct paramed_type *T);
int autocomplete_constructor_messages_chat_full (struct paramed_type *T);
int autocomplete_constructor_messages_chats (struct paramed_type *T);
int autocomplete_constructor_messages_dh_config_not_modified (struct paramed_type *T);
int autocomplete_constructor_messages_dh_config (struct paramed_type *T);
int autocomplete_constructor_messages_dialogs (struct paramed_type *T);
int autocomplete_constructor_messages_dialogs_slice (struct paramed_type *T);
int autocomplete_constructor_messages_message_empty (struct paramed_type *T);
int autocomplete_constructor_messages_messages (struct paramed_type *T);
int autocomplete_constructor_messages_messages_slice (struct paramed_type *T);
int autocomplete_constructor_messages_sent_encrypted_message (struct paramed_type *T);
int autocomplete_constructor_messages_sent_encrypted_file (struct paramed_type *T);
int autocomplete_constructor_messages_sent_message (struct paramed_type *T);
int autocomplete_constructor_messages_sent_message_link (struct paramed_type *T);
int autocomplete_constructor_messages_sticker_set (struct paramed_type *T);
int autocomplete_constructor_messages_stickers_not_modified (struct paramed_type *T);
int autocomplete_constructor_messages_stickers (struct paramed_type *T);
int autocomplete_constructor_photos_photo (struct paramed_type *T);
int autocomplete_constructor_photos_photos (struct paramed_type *T);
int autocomplete_constructor_photos_photos_slice (struct paramed_type *T);
int autocomplete_constructor_storage_file_unknown (struct paramed_type *T);
int autocomplete_constructor_storage_file_jpeg (struct paramed_type *T);
int autocomplete_constructor_storage_file_gif (struct paramed_type *T);
int autocomplete_constructor_storage_file_png (struct paramed_type *T);
int autocomplete_constructor_storage_file_pdf (struct paramed_type *T);
int autocomplete_constructor_storage_file_mp3 (struct paramed_type *T);
int autocomplete_constructor_storage_file_mov (struct paramed_type *T);
int autocomplete_constructor_storage_file_partial (struct paramed_type *T);
int autocomplete_constructor_storage_file_mp4 (struct paramed_type *T);
int autocomplete_constructor_storage_file_webp (struct paramed_type *T);
int autocomplete_constructor_updates_difference_empty (struct paramed_type *T);
int autocomplete_constructor_updates_difference (struct paramed_type *T);
int autocomplete_constructor_updates_difference_slice (struct paramed_type *T);
int autocomplete_constructor_updates_state (struct paramed_type *T);
int autocomplete_constructor_upload_file (struct paramed_type *T);
int autocomplete_type_account_days_t_t_l (struct paramed_type *T);
int do_autocomplete_type_account_days_t_t_l (const char *text, int len, int index, char **R);
int autocomplete_type_bare_account_days_t_t_l (struct paramed_type *T);
int autocomplete_type_audio (struct paramed_type *T);
int do_autocomplete_type_audio (const char *text, int len, int index, char **R);
int autocomplete_type_bare_audio (struct paramed_type *T);
int autocomplete_type_authorization (struct paramed_type *T);
int do_autocomplete_type_authorization (const char *text, int len, int index, char **R);
int autocomplete_type_bare_authorization (struct paramed_type *T);
int autocomplete_type_bool (struct paramed_type *T);
int do_autocomplete_type_bool (const char *text, int len, int index, char **R);
int autocomplete_type_bare_bool (struct paramed_type *T);
int autocomplete_type_bot_command (struct paramed_type *T);
int do_autocomplete_type_bot_command (const char *text, int len, int index, char **R);
int autocomplete_type_bare_bot_command (struct paramed_type *T);
int autocomplete_type_bot_info (struct paramed_type *T);
int do_autocomplete_type_bot_info (const char *text, int len, int index, char **R);
int autocomplete_type_bare_bot_info (struct paramed_type *T);
int autocomplete_type_bytes (struct paramed_type *T);
int do_autocomplete_type_bytes (const char *text, int len, int index, char **R);
int autocomplete_type_bare_bytes (struct paramed_type *T);
int autocomplete_type_chat (struct paramed_type *T);
int do_autocomplete_type_chat (const char *text, int len, int index, char **R);
int autocomplete_type_bare_chat (struct paramed_type *T);
int autocomplete_type_chat_full (struct paramed_type *T);
int do_autocomplete_type_chat_full (const char *text, int len, int index, char **R);
int autocomplete_type_bare_chat_full (struct paramed_type *T);
int autocomplete_type_chat_invite (struct paramed_type *T);
int do_autocomplete_type_chat_invite (const char *text, int len, int index, char **R);
int autocomplete_type_bare_chat_invite (struct paramed_type *T);
int autocomplete_type_chat_located (struct paramed_type *T);
int do_autocomplete_type_chat_located (const char *text, int len, int index, char **R);
int autocomplete_type_bare_chat_located (struct paramed_type *T);
int autocomplete_type_chat_participant (struct paramed_type *T);
int do_autocomplete_type_chat_participant (const char *text, int len, int index, char **R);
int autocomplete_type_bare_chat_participant (struct paramed_type *T);
int autocomplete_type_chat_participants (struct paramed_type *T);
int do_autocomplete_type_chat_participants (const char *text, int len, int index, char **R);
int autocomplete_type_bare_chat_participants (struct paramed_type *T);
int autocomplete_type_chat_photo (struct paramed_type *T);
int do_autocomplete_type_chat_photo (const char *text, int len, int index, char **R);
int autocomplete_type_bare_chat_photo (struct paramed_type *T);
int autocomplete_type_client_d_h_inner_data (struct paramed_type *T);
int do_autocomplete_type_client_d_h_inner_data (const char *text, int len, int index, char **R);
int autocomplete_type_bare_client_d_h_inner_data (struct paramed_type *T);
int autocomplete_type_config (struct paramed_type *T);
int do_autocomplete_type_config (const char *text, int len, int index, char **R);
int autocomplete_type_bare_config (struct paramed_type *T);
int autocomplete_type_contact (struct paramed_type *T);
int do_autocomplete_type_contact (const char *text, int len, int index, char **R);
int autocomplete_type_bare_contact (struct paramed_type *T);
int autocomplete_type_contact_blocked (struct paramed_type *T);
int do_autocomplete_type_contact_blocked (const char *text, int len, int index, char **R);
int autocomplete_type_bare_contact_blocked (struct paramed_type *T);
int autocomplete_type_contact_found (struct paramed_type *T);
int do_autocomplete_type_contact_found (const char *text, int len, int index, char **R);
int autocomplete_type_bare_contact_found (struct paramed_type *T);
int autocomplete_type_contact_link (struct paramed_type *T);
int do_autocomplete_type_contact_link (const char *text, int len, int index, char **R);
int autocomplete_type_bare_contact_link (struct paramed_type *T);
int autocomplete_type_contact_status (struct paramed_type *T);
int do_autocomplete_type_contact_status (const char *text, int len, int index, char **R);
int autocomplete_type_bare_contact_status (struct paramed_type *T);
int autocomplete_type_contact_suggested (struct paramed_type *T);
int do_autocomplete_type_contact_suggested (const char *text, int len, int index, char **R);
int autocomplete_type_bare_contact_suggested (struct paramed_type *T);
int autocomplete_type_dc_option (struct paramed_type *T);
int do_autocomplete_type_dc_option (const char *text, int len, int index, char **R);
int autocomplete_type_bare_dc_option (struct paramed_type *T);
int autocomplete_type_decrypted_message (struct paramed_type *T);
int do_autocomplete_type_decrypted_message (const char *text, int len, int index, char **R);
int autocomplete_type_bare_decrypted_message (struct paramed_type *T);
int autocomplete_type_decrypted_message_action (struct paramed_type *T);
int do_autocomplete_type_decrypted_message_action (const char *text, int len, int index, char **R);
int autocomplete_type_bare_decrypted_message_action (struct paramed_type *T);
int autocomplete_type_decrypted_message_layer (struct paramed_type *T);
int do_autocomplete_type_decrypted_message_layer (const char *text, int len, int index, char **R);
int autocomplete_type_bare_decrypted_message_layer (struct paramed_type *T);
int autocomplete_type_decrypted_message_media (struct paramed_type *T);
int do_autocomplete_type_decrypted_message_media (const char *text, int len, int index, char **R);
int autocomplete_type_bare_decrypted_message_media (struct paramed_type *T);
int autocomplete_type_dialog (struct paramed_type *T);
int do_autocomplete_type_dialog (const char *text, int len, int index, char **R);
int autocomplete_type_bare_dialog (struct paramed_type *T);
int autocomplete_type_disabled_feature (struct paramed_type *T);
int do_autocomplete_type_disabled_feature (const char *text, int len, int index, char **R);
int autocomplete_type_bare_disabled_feature (struct paramed_type *T);
int autocomplete_type_document (struct paramed_type *T);
int do_autocomplete_type_document (const char *text, int len, int index, char **R);
int autocomplete_type_bare_document (struct paramed_type *T);
int autocomplete_type_document_attribute (struct paramed_type *T);
int do_autocomplete_type_document_attribute (const char *text, int len, int index, char **R);
int autocomplete_type_bare_document_attribute (struct paramed_type *T);
int autocomplete_type_double (struct paramed_type *T);
int do_autocomplete_type_double (const char *text, int len, int index, char **R);
int autocomplete_type_bare_double (struct paramed_type *T);
int autocomplete_type_encrypted_chat (struct paramed_type *T);
int do_autocomplete_type_encrypted_chat (const char *text, int len, int index, char **R);
int autocomplete_type_bare_encrypted_chat (struct paramed_type *T);
int autocomplete_type_encrypted_file (struct paramed_type *T);
int do_autocomplete_type_encrypted_file (const char *text, int len, int index, char **R);
int autocomplete_type_bare_encrypted_file (struct paramed_type *T);
int autocomplete_type_encrypted_message (struct paramed_type *T);
int do_autocomplete_type_encrypted_message (const char *text, int len, int index, char **R);
int autocomplete_type_bare_encrypted_message (struct paramed_type *T);
int autocomplete_type_error (struct paramed_type *T);
int do_autocomplete_type_error (const char *text, int len, int index, char **R);
int autocomplete_type_bare_error (struct paramed_type *T);
int autocomplete_type_exported_chat_invite (struct paramed_type *T);
int do_autocomplete_type_exported_chat_invite (const char *text, int len, int index, char **R);
int autocomplete_type_bare_exported_chat_invite (struct paramed_type *T);
int autocomplete_type_file_location (struct paramed_type *T);
int do_autocomplete_type_file_location (const char *text, int len, int index, char **R);
int autocomplete_type_bare_file_location (struct paramed_type *T);
int autocomplete_type_geo_chat_message (struct paramed_type *T);
int do_autocomplete_type_geo_chat_message (const char *text, int len, int index, char **R);
int autocomplete_type_bare_geo_chat_message (struct paramed_type *T);
int autocomplete_type_geo_point (struct paramed_type *T);
int do_autocomplete_type_geo_point (const char *text, int len, int index, char **R);
int autocomplete_type_bare_geo_point (struct paramed_type *T);
int autocomplete_type_imported_contact (struct paramed_type *T);
int do_autocomplete_type_imported_contact (const char *text, int len, int index, char **R);
int autocomplete_type_bare_imported_contact (struct paramed_type *T);
int autocomplete_type_input_app_event (struct paramed_type *T);
int do_autocomplete_type_input_app_event (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_app_event (struct paramed_type *T);
int autocomplete_type_input_audio (struct paramed_type *T);
int do_autocomplete_type_input_audio (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_audio (struct paramed_type *T);
int autocomplete_type_input_chat_photo (struct paramed_type *T);
int do_autocomplete_type_input_chat_photo (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_chat_photo (struct paramed_type *T);
int autocomplete_type_input_contact (struct paramed_type *T);
int do_autocomplete_type_input_contact (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_contact (struct paramed_type *T);
int autocomplete_type_input_document (struct paramed_type *T);
int do_autocomplete_type_input_document (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_document (struct paramed_type *T);
int autocomplete_type_input_encrypted_chat (struct paramed_type *T);
int do_autocomplete_type_input_encrypted_chat (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_encrypted_chat (struct paramed_type *T);
int autocomplete_type_input_encrypted_file (struct paramed_type *T);
int do_autocomplete_type_input_encrypted_file (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_encrypted_file (struct paramed_type *T);
int autocomplete_type_input_file (struct paramed_type *T);
int do_autocomplete_type_input_file (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_file (struct paramed_type *T);
int autocomplete_type_input_file_location (struct paramed_type *T);
int do_autocomplete_type_input_file_location (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_file_location (struct paramed_type *T);
int autocomplete_type_input_geo_chat (struct paramed_type *T);
int do_autocomplete_type_input_geo_chat (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_geo_chat (struct paramed_type *T);
int autocomplete_type_input_geo_point (struct paramed_type *T);
int do_autocomplete_type_input_geo_point (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_geo_point (struct paramed_type *T);
int autocomplete_type_input_media (struct paramed_type *T);
int do_autocomplete_type_input_media (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_media (struct paramed_type *T);
int autocomplete_type_input_notify_peer (struct paramed_type *T);
int do_autocomplete_type_input_notify_peer (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_notify_peer (struct paramed_type *T);
int autocomplete_type_input_peer (struct paramed_type *T);
int do_autocomplete_type_input_peer (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_peer (struct paramed_type *T);
int autocomplete_type_input_peer_notify_events (struct paramed_type *T);
int do_autocomplete_type_input_peer_notify_events (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_peer_notify_events (struct paramed_type *T);
int autocomplete_type_input_peer_notify_settings (struct paramed_type *T);
int do_autocomplete_type_input_peer_notify_settings (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_peer_notify_settings (struct paramed_type *T);
int autocomplete_type_input_photo (struct paramed_type *T);
int do_autocomplete_type_input_photo (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_photo (struct paramed_type *T);
int autocomplete_type_input_photo_crop (struct paramed_type *T);
int do_autocomplete_type_input_photo_crop (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_photo_crop (struct paramed_type *T);
int autocomplete_type_input_privacy_key (struct paramed_type *T);
int do_autocomplete_type_input_privacy_key (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_privacy_key (struct paramed_type *T);
int autocomplete_type_input_privacy_rule (struct paramed_type *T);
int do_autocomplete_type_input_privacy_rule (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_privacy_rule (struct paramed_type *T);
int autocomplete_type_input_sticker_set (struct paramed_type *T);
int do_autocomplete_type_input_sticker_set (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_sticker_set (struct paramed_type *T);
int autocomplete_type_input_user (struct paramed_type *T);
int do_autocomplete_type_input_user (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_user (struct paramed_type *T);
int autocomplete_type_input_video (struct paramed_type *T);
int do_autocomplete_type_input_video (const char *text, int len, int index, char **R);
int autocomplete_type_bare_input_video (struct paramed_type *T);
int autocomplete_type_int (struct paramed_type *T);
int do_autocomplete_type_int (const char *text, int len, int index, char **R);
int autocomplete_type_bare_int (struct paramed_type *T);
int autocomplete_type_int128 (struct paramed_type *T);
int do_autocomplete_type_int128 (const char *text, int len, int index, char **R);
int autocomplete_type_bare_int128 (struct paramed_type *T);
int autocomplete_type_int256 (struct paramed_type *T);
int do_autocomplete_type_int256 (const char *text, int len, int index, char **R);
int autocomplete_type_bare_int256 (struct paramed_type *T);
int autocomplete_type_keyboard_button (struct paramed_type *T);
int do_autocomplete_type_keyboard_button (const char *text, int len, int index, char **R);
int autocomplete_type_bare_keyboard_button (struct paramed_type *T);
int autocomplete_type_keyboard_button_row (struct paramed_type *T);
int do_autocomplete_type_keyboard_button_row (const char *text, int len, int index, char **R);
int autocomplete_type_bare_keyboard_button_row (struct paramed_type *T);
int autocomplete_type_long (struct paramed_type *T);
int do_autocomplete_type_long (const char *text, int len, int index, char **R);
int autocomplete_type_bare_long (struct paramed_type *T);
int autocomplete_type_message (struct paramed_type *T);
int do_autocomplete_type_message (const char *text, int len, int index, char **R);
int autocomplete_type_bare_message (struct paramed_type *T);
int autocomplete_type_message_action (struct paramed_type *T);
int do_autocomplete_type_message_action (const char *text, int len, int index, char **R);
int autocomplete_type_bare_message_action (struct paramed_type *T);
int autocomplete_type_message_media (struct paramed_type *T);
int do_autocomplete_type_message_media (const char *text, int len, int index, char **R);
int autocomplete_type_bare_message_media (struct paramed_type *T);
int autocomplete_type_messages_filter (struct paramed_type *T);
int do_autocomplete_type_messages_filter (const char *text, int len, int index, char **R);
int autocomplete_type_bare_messages_filter (struct paramed_type *T);
int autocomplete_type_nearest_dc (struct paramed_type *T);
int do_autocomplete_type_nearest_dc (const char *text, int len, int index, char **R);
int autocomplete_type_bare_nearest_dc (struct paramed_type *T);
int autocomplete_type_notify_peer (struct paramed_type *T);
int do_autocomplete_type_notify_peer (const char *text, int len, int index, char **R);
int autocomplete_type_bare_notify_peer (struct paramed_type *T);
int autocomplete_type_null (struct paramed_type *T);
int do_autocomplete_type_null (const char *text, int len, int index, char **R);
int autocomplete_type_bare_null (struct paramed_type *T);
int autocomplete_type_p_q_inner_data (struct paramed_type *T);
int do_autocomplete_type_p_q_inner_data (const char *text, int len, int index, char **R);
int autocomplete_type_bare_p_q_inner_data (struct paramed_type *T);
int autocomplete_type_peer (struct paramed_type *T);
int do_autocomplete_type_peer (const char *text, int len, int index, char **R);
int autocomplete_type_bare_peer (struct paramed_type *T);
int autocomplete_type_peer_notify_events (struct paramed_type *T);
int do_autocomplete_type_peer_notify_events (const char *text, int len, int index, char **R);
int autocomplete_type_bare_peer_notify_events (struct paramed_type *T);
int autocomplete_type_peer_notify_settings (struct paramed_type *T);
int do_autocomplete_type_peer_notify_settings (const char *text, int len, int index, char **R);
int autocomplete_type_bare_peer_notify_settings (struct paramed_type *T);
int autocomplete_type_photo (struct paramed_type *T);
int do_autocomplete_type_photo (const char *text, int len, int index, char **R);
int autocomplete_type_bare_photo (struct paramed_type *T);
int autocomplete_type_photo_size (struct paramed_type *T);
int do_autocomplete_type_photo_size (const char *text, int len, int index, char **R);
int autocomplete_type_bare_photo_size (struct paramed_type *T);
int autocomplete_type_privacy_key (struct paramed_type *T);
int do_autocomplete_type_privacy_key (const char *text, int len, int index, char **R);
int autocomplete_type_bare_privacy_key (struct paramed_type *T);
int autocomplete_type_privacy_rule (struct paramed_type *T);
int do_autocomplete_type_privacy_rule (const char *text, int len, int index, char **R);
int autocomplete_type_bare_privacy_rule (struct paramed_type *T);
int autocomplete_type_received_notify_message (struct paramed_type *T);
int do_autocomplete_type_received_notify_message (const char *text, int len, int index, char **R);
int autocomplete_type_bare_received_notify_message (struct paramed_type *T);
int autocomplete_type_reply_markup (struct paramed_type *T);
int do_autocomplete_type_reply_markup (const char *text, int len, int index, char **R);
int autocomplete_type_bare_reply_markup (struct paramed_type *T);
int autocomplete_type_res_p_q (struct paramed_type *T);
int do_autocomplete_type_res_p_q (const char *text, int len, int index, char **R);
int autocomplete_type_bare_res_p_q (struct paramed_type *T);
int autocomplete_type_send_message_action (struct paramed_type *T);
int do_autocomplete_type_send_message_action (const char *text, int len, int index, char **R);
int autocomplete_type_bare_send_message_action (struct paramed_type *T);
int autocomplete_type_server_d_h_params (struct paramed_type *T);
int do_autocomplete_type_server_d_h_params (const char *text, int len, int index, char **R);
int autocomplete_type_bare_server_d_h_params (struct paramed_type *T);
int autocomplete_type_server_d_h_inner_data (struct paramed_type *T);
int do_autocomplete_type_server_d_h_inner_data (const char *text, int len, int index, char **R);
int autocomplete_type_bare_server_d_h_inner_data (struct paramed_type *T);
int autocomplete_type_set_client_d_h_params_answer (struct paramed_type *T);
int do_autocomplete_type_set_client_d_h_params_answer (const char *text, int len, int index, char **R);
int autocomplete_type_bare_set_client_d_h_params_answer (struct paramed_type *T);
int autocomplete_type_sticker_pack (struct paramed_type *T);
int do_autocomplete_type_sticker_pack (const char *text, int len, int index, char **R);
int autocomplete_type_bare_sticker_pack (struct paramed_type *T);
int autocomplete_type_sticker_set (struct paramed_type *T);
int do_autocomplete_type_sticker_set (const char *text, int len, int index, char **R);
int autocomplete_type_bare_sticker_set (struct paramed_type *T);
int autocomplete_type_string (struct paramed_type *T);
int do_autocomplete_type_string (const char *text, int len, int index, char **R);
int autocomplete_type_bare_string (struct paramed_type *T);
int autocomplete_type_update (struct paramed_type *T);
int do_autocomplete_type_update (const char *text, int len, int index, char **R);
int autocomplete_type_bare_update (struct paramed_type *T);
int autocomplete_type_updates (struct paramed_type *T);
int do_autocomplete_type_updates (const char *text, int len, int index, char **R);
int autocomplete_type_bare_updates (struct paramed_type *T);
int autocomplete_type_user (struct paramed_type *T);
int do_autocomplete_type_user (const char *text, int len, int index, char **R);
int autocomplete_type_bare_user (struct paramed_type *T);
int autocomplete_type_user_full (struct paramed_type *T);
int do_autocomplete_type_user_full (const char *text, int len, int index, char **R);
int autocomplete_type_bare_user_full (struct paramed_type *T);
int autocomplete_type_user_profile_photo (struct paramed_type *T);
int do_autocomplete_type_user_profile_photo (const char *text, int len, int index, char **R);
int autocomplete_type_bare_user_profile_photo (struct paramed_type *T);
int autocomplete_type_user_status (struct paramed_type *T);
int do_autocomplete_type_user_status (const char *text, int len, int index, char **R);
int autocomplete_type_bare_user_status (struct paramed_type *T);
int autocomplete_type_vector (struct paramed_type *T);
int do_autocomplete_type_vector (const char *text, int len, int index, char **R);
int autocomplete_type_bare_vector (struct paramed_type *T);
int autocomplete_type_video (struct paramed_type *T);
int do_autocomplete_type_video (const char *text, int len, int index, char **R);
int autocomplete_type_bare_video (struct paramed_type *T);
int autocomplete_type_wall_paper (struct paramed_type *T);
int do_autocomplete_type_wall_paper (const char *text, int len, int index, char **R);
int autocomplete_type_bare_wall_paper (struct paramed_type *T);
int autocomplete_type_web_page (struct paramed_type *T);
int do_autocomplete_type_web_page (const char *text, int len, int index, char **R);
int autocomplete_type_bare_web_page (struct paramed_type *T);
int autocomplete_type_account_authorizations (struct paramed_type *T);
int do_autocomplete_type_account_authorizations (const char *text, int len, int index, char **R);
int autocomplete_type_bare_account_authorizations (struct paramed_type *T);
int autocomplete_type_account_password (struct paramed_type *T);
int do_autocomplete_type_account_password (const char *text, int len, int index, char **R);
int autocomplete_type_bare_account_password (struct paramed_type *T);
int autocomplete_type_account_password_input_settings (struct paramed_type *T);
int do_autocomplete_type_account_password_input_settings (const char *text, int len, int index, char **R);
int autocomplete_type_bare_account_password_input_settings (struct paramed_type *T);
int autocomplete_type_account_password_settings (struct paramed_type *T);
int do_autocomplete_type_account_password_settings (const char *text, int len, int index, char **R);
int autocomplete_type_bare_account_password_settings (struct paramed_type *T);
int autocomplete_type_account_privacy_rules (struct paramed_type *T);
int do_autocomplete_type_account_privacy_rules (const char *text, int len, int index, char **R);
int autocomplete_type_bare_account_privacy_rules (struct paramed_type *T);
int autocomplete_type_account_sent_change_phone_code (struct paramed_type *T);
int do_autocomplete_type_account_sent_change_phone_code (const char *text, int len, int index, char **R);
int autocomplete_type_bare_account_sent_change_phone_code (struct paramed_type *T);
int autocomplete_type_auth_authorization (struct paramed_type *T);
int do_autocomplete_type_auth_authorization (const char *text, int len, int index, char **R);
int autocomplete_type_bare_auth_authorization (struct paramed_type *T);
int autocomplete_type_auth_checked_phone (struct paramed_type *T);
int do_autocomplete_type_auth_checked_phone (const char *text, int len, int index, char **R);
int autocomplete_type_bare_auth_checked_phone (struct paramed_type *T);
int autocomplete_type_auth_exported_authorization (struct paramed_type *T);
int do_autocomplete_type_auth_exported_authorization (const char *text, int len, int index, char **R);
int autocomplete_type_bare_auth_exported_authorization (struct paramed_type *T);
int autocomplete_type_auth_password_recovery (struct paramed_type *T);
int do_autocomplete_type_auth_password_recovery (const char *text, int len, int index, char **R);
int autocomplete_type_bare_auth_password_recovery (struct paramed_type *T);
int autocomplete_type_auth_sent_code (struct paramed_type *T);
int do_autocomplete_type_auth_sent_code (const char *text, int len, int index, char **R);
int autocomplete_type_bare_auth_sent_code (struct paramed_type *T);
int autocomplete_type_binlog_encr_key (struct paramed_type *T);
int do_autocomplete_type_binlog_encr_key (const char *text, int len, int index, char **R);
int autocomplete_type_bare_binlog_encr_key (struct paramed_type *T);
int autocomplete_type_binlog_update (struct paramed_type *T);
int do_autocomplete_type_binlog_update (const char *text, int len, int index, char **R);
int autocomplete_type_bare_binlog_update (struct paramed_type *T);
int autocomplete_type_contacts_blocked (struct paramed_type *T);
int do_autocomplete_type_contacts_blocked (const char *text, int len, int index, char **R);
int autocomplete_type_bare_contacts_blocked (struct paramed_type *T);
int autocomplete_type_contacts_contacts (struct paramed_type *T);
int do_autocomplete_type_contacts_contacts (const char *text, int len, int index, char **R);
int autocomplete_type_bare_contacts_contacts (struct paramed_type *T);
int autocomplete_type_contacts_found (struct paramed_type *T);
int do_autocomplete_type_contacts_found (const char *text, int len, int index, char **R);
int autocomplete_type_bare_contacts_found (struct paramed_type *T);
int autocomplete_type_contacts_imported_contacts (struct paramed_type *T);
int do_autocomplete_type_contacts_imported_contacts (const char *text, int len, int index, char **R);
int autocomplete_type_bare_contacts_imported_contacts (struct paramed_type *T);
int autocomplete_type_contacts_link (struct paramed_type *T);
int do_autocomplete_type_contacts_link (const char *text, int len, int index, char **R);
int autocomplete_type_bare_contacts_link (struct paramed_type *T);
int autocomplete_type_contacts_suggested (struct paramed_type *T);
int do_autocomplete_type_contacts_suggested (const char *text, int len, int index, char **R);
int autocomplete_type_bare_contacts_suggested (struct paramed_type *T);
int autocomplete_type_geochats_located (struct paramed_type *T);
int do_autocomplete_type_geochats_located (const char *text, int len, int index, char **R);
int autocomplete_type_bare_geochats_located (struct paramed_type *T);
int autocomplete_type_geochats_messages (struct paramed_type *T);
int do_autocomplete_type_geochats_messages (const char *text, int len, int index, char **R);
int autocomplete_type_bare_geochats_messages (struct paramed_type *T);
int autocomplete_type_geochats_stated_message (struct paramed_type *T);
int do_autocomplete_type_geochats_stated_message (const char *text, int len, int index, char **R);
int autocomplete_type_bare_geochats_stated_message (struct paramed_type *T);
int autocomplete_type_help_app_update (struct paramed_type *T);
int do_autocomplete_type_help_app_update (const char *text, int len, int index, char **R);
int autocomplete_type_bare_help_app_update (struct paramed_type *T);
int autocomplete_type_help_invite_text (struct paramed_type *T);
int do_autocomplete_type_help_invite_text (const char *text, int len, int index, char **R);
int autocomplete_type_bare_help_invite_text (struct paramed_type *T);
int autocomplete_type_help_support (struct paramed_type *T);
int do_autocomplete_type_help_support (const char *text, int len, int index, char **R);
int autocomplete_type_bare_help_support (struct paramed_type *T);
int autocomplete_type_messages_affected_history (struct paramed_type *T);
int do_autocomplete_type_messages_affected_history (const char *text, int len, int index, char **R);
int autocomplete_type_bare_messages_affected_history (struct paramed_type *T);
int autocomplete_type_messages_affected_messages (struct paramed_type *T);
int do_autocomplete_type_messages_affected_messages (const char *text, int len, int index, char **R);
int autocomplete_type_bare_messages_affected_messages (struct paramed_type *T);
int autocomplete_type_messages_all_stickers (struct paramed_type *T);
int do_autocomplete_type_messages_all_stickers (const char *text, int len, int index, char **R);
int autocomplete_type_bare_messages_all_stickers (struct paramed_type *T);
int autocomplete_type_messages_chat_full (struct paramed_type *T);
int do_autocomplete_type_messages_chat_full (const char *text, int len, int index, char **R);
int autocomplete_type_bare_messages_chat_full (struct paramed_type *T);
int autocomplete_type_messages_chats (struct paramed_type *T);
int do_autocomplete_type_messages_chats (const char *text, int len, int index, char **R);
int autocomplete_type_bare_messages_chats (struct paramed_type *T);
int autocomplete_type_messages_dh_config (struct paramed_type *T);
int do_autocomplete_type_messages_dh_config (const char *text, int len, int index, char **R);
int autocomplete_type_bare_messages_dh_config (struct paramed_type *T);
int autocomplete_type_messages_dialogs (struct paramed_type *T);
int do_autocomplete_type_messages_dialogs (const char *text, int len, int index, char **R);
int autocomplete_type_bare_messages_dialogs (struct paramed_type *T);
int autocomplete_type_messages_message (struct paramed_type *T);
int do_autocomplete_type_messages_message (const char *text, int len, int index, char **R);
int autocomplete_type_bare_messages_message (struct paramed_type *T);
int autocomplete_type_messages_messages (struct paramed_type *T);
int do_autocomplete_type_messages_messages (const char *text, int len, int index, char **R);
int autocomplete_type_bare_messages_messages (struct paramed_type *T);
int autocomplete_type_messages_sent_encrypted_message (struct paramed_type *T);
int do_autocomplete_type_messages_sent_encrypted_message (const char *text, int len, int index, char **R);
int autocomplete_type_bare_messages_sent_encrypted_message (struct paramed_type *T);
int autocomplete_type_messages_sent_message (struct paramed_type *T);
int do_autocomplete_type_messages_sent_message (const char *text, int len, int index, char **R);
int autocomplete_type_bare_messages_sent_message (struct paramed_type *T);
int autocomplete_type_messages_sticker_set (struct paramed_type *T);
int do_autocomplete_type_messages_sticker_set (const char *text, int len, int index, char **R);
int autocomplete_type_bare_messages_sticker_set (struct paramed_type *T);
int autocomplete_type_messages_stickers (struct paramed_type *T);
int do_autocomplete_type_messages_stickers (const char *text, int len, int index, char **R);
int autocomplete_type_bare_messages_stickers (struct paramed_type *T);
int autocomplete_type_photos_photo (struct paramed_type *T);
int do_autocomplete_type_photos_photo (const char *text, int len, int index, char **R);
int autocomplete_type_bare_photos_photo (struct paramed_type *T);
int autocomplete_type_photos_photos (struct paramed_type *T);
int do_autocomplete_type_photos_photos (const char *text, int len, int index, char **R);
int autocomplete_type_bare_photos_photos (struct paramed_type *T);
int autocomplete_type_storage_file_type (struct paramed_type *T);
int do_autocomplete_type_storage_file_type (const char *text, int len, int index, char **R);
int autocomplete_type_bare_storage_file_type (struct paramed_type *T);
int autocomplete_type_updates_difference (struct paramed_type *T);
int do_autocomplete_type_updates_difference (const char *text, int len, int index, char **R);
int autocomplete_type_bare_updates_difference (struct paramed_type *T);
int autocomplete_type_updates_state (struct paramed_type *T);
int do_autocomplete_type_updates_state (const char *text, int len, int index, char **R);
int autocomplete_type_bare_updates_state (struct paramed_type *T);
int autocomplete_type_upload_file (struct paramed_type *T);
int do_autocomplete_type_upload_file (const char *text, int len, int index, char **R);
int autocomplete_type_bare_upload_file (struct paramed_type *T);
int autocomplete_type_any (struct paramed_type *T);
struct paramed_type *autocomplete_function_any (void);
|