rustigram-types 0.12.0

Telegram Bot API type definitions for rustigram
Documentation
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
{
 "snapshot_version": "1",
 "bot_api_version": "10.2",
 "bot_api_date": "July 14, 2026",
 "source_url": "https://core.telegram.org/bots/api",
 "types": {
  "AcceptedGiftTypes": {"unlimited_gifts":["Boolean",0],"limited_gifts":["Boolean",0],"unique_gifts":["Boolean",0],"premium_subscription":["Boolean",0],"gifts_from_channels":["Boolean",0]},
  "AffiliateInfo": {"affiliate_user":["User",1],"affiliate_chat":["Chat",1],"commission_per_mille":["Integer",0],"amount":["Integer",0],"nanostar_amount":["Integer",1]},
  "Animation": {"file_id":["String",0],"file_unique_id":["String",0],"width":["Integer",0],"height":["Integer",0],"duration":["Integer",0],"thumbnail":["PhotoSize",1],"file_name":["String",1],"mime_type":["String",1],"file_size":["Integer",1]},
  "Audio": {"file_id":["String",0],"file_unique_id":["String",0],"duration":["Integer",0],"performer":["String",1],"title":["String",1],"file_name":["String",1],"mime_type":["String",1],"file_size":["Integer",1],"thumbnail":["PhotoSize",1]},
  "BackgroundFill": {},
  "BackgroundFillFreeformGradient": {"type":["String",0],"colors":["Array of Integer",0]},
  "BackgroundFillGradient": {"type":["String",0],"top_color":["Integer",0],"bottom_color":["Integer",0],"rotation_angle":["Integer",0]},
  "BackgroundFillSolid": {"type":["String",0],"color":["Integer",0]},
  "BackgroundType": {},
  "BackgroundTypeChatTheme": {"type":["String",0],"theme_name":["String",0]},
  "BackgroundTypeFill": {"type":["String",0],"fill":["BackgroundFill",0],"dark_theme_dimming":["Integer",0]},
  "BackgroundTypePattern": {"type":["String",0],"document":["Document",0],"fill":["BackgroundFill",0],"intensity":["Integer",0],"is_inverted":["True",1],"is_moving":["True",1]},
  "BackgroundTypeWallpaper": {"type":["String",0],"document":["Document",0],"dark_theme_dimming":["Integer",0],"is_blurred":["True",1],"is_moving":["True",1]},
  "Birthdate": {"day":["Integer",0],"month":["Integer",0],"year":["Integer",1]},
  "BotAccessSettings": {"is_access_restricted":["Boolean",0],"added_users":["Array of User",1]},
  "BotCommand": {"command":["String",0],"description":["String",0],"is_ephemeral":["Boolean",1]},
  "BotCommandScope": {},
  "BotCommandScopeAllChatAdministrators": {"type":["String",0]},
  "BotCommandScopeAllGroupChats": {"type":["String",0]},
  "BotCommandScopeAllPrivateChats": {"type":["String",0]},
  "BotCommandScopeChat": {"type":["String",0],"chat_id":["Integer or String",0]},
  "BotCommandScopeChatAdministrators": {"type":["String",0],"chat_id":["Integer or String",0]},
  "BotCommandScopeChatMember": {"type":["String",0],"chat_id":["Integer or String",0],"user_id":["Integer",0]},
  "BotCommandScopeDefault": {"type":["String",0]},
  "BotDescription": {"description":["String",0]},
  "BotName": {"name":["String",0]},
  "BotShortDescription": {"short_description":["String",0]},
  "BotSubscriptionUpdated": {"user":["User",0],"invoice_payload":["String",0],"state":["String",0]},
  "BusinessBotRights": {"can_reply":["True",1],"can_read_messages":["True",1],"can_delete_sent_messages":["True",1],"can_delete_all_messages":["True",1],"can_edit_name":["True",1],"can_edit_bio":["True",1],"can_edit_profile_photo":["True",1],"can_edit_username":["True",1],"can_change_gift_settings":["True",1],"can_view_gifts_and_stars":["True",1],"can_convert_gifts_to_stars":["True",1],"can_transfer_and_upgrade_gifts":["True",1],"can_transfer_stars":["True",1],"can_manage_stories":["True",1]},
  "BusinessConnection": {"id":["String",0],"user":["User",0],"user_chat_id":["Integer",0],"date":["Integer",0],"rights":["BusinessBotRights",1],"is_enabled":["Boolean",0]},
  "BusinessIntro": {"title":["String",1],"message":["String",1],"sticker":["Sticker",1]},
  "BusinessLocation": {"address":["String",0],"location":["Location",1]},
  "BusinessMessagesDeleted": {"business_connection_id":["String",0],"chat":["Chat",0],"message_ids":["Array of Integer",0]},
  "BusinessOpeningHours": {"time_zone_name":["String",0],"opening_hours":["Array of BusinessOpeningHoursInterval",0]},
  "BusinessOpeningHoursInterval": {"opening_minute":["Integer",0],"closing_minute":["Integer",0]},
  "CallbackGame": {},
  "CallbackQuery": {"id":["String",0],"from":["User",0],"message":["MaybeInaccessibleMessage",1],"inline_message_id":["String",1],"chat_instance":["String",0],"data":["String",1],"game_short_name":["String",1]},
  "Chat": {"id":["Integer",0],"type":["String",0],"title":["String",1],"username":["String",1],"first_name":["String",1],"last_name":["String",1],"is_forum":["True",1],"is_direct_messages":["True",1]},
  "ChatAdministratorRights": {"is_anonymous":["Boolean",0],"can_manage_chat":["Boolean",0],"can_delete_messages":["Boolean",0],"can_manage_video_chats":["Boolean",0],"can_restrict_members":["Boolean",0],"can_promote_members":["Boolean",0],"can_change_info":["Boolean",0],"can_invite_users":["Boolean",0],"can_post_stories":["Boolean",0],"can_edit_stories":["Boolean",0],"can_delete_stories":["Boolean",0],"can_post_messages":["Boolean",1],"can_edit_messages":["Boolean",1],"can_pin_messages":["Boolean",1],"can_manage_topics":["Boolean",1],"can_manage_direct_messages":["Boolean",1],"can_manage_tags":["Boolean",1]},
  "ChatBackground": {"type":["BackgroundType",0]},
  "ChatBoost": {"boost_id":["String",0],"add_date":["Integer",0],"expiration_date":["Integer",0],"source":["ChatBoostSource",0]},
  "ChatBoostAdded": {"boost_count":["Integer",0]},
  "ChatBoostRemoved": {"chat":["Chat",0],"boost_id":["String",0],"remove_date":["Integer",0],"source":["ChatBoostSource",0]},
  "ChatBoostSource": {},
  "ChatBoostSourceGiftCode": {"source":["String",0],"user":["User",0]},
  "ChatBoostSourceGiveaway": {"source":["String",0],"giveaway_message_id":["Integer",0],"user":["User",1],"prize_star_count":["Integer",1],"is_unclaimed":["True",1]},
  "ChatBoostSourcePremium": {"source":["String",0],"user":["User",0]},
  "ChatBoostUpdated": {"chat":["Chat",0],"boost":["ChatBoost",0]},
  "ChatFullInfo": {"id":["Integer",0],"type":["String",0],"title":["String",1],"username":["String",1],"first_name":["String",1],"last_name":["String",1],"is_forum":["True",1],"is_direct_messages":["True",1],"accent_color_id":["Integer",0],"max_reaction_count":["Integer",0],"photo":["ChatPhoto",1],"active_usernames":["Array of String",1],"birthdate":["Birthdate",1],"business_intro":["BusinessIntro",1],"business_location":["BusinessLocation",1],"business_opening_hours":["BusinessOpeningHours",1],"personal_chat":["Chat",1],"parent_chat":["Chat",1],"available_reactions":["Array of ReactionType",1],"background_custom_emoji_id":["String",1],"profile_accent_color_id":["Integer",1],"profile_background_custom_emoji_id":["String",1],"emoji_status_custom_emoji_id":["String",1],"emoji_status_expiration_date":["Integer",1],"bio":["String",1],"has_private_forwards":["True",1],"has_restricted_voice_and_video_messages":["True",1],"join_to_send_messages":["True",1],"join_by_request":["True",1],"description":["String",1],"invite_link":["String",1],"pinned_message":["Message",1],"permissions":["ChatPermissions",1],"accepted_gift_types":["AcceptedGiftTypes",0],"can_send_paid_media":["True",1],"slow_mode_delay":["Integer",1],"unrestrict_boost_count":["Integer",1],"message_auto_delete_time":["Integer",1],"has_aggressive_anti_spam_enabled":["True",1],"has_hidden_members":["True",1],"has_protected_content":["True",1],"has_visible_history":["True",1],"sticker_set_name":["String",1],"can_set_sticker_set":["True",1],"custom_emoji_sticker_set_name":["String",1],"linked_chat_id":["Integer",1],"location":["ChatLocation",1],"rating":["UserRating",1],"first_profile_audio":["Audio",1],"unique_gift_colors":["UniqueGiftColors",1],"paid_message_star_count":["Integer",1],"guard_bot":["User",1],"community":["Community",1]},
  "ChatInviteLink": {"invite_link":["String",0],"creator":["User",0],"creates_join_request":["Boolean",0],"is_primary":["Boolean",0],"is_revoked":["Boolean",0],"name":["String",1],"expire_date":["Integer",1],"member_limit":["Integer",1],"pending_join_request_count":["Integer",1],"subscription_period":["Integer",1],"subscription_price":["Integer",1]},
  "ChatJoinRequest": {"chat":["Chat",0],"from":["User",0],"user_chat_id":["Integer",0],"date":["Integer",0],"bio":["String",1],"invite_link":["ChatInviteLink",1],"query_id":["String",1]},
  "ChatLocation": {"location":["Location",0],"address":["String",0]},
  "ChatMember": {},
  "ChatMemberAdministrator": {"status":["String",0],"user":["User",0],"can_be_edited":["Boolean",0],"is_anonymous":["Boolean",0],"can_manage_chat":["Boolean",0],"can_delete_messages":["Boolean",0],"can_manage_video_chats":["Boolean",0],"can_restrict_members":["Boolean",0],"can_promote_members":["Boolean",0],"can_change_info":["Boolean",0],"can_invite_users":["Boolean",0],"can_post_stories":["Boolean",0],"can_edit_stories":["Boolean",0],"can_delete_stories":["Boolean",0],"can_post_messages":["Boolean",1],"can_edit_messages":["Boolean",1],"can_pin_messages":["Boolean",1],"can_manage_topics":["Boolean",1],"can_manage_direct_messages":["Boolean",1],"can_manage_tags":["Boolean",1],"custom_title":["String",1]},
  "ChatMemberBanned": {"status":["String",0],"user":["User",0],"until_date":["Integer",0]},
  "ChatMemberLeft": {"status":["String",0],"user":["User",0]},
  "ChatMemberMember": {"status":["String",0],"tag":["String",1],"user":["User",0],"until_date":["Integer",1]},
  "ChatMemberOwner": {"status":["String",0],"user":["User",0],"is_anonymous":["Boolean",0],"custom_title":["String",1]},
  "ChatMemberRestricted": {"status":["String",0],"tag":["String",1],"user":["User",0],"is_member":["Boolean",0],"can_send_messages":["Boolean",0],"can_send_audios":["Boolean",0],"can_send_documents":["Boolean",0],"can_send_photos":["Boolean",0],"can_send_videos":["Boolean",0],"can_send_video_notes":["Boolean",0],"can_send_voice_notes":["Boolean",0],"can_send_polls":["Boolean",0],"can_send_other_messages":["Boolean",0],"can_add_web_page_previews":["Boolean",0],"can_react_to_messages":["Boolean",0],"can_edit_tag":["Boolean",0],"can_change_info":["Boolean",0],"can_invite_users":["Boolean",0],"can_pin_messages":["Boolean",0],"can_manage_topics":["Boolean",0],"until_date":["Integer",0]},
  "ChatMemberUpdated": {"chat":["Chat",0],"from":["User",0],"date":["Integer",0],"old_chat_member":["ChatMember",0],"new_chat_member":["ChatMember",0],"invite_link":["ChatInviteLink",1],"via_join_request":["Boolean",1],"via_chat_folder_invite_link":["Boolean",1]},
  "ChatOwnerChanged": {"new_owner":["User",0]},
  "ChatOwnerLeft": {"new_owner":["User",1]},
  "ChatPermissions": {"can_send_messages":["Boolean",1],"can_send_audios":["Boolean",1],"can_send_documents":["Boolean",1],"can_send_photos":["Boolean",1],"can_send_videos":["Boolean",1],"can_send_video_notes":["Boolean",1],"can_send_voice_notes":["Boolean",1],"can_send_polls":["Boolean",1],"can_send_other_messages":["Boolean",1],"can_add_web_page_previews":["Boolean",1],"can_react_to_messages":["Boolean",1],"can_edit_tag":["Boolean",1],"can_change_info":["Boolean",1],"can_invite_users":["Boolean",1],"can_pin_messages":["Boolean",1],"can_manage_topics":["Boolean",1]},
  "ChatPhoto": {"small_file_id":["String",0],"small_file_unique_id":["String",0],"big_file_id":["String",0],"big_file_unique_id":["String",0]},
  "ChatShared": {"request_id":["Integer",0],"chat_id":["Integer",0],"title":["String",1],"username":["String",1],"photo":["Array of PhotoSize",1]},
  "Checklist": {"title":["String",0],"title_entities":["Array of MessageEntity",1],"tasks":["Array of ChecklistTask",0],"others_can_add_tasks":["True",1],"others_can_mark_tasks_as_done":["True",1]},
  "ChecklistTask": {"id":["Integer",0],"text":["String",0],"text_entities":["Array of MessageEntity",1],"completed_by_user":["User",1],"completed_by_chat":["Chat",1],"completion_date":["Integer",1]},
  "ChecklistTasksAdded": {"checklist_message":["Message",1],"tasks":["Array of ChecklistTask",0]},
  "ChecklistTasksDone": {"checklist_message":["Message",1],"marked_as_done_task_ids":["Array of Integer",1],"marked_as_not_done_task_ids":["Array of Integer",1]},
  "ChosenInlineResult": {"result_id":["String",0],"from":["User",0],"location":["Location",1],"inline_message_id":["String",1],"query":["String",0]},
  "Community": {"id":["Integer",0],"name":["String",0]},
  "CommunityChatAdded": {"community":["Community",0]},
  "CommunityChatRemoved": {},
  "Contact": {"phone_number":["String",0],"first_name":["String",0],"last_name":["String",1],"user_id":["Integer",1],"vcard":["String",1]},
  "CopyTextButton": {"text":["String",0]},
  "Dice": {"emoji":["String",0],"value":["Integer",0]},
  "DirectMessagePriceChanged": {"are_direct_messages_enabled":["Boolean",0],"direct_message_star_count":["Integer",1]},
  "DirectMessagesTopic": {"topic_id":["Integer",0],"user":["User",1]},
  "Document": {"file_id":["String",0],"file_unique_id":["String",0],"thumbnail":["PhotoSize",1],"file_name":["String",1],"mime_type":["String",1],"file_size":["Integer",1]},
  "EncryptedCredentials": {"data":["String",0],"hash":["String",0],"secret":["String",0]},
  "EncryptedPassportElement": {"type":["String",0],"data":["String",1],"phone_number":["String",1],"email":["String",1],"files":["Array of PassportFile",1],"front_side":["PassportFile",1],"reverse_side":["PassportFile",1],"selfie":["PassportFile",1],"translation":["Array of PassportFile",1],"hash":["String",0]},
  "ExternalReplyInfo": {"origin":["MessageOrigin",0],"chat":["Chat",1],"message_id":["Integer",1],"link_preview_options":["LinkPreviewOptions",1],"animation":["Animation",1],"audio":["Audio",1],"document":["Document",1],"live_photo":["LivePhoto",1],"paid_media":["PaidMediaInfo",1],"photo":["Array of PhotoSize",1],"sticker":["Sticker",1],"story":["Story",1],"video":["Video",1],"video_note":["VideoNote",1],"voice":["Voice",1],"has_media_spoiler":["True",1],"checklist":["Checklist",1],"contact":["Contact",1],"dice":["Dice",1],"game":["Game",1],"giveaway":["Giveaway",1],"giveaway_winners":["GiveawayWinners",1],"invoice":["Invoice",1],"location":["Location",1],"poll":["Poll",1],"venue":["Venue",1]},
  "File": {"file_id":["String",0],"file_unique_id":["String",0],"file_size":["Integer",1],"file_path":["String",1]},
  "ForceReply": {"force_reply":["True",0],"input_field_placeholder":["String",1],"selective":["Boolean",1]},
  "ForumTopic": {"message_thread_id":["Integer",0],"name":["String",0],"icon_color":["Integer",0],"icon_custom_emoji_id":["String",1],"is_name_implicit":["True",1]},
  "ForumTopicClosed": {},
  "ForumTopicCreated": {"name":["String",0],"icon_color":["Integer",0],"icon_custom_emoji_id":["String",1],"is_name_implicit":["True",1]},
  "ForumTopicEdited": {"name":["String",1],"icon_custom_emoji_id":["String",1]},
  "ForumTopicReopened": {},
  "Game": {"title":["String",0],"description":["String",0],"photo":["Array of PhotoSize",0],"text":["String",1],"text_entities":["Array of MessageEntity",1],"animation":["Animation",1]},
  "GameHighScore": {"position":["Integer",0],"user":["User",0],"score":["Integer",0]},
  "GeneralForumTopicHidden": {},
  "GeneralForumTopicUnhidden": {},
  "Gift": {"id":["String",0],"sticker":["Sticker",0],"star_count":["Integer",0],"upgrade_star_count":["Integer",1],"is_premium":["True",1],"has_colors":["True",1],"total_count":["Integer",1],"remaining_count":["Integer",1],"personal_total_count":["Integer",1],"personal_remaining_count":["Integer",1],"background":["GiftBackground",1],"unique_gift_variant_count":["Integer",1],"publisher_chat":["Chat",1]},
  "GiftBackground": {"center_color":["Integer",0],"edge_color":["Integer",0],"text_color":["Integer",0]},
  "GiftInfo": {"gift":["Gift",0],"owned_gift_id":["String",1],"convert_star_count":["Integer",1],"prepaid_upgrade_star_count":["Integer",1],"is_upgrade_separate":["True",1],"can_be_upgraded":["True",1],"text":["String",1],"entities":["Array of MessageEntity",1],"is_private":["True",1],"unique_gift_number":["Integer",1]},
  "Gifts": {"gifts":["Array of Gift",0]},
  "Giveaway": {"chats":["Array of Chat",0],"winners_selection_date":["Integer",0],"winner_count":["Integer",0],"only_new_members":["True",1],"has_public_winners":["True",1],"prize_description":["String",1],"country_codes":["Array of String",1],"prize_star_count":["Integer",1],"premium_subscription_month_count":["Integer",1]},
  "GiveawayCompleted": {"winner_count":["Integer",0],"unclaimed_prize_count":["Integer",1],"giveaway_message":["Message",1],"is_star_giveaway":["True",1]},
  "GiveawayCreated": {"prize_star_count":["Integer",1]},
  "GiveawayWinners": {"chat":["Chat",0],"giveaway_message_id":["Integer",0],"winners_selection_date":["Integer",0],"winner_count":["Integer",0],"winners":["Array of User",0],"additional_chat_count":["Integer",1],"prize_star_count":["Integer",1],"premium_subscription_month_count":["Integer",1],"unclaimed_prize_count":["Integer",1],"only_new_members":["True",1],"was_refunded":["True",1],"prize_description":["String",1]},
  "InaccessibleMessage": {"chat":["Chat",0],"message_id":["Integer",0],"date":["Integer",0]},
  "InlineKeyboardButton": {"text":["String",0],"icon_custom_emoji_id":["String",1],"style":["String",1],"url":["String",1],"callback_data":["String",1],"web_app":["WebAppInfo",1],"login_url":["LoginUrl",1],"switch_inline_query":["String",1],"switch_inline_query_current_chat":["String",1],"switch_inline_query_chosen_chat":["SwitchInlineQueryChosenChat",1],"copy_text":["CopyTextButton",1],"callback_game":["CallbackGame",1],"pay":["Boolean",1]},
  "InlineKeyboardMarkup": {"inline_keyboard":["Array of Array of InlineKeyboardButton",0]},
  "InlineQuery": {"id":["String",0],"from":["User",0],"query":["String",0],"offset":["String",0],"chat_type":["String",1],"location":["Location",1]},
  "InlineQueryResult": {},
  "InlineQueryResultArticle": {"type":["String",0],"id":["String",0],"title":["String",0],"input_message_content":["InputMessageContent",0],"reply_markup":["InlineKeyboardMarkup",1],"url":["String",1],"description":["String",1],"thumbnail_url":["String",1],"thumbnail_width":["Integer",1],"thumbnail_height":["Integer",1]},
  "InlineQueryResultAudio": {"type":["String",0],"id":["String",0],"audio_url":["String",0],"title":["String",0],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"performer":["String",1],"audio_duration":["Integer",1],"reply_markup":["InlineKeyboardMarkup",1],"input_message_content":["InputMessageContent",1]},
  "InlineQueryResultCachedAudio": {"type":["String",0],"id":["String",0],"audio_file_id":["String",0],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"reply_markup":["InlineKeyboardMarkup",1],"input_message_content":["InputMessageContent",1]},
  "InlineQueryResultCachedDocument": {"type":["String",0],"id":["String",0],"title":["String",0],"document_file_id":["String",0],"description":["String",1],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"reply_markup":["InlineKeyboardMarkup",1],"input_message_content":["InputMessageContent",1]},
  "InlineQueryResultCachedGif": {"type":["String",0],"id":["String",0],"gif_file_id":["String",0],"title":["String",1],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["Boolean",1],"reply_markup":["InlineKeyboardMarkup",1],"input_message_content":["InputMessageContent",1]},
  "InlineQueryResultCachedMpeg4Gif": {"type":["String",0],"id":["String",0],"mpeg4_file_id":["String",0],"title":["String",1],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["Boolean",1],"reply_markup":["InlineKeyboardMarkup",1],"input_message_content":["InputMessageContent",1]},
  "InlineQueryResultCachedPhoto": {"type":["String",0],"id":["String",0],"photo_file_id":["String",0],"title":["String",1],"description":["String",1],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["Boolean",1],"reply_markup":["InlineKeyboardMarkup",1],"input_message_content":["InputMessageContent",1]},
  "InlineQueryResultCachedSticker": {"type":["String",0],"id":["String",0],"sticker_file_id":["String",0],"reply_markup":["InlineKeyboardMarkup",1],"input_message_content":["InputMessageContent",1]},
  "InlineQueryResultCachedVideo": {"type":["String",0],"id":["String",0],"video_file_id":["String",0],"title":["String",0],"description":["String",1],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["Boolean",1],"reply_markup":["InlineKeyboardMarkup",1],"input_message_content":["InputMessageContent",1]},
  "InlineQueryResultCachedVoice": {"type":["String",0],"id":["String",0],"voice_file_id":["String",0],"title":["String",0],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"reply_markup":["InlineKeyboardMarkup",1],"input_message_content":["InputMessageContent",1]},
  "InlineQueryResultContact": {"type":["String",0],"id":["String",0],"phone_number":["String",0],"first_name":["String",0],"last_name":["String",1],"vcard":["String",1],"reply_markup":["InlineKeyboardMarkup",1],"input_message_content":["InputMessageContent",1],"thumbnail_url":["String",1],"thumbnail_width":["Integer",1],"thumbnail_height":["Integer",1]},
  "InlineQueryResultDocument": {"type":["String",0],"id":["String",0],"title":["String",0],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"document_url":["String",0],"mime_type":["String",0],"description":["String",1],"reply_markup":["InlineKeyboardMarkup",1],"input_message_content":["InputMessageContent",1],"thumbnail_url":["String",1],"thumbnail_width":["Integer",1],"thumbnail_height":["Integer",1]},
  "InlineQueryResultGame": {"type":["String",0],"id":["String",0],"game_short_name":["String",0],"reply_markup":["InlineKeyboardMarkup",1]},
  "InlineQueryResultGif": {"type":["String",0],"id":["String",0],"gif_url":["String",0],"gif_width":["Integer",1],"gif_height":["Integer",1],"gif_duration":["Integer",1],"thumbnail_url":["String",0],"thumbnail_mime_type":["String",1],"title":["String",1],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["Boolean",1],"reply_markup":["InlineKeyboardMarkup",1],"input_message_content":["InputMessageContent",1]},
  "InlineQueryResultLocation": {"type":["String",0],"id":["String",0],"latitude":["Float",0],"longitude":["Float",0],"title":["String",0],"horizontal_accuracy":["Float",1],"live_period":["Integer",1],"heading":["Integer",1],"proximity_alert_radius":["Integer",1],"reply_markup":["InlineKeyboardMarkup",1],"input_message_content":["InputMessageContent",1],"thumbnail_url":["String",1],"thumbnail_width":["Integer",1],"thumbnail_height":["Integer",1]},
  "InlineQueryResultMpeg4Gif": {"type":["String",0],"id":["String",0],"mpeg4_url":["String",0],"mpeg4_width":["Integer",1],"mpeg4_height":["Integer",1],"mpeg4_duration":["Integer",1],"thumbnail_url":["String",0],"thumbnail_mime_type":["String",1],"title":["String",1],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["Boolean",1],"reply_markup":["InlineKeyboardMarkup",1],"input_message_content":["InputMessageContent",1]},
  "InlineQueryResultPhoto": {"type":["String",0],"id":["String",0],"photo_url":["String",0],"thumbnail_url":["String",0],"photo_width":["Integer",1],"photo_height":["Integer",1],"title":["String",1],"description":["String",1],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["Boolean",1],"reply_markup":["InlineKeyboardMarkup",1],"input_message_content":["InputMessageContent",1]},
  "InlineQueryResultVenue": {"type":["String",0],"id":["String",0],"latitude":["Float",0],"longitude":["Float",0],"title":["String",0],"address":["String",0],"foursquare_id":["String",1],"foursquare_type":["String",1],"google_place_id":["String",1],"google_place_type":["String",1],"reply_markup":["InlineKeyboardMarkup",1],"input_message_content":["InputMessageContent",1],"thumbnail_url":["String",1],"thumbnail_width":["Integer",1],"thumbnail_height":["Integer",1]},
  "InlineQueryResultVideo": {"type":["String",0],"id":["String",0],"video_url":["String",0],"mime_type":["String",0],"thumbnail_url":["String",0],"title":["String",0],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["Boolean",1],"video_width":["Integer",1],"video_height":["Integer",1],"video_duration":["Integer",1],"description":["String",1],"reply_markup":["InlineKeyboardMarkup",1],"input_message_content":["InputMessageContent",1]},
  "InlineQueryResultVoice": {"type":["String",0],"id":["String",0],"voice_url":["String",0],"title":["String",0],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"voice_duration":["Integer",1],"reply_markup":["InlineKeyboardMarkup",1],"input_message_content":["InputMessageContent",1]},
  "InlineQueryResultsButton": {"text":["String",0],"web_app":["WebAppInfo",1],"start_parameter":["String",1]},
  "InputChecklist": {"title":["String",0],"parse_mode":["String",1],"title_entities":["Array of MessageEntity",1],"tasks":["Array of InputChecklistTask",0],"others_can_add_tasks":["Boolean",1],"others_can_mark_tasks_as_done":["Boolean",1]},
  "InputChecklistTask": {"id":["Integer",0],"text":["String",0],"parse_mode":["String",1],"text_entities":["Array of MessageEntity",1]},
  "InputContactMessageContent": {"phone_number":["String",0],"first_name":["String",0],"last_name":["String",1],"vcard":["String",1]},
  "InputFile": {},
  "InputInvoiceMessageContent": {"title":["String",0],"description":["String",0],"payload":["String",0],"provider_token":["String",1],"currency":["String",0],"prices":["Array of LabeledPrice",0],"max_tip_amount":["Integer",1],"suggested_tip_amounts":["Array of Integer",1],"provider_data":["String",1],"photo_url":["String",1],"photo_size":["Integer",1],"photo_width":["Integer",1],"photo_height":["Integer",1],"need_name":["Boolean",1],"need_phone_number":["Boolean",1],"need_email":["Boolean",1],"need_shipping_address":["Boolean",1],"send_phone_number_to_provider":["Boolean",1],"send_email_to_provider":["Boolean",1],"is_flexible":["Boolean",1]},
  "InputLocationMessageContent": {"latitude":["Float",0],"longitude":["Float",0],"horizontal_accuracy":["Float",1],"live_period":["Integer",1],"heading":["Integer",1],"proximity_alert_radius":["Integer",1]},
  "InputMedia": {},
  "InputMediaAnimation": {"type":["String",0],"media":["String",0],"thumbnail":["String",1],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["Boolean",1],"width":["Integer",1],"height":["Integer",1],"duration":["Integer",1],"has_spoiler":["Boolean",1]},
  "InputMediaAudio": {"type":["String",0],"media":["String",0],"thumbnail":["String",1],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"duration":["Integer",1],"performer":["String",1],"title":["String",1]},
  "InputMediaDocument": {"type":["String",0],"media":["String",0],"thumbnail":["String",1],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"disable_content_type_detection":["Boolean",1]},
  "InputMediaLink": {"type":["String",0],"url":["String",0]},
  "InputMediaLivePhoto": {"type":["String",0],"media":["String",0],"photo":["String",0],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["Boolean",1],"has_spoiler":["Boolean",1]},
  "InputMediaLocation": {"type":["String",0],"latitude":["Float",0],"longitude":["Float",0],"horizontal_accuracy":["Float",1]},
  "InputMediaPhoto": {"type":["String",0],"media":["String",0],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["Boolean",1],"has_spoiler":["Boolean",1]},
  "InputMediaSticker": {"type":["String",0],"media":["String",0],"emoji":["String",1]},
  "InputMediaVenue": {"type":["String",0],"latitude":["Float",0],"longitude":["Float",0],"title":["String",0],"address":["String",0],"foursquare_id":["String",1],"foursquare_type":["String",1],"google_place_id":["String",1],"google_place_type":["String",1]},
  "InputMediaVideo": {"type":["String",0],"media":["String",0],"thumbnail":["String",1],"cover":["String",1],"start_timestamp":["Integer",1],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["Boolean",1],"width":["Integer",1],"height":["Integer",1],"duration":["Integer",1],"supports_streaming":["Boolean",1],"has_spoiler":["Boolean",1]},
  "InputMediaVoiceNote": {"type":["String",0],"media":["String",0],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"duration":["Integer",1]},
  "InputMessageContent": {},
  "InputPaidMedia": {},
  "InputPaidMediaLivePhoto": {"type":["String",0],"media":["String",0],"photo":["String",0]},
  "InputPaidMediaPhoto": {"type":["String",0],"media":["String",0]},
  "InputPaidMediaVideo": {"type":["String",0],"media":["String",0],"thumbnail":["String",1],"cover":["String",1],"start_timestamp":["Integer",1],"width":["Integer",1],"height":["Integer",1],"duration":["Integer",1],"supports_streaming":["Boolean",1]},
  "InputPollMedia": {},
  "InputPollOption": {"text":["String",0],"text_parse_mode":["String",1],"text_entities":["Array of MessageEntity",1],"media":["InputPollOptionMedia",1]},
  "InputPollOptionMedia": {},
  "InputProfilePhoto": {},
  "InputProfilePhotoAnimated": {"type":["String",0],"animation":["String",0],"main_frame_timestamp":["Float",1]},
  "InputProfilePhotoStatic": {"type":["String",0],"photo":["String",0]},
  "InputRichBlock": {},
  "InputRichBlockAnchor": {"type":["String",0],"name":["String",0]},
  "InputRichBlockAnimation": {"type":["String",0],"animation":["InputMediaAnimation",0],"caption":["RichBlockCaption",1]},
  "InputRichBlockAudio": {"type":["String",0],"audio":["InputMediaAudio",0],"caption":["RichBlockCaption",1]},
  "InputRichBlockBlockQuotation": {"type":["String",0],"blocks":["Array of InputRichBlock",0],"credit":["RichText",1]},
  "InputRichBlockCollage": {"type":["String",0],"blocks":["Array of InputRichBlock",0],"caption":["RichBlockCaption",1]},
  "InputRichBlockDetails": {"type":["String",0],"summary":["RichText",0],"blocks":["Array of InputRichBlock",0],"is_open":["True",1]},
  "InputRichBlockDivider": {"type":["String",0]},
  "InputRichBlockFooter": {"type":["String",0],"text":["RichText",0]},
  "InputRichBlockList": {"type":["String",0],"items":["Array of InputRichBlockListItem",0]},
  "InputRichBlockListItem": {"blocks":["Array of InputRichBlock",0],"has_checkbox":["True",1],"is_checked":["True",1],"value":["Integer",1],"type":["String",1]},
  "InputRichBlockMap": {"type":["String",0],"location":["Location",0],"zoom":["Integer",0],"width":["Integer",0],"height":["Integer",0],"caption":["RichBlockCaption",1]},
  "InputRichBlockMathematicalExpression": {"type":["String",0],"expression":["String",0]},
  "InputRichBlockParagraph": {"type":["String",0],"text":["RichText",0]},
  "InputRichBlockPhoto": {"type":["String",0],"photo":["InputMediaPhoto",0],"caption":["RichBlockCaption",1]},
  "InputRichBlockPreformatted": {"type":["String",0],"text":["RichText",0],"language":["String",1]},
  "InputRichBlockPullQuotation": {"type":["String",0],"text":["RichText",0],"credit":["RichText",1]},
  "InputRichBlockSectionHeading": {"type":["String",0],"text":["RichText",0],"size":["Integer",0]},
  "InputRichBlockSlideshow": {"type":["String",0],"blocks":["Array of InputRichBlock",0],"caption":["RichBlockCaption",1]},
  "InputRichBlockTable": {"type":["String",0],"cells":["Array of Array of RichBlockTableCell",0],"is_bordered":["True",1],"is_striped":["True",1],"caption":["RichText",1]},
  "InputRichBlockThinking": {"type":["String",0],"text":["RichText",0]},
  "InputRichBlockVideo": {"type":["String",0],"video":["InputMediaVideo",0],"caption":["RichBlockCaption",1]},
  "InputRichBlockVoiceNote": {"type":["String",0],"voice_note":["InputMediaVoiceNote",0],"caption":["RichBlockCaption",1]},
  "InputRichMessage": {"blocks":["Array of InputRichBlock",1],"html":["String",1],"markdown":["String",1],"media":["Array of InputRichMessageMedia",1],"is_rtl":["Boolean",1],"skip_entity_detection":["Boolean",1]},
  "InputRichMessageContent": {"rich_message":["InputRichMessage",0]},
  "InputRichMessageMedia": {"id":["String",0],"media":["InputMediaAnimation or InputMediaAudio or InputMediaPhoto or InputMediaVideo or InputMediaVoiceNote",0]},
  "InputSticker": {"sticker":["String",0],"format":["String",0],"emoji_list":["Array of String",0],"mask_position":["MaskPosition",1],"keywords":["Array of String",1]},
  "InputStoryContent": {},
  "InputStoryContentPhoto": {"type":["String",0],"photo":["String",0]},
  "InputStoryContentVideo": {"type":["String",0],"video":["String",0],"duration":["Float",1],"cover_frame_timestamp":["Float",1],"is_animation":["Boolean",1]},
  "InputTextMessageContent": {"message_text":["String",0],"parse_mode":["String",1],"entities":["Array of MessageEntity",1],"link_preview_options":["LinkPreviewOptions",1]},
  "InputVenueMessageContent": {"latitude":["Float",0],"longitude":["Float",0],"title":["String",0],"address":["String",0],"foursquare_id":["String",1],"foursquare_type":["String",1],"google_place_id":["String",1],"google_place_type":["String",1]},
  "Invoice": {"title":["String",0],"description":["String",0],"start_parameter":["String",0],"currency":["String",0],"total_amount":["Integer",0]},
  "KeyboardButton": {"text":["String",0],"icon_custom_emoji_id":["String",1],"style":["String",1],"request_users":["KeyboardButtonRequestUsers",1],"request_chat":["KeyboardButtonRequestChat",1],"request_managed_bot":["KeyboardButtonRequestManagedBot",1],"request_contact":["Boolean",1],"request_location":["Boolean",1],"request_poll":["KeyboardButtonPollType",1],"web_app":["WebAppInfo",1]},
  "KeyboardButtonPollType": {"type":["String",1]},
  "KeyboardButtonRequestChat": {"request_id":["Integer",0],"chat_is_channel":["Boolean",0],"chat_is_forum":["Boolean",1],"chat_has_username":["Boolean",1],"chat_is_created":["Boolean",1],"user_administrator_rights":["ChatAdministratorRights",1],"bot_administrator_rights":["ChatAdministratorRights",1],"bot_is_member":["Boolean",1],"request_title":["Boolean",1],"request_username":["Boolean",1],"request_photo":["Boolean",1]},
  "KeyboardButtonRequestManagedBot": {"request_id":["Integer",0],"suggested_name":["String",1],"suggested_username":["String",1]},
  "KeyboardButtonRequestUsers": {"request_id":["Integer",0],"user_is_bot":["Boolean",1],"user_is_premium":["Boolean",1],"max_quantity":["Integer",1],"request_name":["Boolean",1],"request_username":["Boolean",1],"request_photo":["Boolean",1]},
  "LabeledPrice": {"label":["String",0],"amount":["Integer",0]},
  "Link": {"url":["String",0]},
  "LinkPreviewOptions": {"is_disabled":["Boolean",1],"url":["String",1],"prefer_small_media":["Boolean",1],"prefer_large_media":["Boolean",1],"show_above_text":["Boolean",1]},
  "LivePhoto": {"photo":["Array of PhotoSize",1],"file_id":["String",0],"file_unique_id":["String",0],"width":["Integer",0],"height":["Integer",0],"duration":["Integer",0],"mime_type":["String",1],"file_size":["Integer",1]},
  "Location": {"latitude":["Float",0],"longitude":["Float",0],"horizontal_accuracy":["Float",1],"live_period":["Integer",1],"heading":["Integer",1],"proximity_alert_radius":["Integer",1]},
  "LocationAddress": {"country_code":["String",0],"state":["String",1],"city":["String",1],"street":["String",1]},
  "LoginUrl": {"url":["String",0],"forward_text":["String",1],"bot_username":["String",1],"request_write_access":["Boolean",1]},
  "ManagedBotCreated": {"bot":["User",0]},
  "ManagedBotUpdated": {"user":["User",0],"bot":["User",0]},
  "MaskPosition": {"point":["String",0],"x_shift":["Float",0],"y_shift":["Float",0],"scale":["Float",0]},
  "MaybeInaccessibleMessage": {},
  "MenuButton": {},
  "MenuButtonCommands": {"type":["String",0]},
  "MenuButtonDefault": {"type":["String",0]},
  "MenuButtonWebApp": {"type":["String",0],"text":["String",0],"web_app":["WebAppInfo",0]},
  "Message": {"message_id":["Integer",0],"message_thread_id":["Integer",1],"direct_messages_topic":["DirectMessagesTopic",1],"from":["User",1],"sender_chat":["Chat",1],"sender_boost_count":["Integer",1],"sender_business_bot":["User",1],"sender_tag":["String",1],"receiver_user":["User",1],"ephemeral_message_id":["Integer",1],"date":["Integer",0],"guest_query_id":["String",1],"business_connection_id":["String",1],"chat":["Chat",0],"forward_origin":["MessageOrigin",1],"is_topic_message":["True",1],"is_automatic_forward":["True",1],"reply_to_message":["Message",1],"external_reply":["ExternalReplyInfo",1],"quote":["TextQuote",1],"reply_to_story":["Story",1],"reply_to_checklist_task_id":["Integer",1],"reply_to_poll_option_id":["String",1],"via_bot":["User",1],"guest_bot_caller_user":["User",1],"guest_bot_caller_chat":["Chat",1],"edit_date":["Integer",1],"has_protected_content":["True",1],"is_from_offline":["True",1],"is_paid_post":["True",1],"media_group_id":["String",1],"author_signature":["String",1],"paid_star_count":["Integer",1],"text":["String",1],"entities":["Array of MessageEntity",1],"link_preview_options":["LinkPreviewOptions",1],"suggested_post_info":["SuggestedPostInfo",1],"effect_id":["String",1],"rich_message":["RichMessage",1],"animation":["Animation",1],"audio":["Audio",1],"document":["Document",1],"live_photo":["LivePhoto",1],"paid_media":["PaidMediaInfo",1],"photo":["Array of PhotoSize",1],"sticker":["Sticker",1],"story":["Story",1],"video":["Video",1],"video_note":["VideoNote",1],"voice":["Voice",1],"caption":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["True",1],"has_media_spoiler":["True",1],"checklist":["Checklist",1],"contact":["Contact",1],"dice":["Dice",1],"game":["Game",1],"poll":["Poll",1],"venue":["Venue",1],"location":["Location",1],"new_chat_members":["Array of User",1],"left_chat_member":["User",1],"chat_owner_left":["ChatOwnerLeft",1],"chat_owner_changed":["ChatOwnerChanged",1],"new_chat_title":["String",1],"new_chat_photo":["Array of PhotoSize",1],"delete_chat_photo":["True",1],"group_chat_created":["True",1],"supergroup_chat_created":["True",1],"channel_chat_created":["True",1],"message_auto_delete_timer_changed":["MessageAutoDeleteTimerChanged",1],"migrate_to_chat_id":["Integer",1],"migrate_from_chat_id":["Integer",1],"pinned_message":["MaybeInaccessibleMessage",1],"invoice":["Invoice",1],"successful_payment":["SuccessfulPayment",1],"refunded_payment":["RefundedPayment",1],"users_shared":["UsersShared",1],"chat_shared":["ChatShared",1],"gift":["GiftInfo",1],"unique_gift":["UniqueGiftInfo",1],"gift_upgrade_sent":["GiftInfo",1],"connected_website":["String",1],"write_access_allowed":["WriteAccessAllowed",1],"passport_data":["PassportData",1],"proximity_alert_triggered":["ProximityAlertTriggered",1],"boost_added":["ChatBoostAdded",1],"chat_background_set":["ChatBackground",1],"checklist_tasks_done":["ChecklistTasksDone",1],"checklist_tasks_added":["ChecklistTasksAdded",1],"community_chat_added":["CommunityChatAdded",1],"community_chat_removed":["CommunityChatRemoved",1],"direct_message_price_changed":["DirectMessagePriceChanged",1],"forum_topic_created":["ForumTopicCreated",1],"forum_topic_edited":["ForumTopicEdited",1],"forum_topic_closed":["ForumTopicClosed",1],"forum_topic_reopened":["ForumTopicReopened",1],"general_forum_topic_hidden":["GeneralForumTopicHidden",1],"general_forum_topic_unhidden":["GeneralForumTopicUnhidden",1],"giveaway_created":["GiveawayCreated",1],"giveaway":["Giveaway",1],"giveaway_winners":["GiveawayWinners",1],"giveaway_completed":["GiveawayCompleted",1],"managed_bot_created":["ManagedBotCreated",1],"paid_message_price_changed":["PaidMessagePriceChanged",1],"poll_option_added":["PollOptionAdded",1],"poll_option_deleted":["PollOptionDeleted",1],"suggested_post_approved":["SuggestedPostApproved",1],"suggested_post_approval_failed":["SuggestedPostApprovalFailed",1],"suggested_post_declined":["SuggestedPostDeclined",1],"suggested_post_paid":["SuggestedPostPaid",1],"suggested_post_refunded":["SuggestedPostRefunded",1],"video_chat_scheduled":["VideoChatScheduled",1],"video_chat_started":["VideoChatStarted",1],"video_chat_ended":["VideoChatEnded",1],"video_chat_participants_invited":["VideoChatParticipantsInvited",1],"web_app_data":["WebAppData",1],"reply_markup":["InlineKeyboardMarkup",1]},
  "MessageAutoDeleteTimerChanged": {"message_auto_delete_time":["Integer",0]},
  "MessageEntity": {"type":["String",0],"offset":["Integer",0],"length":["Integer",0],"url":["String",1],"user":["User",1],"language":["String",1],"custom_emoji_id":["String",1],"unix_time":["Integer",1],"date_time_format":["String",1]},
  "MessageId": {"message_id":["Integer",0]},
  "MessageOrigin": {},
  "MessageOriginChannel": {"type":["String",0],"date":["Integer",0],"chat":["Chat",0],"message_id":["Integer",0],"author_signature":["String",1]},
  "MessageOriginChat": {"type":["String",0],"date":["Integer",0],"sender_chat":["Chat",0],"author_signature":["String",1]},
  "MessageOriginHiddenUser": {"type":["String",0],"date":["Integer",0],"sender_user_name":["String",0]},
  "MessageOriginUser": {"type":["String",0],"date":["Integer",0],"sender_user":["User",0]},
  "MessageReactionCountUpdated": {"chat":["Chat",0],"message_id":["Integer",0],"date":["Integer",0],"reactions":["Array of ReactionCount",0]},
  "MessageReactionUpdated": {"chat":["Chat",0],"message_id":["Integer",0],"user":["User",1],"actor_chat":["Chat",1],"date":["Integer",0],"old_reaction":["Array of ReactionType",0],"new_reaction":["Array of ReactionType",0]},
  "OrderInfo": {"name":["String",1],"phone_number":["String",1],"email":["String",1],"shipping_address":["ShippingAddress",1]},
  "OwnedGift": {},
  "OwnedGiftRegular": {"type":["String",0],"gift":["Gift",0],"owned_gift_id":["String",1],"sender_user":["User",1],"send_date":["Integer",0],"text":["String",1],"entities":["Array of MessageEntity",1],"is_private":["True",1],"is_saved":["True",1],"can_be_upgraded":["True",1],"was_refunded":["True",1],"convert_star_count":["Integer",1],"prepaid_upgrade_star_count":["Integer",1],"is_upgrade_separate":["True",1],"unique_gift_number":["Integer",1]},
  "OwnedGiftUnique": {"type":["String",0],"gift":["UniqueGift",0],"owned_gift_id":["String",1],"sender_user":["User",1],"send_date":["Integer",0],"is_saved":["True",1],"can_be_transferred":["True",1],"transfer_star_count":["Integer",1],"next_transfer_date":["Integer",1]},
  "OwnedGifts": {"total_count":["Integer",0],"gifts":["Array of OwnedGift",0],"next_offset":["String",1]},
  "PaidMedia": {},
  "PaidMediaInfo": {"star_count":["Integer",0],"paid_media":["Array of PaidMedia",0]},
  "PaidMediaLivePhoto": {"type":["String",0],"live_photo":["LivePhoto",0]},
  "PaidMediaPhoto": {"type":["String",0],"photo":["Array of PhotoSize",0]},
  "PaidMediaPreview": {"type":["String",0],"width":["Integer",1],"height":["Integer",1],"duration":["Integer",1]},
  "PaidMediaPurchased": {"from":["User",0],"paid_media_payload":["String",0]},
  "PaidMediaVideo": {"type":["String",0],"video":["Video",0]},
  "PaidMessagePriceChanged": {"paid_message_star_count":["Integer",0]},
  "PassportData": {"data":["Array of EncryptedPassportElement",0],"credentials":["EncryptedCredentials",0]},
  "PassportElementError": {},
  "PassportElementErrorDataField": {"source":["String",0],"type":["String",0],"field_name":["String",0],"data_hash":["String",0],"message":["String",0]},
  "PassportElementErrorFile": {"source":["String",0],"type":["String",0],"file_hash":["String",0],"message":["String",0]},
  "PassportElementErrorFiles": {"source":["String",0],"type":["String",0],"file_hashes":["Array of String",0],"message":["String",0]},
  "PassportElementErrorFrontSide": {"source":["String",0],"type":["String",0],"file_hash":["String",0],"message":["String",0]},
  "PassportElementErrorReverseSide": {"source":["String",0],"type":["String",0],"file_hash":["String",0],"message":["String",0]},
  "PassportElementErrorSelfie": {"source":["String",0],"type":["String",0],"file_hash":["String",0],"message":["String",0]},
  "PassportElementErrorTranslationFile": {"source":["String",0],"type":["String",0],"file_hash":["String",0],"message":["String",0]},
  "PassportElementErrorTranslationFiles": {"source":["String",0],"type":["String",0],"file_hashes":["Array of String",0],"message":["String",0]},
  "PassportElementErrorUnspecified": {"source":["String",0],"type":["String",0],"element_hash":["String",0],"message":["String",0]},
  "PassportFile": {"file_id":["String",0],"file_unique_id":["String",0],"file_size":["Integer",0],"file_date":["Integer",0]},
  "PhotoSize": {"file_id":["String",0],"file_unique_id":["String",0],"width":["Integer",0],"height":["Integer",0],"file_size":["Integer",1]},
  "Poll": {"id":["String",0],"question":["String",0],"question_entities":["Array of MessageEntity",1],"options":["Array of PollOption",0],"total_voter_count":["Integer",0],"is_closed":["Boolean",0],"is_anonymous":["Boolean",0],"type":["String",0],"allows_multiple_answers":["Boolean",0],"allows_revoting":["Boolean",0],"members_only":["Boolean",0],"country_codes":["Array of String",1],"correct_option_ids":["Array of Integer",1],"explanation":["String",1],"explanation_entities":["Array of MessageEntity",1],"explanation_media":["PollMedia",1],"open_period":["Integer",1],"close_date":["Integer",1],"description":["String",1],"description_entities":["Array of MessageEntity",1],"media":["PollMedia",1]},
  "PollAnswer": {"poll_id":["String",0],"voter_chat":["Chat",1],"user":["User",1],"option_ids":["Array of Integer",0],"option_persistent_ids":["Array of String",0]},
  "PollMedia": {"animation":["Animation",1],"audio":["Audio",1],"document":["Document",1],"link":["Link",1],"live_photo":["LivePhoto",1],"location":["Location",1],"photo":["Array of PhotoSize",1],"sticker":["Sticker",1],"venue":["Venue",1],"video":["Video",1]},
  "PollOption": {"persistent_id":["String",0],"text":["String",0],"text_entities":["Array of MessageEntity",1],"media":["PollMedia",1],"voter_count":["Integer",0],"added_by_user":["User",1],"added_by_chat":["Chat",1],"addition_date":["Integer",1]},
  "PollOptionAdded": {"poll_message":["MaybeInaccessibleMessage",1],"option_persistent_id":["String",0],"option_text":["String",0],"option_text_entities":["Array of MessageEntity",1]},
  "PollOptionDeleted": {"poll_message":["MaybeInaccessibleMessage",1],"option_persistent_id":["String",0],"option_text":["String",0],"option_text_entities":["Array of MessageEntity",1]},
  "PreCheckoutQuery": {"id":["String",0],"from":["User",0],"currency":["String",0],"total_amount":["Integer",0],"invoice_payload":["String",0],"shipping_option_id":["String",1],"order_info":["OrderInfo",1]},
  "PreparedInlineMessage": {"id":["String",0],"expiration_date":["Integer",0]},
  "PreparedKeyboardButton": {"id":["String",0]},
  "ProximityAlertTriggered": {"traveler":["User",0],"watcher":["User",0],"distance":["Integer",0]},
  "ReactionCount": {"type":["ReactionType",0],"total_count":["Integer",0]},
  "ReactionType": {},
  "ReactionTypeCustomEmoji": {"type":["String",0],"custom_emoji_id":["String",0]},
  "ReactionTypeEmoji": {"type":["String",0],"emoji":["String",0]},
  "ReactionTypePaid": {"type":["String",0]},
  "RefundedPayment": {"currency":["String",0],"total_amount":["Integer",0],"invoice_payload":["String",0],"telegram_payment_charge_id":["String",0],"provider_payment_charge_id":["String",1]},
  "ReplyKeyboardMarkup": {"keyboard":["Array of Array of KeyboardButton",0],"is_persistent":["Boolean",1],"resize_keyboard":["Boolean",1],"one_time_keyboard":["Boolean",1],"input_field_placeholder":["String",1],"selective":["Boolean",1]},
  "ReplyKeyboardRemove": {"remove_keyboard":["True",0],"selective":["Boolean",1]},
  "ReplyParameters": {"message_id":["Integer",1],"chat_id":["Integer or String",1],"ephemeral_message_id":["Integer",1],"allow_sending_without_reply":["Boolean",1],"quote":["String",1],"quote_parse_mode":["String",1],"quote_entities":["Array of MessageEntity",1],"quote_position":["Integer",1],"checklist_task_id":["Integer",1],"poll_option_id":["String",1]},
  "ResponseParameters": {"migrate_to_chat_id":["Integer",1],"retry_after":["Integer",1]},
  "RevenueWithdrawalState": {},
  "RevenueWithdrawalStateFailed": {"type":["String",0]},
  "RevenueWithdrawalStatePending": {"type":["String",0]},
  "RevenueWithdrawalStateSucceeded": {"type":["String",0],"date":["Integer",0],"url":["String",0]},
  "RichBlock": {},
  "RichBlockAnchor": {"type":["String",0],"name":["String",0]},
  "RichBlockAnimation": {"type":["String",0],"animation":["Animation",0],"has_spoiler":["True",1],"caption":["RichBlockCaption",1]},
  "RichBlockAudio": {"type":["String",0],"audio":["Audio",0],"caption":["RichBlockCaption",1]},
  "RichBlockBlockQuotation": {"type":["String",0],"blocks":["Array of RichBlock",0],"credit":["RichText",1]},
  "RichBlockCaption": {"text":["RichText",0],"credit":["RichText",1]},
  "RichBlockCollage": {"type":["String",0],"blocks":["Array of RichBlock",0],"caption":["RichBlockCaption",1]},
  "RichBlockDetails": {"type":["String",0],"summary":["RichText",0],"blocks":["Array of RichBlock",0],"is_open":["True",1]},
  "RichBlockDivider": {"type":["String",0]},
  "RichBlockFooter": {"type":["String",0],"text":["RichText",0]},
  "RichBlockList": {"type":["String",0],"items":["Array of RichBlockListItem",0]},
  "RichBlockListItem": {"label":["String",0],"blocks":["Array of RichBlock",0],"has_checkbox":["True",1],"is_checked":["True",1],"value":["Integer",1],"type":["String",1]},
  "RichBlockMap": {"type":["String",0],"location":["Location",0],"zoom":["Integer",0],"width":["Integer",0],"height":["Integer",0],"caption":["RichBlockCaption",1]},
  "RichBlockMathematicalExpression": {"type":["String",0],"expression":["String",0]},
  "RichBlockParagraph": {"type":["String",0],"text":["RichText",0]},
  "RichBlockPhoto": {"type":["String",0],"photo":["Array of PhotoSize",0],"has_spoiler":["True",1],"caption":["RichBlockCaption",1]},
  "RichBlockPreformatted": {"type":["String",0],"text":["RichText",0],"language":["String",1]},
  "RichBlockPullQuotation": {"type":["String",0],"text":["RichText",0],"credit":["RichText",1]},
  "RichBlockSectionHeading": {"type":["String",0],"text":["RichText",0],"size":["Integer",0]},
  "RichBlockSlideshow": {"type":["String",0],"blocks":["Array of RichBlock",0],"caption":["RichBlockCaption",1]},
  "RichBlockTable": {"type":["String",0],"cells":["Array of Array of RichBlockTableCell",0],"is_bordered":["True",1],"is_striped":["True",1],"caption":["RichText",1]},
  "RichBlockTableCell": {"text":["RichText",1],"is_header":["True",1],"colspan":["Integer",1],"rowspan":["Integer",1],"align":["String",0],"valign":["String",0]},
  "RichBlockThinking": {"type":["String",0],"text":["RichText",0]},
  "RichBlockVideo": {"type":["String",0],"video":["Video",0],"has_spoiler":["True",1],"caption":["RichBlockCaption",1]},
  "RichBlockVoiceNote": {"type":["String",0],"voice_note":["Voice",0],"caption":["RichBlockCaption",1]},
  "RichMessage": {"blocks":["Array of RichBlock",0],"is_rtl":["Boolean",1]},
  "RichText": {},
  "RichTextAnchor": {"type":["String",0],"name":["String",0]},
  "RichTextAnchorLink": {"type":["String",0],"text":["RichText",0],"anchor_name":["String",0]},
  "RichTextBankCardNumber": {"type":["String",0],"text":["RichText",0],"bank_card_number":["String",0]},
  "RichTextBold": {"type":["String",0],"text":["RichText",0]},
  "RichTextBotCommand": {"type":["String",0],"text":["RichText",0],"bot_command":["String",0]},
  "RichTextCashtag": {"type":["String",0],"text":["RichText",0],"cashtag":["String",0]},
  "RichTextCode": {"type":["String",0],"text":["RichText",0]},
  "RichTextCustomEmoji": {"type":["String",0],"custom_emoji_id":["String",0],"alternative_text":["String",0]},
  "RichTextDateTime": {"type":["String",0],"text":["RichText",0],"unix_time":["Integer",0],"date_time_format":["String",0]},
  "RichTextEmailAddress": {"type":["String",0],"text":["RichText",0],"email_address":["String",0]},
  "RichTextHashtag": {"type":["String",0],"text":["RichText",0],"hashtag":["String",0]},
  "RichTextItalic": {"type":["String",0],"text":["RichText",0]},
  "RichTextMarked": {"type":["String",0],"text":["RichText",0]},
  "RichTextMathematicalExpression": {"type":["String",0],"expression":["String",0]},
  "RichTextMention": {"type":["String",0],"text":["RichText",0],"username":["String",0]},
  "RichTextPhoneNumber": {"type":["String",0],"text":["RichText",0],"phone_number":["String",0]},
  "RichTextReference": {"type":["String",0],"text":["RichText",0],"name":["String",0]},
  "RichTextReferenceLink": {"type":["String",0],"text":["RichText",0],"reference_name":["String",0]},
  "RichTextSpoiler": {"type":["String",0],"text":["RichText",0]},
  "RichTextStrikethrough": {"type":["String",0],"text":["RichText",0]},
  "RichTextSubscript": {"type":["String",0],"text":["RichText",0]},
  "RichTextSuperscript": {"type":["String",0],"text":["RichText",0]},
  "RichTextTextMention": {"type":["String",0],"text":["RichText",0],"user":["User",0]},
  "RichTextUnderline": {"type":["String",0],"text":["RichText",0]},
  "RichTextUrl": {"type":["String",0],"text":["RichText",0],"url":["String",0]},
  "SentGuestMessage": {"inline_message_id":["String",0]},
  "SentWebAppMessage": {"inline_message_id":["String",1]},
  "SharedUser": {"user_id":["Integer",0],"first_name":["String",1],"last_name":["String",1],"username":["String",1],"photo":["Array of PhotoSize",1]},
  "ShippingAddress": {"country_code":["String",0],"state":["String",0],"city":["String",0],"street_line1":["String",0],"street_line2":["String",0],"post_code":["String",0]},
  "ShippingOption": {"id":["String",0],"title":["String",0],"prices":["Array of LabeledPrice",0]},
  "ShippingQuery": {"id":["String",0],"from":["User",0],"invoice_payload":["String",0],"shipping_address":["ShippingAddress",0]},
  "StarAmount": {"amount":["Integer",0],"nanostar_amount":["Integer",1]},
  "StarTransaction": {"id":["String",0],"amount":["Integer",0],"nanostar_amount":["Integer",1],"date":["Integer",0],"source":["TransactionPartner",1],"receiver":["TransactionPartner",1]},
  "StarTransactions": {"transactions":["Array of StarTransaction",0]},
  "Sticker": {"file_id":["String",0],"file_unique_id":["String",0],"type":["String",0],"width":["Integer",0],"height":["Integer",0],"is_animated":["Boolean",0],"is_video":["Boolean",0],"thumbnail":["PhotoSize",1],"emoji":["String",1],"set_name":["String",1],"premium_animation":["File",1],"mask_position":["MaskPosition",1],"custom_emoji_id":["String",1],"needs_repainting":["True",1],"file_size":["Integer",1]},
  "StickerSet": {"name":["String",0],"title":["String",0],"sticker_type":["String",0],"stickers":["Array of Sticker",0],"thumbnail":["PhotoSize",1]},
  "Story": {"chat":["Chat",0],"id":["Integer",0]},
  "StoryArea": {"position":["StoryAreaPosition",0],"type":["StoryAreaType",0]},
  "StoryAreaPosition": {"x_percentage":["Float",0],"y_percentage":["Float",0],"width_percentage":["Float",0],"height_percentage":["Float",0],"rotation_angle":["Float",0],"corner_radius_percentage":["Float",0]},
  "StoryAreaType": {},
  "StoryAreaTypeLink": {"type":["String",0],"url":["String",0]},
  "StoryAreaTypeLocation": {"type":["String",0],"latitude":["Float",0],"longitude":["Float",0],"address":["LocationAddress",1]},
  "StoryAreaTypeSuggestedReaction": {"type":["String",0],"reaction_type":["ReactionType",0],"is_dark":["Boolean",1],"is_flipped":["Boolean",1]},
  "StoryAreaTypeUniqueGift": {"type":["String",0],"name":["String",0]},
  "StoryAreaTypeWeather": {"type":["String",0],"temperature":["Float",0],"emoji":["String",0],"background_color":["Integer",0]},
  "SuccessfulPayment": {"currency":["String",0],"total_amount":["Integer",0],"invoice_payload":["String",0],"subscription_expiration_date":["Integer",1],"is_recurring":["True",1],"is_first_recurring":["True",1],"shipping_option_id":["String",1],"order_info":["OrderInfo",1],"telegram_payment_charge_id":["String",0],"provider_payment_charge_id":["String",0]},
  "SuggestedPostApprovalFailed": {"suggested_post_message":["Message",1],"price":["SuggestedPostPrice",0]},
  "SuggestedPostApproved": {"suggested_post_message":["Message",1],"price":["SuggestedPostPrice",1],"send_date":["Integer",0]},
  "SuggestedPostDeclined": {"suggested_post_message":["Message",1],"comment":["String",1]},
  "SuggestedPostInfo": {"state":["String",0],"price":["SuggestedPostPrice",1],"send_date":["Integer",1]},
  "SuggestedPostPaid": {"suggested_post_message":["Message",1],"currency":["String",0],"amount":["Integer",1],"star_amount":["StarAmount",1]},
  "SuggestedPostParameters": {"price":["SuggestedPostPrice",1],"send_date":["Integer",1]},
  "SuggestedPostPrice": {"currency":["String",0],"amount":["Integer",0]},
  "SuggestedPostRefunded": {"suggested_post_message":["Message",1],"reason":["String",0]},
  "SwitchInlineQueryChosenChat": {"query":["String",1],"allow_user_chats":["Boolean",1],"allow_bot_chats":["Boolean",1],"allow_group_chats":["Boolean",1],"allow_channel_chats":["Boolean",1]},
  "TextQuote": {"text":["String",0],"entities":["Array of MessageEntity",1],"position":["Integer",0],"is_manual":["True",1]},
  "TransactionPartner": {},
  "TransactionPartnerAffiliateProgram": {"type":["String",0],"sponsor_user":["User",1],"commission_per_mille":["Integer",0]},
  "TransactionPartnerChat": {"type":["String",0],"chat":["Chat",0],"gift":["Gift",1]},
  "TransactionPartnerFragment": {"type":["String",0],"withdrawal_state":["RevenueWithdrawalState",1]},
  "TransactionPartnerOther": {"type":["String",0]},
  "TransactionPartnerTelegramAds": {"type":["String",0]},
  "TransactionPartnerTelegramApi": {"type":["String",0],"request_count":["Integer",0]},
  "TransactionPartnerUser": {"type":["String",0],"transaction_type":["String",0],"user":["User",0],"affiliate":["AffiliateInfo",1],"invoice_payload":["String",1],"subscription_period":["Integer",1],"paid_media":["Array of PaidMedia",1],"paid_media_payload":["String",1],"gift":["Gift",1],"premium_subscription_duration":["Integer",1]},
  "UniqueGift": {"gift_id":["String",0],"base_name":["String",0],"name":["String",0],"number":["Integer",0],"model":["UniqueGiftModel",0],"symbol":["UniqueGiftSymbol",0],"backdrop":["UniqueGiftBackdrop",0],"is_premium":["True",1],"is_burned":["True",1],"is_from_blockchain":["True",1],"colors":["UniqueGiftColors",1],"publisher_chat":["Chat",1]},
  "UniqueGiftBackdrop": {"name":["String",0],"colors":["UniqueGiftBackdropColors",0],"rarity_per_mille":["Integer",0]},
  "UniqueGiftBackdropColors": {"center_color":["Integer",0],"edge_color":["Integer",0],"symbol_color":["Integer",0],"text_color":["Integer",0]},
  "UniqueGiftColors": {"model_custom_emoji_id":["String",0],"symbol_custom_emoji_id":["String",0],"light_theme_main_color":["Integer",0],"light_theme_other_colors":["Array of Integer",0],"dark_theme_main_color":["Integer",0],"dark_theme_other_colors":["Array of Integer",0]},
  "UniqueGiftInfo": {"gift":["UniqueGift",0],"origin":["String",0],"last_resale_currency":["String",1],"last_resale_amount":["Integer",1],"owned_gift_id":["String",1],"transfer_star_count":["Integer",1],"next_transfer_date":["Integer",1]},
  "UniqueGiftModel": {"name":["String",0],"sticker":["Sticker",0],"rarity_per_mille":["Integer",0],"rarity":["String",1]},
  "UniqueGiftSymbol": {"name":["String",0],"sticker":["Sticker",0],"rarity_per_mille":["Integer",0]},
  "Update": {"update_id":["Integer",0],"message":["Message",1],"edited_message":["Message",1],"channel_post":["Message",1],"edited_channel_post":["Message",1],"business_connection":["BusinessConnection",1],"business_message":["Message",1],"edited_business_message":["Message",1],"deleted_business_messages":["BusinessMessagesDeleted",1],"guest_message":["Message",1],"message_reaction":["MessageReactionUpdated",1],"message_reaction_count":["MessageReactionCountUpdated",1],"inline_query":["InlineQuery",1],"chosen_inline_result":["ChosenInlineResult",1],"callback_query":["CallbackQuery",1],"shipping_query":["ShippingQuery",1],"pre_checkout_query":["PreCheckoutQuery",1],"purchased_paid_media":["PaidMediaPurchased",1],"poll":["Poll",1],"poll_answer":["PollAnswer",1],"my_chat_member":["ChatMemberUpdated",1],"chat_member":["ChatMemberUpdated",1],"chat_join_request":["ChatJoinRequest",1],"chat_boost":["ChatBoostUpdated",1],"removed_chat_boost":["ChatBoostRemoved",1],"managed_bot":["ManagedBotUpdated",1],"subscription":["BotSubscriptionUpdated",1]},
  "User": {"id":["Integer",0],"is_bot":["Boolean",0],"first_name":["String",0],"last_name":["String",1],"username":["String",1],"language_code":["String",1],"is_premium":["True",1],"added_to_attachment_menu":["True",1],"can_join_groups":["Boolean",1],"can_read_all_group_messages":["Boolean",1],"supports_guest_queries":["Boolean",1],"supports_inline_queries":["Boolean",1],"can_connect_to_business":["Boolean",1],"has_main_web_app":["Boolean",1],"has_topics_enabled":["Boolean",1],"allows_users_to_create_topics":["Boolean",1],"can_manage_bots":["Boolean",1],"supports_join_request_queries":["Boolean",1]},
  "UserChatBoosts": {"boosts":["Array of ChatBoost",0]},
  "UserProfileAudios": {"total_count":["Integer",0],"audios":["Array of Audio",0]},
  "UserProfilePhotos": {"total_count":["Integer",0],"photos":["Array of Array of PhotoSize",0]},
  "UserRating": {"level":["Integer",0],"rating":["Integer",0],"current_level_rating":["Integer",0],"next_level_rating":["Integer",1]},
  "UsersShared": {"request_id":["Integer",0],"users":["Array of SharedUser",0]},
  "Venue": {"location":["Location",0],"title":["String",0],"address":["String",0],"foursquare_id":["String",1],"foursquare_type":["String",1],"google_place_id":["String",1],"google_place_type":["String",1]},
  "Video": {"file_id":["String",0],"file_unique_id":["String",0],"width":["Integer",0],"height":["Integer",0],"duration":["Integer",0],"thumbnail":["PhotoSize",1],"cover":["Array of PhotoSize",1],"start_timestamp":["Integer",1],"qualities":["Array of VideoQuality",1],"file_name":["String",1],"mime_type":["String",1],"file_size":["Integer",1]},
  "VideoChatEnded": {"duration":["Integer",0]},
  "VideoChatParticipantsInvited": {"users":["Array of User",0]},
  "VideoChatScheduled": {"start_date":["Integer",0]},
  "VideoChatStarted": {},
  "VideoNote": {"file_id":["String",0],"file_unique_id":["String",0],"length":["Integer",0],"duration":["Integer",0],"thumbnail":["PhotoSize",1],"file_size":["Integer",1]},
  "VideoQuality": {"file_id":["String",0],"file_unique_id":["String",0],"width":["Integer",0],"height":["Integer",0],"codec":["String",0],"file_size":["Integer",1]},
  "Voice": {"file_id":["String",0],"file_unique_id":["String",0],"duration":["Integer",0],"mime_type":["String",1],"file_size":["Integer",1]},
  "WebAppData": {"data":["String",0],"button_text":["String",0]},
  "WebAppInfo": {"url":["String",0]},
  "WebhookInfo": {"url":["String",0],"has_custom_certificate":["Boolean",0],"pending_update_count":["Integer",0],"ip_address":["String",1],"last_error_date":["Integer",1],"last_error_message":["String",1],"last_synchronization_error_date":["Integer",1],"max_connections":["Integer",1],"allowed_updates":["Array of String",1]},
  "WriteAccessAllowed": {"from_request":["Boolean",1],"web_app_name":["String",1],"from_attachment_menu":["Boolean",1]}
 },
 "methods": {
  "addStickerToSet": {"user_id":["Integer",0],"name":["String",0],"sticker":["InputSticker",0]},
  "answerCallbackQuery": {"callback_query_id":["String",0],"text":["String",1],"show_alert":["Boolean",1],"url":["String",1],"cache_time":["Integer",1]},
  "answerChatJoinRequestQuery": {"chat_join_request_query_id":["String",0],"result":["String",0]},
  "answerGuestQuery": {"guest_query_id":["String",0],"result":["InlineQueryResult",0]},
  "answerInlineQuery": {"inline_query_id":["String",0],"results":["Array of InlineQueryResult",0],"cache_time":["Integer",1],"is_personal":["Boolean",1],"next_offset":["String",1],"button":["InlineQueryResultsButton",1]},
  "answerPreCheckoutQuery": {"pre_checkout_query_id":["String",0],"ok":["Boolean",0],"error_message":["String",1]},
  "answerShippingQuery": {"shipping_query_id":["String",0],"ok":["Boolean",0],"shipping_options":["Array of ShippingOption",1],"error_message":["String",1]},
  "answerWebAppQuery": {"web_app_query_id":["String",0],"result":["InlineQueryResult",0]},
  "approveChatJoinRequest": {"chat_id":["Integer or String",0],"user_id":["Integer",0]},
  "approveSuggestedPost": {"chat_id":["Integer",0],"message_id":["Integer",0],"send_date":["Integer",1]},
  "banChatMember": {"chat_id":["Integer or String",0],"user_id":["Integer",0],"until_date":["Integer",1],"revoke_messages":["Boolean",1]},
  "banChatSenderChat": {"chat_id":["Integer or String",0],"sender_chat_id":["Integer",0]},
  "close": {},
  "closeForumTopic": {"chat_id":["Integer or String",0],"message_thread_id":["Integer",0]},
  "closeGeneralForumTopic": {"chat_id":["Integer or String",0]},
  "convertGiftToStars": {"business_connection_id":["String",0],"owned_gift_id":["String",0]},
  "copyMessage": {"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"from_chat_id":["Integer or String",0],"message_id":["Integer",0],"video_start_timestamp":["Integer",1],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["Boolean",1],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"suggested_post_parameters":["SuggestedPostParameters",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply",1]},
  "copyMessages": {"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"from_chat_id":["Integer or String",0],"message_ids":["Array of Integer",0],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"remove_caption":["Boolean",1]},
  "createChatInviteLink": {"chat_id":["Integer or String",0],"name":["String",1],"expire_date":["Integer",1],"member_limit":["Integer",1],"creates_join_request":["Boolean",1]},
  "createChatSubscriptionInviteLink": {"chat_id":["Integer or String",0],"name":["String",1],"subscription_period":["Integer",0],"subscription_price":["Integer",0]},
  "createForumTopic": {"chat_id":["Integer or String",0],"name":["String",0],"icon_color":["Integer",1],"icon_custom_emoji_id":["String",1]},
  "createInvoiceLink": {"business_connection_id":["String",1],"title":["String",0],"description":["String",0],"payload":["String",0],"provider_token":["String",1],"currency":["String",0],"prices":["Array of LabeledPrice",0],"subscription_period":["Integer",1],"max_tip_amount":["Integer",1],"suggested_tip_amounts":["Array of Integer",1],"provider_data":["String",1],"photo_url":["String",1],"photo_size":["Integer",1],"photo_width":["Integer",1],"photo_height":["Integer",1],"need_name":["Boolean",1],"need_phone_number":["Boolean",1],"need_email":["Boolean",1],"need_shipping_address":["Boolean",1],"send_phone_number_to_provider":["Boolean",1],"send_email_to_provider":["Boolean",1],"is_flexible":["Boolean",1]},
  "createNewStickerSet": {"user_id":["Integer",0],"name":["String",0],"title":["String",0],"stickers":["Array of InputSticker",0],"sticker_type":["String",1],"needs_repainting":["Boolean",1]},
  "declineChatJoinRequest": {"chat_id":["Integer or String",0],"user_id":["Integer",0]},
  "declineSuggestedPost": {"chat_id":["Integer",0],"message_id":["Integer",0],"comment":["String",1]},
  "deleteAllMessageReactions": {"chat_id":["Integer or String",0],"user_id":["Integer",1],"actor_chat_id":["Integer",1]},
  "deleteBusinessMessages": {"business_connection_id":["String",0],"message_ids":["Array of Integer",0]},
  "deleteChatPhoto": {"chat_id":["Integer or String",0]},
  "deleteChatStickerSet": {"chat_id":["Integer or String",0]},
  "deleteEphemeralMessage": {"chat_id":["Integer or String",0],"receiver_user_id":["Integer",0],"ephemeral_message_id":["Integer",0]},
  "deleteForumTopic": {"chat_id":["Integer or String",0],"message_thread_id":["Integer",0]},
  "deleteMessage": {"chat_id":["Integer or String",0],"message_id":["Integer",0]},
  "deleteMessageReaction": {"chat_id":["Integer or String",0],"message_id":["Integer",0],"user_id":["Integer",1],"actor_chat_id":["Integer",1]},
  "deleteMessages": {"chat_id":["Integer or String",0],"message_ids":["Array of Integer",0]},
  "deleteMyCommands": {"scope":["BotCommandScope",1],"language_code":["String",1]},
  "deleteStickerFromSet": {"sticker":["String",0]},
  "deleteStickerSet": {"name":["String",0]},
  "deleteStory": {"business_connection_id":["String",0],"story_id":["Integer",0]},
  "deleteWebhook": {"drop_pending_updates":["Boolean",1]},
  "editChatInviteLink": {"chat_id":["Integer or String",0],"invite_link":["String",0],"name":["String",1],"expire_date":["Integer",1],"member_limit":["Integer",1],"creates_join_request":["Boolean",1]},
  "editChatSubscriptionInviteLink": {"chat_id":["Integer or String",0],"invite_link":["String",0],"name":["String",1]},
  "editEphemeralMessageCaption": {"chat_id":["Integer or String",0],"receiver_user_id":["Integer",0],"ephemeral_message_id":["Integer",0],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"reply_markup":["InlineKeyboardMarkup",1]},
  "editEphemeralMessageMedia": {"chat_id":["Integer or String",0],"receiver_user_id":["Integer",0],"ephemeral_message_id":["Integer",0],"media":["InputMedia",0],"reply_markup":["InlineKeyboardMarkup",1]},
  "editEphemeralMessageReplyMarkup": {"chat_id":["Integer or String",0],"receiver_user_id":["Integer",0],"ephemeral_message_id":["Integer",0],"reply_markup":["InlineKeyboardMarkup",1]},
  "editEphemeralMessageText": {"chat_id":["Integer or String",0],"receiver_user_id":["Integer",0],"ephemeral_message_id":["Integer",0],"text":["String",0],"parse_mode":["String",1],"entities":["Array of MessageEntity",1],"link_preview_options":["LinkPreviewOptions",1],"reply_markup":["InlineKeyboardMarkup",1]},
  "editForumTopic": {"chat_id":["Integer or String",0],"message_thread_id":["Integer",0],"name":["String",1],"icon_custom_emoji_id":["String",1]},
  "editGeneralForumTopic": {"chat_id":["Integer or String",0],"name":["String",0]},
  "editMessageCaption": {"business_connection_id":["String",1],"chat_id":["Integer or String",1],"message_id":["Integer",1],"inline_message_id":["String",1],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["Boolean",1],"reply_markup":["InlineKeyboardMarkup",1]},
  "editMessageChecklist": {"business_connection_id":["String",0],"chat_id":["Integer or String",0],"message_id":["Integer",0],"checklist":["InputChecklist",0],"reply_markup":["InlineKeyboardMarkup",1]},
  "editMessageLiveLocation": {"business_connection_id":["String",1],"chat_id":["Integer or String",1],"message_id":["Integer",1],"inline_message_id":["String",1],"latitude":["Float",0],"longitude":["Float",0],"live_period":["Integer",1],"horizontal_accuracy":["Float",1],"heading":["Integer",1],"proximity_alert_radius":["Integer",1],"reply_markup":["InlineKeyboardMarkup",1]},
  "editMessageMedia": {"business_connection_id":["String",1],"chat_id":["Integer or String",1],"message_id":["Integer",1],"inline_message_id":["String",1],"media":["InputMedia",0],"reply_markup":["InlineKeyboardMarkup",1]},
  "editMessageReplyMarkup": {"business_connection_id":["String",1],"chat_id":["Integer or String",1],"message_id":["Integer",1],"inline_message_id":["String",1],"reply_markup":["InlineKeyboardMarkup",1]},
  "editMessageText": {"business_connection_id":["String",1],"chat_id":["Integer or String",1],"message_id":["Integer",1],"inline_message_id":["String",1],"text":["String",1],"parse_mode":["String",1],"entities":["Array of MessageEntity",1],"link_preview_options":["LinkPreviewOptions",1],"rich_message":["InputRichMessage",1],"reply_markup":["InlineKeyboardMarkup",1]},
  "editStory": {"business_connection_id":["String",0],"story_id":["Integer",0],"content":["InputStoryContent",0],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"areas":["Array of StoryArea",1]},
  "editUserStarSubscription": {"user_id":["Integer",0],"telegram_payment_charge_id":["String",0],"is_canceled":["Boolean",0]},
  "exportChatInviteLink": {"chat_id":["Integer or String",0]},
  "forwardMessage": {"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"from_chat_id":["Integer or String",0],"video_start_timestamp":["Integer",1],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"message_effect_id":["String",1],"suggested_post_parameters":["SuggestedPostParameters",1],"message_id":["Integer",0]},
  "forwardMessages": {"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"from_chat_id":["Integer or String",0],"message_ids":["Array of Integer",0],"disable_notification":["Boolean",1],"protect_content":["Boolean",1]},
  "getAvailableGifts": {},
  "getBusinessAccountGifts": {"business_connection_id":["String",0],"exclude_unsaved":["Boolean",1],"exclude_saved":["Boolean",1],"exclude_unlimited":["Boolean",1],"exclude_limited_upgradable":["Boolean",1],"exclude_limited_non_upgradable":["Boolean",1],"exclude_unique":["Boolean",1],"exclude_from_blockchain":["Boolean",1],"sort_by_price":["Boolean",1],"offset":["String",1],"limit":["Integer",1]},
  "getBusinessAccountStarBalance": {"business_connection_id":["String",0]},
  "getBusinessConnection": {"business_connection_id":["String",0]},
  "getChat": {"chat_id":["Integer or String",0]},
  "getChatAdministrators": {"chat_id":["Integer or String",0],"return_bots":["Boolean",1]},
  "getChatGifts": {"chat_id":["Integer or String",0],"exclude_unsaved":["Boolean",1],"exclude_saved":["Boolean",1],"exclude_unlimited":["Boolean",1],"exclude_limited_upgradable":["Boolean",1],"exclude_limited_non_upgradable":["Boolean",1],"exclude_from_blockchain":["Boolean",1],"exclude_unique":["Boolean",1],"sort_by_price":["Boolean",1],"offset":["String",1],"limit":["Integer",1]},
  "getChatMember": {"chat_id":["Integer or String",0],"user_id":["Integer",0]},
  "getChatMemberCount": {"chat_id":["Integer or String",0]},
  "getChatMenuButton": {"chat_id":["Integer",1]},
  "getCustomEmojiStickers": {"custom_emoji_ids":["Array of String",0]},
  "getFile": {"file_id":["String",0]},
  "getForumTopicIconStickers": {},
  "getGameHighScores": {"user_id":["Integer",0],"chat_id":["Integer",1],"message_id":["Integer",1],"inline_message_id":["String",1]},
  "getManagedBotAccessSettings": {"user_id":["Integer",0]},
  "getManagedBotToken": {"user_id":["Integer",0]},
  "getMe": {},
  "getMyCommands": {"scope":["BotCommandScope",1],"language_code":["String",1]},
  "getMyDefaultAdministratorRights": {"for_channels":["Boolean",1]},
  "getMyDescription": {"language_code":["String",1]},
  "getMyName": {"language_code":["String",1]},
  "getMyShortDescription": {"language_code":["String",1]},
  "getMyStarBalance": {},
  "getStarTransactions": {"offset":["Integer",1],"limit":["Integer",1]},
  "getStickerSet": {"name":["String",0]},
  "getUpdates": {"offset":["Integer",1],"limit":["Integer",1],"timeout":["Integer",1],"allowed_updates":["Array of String",1]},
  "getUserChatBoosts": {"chat_id":["Integer or String",0],"user_id":["Integer",0]},
  "getUserGifts": {"user_id":["Integer",0],"exclude_unlimited":["Boolean",1],"exclude_limited_upgradable":["Boolean",1],"exclude_limited_non_upgradable":["Boolean",1],"exclude_from_blockchain":["Boolean",1],"exclude_unique":["Boolean",1],"sort_by_price":["Boolean",1],"offset":["String",1],"limit":["Integer",1]},
  "getUserPersonalChatMessages": {"user_id":["Integer",0],"limit":["Integer",0]},
  "getUserProfileAudios": {"user_id":["Integer",0],"offset":["Integer",1],"limit":["Integer",1]},
  "getUserProfilePhotos": {"user_id":["Integer",0],"offset":["Integer",1],"limit":["Integer",1]},
  "getWebhookInfo": {},
  "giftPremiumSubscription": {"user_id":["Integer",0],"month_count":["Integer",0],"star_count":["Integer",0],"text":["String",1],"text_parse_mode":["String",1],"text_entities":["Array of MessageEntity",1]},
  "hideGeneralForumTopic": {"chat_id":["Integer or String",0]},
  "leaveChat": {"chat_id":["Integer or String",0]},
  "logOut": {},
  "pinChatMessage": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_id":["Integer",0],"disable_notification":["Boolean",1]},
  "postStory": {"business_connection_id":["String",0],"content":["InputStoryContent",0],"active_period":["Integer",0],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"areas":["Array of StoryArea",1],"post_to_chat_page":["Boolean",1],"protect_content":["Boolean",1]},
  "promoteChatMember": {"chat_id":["Integer or String",0],"user_id":["Integer",0],"is_anonymous":["Boolean",1],"can_manage_chat":["Boolean",1],"can_delete_messages":["Boolean",1],"can_manage_video_chats":["Boolean",1],"can_restrict_members":["Boolean",1],"can_promote_members":["Boolean",1],"can_change_info":["Boolean",1],"can_invite_users":["Boolean",1],"can_post_stories":["Boolean",1],"can_edit_stories":["Boolean",1],"can_delete_stories":["Boolean",1],"can_post_messages":["Boolean",1],"can_edit_messages":["Boolean",1],"can_pin_messages":["Boolean",1],"can_manage_topics":["Boolean",1],"can_manage_direct_messages":["Boolean",1],"can_manage_tags":["Boolean",1]},
  "readBusinessMessage": {"business_connection_id":["String",0],"chat_id":["Integer",0],"message_id":["Integer",0]},
  "refundStarPayment": {"user_id":["Integer",0],"telegram_payment_charge_id":["String",0]},
  "removeBusinessAccountProfilePhoto": {"business_connection_id":["String",0],"is_public":["Boolean",1]},
  "removeChatVerification": {"chat_id":["Integer or String",0]},
  "removeMyProfilePhoto": {},
  "removeUserVerification": {"user_id":["Integer",0]},
  "reopenForumTopic": {"chat_id":["Integer or String",0],"message_thread_id":["Integer",0]},
  "reopenGeneralForumTopic": {"chat_id":["Integer or String",0]},
  "replaceManagedBotToken": {"user_id":["Integer",0]},
  "replaceStickerInSet": {"user_id":["Integer",0],"name":["String",0],"old_sticker":["String",0],"sticker":["InputSticker",0]},
  "repostStory": {"business_connection_id":["String",0],"from_chat_id":["Integer",0],"from_story_id":["Integer",0],"active_period":["Integer",0],"post_to_chat_page":["Boolean",1],"protect_content":["Boolean",1]},
  "restrictChatMember": {"chat_id":["Integer or String",0],"user_id":["Integer",0],"permissions":["ChatPermissions",0],"use_independent_chat_permissions":["Boolean",1],"until_date":["Integer",1]},
  "revokeChatInviteLink": {"chat_id":["Integer or String",0],"invite_link":["String",0]},
  "savePreparedInlineMessage": {"user_id":["Integer",0],"result":["InlineQueryResult",0],"allow_user_chats":["Boolean",1],"allow_bot_chats":["Boolean",1],"allow_group_chats":["Boolean",1],"allow_channel_chats":["Boolean",1]},
  "savePreparedKeyboardButton": {"user_id":["Integer",0],"button":["KeyboardButton",0]},
  "sendAnimation": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"receiver_user_id":["Integer",1],"callback_query_id":["String",1],"animation":["InputFile or String",0],"duration":["Integer",1],"width":["Integer",1],"height":["Integer",1],"thumbnail":["InputFile or String",1],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["Boolean",1],"has_spoiler":["Boolean",1],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"suggested_post_parameters":["SuggestedPostParameters",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply",1]},
  "sendAudio": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"receiver_user_id":["Integer",1],"callback_query_id":["String",1],"audio":["InputFile or String",0],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"duration":["Integer",1],"performer":["String",1],"title":["String",1],"thumbnail":["InputFile or String",1],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"suggested_post_parameters":["SuggestedPostParameters",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply",1]},
  "sendChatAction": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"action":["String",0]},
  "sendChatJoinRequestWebApp": {"chat_join_request_query_id":["String",0],"web_app_url":["String",0]},
  "sendChecklist": {"business_connection_id":["String",0],"chat_id":["Integer or String",0],"checklist":["InputChecklist",0],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"message_effect_id":["String",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup",1]},
  "sendContact": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"receiver_user_id":["Integer",1],"callback_query_id":["String",1],"phone_number":["String",0],"first_name":["String",0],"last_name":["String",1],"vcard":["String",1],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"suggested_post_parameters":["SuggestedPostParameters",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply",1]},
  "sendDice": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"emoji":["String",1],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"suggested_post_parameters":["SuggestedPostParameters",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply",1]},
  "sendDocument": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"receiver_user_id":["Integer",1],"callback_query_id":["String",1],"document":["InputFile or String",0],"thumbnail":["InputFile or String",1],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"disable_content_type_detection":["Boolean",1],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"suggested_post_parameters":["SuggestedPostParameters",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply",1]},
  "sendGame": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"game_short_name":["String",0],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup",1]},
  "sendGift": {"user_id":["Integer",1],"chat_id":["Integer or String",1],"gift_id":["String",0],"pay_for_upgrade":["Boolean",1],"text":["String",1],"text_parse_mode":["String",1],"text_entities":["Array of MessageEntity",1]},
  "sendInvoice": {"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"title":["String",0],"description":["String",0],"payload":["String",0],"provider_token":["String",1],"currency":["String",0],"prices":["Array of LabeledPrice",0],"max_tip_amount":["Integer",1],"suggested_tip_amounts":["Array of Integer",1],"start_parameter":["String",1],"provider_data":["String",1],"photo_url":["String",1],"photo_size":["Integer",1],"photo_width":["Integer",1],"photo_height":["Integer",1],"need_name":["Boolean",1],"need_phone_number":["Boolean",1],"need_email":["Boolean",1],"need_shipping_address":["Boolean",1],"send_phone_number_to_provider":["Boolean",1],"send_email_to_provider":["Boolean",1],"is_flexible":["Boolean",1],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"suggested_post_parameters":["SuggestedPostParameters",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup",1]},
  "sendLivePhoto": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"receiver_user_id":["Integer",1],"callback_query_id":["String",1],"live_photo":["InputFile or String",0],"photo":["InputFile or String",0],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["Boolean",1],"has_spoiler":["Boolean",1],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"suggested_post_parameters":["SuggestedPostParameters",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply",1]},
  "sendLocation": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"receiver_user_id":["Integer",1],"callback_query_id":["String",1],"latitude":["Float",0],"longitude":["Float",0],"horizontal_accuracy":["Float",1],"live_period":["Integer",1],"heading":["Integer",1],"proximity_alert_radius":["Integer",1],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"suggested_post_parameters":["SuggestedPostParameters",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply",1]},
  "sendMediaGroup": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"media":["Array of InputMediaAudio, InputMediaDocument, InputMediaLivePhoto, InputMediaPhoto and InputMediaVideo",0],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"reply_parameters":["ReplyParameters",1]},
  "sendMessage": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"receiver_user_id":["Integer",1],"callback_query_id":["String",1],"text":["String",0],"parse_mode":["String",1],"entities":["Array of MessageEntity",1],"link_preview_options":["LinkPreviewOptions",1],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"suggested_post_parameters":["SuggestedPostParameters",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply",1]},
  "sendMessageDraft": {"chat_id":["Integer",0],"message_thread_id":["Integer",1],"draft_id":["Integer",0],"text":["String",1],"parse_mode":["String",1],"entities":["Array of MessageEntity",1]},
  "sendPaidMedia": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"star_count":["Integer",0],"media":["Array of InputPaidMedia",0],"payload":["String",1],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["Boolean",1],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"suggested_post_parameters":["SuggestedPostParameters",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply",1]},
  "sendPhoto": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"receiver_user_id":["Integer",1],"callback_query_id":["String",1],"photo":["InputFile or String",0],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["Boolean",1],"has_spoiler":["Boolean",1],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"suggested_post_parameters":["SuggestedPostParameters",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply",1]},
  "sendPoll": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"question":["String",0],"question_parse_mode":["String",1],"question_entities":["Array of MessageEntity",1],"options":["Array of InputPollOption",0],"is_anonymous":["Boolean",1],"type":["String",1],"allows_multiple_answers":["Boolean",1],"allows_revoting":["Boolean",1],"shuffle_options":["Boolean",1],"allow_adding_options":["Boolean",1],"hide_results_until_closes":["Boolean",1],"members_only":["Boolean",1],"country_codes":["Array of String",1],"correct_option_ids":["Array of Integer",1],"explanation":["String",1],"explanation_parse_mode":["String",1],"explanation_entities":["Array of MessageEntity",1],"explanation_media":["InputPollMedia",1],"open_period":["Integer",1],"close_date":["Integer",1],"is_closed":["Boolean",1],"description":["String",1],"description_parse_mode":["String",1],"description_entities":["Array of MessageEntity",1],"media":["InputPollMedia",1],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply",1]},
  "sendRichMessage": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"rich_message":["InputRichMessage",0],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"suggested_post_parameters":["SuggestedPostParameters",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply",1]},
  "sendRichMessageDraft": {"chat_id":["Integer",0],"message_thread_id":["Integer",1],"draft_id":["Integer",0],"rich_message":["InputRichMessage",0]},
  "sendSticker": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"receiver_user_id":["Integer",1],"callback_query_id":["String",1],"sticker":["InputFile or String",0],"emoji":["String",1],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"suggested_post_parameters":["SuggestedPostParameters",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply",1]},
  "sendVenue": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"receiver_user_id":["Integer",1],"callback_query_id":["String",1],"latitude":["Float",0],"longitude":["Float",0],"title":["String",0],"address":["String",0],"foursquare_id":["String",1],"foursquare_type":["String",1],"google_place_id":["String",1],"google_place_type":["String",1],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"suggested_post_parameters":["SuggestedPostParameters",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply",1]},
  "sendVideo": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"receiver_user_id":["Integer",1],"callback_query_id":["String",1],"video":["InputFile or String",0],"duration":["Integer",1],"width":["Integer",1],"height":["Integer",1],"thumbnail":["InputFile or String",1],"cover":["InputFile or String",1],"start_timestamp":["Integer",1],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"show_caption_above_media":["Boolean",1],"has_spoiler":["Boolean",1],"supports_streaming":["Boolean",1],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"suggested_post_parameters":["SuggestedPostParameters",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply",1]},
  "sendVideoNote": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"receiver_user_id":["Integer",1],"callback_query_id":["String",1],"video_note":["InputFile or String",0],"duration":["Integer",1],"length":["Integer",1],"thumbnail":["InputFile or String",1],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"suggested_post_parameters":["SuggestedPostParameters",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply",1]},
  "sendVoice": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_thread_id":["Integer",1],"direct_messages_topic_id":["Integer",1],"receiver_user_id":["Integer",1],"callback_query_id":["String",1],"voice":["InputFile or String",0],"caption":["String",1],"parse_mode":["String",1],"caption_entities":["Array of MessageEntity",1],"duration":["Integer",1],"disable_notification":["Boolean",1],"protect_content":["Boolean",1],"allow_paid_broadcast":["Boolean",1],"message_effect_id":["String",1],"suggested_post_parameters":["SuggestedPostParameters",1],"reply_parameters":["ReplyParameters",1],"reply_markup":["InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply",1]},
  "setBusinessAccountBio": {"business_connection_id":["String",0],"bio":["String",1]},
  "setBusinessAccountGiftSettings": {"business_connection_id":["String",0],"show_gift_button":["Boolean",0],"accepted_gift_types":["AcceptedGiftTypes",0]},
  "setBusinessAccountName": {"business_connection_id":["String",0],"first_name":["String",0],"last_name":["String",1]},
  "setBusinessAccountProfilePhoto": {"business_connection_id":["String",0],"photo":["InputProfilePhoto",0],"is_public":["Boolean",1]},
  "setBusinessAccountUsername": {"business_connection_id":["String",0],"username":["String",1]},
  "setChatAdministratorCustomTitle": {"chat_id":["Integer or String",0],"user_id":["Integer",0],"custom_title":["String",0]},
  "setChatDescription": {"chat_id":["Integer or String",0],"description":["String",1]},
  "setChatMemberTag": {"chat_id":["Integer or String",0],"user_id":["Integer",0],"tag":["String",1]},
  "setChatMenuButton": {"chat_id":["Integer",1],"menu_button":["MenuButton",1]},
  "setChatPermissions": {"chat_id":["Integer or String",0],"permissions":["ChatPermissions",0],"use_independent_chat_permissions":["Boolean",1]},
  "setChatPhoto": {"chat_id":["Integer or String",0],"photo":["InputFile",0]},
  "setChatStickerSet": {"chat_id":["Integer or String",0],"sticker_set_name":["String",0]},
  "setChatTitle": {"chat_id":["Integer or String",0],"title":["String",0]},
  "setCustomEmojiStickerSetThumbnail": {"name":["String",0],"custom_emoji_id":["String",1]},
  "setGameScore": {"user_id":["Integer",0],"score":["Integer",0],"force":["Boolean",1],"disable_edit_message":["Boolean",1],"chat_id":["Integer",1],"message_id":["Integer",1],"inline_message_id":["String",1]},
  "setManagedBotAccessSettings": {"user_id":["Integer",0],"is_access_restricted":["Boolean",0],"added_user_ids":["Array of Integer",1]},
  "setMessageReaction": {"chat_id":["Integer or String",0],"message_id":["Integer",0],"reaction":["Array of ReactionType",1],"is_big":["Boolean",1]},
  "setMyCommands": {"commands":["Array of BotCommand",0],"scope":["BotCommandScope",1],"language_code":["String",1]},
  "setMyDefaultAdministratorRights": {"rights":["ChatAdministratorRights",1],"for_channels":["Boolean",1]},
  "setMyDescription": {"description":["String",1],"language_code":["String",1]},
  "setMyName": {"name":["String",1],"language_code":["String",1]},
  "setMyProfilePhoto": {"photo":["InputProfilePhoto",0]},
  "setMyShortDescription": {"short_description":["String",1],"language_code":["String",1]},
  "setPassportDataErrors": {"user_id":["Integer",0],"errors":["Array of PassportElementError",0]},
  "setStickerEmojiList": {"sticker":["String",0],"emoji_list":["Array of String",0]},
  "setStickerKeywords": {"sticker":["String",0],"keywords":["Array of String",1]},
  "setStickerMaskPosition": {"sticker":["String",0],"mask_position":["MaskPosition",1]},
  "setStickerPositionInSet": {"sticker":["String",0],"position":["Integer",0]},
  "setStickerSetThumbnail": {"name":["String",0],"user_id":["Integer",0],"thumbnail":["InputFile or String",1],"format":["String",0]},
  "setStickerSetTitle": {"name":["String",0],"title":["String",0]},
  "setUserEmojiStatus": {"user_id":["Integer",0],"emoji_status_custom_emoji_id":["String",1],"emoji_status_expiration_date":["Integer",1]},
  "setWebhook": {"url":["String",0],"certificate":["InputFile",1],"ip_address":["String",1],"max_connections":["Integer",1],"allowed_updates":["Array of String",1],"drop_pending_updates":["Boolean",1],"secret_token":["String",1]},
  "stopMessageLiveLocation": {"business_connection_id":["String",1],"chat_id":["Integer or String",1],"message_id":["Integer",1],"inline_message_id":["String",1],"reply_markup":["InlineKeyboardMarkup",1]},
  "stopPoll": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_id":["Integer",0],"reply_markup":["InlineKeyboardMarkup",1]},
  "transferBusinessAccountStars": {"business_connection_id":["String",0],"star_count":["Integer",0]},
  "transferGift": {"business_connection_id":["String",0],"owned_gift_id":["String",0],"new_owner_chat_id":["Integer",0],"star_count":["Integer",1]},
  "unbanChatMember": {"chat_id":["Integer or String",0],"user_id":["Integer",0],"only_if_banned":["Boolean",1]},
  "unbanChatSenderChat": {"chat_id":["Integer or String",0],"sender_chat_id":["Integer",0]},
  "unhideGeneralForumTopic": {"chat_id":["Integer or String",0]},
  "unpinAllChatMessages": {"chat_id":["Integer or String",0]},
  "unpinAllForumTopicMessages": {"chat_id":["Integer or String",0],"message_thread_id":["Integer",0]},
  "unpinAllGeneralForumTopicMessages": {"chat_id":["Integer or String",0]},
  "unpinChatMessage": {"business_connection_id":["String",1],"chat_id":["Integer or String",0],"message_id":["Integer",1]},
  "upgradeGift": {"business_connection_id":["String",0],"owned_gift_id":["String",0],"keep_original_details":["Boolean",1],"star_count":["Integer",1]},
  "uploadStickerFile": {"user_id":["Integer",0],"sticker":["InputFile",0],"sticker_format":["String",0]},
  "verifyChat": {"chat_id":["Integer or String",0],"custom_description":["String",1]},
  "verifyUser": {"user_id":["Integer",0],"custom_description":["String",1]}
 },
 "discriminants": {"BackgroundFillFreeformGradient":"freeform_gradient","BackgroundFillGradient":"gradient","BackgroundFillSolid":"solid","BackgroundTypeChatTheme":"chat_theme","BackgroundTypeFill":"fill","BackgroundTypePattern":"pattern","BackgroundTypeWallpaper":"wallpaper","BotCommandScopeAllChatAdministrators":"all_chat_administrators","BotCommandScopeAllGroupChats":"all_group_chats","BotCommandScopeAllPrivateChats":"all_private_chats","BotCommandScopeChat":"chat","BotCommandScopeChatAdministrators":"chat_administrators","BotCommandScopeChatMember":"chat_member","BotCommandScopeDefault":"default","ChatBoostSourceGiftCode":"gift_code","ChatBoostSourceGiveaway":"giveaway","ChatBoostSourcePremium":"premium","ChatMemberAdministrator":"administrator","ChatMemberBanned":"kicked","ChatMemberLeft":"left","ChatMemberMember":"member","ChatMemberOwner":"creator","ChatMemberRestricted":"restricted","InlineQueryResultArticle":"article","InlineQueryResultAudio":"audio","InlineQueryResultCachedAudio":"audio","InlineQueryResultCachedDocument":"document","InlineQueryResultCachedGif":"gif","InlineQueryResultCachedMpeg4Gif":"mpeg4_gif","InlineQueryResultCachedPhoto":"photo","InlineQueryResultCachedSticker":"sticker","InlineQueryResultCachedVideo":"video","InlineQueryResultCachedVoice":"voice","InlineQueryResultContact":"contact","InlineQueryResultDocument":"document","InlineQueryResultGame":"game","InlineQueryResultGif":"gif","InlineQueryResultLocation":"location","InlineQueryResultMpeg4Gif":"mpeg4_gif","InlineQueryResultPhoto":"photo","InlineQueryResultVenue":"venue","InlineQueryResultVideo":"video","InlineQueryResultVoice":"voice","InputMediaAnimation":"animation","InputMediaAudio":"audio","InputMediaDocument":"document","InputMediaLink":"link","InputMediaLivePhoto":"live_photo","InputMediaLocation":"location","InputMediaPhoto":"photo","InputMediaSticker":"sticker","InputMediaVenue":"venue","InputMediaVideo":"video","InputMediaVoiceNote":"voice_note","InputPaidMediaLivePhoto":"live_photo","InputPaidMediaPhoto":"photo","InputPaidMediaVideo":"video","InputProfilePhotoAnimated":"animated","InputProfilePhotoStatic":"static","InputRichBlockAnchor":"anchor","InputRichBlockAnimation":"animation","InputRichBlockAudio":"audio","InputRichBlockBlockQuotation":"blockquote","InputRichBlockCollage":"collage","InputRichBlockDetails":"details","InputRichBlockDivider":"divider","InputRichBlockFooter":"footer","InputRichBlockList":"list","InputRichBlockMap":"map","InputRichBlockMathematicalExpression":"mathematical_expression","InputRichBlockParagraph":"paragraph","InputRichBlockPhoto":"photo","InputRichBlockPreformatted":"pre","InputRichBlockPullQuotation":"pullquote","InputRichBlockSectionHeading":"heading","InputRichBlockSlideshow":"slideshow","InputRichBlockTable":"table","InputRichBlockThinking":"thinking","InputRichBlockVideo":"video","InputRichBlockVoiceNote":"voice_note","InputStoryContentPhoto":"photo","InputStoryContentVideo":"video","MenuButtonCommands":"commands","MenuButtonDefault":"default","MenuButtonWebApp":"web_app","MessageOriginChannel":"channel","MessageOriginChat":"chat","MessageOriginHiddenUser":"hidden_user","MessageOriginUser":"user","OwnedGiftRegular":"regular","OwnedGiftUnique":"unique","PaidMediaLivePhoto":"live_photo","PaidMediaPhoto":"photo","PaidMediaPreview":"preview","PaidMediaVideo":"video","PassportElementErrorDataField":"data","PassportElementErrorFile":"file","PassportElementErrorFiles":"files","PassportElementErrorFrontSide":"front_side","PassportElementErrorReverseSide":"reverse_side","PassportElementErrorSelfie":"selfie","PassportElementErrorTranslationFile":"translation_file","PassportElementErrorTranslationFiles":"translation_files","PassportElementErrorUnspecified":"unspecified","ReactionTypeCustomEmoji":"custom_emoji","ReactionTypeEmoji":"emoji","ReactionTypePaid":"paid","RevenueWithdrawalStateFailed":"failed","RevenueWithdrawalStatePending":"pending","RevenueWithdrawalStateSucceeded":"succeeded","RichBlockAnchor":"anchor","RichBlockAnimation":"animation","RichBlockAudio":"audio","RichBlockBlockQuotation":"blockquote","RichBlockCollage":"collage","RichBlockDetails":"details","RichBlockDivider":"divider","RichBlockFooter":"footer","RichBlockList":"list","RichBlockMap":"map","RichBlockMathematicalExpression":"mathematical_expression","RichBlockParagraph":"paragraph","RichBlockPhoto":"photo","RichBlockPreformatted":"pre","RichBlockPullQuotation":"pullquote","RichBlockSectionHeading":"heading","RichBlockSlideshow":"slideshow","RichBlockTable":"table","RichBlockThinking":"thinking","RichBlockVideo":"video","RichBlockVoiceNote":"voice_note","RichTextAnchor":"anchor","RichTextAnchorLink":"anchor_link","RichTextBankCardNumber":"bank_card_number","RichTextBold":"bold","RichTextBotCommand":"bot_command","RichTextCashtag":"cashtag","RichTextCode":"code","RichTextCustomEmoji":"custom_emoji","RichTextDateTime":"date_time","RichTextEmailAddress":"email_address","RichTextHashtag":"hashtag","RichTextItalic":"italic","RichTextMarked":"marked","RichTextMathematicalExpression":"mathematical_expression","RichTextMention":"mention","RichTextPhoneNumber":"phone_number","RichTextReference":"reference","RichTextReferenceLink":"reference_link","RichTextSpoiler":"spoiler","RichTextStrikethrough":"strikethrough","RichTextSubscript":"subscript","RichTextSuperscript":"superscript","RichTextTextMention":"text_mention","RichTextUnderline":"underline","RichTextUrl":"url","StoryAreaTypeLink":"link","StoryAreaTypeLocation":"location","StoryAreaTypeSuggestedReaction":"suggested_reaction","StoryAreaTypeUniqueGift":"unique_gift","StoryAreaTypeWeather":"weather","TransactionPartnerAffiliateProgram":"affiliate_program","TransactionPartnerChat":"chat","TransactionPartnerFragment":"fragment","TransactionPartnerOther":"other","TransactionPartnerTelegramAds":"telegram_ads","TransactionPartnerTelegramApi":"telegram_api","TransactionPartnerUser":"user"},
 "discriminant_fields": {"BackgroundFillFreeformGradient":"type","BackgroundFillGradient":"type","BackgroundFillSolid":"type","BackgroundTypeChatTheme":"type","BackgroundTypeFill":"type","BackgroundTypePattern":"type","BackgroundTypeWallpaper":"type","BotCommandScopeAllChatAdministrators":"type","BotCommandScopeAllGroupChats":"type","BotCommandScopeAllPrivateChats":"type","BotCommandScopeChat":"type","BotCommandScopeChatAdministrators":"type","BotCommandScopeChatMember":"type","BotCommandScopeDefault":"type","ChatBoostSourceGiftCode":"source","ChatBoostSourceGiveaway":"source","ChatBoostSourcePremium":"source","ChatMemberAdministrator":"status","ChatMemberBanned":"status","ChatMemberLeft":"status","ChatMemberMember":"status","ChatMemberOwner":"status","ChatMemberRestricted":"status","InlineQueryResultArticle":"type","InlineQueryResultAudio":"type","InlineQueryResultCachedAudio":"type","InlineQueryResultCachedDocument":"type","InlineQueryResultCachedGif":"type","InlineQueryResultCachedMpeg4Gif":"type","InlineQueryResultCachedPhoto":"type","InlineQueryResultCachedSticker":"type","InlineQueryResultCachedVideo":"type","InlineQueryResultCachedVoice":"type","InlineQueryResultContact":"type","InlineQueryResultDocument":"type","InlineQueryResultGame":"type","InlineQueryResultGif":"type","InlineQueryResultLocation":"type","InlineQueryResultMpeg4Gif":"type","InlineQueryResultPhoto":"type","InlineQueryResultVenue":"type","InlineQueryResultVideo":"type","InlineQueryResultVoice":"type","InputMediaAnimation":"type","InputMediaAudio":"type","InputMediaDocument":"type","InputMediaLink":"type","InputMediaLivePhoto":"type","InputMediaLocation":"type","InputMediaPhoto":"type","InputMediaSticker":"type","InputMediaVenue":"type","InputMediaVideo":"type","InputMediaVoiceNote":"type","InputPaidMediaLivePhoto":"type","InputPaidMediaPhoto":"type","InputPaidMediaVideo":"type","InputProfilePhotoAnimated":"type","InputProfilePhotoStatic":"type","InputRichBlockAnchor":"type","InputRichBlockAnimation":"type","InputRichBlockAudio":"type","InputRichBlockBlockQuotation":"type","InputRichBlockCollage":"type","InputRichBlockDetails":"type","InputRichBlockDivider":"type","InputRichBlockFooter":"type","InputRichBlockList":"type","InputRichBlockMap":"type","InputRichBlockMathematicalExpression":"type","InputRichBlockParagraph":"type","InputRichBlockPhoto":"type","InputRichBlockPreformatted":"type","InputRichBlockPullQuotation":"type","InputRichBlockSectionHeading":"type","InputRichBlockSlideshow":"type","InputRichBlockTable":"type","InputRichBlockThinking":"type","InputRichBlockVideo":"type","InputRichBlockVoiceNote":"type","InputStoryContentPhoto":"type","InputStoryContentVideo":"type","MenuButtonCommands":"type","MenuButtonDefault":"type","MenuButtonWebApp":"type","MessageOriginChannel":"type","MessageOriginChat":"type","MessageOriginHiddenUser":"type","MessageOriginUser":"type","OwnedGiftRegular":"type","OwnedGiftUnique":"type","PaidMediaLivePhoto":"type","PaidMediaPhoto":"type","PaidMediaPreview":"type","PaidMediaVideo":"type","PassportElementErrorDataField":"source","PassportElementErrorFile":"source","PassportElementErrorFiles":"source","PassportElementErrorFrontSide":"source","PassportElementErrorReverseSide":"source","PassportElementErrorSelfie":"source","PassportElementErrorTranslationFile":"source","PassportElementErrorTranslationFiles":"source","PassportElementErrorUnspecified":"source","ReactionTypeCustomEmoji":"type","ReactionTypeEmoji":"type","ReactionTypePaid":"type","RevenueWithdrawalStateFailed":"type","RevenueWithdrawalStatePending":"type","RevenueWithdrawalStateSucceeded":"type","RichBlockAnchor":"type","RichBlockAnimation":"type","RichBlockAudio":"type","RichBlockBlockQuotation":"type","RichBlockCollage":"type","RichBlockDetails":"type","RichBlockDivider":"type","RichBlockFooter":"type","RichBlockList":"type","RichBlockMap":"type","RichBlockMathematicalExpression":"type","RichBlockParagraph":"type","RichBlockPhoto":"type","RichBlockPreformatted":"type","RichBlockPullQuotation":"type","RichBlockSectionHeading":"type","RichBlockSlideshow":"type","RichBlockTable":"type","RichBlockThinking":"type","RichBlockVideo":"type","RichBlockVoiceNote":"type","RichTextAnchor":"type","RichTextAnchorLink":"type","RichTextBankCardNumber":"type","RichTextBold":"type","RichTextBotCommand":"type","RichTextCashtag":"type","RichTextCode":"type","RichTextCustomEmoji":"type","RichTextDateTime":"type","RichTextEmailAddress":"type","RichTextHashtag":"type","RichTextItalic":"type","RichTextMarked":"type","RichTextMathematicalExpression":"type","RichTextMention":"type","RichTextPhoneNumber":"type","RichTextReference":"type","RichTextReferenceLink":"type","RichTextSpoiler":"type","RichTextStrikethrough":"type","RichTextSubscript":"type","RichTextSuperscript":"type","RichTextTextMention":"type","RichTextUnderline":"type","RichTextUrl":"type","StoryAreaTypeLink":"type","StoryAreaTypeLocation":"type","StoryAreaTypeSuggestedReaction":"type","StoryAreaTypeUniqueGift":"type","StoryAreaTypeWeather":"type","TransactionPartnerAffiliateProgram":"type","TransactionPartnerChat":"type","TransactionPartnerFragment":"type","TransactionPartnerOther":"type","TransactionPartnerTelegramAds":"type","TransactionPartnerTelegramApi":"type","TransactionPartnerUser":"type"},
 "enum_values": {"BackgroundFillFreeformGradient.type":["freeform_gradient"],"BackgroundFillGradient.type":["gradient"],"BackgroundFillSolid.type":["solid"],"BackgroundTypeChatTheme.type":["chat_theme"],"BackgroundTypeFill.type":["fill"],"BackgroundTypePattern.type":["pattern"],"BackgroundTypeWallpaper.type":["wallpaper"],"BotSubscriptionUpdated.state":["canceled","active","failed"],"Chat.type":["private","group","supergroup","channel"],"ChatBoostSourceGiftCode.source":["gift_code"],"ChatBoostSourceGiveaway.source":["giveaway"],"ChatBoostSourcePremium.source":["premium"],"ChatFullInfo.type":["private","group","supergroup","channel"],"ChatMemberAdministrator.status":["administrator"],"ChatMemberBanned.status":["kicked"],"ChatMemberLeft.status":["left"],"ChatMemberMember.status":["member"],"ChatMemberOwner.status":["creator"],"ChatMemberRestricted.status":["restricted"],"EncryptedPassportElement.data":["personal_details","passport","driver_license","identity_card","internal_passport","address"],"EncryptedPassportElement.email":["email"],"EncryptedPassportElement.phone_number":["phone_number"],"EncryptedPassportElement.type":["personal_details","passport","driver_license","identity_card","internal_passport","address","utility_bill","bank_statement","rental_agreement","passport_registration","temporary_registration","phone_number","email"],"InlineKeyboardButton.style":["danger","success","primary"],"InlineQuery.chat_type":["sender","private","group","supergroup","channel"],"InputRichBlockAnchor.type":["anchor"],"InputRichBlockAnimation.type":["animation"],"InputRichBlockAudio.type":["audio"],"InputRichBlockBlockQuotation.type":["blockquote"],"InputRichBlockCollage.type":["collage"],"InputRichBlockDetails.type":["details"],"InputRichBlockDivider.type":["divider"],"InputRichBlockFooter.type":["footer"],"InputRichBlockList.type":["list"],"InputRichBlockListItem.type":["a","i"],"InputRichBlockMap.type":["map"],"InputRichBlockMathematicalExpression.type":["mathematical_expression"],"InputRichBlockParagraph.type":["paragraph"],"InputRichBlockPhoto.type":["photo"],"InputRichBlockPreformatted.type":["pre"],"InputRichBlockPullQuotation.type":["pullquote"],"InputRichBlockSectionHeading.type":["heading"],"InputRichBlockSlideshow.type":["slideshow"],"InputRichBlockTable.type":["table"],"InputRichBlockThinking.type":["thinking"],"InputRichBlockVideo.type":["video"],"InputRichBlockVoiceNote.type":["voice_note"],"InputSticker.format":["static","animated","video"],"KeyboardButton.style":["danger","success","primary"],"MaskPosition.point":["forehead","eyes","mouth","chin"],"MessageEntity.custom_emoji_id":["custom_emoji"],"MessageEntity.date_time_format":["date_time"],"MessageEntity.language":["pre"],"MessageEntity.type":["mention","hashtag","cashtag","bot_command","url","email","phone_number","bold","italic","underline","strikethrough","spoiler","blockquote","expandable_blockquote","code","pre","text_link","text_mention","custom_emoji","date_time"],"MessageEntity.url":["text_link"],"MessageOriginChannel.type":["channel"],"MessageOriginChat.type":["chat"],"MessageOriginHiddenUser.type":["hidden_user"],"MessageOriginUser.type":["user"],"OwnedGiftRegular.type":["regular"],"OwnedGiftUnique.type":["unique"],"PaidMediaLivePhoto.type":["live_photo"],"PaidMediaPhoto.type":["photo"],"PaidMediaPreview.type":["preview"],"PaidMediaVideo.type":["video"],"PassportElementErrorDataField.type":["personal_details","passport","driver_license","identity_card","internal_passport","address"],"PassportElementErrorFile.type":["utility_bill","bank_statement","rental_agreement","passport_registration","temporary_registration"],"PassportElementErrorFiles.type":["utility_bill","bank_statement","rental_agreement","passport_registration","temporary_registration"],"PassportElementErrorFrontSide.type":["passport","driver_license","identity_card","internal_passport"],"PassportElementErrorReverseSide.type":["driver_license","identity_card"],"PassportElementErrorSelfie.type":["passport","driver_license","identity_card","internal_passport"],"PassportElementErrorTranslationFile.type":["passport","driver_license","identity_card","internal_passport","utility_bill","bank_statement","rental_agreement","passport_registration","temporary_registration"],"PassportElementErrorTranslationFiles.type":["passport","driver_license","identity_card","internal_passport","utility_bill","bank_statement","rental_agreement","passport_registration","temporary_registration"],"Poll.type":["regular","quiz"],"ReactionTypeCustomEmoji.type":["custom_emoji"],"ReactionTypeEmoji.type":["emoji"],"ReactionTypePaid.type":["paid"],"RevenueWithdrawalStateFailed.type":["failed"],"RevenueWithdrawalStatePending.type":["pending"],"RevenueWithdrawalStateSucceeded.type":["succeeded"],"RichBlockAnchor.type":["anchor"],"RichBlockAnimation.type":["animation"],"RichBlockAudio.type":["audio"],"RichBlockBlockQuotation.type":["blockquote"],"RichBlockCollage.type":["collage"],"RichBlockDetails.type":["details"],"RichBlockDivider.type":["divider"],"RichBlockFooter.type":["footer"],"RichBlockList.type":["list"],"RichBlockListItem.type":["a","i"],"RichBlockMap.type":["map"],"RichBlockMathematicalExpression.type":["mathematical_expression"],"RichBlockParagraph.type":["paragraph"],"RichBlockPhoto.type":["photo"],"RichBlockPreformatted.type":["pre"],"RichBlockPullQuotation.type":["pullquote"],"RichBlockSectionHeading.type":["heading"],"RichBlockSlideshow.type":["slideshow"],"RichBlockTable.type":["table"],"RichBlockTableCell.align":["left","center","right"],"RichBlockTableCell.valign":["top","middle","bottom"],"RichBlockThinking.type":["thinking"],"RichBlockVideo.type":["video"],"RichBlockVoiceNote.type":["voice_note"],"RichTextAnchor.type":["anchor"],"RichTextAnchorLink.type":["anchor_link"],"RichTextBankCardNumber.type":["bank_card_number"],"RichTextBold.type":["bold"],"RichTextBotCommand.type":["bot_command"],"RichTextCashtag.type":["cashtag"],"RichTextCode.type":["code"],"RichTextCustomEmoji.type":["custom_emoji"],"RichTextDateTime.type":["date_time"],"RichTextEmailAddress.type":["email_address"],"RichTextHashtag.type":["hashtag"],"RichTextItalic.type":["italic"],"RichTextMarked.type":["marked"],"RichTextMathematicalExpression.type":["mathematical_expression"],"RichTextMention.type":["mention"],"RichTextPhoneNumber.type":["phone_number"],"RichTextReference.type":["reference"],"RichTextReferenceLink.type":["reference_link"],"RichTextSpoiler.type":["spoiler"],"RichTextStrikethrough.type":["strikethrough"],"RichTextSubscript.type":["subscript"],"RichTextSuperscript.type":["superscript"],"RichTextTextMention.type":["text_mention"],"RichTextUnderline.type":["underline"],"RichTextUrl.type":["url"],"Sticker.type":["regular","mask","custom_emoji"],"StickerSet.sticker_type":["regular","mask","custom_emoji"],"StoryAreaTypeLink.type":["link"],"StoryAreaTypeLocation.type":["location"],"StoryAreaTypeSuggestedReaction.type":["suggested_reaction"],"StoryAreaTypeUniqueGift.type":["unique_gift"],"StoryAreaTypeWeather.type":["weather"],"SuggestedPostInfo.state":["pending","approved","declined"],"SuggestedPostRefunded.reason":["post_deleted","payment_refunded"],"TransactionPartnerAffiliateProgram.type":["affiliate_program"],"TransactionPartnerChat.type":["chat"],"TransactionPartnerFragment.type":["fragment"],"TransactionPartnerOther.type":["other"],"TransactionPartnerTelegramAds.type":["telegram_ads"],"TransactionPartnerTelegramApi.type":["telegram_api"],"TransactionPartnerUser.invoice_payload":["invoice_payment"],"TransactionPartnerUser.paid_media_payload":["paid_media_payment"],"TransactionPartnerUser.transaction_type":["invoice_payment","paid_media_payment","gift_purchase","premium_purchase","business_account_transfer"],"TransactionPartnerUser.type":["user"],"UniqueGiftInfo.origin":["upgrade","transfer","resale","gifted_upgrade","offer"],"UniqueGiftModel.rarity":["uncommon","rare","epic","legendary"],"VideoQuality.codec":["h264","h265","av01"],"answerChatJoinRequestQuery.result":["approve","decline","queue"],"createNewStickerSet.sticker_type":["regular","mask","custom_emoji"],"giftPremiumSubscription.text_parse_mode":["bold","italic","underline","strikethrough","spoiler","custom_emoji","date_time"],"sendGift.text_parse_mode":["bold","italic","underline","strikethrough","spoiler","custom_emoji","date_time"],"sendPoll.type":["quiz","regular"],"setStickerSetThumbnail.format":["static","animated","video"],"uploadStickerFile.sticker_format":["static","animated","video"]},
 "unions": {"BackgroundFill":["BackgroundFillSolid","BackgroundFillGradient","BackgroundFillFreeformGradient"],"BackgroundType":["BackgroundTypeFill","BackgroundTypeWallpaper","BackgroundTypePattern","BackgroundTypeChatTheme"],"BotCommandScope":["BotCommandScopeDefault","BotCommandScopeAllPrivateChats","BotCommandScopeAllGroupChats","BotCommandScopeAllChatAdministrators","BotCommandScopeChat","BotCommandScopeChatAdministrators","BotCommandScopeChatMember"],"ChatBoostSource":["ChatBoostSourcePremium","ChatBoostSourceGiftCode","ChatBoostSourceGiveaway"],"ChatMember":["ChatMemberOwner","ChatMemberAdministrator","ChatMemberMember","ChatMemberRestricted","ChatMemberLeft","ChatMemberBanned"],"InlineQueryResult":["InlineQueryResultCachedAudio","InlineQueryResultCachedDocument","InlineQueryResultCachedGif","InlineQueryResultCachedMpeg4Gif","InlineQueryResultCachedPhoto","InlineQueryResultCachedSticker","InlineQueryResultCachedVideo","InlineQueryResultCachedVoice","InlineQueryResultArticle","InlineQueryResultAudio","InlineQueryResultContact","InlineQueryResultGame","InlineQueryResultDocument","InlineQueryResultGif","InlineQueryResultLocation","InlineQueryResultMpeg4Gif","InlineQueryResultPhoto","InlineQueryResultVenue","InlineQueryResultVideo","InlineQueryResultVoice"],"InputMedia":["InputMediaAnimation","InputMediaAudio","InputMediaDocument","InputMediaLivePhoto","InputMediaPhoto","InputMediaVideo"],"InputMessageContent":["InputTextMessageContent","InputRichMessageContent","InputLocationMessageContent","InputVenueMessageContent","InputContactMessageContent","InputInvoiceMessageContent"],"InputPaidMedia":["InputPaidMediaLivePhoto","InputPaidMediaPhoto","InputPaidMediaVideo"],"InputPollMedia":["InputMediaAnimation","InputMediaAudio","InputMediaDocument","InputMediaLivePhoto","InputMediaLocation","InputMediaPhoto","InputMediaVenue","InputMediaVideo"],"InputPollOptionMedia":["InputMediaAnimation","InputMediaLink","InputMediaLivePhoto","InputMediaLocation","InputMediaPhoto","InputMediaSticker","InputMediaVenue","InputMediaVideo"],"InputProfilePhoto":["InputProfilePhotoStatic","InputProfilePhotoAnimated"],"InputRichBlock":["InputRichBlockParagraph","InputRichBlockSectionHeading","InputRichBlockPreformatted","InputRichBlockFooter","InputRichBlockDivider","InputRichBlockMathematicalExpression","InputRichBlockAnchor","InputRichBlockList","InputRichBlockBlockQuotation","InputRichBlockPullQuotation","InputRichBlockCollage","InputRichBlockSlideshow","InputRichBlockTable","InputRichBlockDetails","InputRichBlockMap","InputRichBlockAnimation","InputRichBlockAudio","InputRichBlockPhoto","InputRichBlockVideo","InputRichBlockVoiceNote","InputRichBlockThinking"],"InputStoryContent":["InputStoryContentPhoto","InputStoryContentVideo"],"MaybeInaccessibleMessage":["Message","InaccessibleMessage"],"MenuButton":["MenuButtonCommands","MenuButtonWebApp","MenuButtonDefault"],"MessageOrigin":["MessageOriginUser","MessageOriginHiddenUser","MessageOriginChat","MessageOriginChannel"],"OwnedGift":["OwnedGiftRegular","OwnedGiftUnique"],"PaidMedia":["PaidMediaLivePhoto","PaidMediaPhoto","PaidMediaPreview","PaidMediaVideo"],"PassportElementError":["PassportElementErrorDataField","PassportElementErrorFrontSide","PassportElementErrorReverseSide","PassportElementErrorSelfie","PassportElementErrorFile","PassportElementErrorFiles","PassportElementErrorTranslationFile","PassportElementErrorTranslationFiles","PassportElementErrorUnspecified"],"ReactionType":["ReactionTypeEmoji","ReactionTypeCustomEmoji","ReactionTypePaid"],"RevenueWithdrawalState":["RevenueWithdrawalStatePending","RevenueWithdrawalStateSucceeded","RevenueWithdrawalStateFailed"],"RichBlock":["RichBlockParagraph","RichBlockSectionHeading","RichBlockPreformatted","RichBlockFooter","RichBlockDivider","RichBlockMathematicalExpression","RichBlockAnchor","RichBlockList","RichBlockBlockQuotation","RichBlockPullQuotation","RichBlockCollage","RichBlockSlideshow","RichBlockTable","RichBlockDetails","RichBlockMap","RichBlockAnimation","RichBlockAudio","RichBlockPhoto","RichBlockVideo","RichBlockVoiceNote","RichBlockThinking"],"RichText":["RichTextBold","RichTextItalic","RichTextUnderline","RichTextStrikethrough","RichTextSpoiler","RichTextDateTime","RichTextTextMention","RichTextSubscript","RichTextSuperscript","RichTextMarked","RichTextCode","RichTextCustomEmoji","RichTextMathematicalExpression","RichTextUrl","RichTextEmailAddress","RichTextPhoneNumber","RichTextBankCardNumber","RichTextMention","RichTextHashtag","RichTextCashtag","RichTextBotCommand","RichTextAnchor","RichTextAnchorLink","RichTextReference","RichTextReferenceLink"],"StoryAreaType":["StoryAreaTypeLocation","StoryAreaTypeSuggestedReaction","StoryAreaTypeLink","StoryAreaTypeWeather","StoryAreaTypeUniqueGift"],"TransactionPartner":["TransactionPartnerUser","TransactionPartnerChat","TransactionPartnerAffiliateProgram","TransactionPartnerFragment","TransactionPartnerTelegramAds","TransactionPartnerTelegramApi","TransactionPartnerOther"]}
}