td_api.hpp
Go to the documentation of this file.
1 #pragma once
2 
8 #include "td_api.h"
9 
10 namespace td {
11 namespace td_api {
12 
19 template <class T>
20 bool downcast_call(Object &obj, const T &func) {
21  switch (obj.get_id()) {
22  case accentColor::ID:
23  func(static_cast<accentColor &>(obj));
24  return true;
25  case accountTtl::ID:
26  func(static_cast<accountTtl &>(obj));
27  return true;
28  case addedReaction::ID:
29  func(static_cast<addedReaction &>(obj));
30  return true;
31  case addedReactions::ID:
32  func(static_cast<addedReactions &>(obj));
33  return true;
34  case address::ID:
35  func(static_cast<address &>(obj));
36  return true;
37  case affiliateInfo::ID:
38  func(static_cast<affiliateInfo &>(obj));
39  return true;
41  func(static_cast<affiliateProgramInfo &>(obj));
42  return true;
44  func(static_cast<affiliateProgramParameters &>(obj));
45  return true;
47  func(static_cast<affiliateProgramSortOrderProfitability &>(obj));
48  return true;
50  func(static_cast<affiliateProgramSortOrderCreationDate &>(obj));
51  return true;
53  func(static_cast<affiliateProgramSortOrderRevenue &>(obj));
54  return true;
56  func(static_cast<affiliateTypeCurrentUser &>(obj));
57  return true;
59  func(static_cast<affiliateTypeBot &>(obj));
60  return true;
62  func(static_cast<affiliateTypeChannel &>(obj));
63  return true;
65  func(static_cast<alternativeVideo &>(obj));
66  return true;
68  func(static_cast<animatedChatPhoto &>(obj));
69  return true;
70  case animatedEmoji::ID:
71  func(static_cast<animatedEmoji &>(obj));
72  return true;
73  case animation::ID:
74  func(static_cast<animation &>(obj));
75  return true;
76  case animations::ID:
77  func(static_cast<animations &>(obj));
78  return true;
80  func(static_cast<archiveChatListSettings &>(obj));
81  return true;
83  func(static_cast<attachmentMenuBot &>(obj));
84  return true;
86  func(static_cast<attachmentMenuBotColor &>(obj));
87  return true;
88  case audio::ID:
89  func(static_cast<audio &>(obj));
90  return true;
92  func(static_cast<authenticationCodeInfo &>(obj));
93  return true;
95  func(static_cast<authenticationCodeTypeTelegramMessage &>(obj));
96  return true;
98  func(static_cast<authenticationCodeTypeSms &>(obj));
99  return true;
101  func(static_cast<authenticationCodeTypeSmsWord &>(obj));
102  return true;
104  func(static_cast<authenticationCodeTypeSmsPhrase &>(obj));
105  return true;
107  func(static_cast<authenticationCodeTypeCall &>(obj));
108  return true;
110  func(static_cast<authenticationCodeTypeFlashCall &>(obj));
111  return true;
113  func(static_cast<authenticationCodeTypeMissedCall &>(obj));
114  return true;
116  func(static_cast<authenticationCodeTypeFragment &>(obj));
117  return true;
119  func(static_cast<authenticationCodeTypeFirebaseAndroid &>(obj));
120  return true;
122  func(static_cast<authenticationCodeTypeFirebaseIos &>(obj));
123  return true;
125  func(static_cast<authorizationStateWaitTdlibParameters &>(obj));
126  return true;
128  func(static_cast<authorizationStateWaitPhoneNumber &>(obj));
129  return true;
131  func(static_cast<authorizationStateWaitEmailAddress &>(obj));
132  return true;
134  func(static_cast<authorizationStateWaitEmailCode &>(obj));
135  return true;
137  func(static_cast<authorizationStateWaitCode &>(obj));
138  return true;
140  func(static_cast<authorizationStateWaitOtherDeviceConfirmation &>(obj));
141  return true;
143  func(static_cast<authorizationStateWaitRegistration &>(obj));
144  return true;
146  func(static_cast<authorizationStateWaitPassword &>(obj));
147  return true;
149  func(static_cast<authorizationStateReady &>(obj));
150  return true;
152  func(static_cast<authorizationStateLoggingOut &>(obj));
153  return true;
155  func(static_cast<authorizationStateClosing &>(obj));
156  return true;
158  func(static_cast<authorizationStateClosed &>(obj));
159  return true;
161  func(static_cast<autoDownloadSettings &>(obj));
162  return true;
164  func(static_cast<autoDownloadSettingsPresets &>(obj));
165  return true;
167  func(static_cast<autosaveSettings &>(obj));
168  return true;
170  func(static_cast<autosaveSettingsException &>(obj));
171  return true;
173  func(static_cast<autosaveSettingsScopePrivateChats &>(obj));
174  return true;
176  func(static_cast<autosaveSettingsScopeGroupChats &>(obj));
177  return true;
179  func(static_cast<autosaveSettingsScopeChannelChats &>(obj));
180  return true;
182  func(static_cast<autosaveSettingsScopeChat &>(obj));
183  return true;
185  func(static_cast<availableReaction &>(obj));
186  return true;
188  func(static_cast<availableReactions &>(obj));
189  return true;
190  case background::ID:
191  func(static_cast<background &>(obj));
192  return true;
194  func(static_cast<backgroundFillSolid &>(obj));
195  return true;
197  func(static_cast<backgroundFillGradient &>(obj));
198  return true;
200  func(static_cast<backgroundFillFreeformGradient &>(obj));
201  return true;
203  func(static_cast<backgroundTypeWallpaper &>(obj));
204  return true;
206  func(static_cast<backgroundTypePattern &>(obj));
207  return true;
209  func(static_cast<backgroundTypeFill &>(obj));
210  return true;
212  func(static_cast<backgroundTypeChatTheme &>(obj));
213  return true;
214  case backgrounds::ID:
215  func(static_cast<backgrounds &>(obj));
216  return true;
218  func(static_cast<bankCardActionOpenUrl &>(obj));
219  return true;
220  case bankCardInfo::ID:
221  func(static_cast<bankCardInfo &>(obj));
222  return true;
223  case basicGroup::ID:
224  func(static_cast<basicGroup &>(obj));
225  return true;
227  func(static_cast<basicGroupFullInfo &>(obj));
228  return true;
229  case birthdate::ID:
230  func(static_cast<birthdate &>(obj));
231  return true;
232  case blockListMain::ID:
233  func(static_cast<blockListMain &>(obj));
234  return true;
236  func(static_cast<blockListStories &>(obj));
237  return true;
238  case botCommand::ID:
239  func(static_cast<botCommand &>(obj));
240  return true;
242  func(static_cast<botCommandScopeDefault &>(obj));
243  return true;
245  func(static_cast<botCommandScopeAllPrivateChats &>(obj));
246  return true;
248  func(static_cast<botCommandScopeAllGroupChats &>(obj));
249  return true;
251  func(static_cast<botCommandScopeAllChatAdministrators &>(obj));
252  return true;
254  func(static_cast<botCommandScopeChat &>(obj));
255  return true;
257  func(static_cast<botCommandScopeChatAdministrators &>(obj));
258  return true;
260  func(static_cast<botCommandScopeChatMember &>(obj));
261  return true;
262  case botCommands::ID:
263  func(static_cast<botCommands &>(obj));
264  return true;
265  case botInfo::ID:
266  func(static_cast<botInfo &>(obj));
267  return true;
268  case botMediaPreview::ID:
269  func(static_cast<botMediaPreview &>(obj));
270  return true;
272  func(static_cast<botMediaPreviewInfo &>(obj));
273  return true;
275  func(static_cast<botMediaPreviews &>(obj));
276  return true;
277  case botMenuButton::ID:
278  func(static_cast<botMenuButton &>(obj));
279  return true;
280  case botVerification::ID:
281  func(static_cast<botVerification &>(obj));
282  return true;
284  func(static_cast<botVerificationParameters &>(obj));
285  return true;
287  func(static_cast<botWriteAccessAllowReasonConnectedWebsite &>(obj));
288  return true;
290  func(static_cast<botWriteAccessAllowReasonAddedToAttachmentMenu &>(obj));
291  return true;
293  func(static_cast<botWriteAccessAllowReasonLaunchedWebApp &>(obj));
294  return true;
296  func(static_cast<botWriteAccessAllowReasonAcceptedRequest &>(obj));
297  return true;
299  func(static_cast<businessAwayMessageScheduleAlways &>(obj));
300  return true;
302  func(static_cast<businessAwayMessageScheduleOutsideOfOpeningHours &>(obj));
303  return true;
305  func(static_cast<businessAwayMessageScheduleCustom &>(obj));
306  return true;
308  func(static_cast<businessAwayMessageSettings &>(obj));
309  return true;
311  func(static_cast<businessBotManageBar &>(obj));
312  return true;
314  func(static_cast<businessChatLink &>(obj));
315  return true;
317  func(static_cast<businessChatLinkInfo &>(obj));
318  return true;
320  func(static_cast<businessChatLinks &>(obj));
321  return true;
323  func(static_cast<businessConnectedBot &>(obj));
324  return true;
326  func(static_cast<businessConnection &>(obj));
327  return true;
329  func(static_cast<businessFeatureLocation &>(obj));
330  return true;
332  func(static_cast<businessFeatureOpeningHours &>(obj));
333  return true;
335  func(static_cast<businessFeatureQuickReplies &>(obj));
336  return true;
338  func(static_cast<businessFeatureGreetingMessage &>(obj));
339  return true;
341  func(static_cast<businessFeatureAwayMessage &>(obj));
342  return true;
344  func(static_cast<businessFeatureAccountLinks &>(obj));
345  return true;
347  func(static_cast<businessFeatureStartPage &>(obj));
348  return true;
350  func(static_cast<businessFeatureBots &>(obj));
351  return true;
353  func(static_cast<businessFeatureEmojiStatus &>(obj));
354  return true;
356  func(static_cast<businessFeatureChatFolderTags &>(obj));
357  return true;
359  func(static_cast<businessFeatureUpgradedStories &>(obj));
360  return true;
362  func(static_cast<businessFeaturePromotionAnimation &>(obj));
363  return true;
365  func(static_cast<businessFeatures &>(obj));
366  return true;
368  func(static_cast<businessGreetingMessageSettings &>(obj));
369  return true;
370  case businessInfo::ID:
371  func(static_cast<businessInfo &>(obj));
372  return true;
374  func(static_cast<businessLocation &>(obj));
375  return true;
376  case businessMessage::ID:
377  func(static_cast<businessMessage &>(obj));
378  return true;
380  func(static_cast<businessMessages &>(obj));
381  return true;
383  func(static_cast<businessOpeningHours &>(obj));
384  return true;
386  func(static_cast<businessOpeningHoursInterval &>(obj));
387  return true;
389  func(static_cast<businessRecipients &>(obj));
390  return true;
392  func(static_cast<businessStartPage &>(obj));
393  return true;
394  case call::ID:
395  func(static_cast<call &>(obj));
396  return true;
398  func(static_cast<callDiscardReasonEmpty &>(obj));
399  return true;
401  func(static_cast<callDiscardReasonMissed &>(obj));
402  return true;
404  func(static_cast<callDiscardReasonDeclined &>(obj));
405  return true;
407  func(static_cast<callDiscardReasonDisconnected &>(obj));
408  return true;
410  func(static_cast<callDiscardReasonHungUp &>(obj));
411  return true;
413  func(static_cast<callDiscardReasonAllowGroupCall &>(obj));
414  return true;
415  case callId::ID:
416  func(static_cast<callId &>(obj));
417  return true;
418  case callProblemEcho::ID:
419  func(static_cast<callProblemEcho &>(obj));
420  return true;
422  func(static_cast<callProblemNoise &>(obj));
423  return true;
425  func(static_cast<callProblemInterruptions &>(obj));
426  return true;
428  func(static_cast<callProblemDistortedSpeech &>(obj));
429  return true;
431  func(static_cast<callProblemSilentLocal &>(obj));
432  return true;
434  func(static_cast<callProblemSilentRemote &>(obj));
435  return true;
437  func(static_cast<callProblemDropped &>(obj));
438  return true;
440  func(static_cast<callProblemDistortedVideo &>(obj));
441  return true;
443  func(static_cast<callProblemPixelatedVideo &>(obj));
444  return true;
445  case callProtocol::ID:
446  func(static_cast<callProtocol &>(obj));
447  return true;
448  case callServer::ID:
449  func(static_cast<callServer &>(obj));
450  return true;
452  func(static_cast<callServerTypeTelegramReflector &>(obj));
453  return true;
455  func(static_cast<callServerTypeWebrtc &>(obj));
456  return true;
458  func(static_cast<callStatePending &>(obj));
459  return true;
461  func(static_cast<callStateExchangingKeys &>(obj));
462  return true;
463  case callStateReady::ID:
464  func(static_cast<callStateReady &>(obj));
465  return true;
467  func(static_cast<callStateHangingUp &>(obj));
468  return true;
470  func(static_cast<callStateDiscarded &>(obj));
471  return true;
472  case callStateError::ID:
473  func(static_cast<callStateError &>(obj));
474  return true;
476  func(static_cast<callbackQueryAnswer &>(obj));
477  return true;
479  func(static_cast<callbackQueryPayloadData &>(obj));
480  return true;
482  func(static_cast<callbackQueryPayloadDataWithPassword &>(obj));
483  return true;
485  func(static_cast<callbackQueryPayloadGame &>(obj));
486  return true;
488  func(static_cast<canSendMessageToUserResultOk &>(obj));
489  return true;
491  func(static_cast<canSendMessageToUserResultUserIsDeleted &>(obj));
492  return true;
494  func(static_cast<canSendMessageToUserResultUserRestrictsNewChats &>(obj));
495  return true;
497  func(static_cast<canSendStoryResultOk &>(obj));
498  return true;
500  func(static_cast<canSendStoryResultPremiumNeeded &>(obj));
501  return true;
503  func(static_cast<canSendStoryResultBoostNeeded &>(obj));
504  return true;
506  func(static_cast<canSendStoryResultActiveStoryLimitExceeded &>(obj));
507  return true;
509  func(static_cast<canSendStoryResultWeeklyLimitExceeded &>(obj));
510  return true;
512  func(static_cast<canSendStoryResultMonthlyLimitExceeded &>(obj));
513  return true;
515  func(static_cast<canTransferOwnershipResultOk &>(obj));
516  return true;
518  func(static_cast<canTransferOwnershipResultPasswordNeeded &>(obj));
519  return true;
521  func(static_cast<canTransferOwnershipResultPasswordTooFresh &>(obj));
522  return true;
524  func(static_cast<canTransferOwnershipResultSessionTooFresh &>(obj));
525  return true;
526  case chat::ID:
527  func(static_cast<chat &>(obj));
528  return true;
530  func(static_cast<chatActionTyping &>(obj));
531  return true;
533  func(static_cast<chatActionRecordingVideo &>(obj));
534  return true;
536  func(static_cast<chatActionUploadingVideo &>(obj));
537  return true;
539  func(static_cast<chatActionRecordingVoiceNote &>(obj));
540  return true;
542  func(static_cast<chatActionUploadingVoiceNote &>(obj));
543  return true;
545  func(static_cast<chatActionUploadingPhoto &>(obj));
546  return true;
548  func(static_cast<chatActionUploadingDocument &>(obj));
549  return true;
551  func(static_cast<chatActionChoosingSticker &>(obj));
552  return true;
554  func(static_cast<chatActionChoosingLocation &>(obj));
555  return true;
557  func(static_cast<chatActionChoosingContact &>(obj));
558  return true;
560  func(static_cast<chatActionStartPlayingGame &>(obj));
561  return true;
563  func(static_cast<chatActionRecordingVideoNote &>(obj));
564  return true;
566  func(static_cast<chatActionUploadingVideoNote &>(obj));
567  return true;
569  func(static_cast<chatActionWatchingAnimations &>(obj));
570  return true;
572  func(static_cast<chatActionCancel &>(obj));
573  return true;
575  func(static_cast<chatActionBarReportSpam &>(obj));
576  return true;
578  func(static_cast<chatActionBarInviteMembers &>(obj));
579  return true;
581  func(static_cast<chatActionBarReportAddBlock &>(obj));
582  return true;
584  func(static_cast<chatActionBarAddContact &>(obj));
585  return true;
587  func(static_cast<chatActionBarSharePhoneNumber &>(obj));
588  return true;
590  func(static_cast<chatActionBarJoinRequest &>(obj));
591  return true;
593  func(static_cast<chatActiveStories &>(obj));
594  return true;
596  func(static_cast<chatAdministrator &>(obj));
597  return true;
599  func(static_cast<chatAdministratorRights &>(obj));
600  return true;
602  func(static_cast<chatAdministrators &>(obj));
603  return true;
605  func(static_cast<chatAvailableReactionsAll &>(obj));
606  return true;
608  func(static_cast<chatAvailableReactionsSome &>(obj));
609  return true;
610  case chatBackground::ID:
611  func(static_cast<chatBackground &>(obj));
612  return true;
613  case chatBoost::ID:
614  func(static_cast<chatBoost &>(obj));
615  return true;
617  func(static_cast<chatBoostFeatures &>(obj));
618  return true;
620  func(static_cast<chatBoostLevelFeatures &>(obj));
621  return true;
622  case chatBoostLink::ID:
623  func(static_cast<chatBoostLink &>(obj));
624  return true;
626  func(static_cast<chatBoostLinkInfo &>(obj));
627  return true;
628  case chatBoostSlot::ID:
629  func(static_cast<chatBoostSlot &>(obj));
630  return true;
631  case chatBoostSlots::ID:
632  func(static_cast<chatBoostSlots &>(obj));
633  return true;
635  func(static_cast<chatBoostSourceGiftCode &>(obj));
636  return true;
638  func(static_cast<chatBoostSourceGiveaway &>(obj));
639  return true;
641  func(static_cast<chatBoostSourcePremium &>(obj));
642  return true;
643  case chatBoostStatus::ID:
644  func(static_cast<chatBoostStatus &>(obj));
645  return true;
646  case chatEvent::ID:
647  func(static_cast<chatEvent &>(obj));
648  return true;
650  func(static_cast<chatEventMessageEdited &>(obj));
651  return true;
653  func(static_cast<chatEventMessageDeleted &>(obj));
654  return true;
656  func(static_cast<chatEventMessagePinned &>(obj));
657  return true;
659  func(static_cast<chatEventMessageUnpinned &>(obj));
660  return true;
662  func(static_cast<chatEventPollStopped &>(obj));
663  return true;
665  func(static_cast<chatEventMemberJoined &>(obj));
666  return true;
668  func(static_cast<chatEventMemberJoinedByInviteLink &>(obj));
669  return true;
671  func(static_cast<chatEventMemberJoinedByRequest &>(obj));
672  return true;
674  func(static_cast<chatEventMemberInvited &>(obj));
675  return true;
677  func(static_cast<chatEventMemberLeft &>(obj));
678  return true;
680  func(static_cast<chatEventMemberPromoted &>(obj));
681  return true;
683  func(static_cast<chatEventMemberRestricted &>(obj));
684  return true;
686  func(static_cast<chatEventMemberSubscriptionExtended &>(obj));
687  return true;
689  func(static_cast<chatEventAvailableReactionsChanged &>(obj));
690  return true;
692  func(static_cast<chatEventBackgroundChanged &>(obj));
693  return true;
695  func(static_cast<chatEventDescriptionChanged &>(obj));
696  return true;
698  func(static_cast<chatEventEmojiStatusChanged &>(obj));
699  return true;
701  func(static_cast<chatEventLinkedChatChanged &>(obj));
702  return true;
704  func(static_cast<chatEventLocationChanged &>(obj));
705  return true;
707  func(static_cast<chatEventMessageAutoDeleteTimeChanged &>(obj));
708  return true;
710  func(static_cast<chatEventPermissionsChanged &>(obj));
711  return true;
713  func(static_cast<chatEventPhotoChanged &>(obj));
714  return true;
716  func(static_cast<chatEventSlowModeDelayChanged &>(obj));
717  return true;
719  func(static_cast<chatEventStickerSetChanged &>(obj));
720  return true;
722  func(static_cast<chatEventCustomEmojiStickerSetChanged &>(obj));
723  return true;
725  func(static_cast<chatEventTitleChanged &>(obj));
726  return true;
728  func(static_cast<chatEventUsernameChanged &>(obj));
729  return true;
731  func(static_cast<chatEventActiveUsernamesChanged &>(obj));
732  return true;
734  func(static_cast<chatEventAccentColorChanged &>(obj));
735  return true;
737  func(static_cast<chatEventProfileAccentColorChanged &>(obj));
738  return true;
740  func(static_cast<chatEventHasProtectedContentToggled &>(obj));
741  return true;
743  func(static_cast<chatEventInvitesToggled &>(obj));
744  return true;
746  func(static_cast<chatEventIsAllHistoryAvailableToggled &>(obj));
747  return true;
749  func(static_cast<chatEventHasAggressiveAntiSpamEnabledToggled &>(obj));
750  return true;
752  func(static_cast<chatEventSignMessagesToggled &>(obj));
753  return true;
755  func(static_cast<chatEventShowMessageSenderToggled &>(obj));
756  return true;
758  func(static_cast<chatEventInviteLinkEdited &>(obj));
759  return true;
761  func(static_cast<chatEventInviteLinkRevoked &>(obj));
762  return true;
764  func(static_cast<chatEventInviteLinkDeleted &>(obj));
765  return true;
767  func(static_cast<chatEventVideoChatCreated &>(obj));
768  return true;
770  func(static_cast<chatEventVideoChatEnded &>(obj));
771  return true;
773  func(static_cast<chatEventVideoChatMuteNewParticipantsToggled &>(obj));
774  return true;
776  func(static_cast<chatEventVideoChatParticipantIsMutedToggled &>(obj));
777  return true;
779  func(static_cast<chatEventVideoChatParticipantVolumeLevelChanged &>(obj));
780  return true;
782  func(static_cast<chatEventIsForumToggled &>(obj));
783  return true;
785  func(static_cast<chatEventForumTopicCreated &>(obj));
786  return true;
788  func(static_cast<chatEventForumTopicEdited &>(obj));
789  return true;
791  func(static_cast<chatEventForumTopicToggleIsClosed &>(obj));
792  return true;
794  func(static_cast<chatEventForumTopicToggleIsHidden &>(obj));
795  return true;
797  func(static_cast<chatEventForumTopicDeleted &>(obj));
798  return true;
800  func(static_cast<chatEventForumTopicPinned &>(obj));
801  return true;
803  func(static_cast<chatEventLogFilters &>(obj));
804  return true;
805  case chatEvents::ID:
806  func(static_cast<chatEvents &>(obj));
807  return true;
808  case chatFolder::ID:
809  func(static_cast<chatFolder &>(obj));
810  return true;
811  case chatFolderIcon::ID:
812  func(static_cast<chatFolderIcon &>(obj));
813  return true;
814  case chatFolderInfo::ID:
815  func(static_cast<chatFolderInfo &>(obj));
816  return true;
818  func(static_cast<chatFolderInviteLink &>(obj));
819  return true;
821  func(static_cast<chatFolderInviteLinkInfo &>(obj));
822  return true;
824  func(static_cast<chatFolderInviteLinks &>(obj));
825  return true;
826  case chatFolderName::ID:
827  func(static_cast<chatFolderName &>(obj));
828  return true;
829  case chatInviteLink::ID:
830  func(static_cast<chatInviteLink &>(obj));
831  return true;
833  func(static_cast<chatInviteLinkCount &>(obj));
834  return true;
836  func(static_cast<chatInviteLinkCounts &>(obj));
837  return true;
839  func(static_cast<chatInviteLinkInfo &>(obj));
840  return true;
842  func(static_cast<chatInviteLinkMember &>(obj));
843  return true;
845  func(static_cast<chatInviteLinkMembers &>(obj));
846  return true;
848  func(static_cast<chatInviteLinkSubscriptionInfo &>(obj));
849  return true;
850  case chatInviteLinks::ID:
851  func(static_cast<chatInviteLinks &>(obj));
852  return true;
853  case chatJoinRequest::ID:
854  func(static_cast<chatJoinRequest &>(obj));
855  return true;
857  func(static_cast<chatJoinRequests &>(obj));
858  return true;
860  func(static_cast<chatJoinRequestsInfo &>(obj));
861  return true;
862  case chatListMain::ID:
863  func(static_cast<chatListMain &>(obj));
864  return true;
865  case chatListArchive::ID:
866  func(static_cast<chatListArchive &>(obj));
867  return true;
868  case chatListFolder::ID:
869  func(static_cast<chatListFolder &>(obj));
870  return true;
871  case chatLists::ID:
872  func(static_cast<chatLists &>(obj));
873  return true;
874  case chatLocation::ID:
875  func(static_cast<chatLocation &>(obj));
876  return true;
877  case chatMember::ID:
878  func(static_cast<chatMember &>(obj));
879  return true;
881  func(static_cast<chatMemberStatusCreator &>(obj));
882  return true;
884  func(static_cast<chatMemberStatusAdministrator &>(obj));
885  return true;
887  func(static_cast<chatMemberStatusMember &>(obj));
888  return true;
890  func(static_cast<chatMemberStatusRestricted &>(obj));
891  return true;
893  func(static_cast<chatMemberStatusLeft &>(obj));
894  return true;
896  func(static_cast<chatMemberStatusBanned &>(obj));
897  return true;
898  case chatMembers::ID:
899  func(static_cast<chatMembers &>(obj));
900  return true;
902  func(static_cast<chatMembersFilterContacts &>(obj));
903  return true;
905  func(static_cast<chatMembersFilterAdministrators &>(obj));
906  return true;
908  func(static_cast<chatMembersFilterMembers &>(obj));
909  return true;
911  func(static_cast<chatMembersFilterMention &>(obj));
912  return true;
914  func(static_cast<chatMembersFilterRestricted &>(obj));
915  return true;
917  func(static_cast<chatMembersFilterBanned &>(obj));
918  return true;
920  func(static_cast<chatMembersFilterBots &>(obj));
921  return true;
923  func(static_cast<chatMessageSender &>(obj));
924  return true;
926  func(static_cast<chatMessageSenders &>(obj));
927  return true;
929  func(static_cast<chatNotificationSettings &>(obj));
930  return true;
931  case chatPermissions::ID:
932  func(static_cast<chatPermissions &>(obj));
933  return true;
934  case chatPhoto::ID:
935  func(static_cast<chatPhoto &>(obj));
936  return true;
937  case chatPhotoInfo::ID:
938  func(static_cast<chatPhotoInfo &>(obj));
939  return true;
941  func(static_cast<chatPhotoSticker &>(obj));
942  return true;
944  func(static_cast<chatPhotoStickerTypeRegularOrMask &>(obj));
945  return true;
947  func(static_cast<chatPhotoStickerTypeCustomEmoji &>(obj));
948  return true;
949  case chatPhotos::ID:
950  func(static_cast<chatPhotos &>(obj));
951  return true;
952  case chatPosition::ID:
953  func(static_cast<chatPosition &>(obj));
954  return true;
956  func(static_cast<chatRevenueAmount &>(obj));
957  return true;
959  func(static_cast<chatRevenueStatistics &>(obj));
960  return true;
962  func(static_cast<chatRevenueTransaction &>(obj));
963  return true;
965  func(static_cast<chatRevenueTransactionTypeEarnings &>(obj));
966  return true;
968  func(static_cast<chatRevenueTransactionTypeWithdrawal &>(obj));
969  return true;
971  func(static_cast<chatRevenueTransactionTypeRefund &>(obj));
972  return true;
974  func(static_cast<chatRevenueTransactions &>(obj));
975  return true;
977  func(static_cast<chatSourceMtprotoProxy &>(obj));
978  return true;
980  func(static_cast<chatSourcePublicServiceAnnouncement &>(obj));
981  return true;
983  func(static_cast<chatStatisticsSupergroup &>(obj));
984  return true;
986  func(static_cast<chatStatisticsChannel &>(obj));
987  return true;
989  func(static_cast<chatStatisticsAdministratorActionsInfo &>(obj));
990  return true;
992  func(static_cast<chatStatisticsInteractionInfo &>(obj));
993  return true;
995  func(static_cast<chatStatisticsInviterInfo &>(obj));
996  return true;
998  func(static_cast<chatStatisticsMessageSenderInfo &>(obj));
999  return true;
1001  func(static_cast<chatStatisticsObjectTypeMessage &>(obj));
1002  return true;
1004  func(static_cast<chatStatisticsObjectTypeStory &>(obj));
1005  return true;
1006  case chatTheme::ID:
1007  func(static_cast<chatTheme &>(obj));
1008  return true;
1009  case chatTypePrivate::ID:
1010  func(static_cast<chatTypePrivate &>(obj));
1011  return true;
1013  func(static_cast<chatTypeBasicGroup &>(obj));
1014  return true;
1016  func(static_cast<chatTypeSupergroup &>(obj));
1017  return true;
1018  case chatTypeSecret::ID:
1019  func(static_cast<chatTypeSecret &>(obj));
1020  return true;
1021  case chats::ID:
1022  func(static_cast<chats &>(obj));
1023  return true;
1025  func(static_cast<checkChatUsernameResultOk &>(obj));
1026  return true;
1028  func(static_cast<checkChatUsernameResultUsernameInvalid &>(obj));
1029  return true;
1031  func(static_cast<checkChatUsernameResultUsernameOccupied &>(obj));
1032  return true;
1034  func(static_cast<checkChatUsernameResultUsernamePurchasable &>(obj));
1035  return true;
1037  func(static_cast<checkChatUsernameResultPublicChatsTooMany &>(obj));
1038  return true;
1040  func(static_cast<checkChatUsernameResultPublicGroupsUnavailable &>(obj));
1041  return true;
1043  func(static_cast<checkStickerSetNameResultOk &>(obj));
1044  return true;
1046  func(static_cast<checkStickerSetNameResultNameInvalid &>(obj));
1047  return true;
1049  func(static_cast<checkStickerSetNameResultNameOccupied &>(obj));
1050  return true;
1051  case closeBirthdayUser::ID:
1052  func(static_cast<closeBirthdayUser &>(obj));
1053  return true;
1054  case closedVectorPath::ID:
1055  func(static_cast<closedVectorPath &>(obj));
1056  return true;
1058  func(static_cast<collectibleItemInfo &>(obj));
1059  return true;
1061  func(static_cast<collectibleItemTypeUsername &>(obj));
1062  return true;
1064  func(static_cast<collectibleItemTypePhoneNumber &>(obj));
1065  return true;
1067  func(static_cast<connectedAffiliateProgram &>(obj));
1068  return true;
1070  func(static_cast<connectedAffiliatePrograms &>(obj));
1071  return true;
1072  case connectedWebsite::ID:
1073  func(static_cast<connectedWebsite &>(obj));
1074  return true;
1075  case connectedWebsites::ID:
1076  func(static_cast<connectedWebsites &>(obj));
1077  return true;
1079  func(static_cast<connectionStateWaitingForNetwork &>(obj));
1080  return true;
1082  func(static_cast<connectionStateConnectingToProxy &>(obj));
1083  return true;
1085  func(static_cast<connectionStateConnecting &>(obj));
1086  return true;
1088  func(static_cast<connectionStateUpdating &>(obj));
1089  return true;
1091  func(static_cast<connectionStateReady &>(obj));
1092  return true;
1093  case contact::ID:
1094  func(static_cast<contact &>(obj));
1095  return true;
1096  case count::ID:
1097  func(static_cast<count &>(obj));
1098  return true;
1099  case countries::ID:
1100  func(static_cast<countries &>(obj));
1101  return true;
1102  case countryInfo::ID:
1103  func(static_cast<countryInfo &>(obj));
1104  return true;
1106  func(static_cast<createdBasicGroupChat &>(obj));
1107  return true;
1108  case currentWeather::ID:
1109  func(static_cast<currentWeather &>(obj));
1110  return true;
1112  func(static_cast<customRequestResult &>(obj));
1113  return true;
1115  func(static_cast<databaseStatistics &>(obj));
1116  return true;
1117  case date::ID:
1118  func(static_cast<date &>(obj));
1119  return true;
1120  case dateRange::ID:
1121  func(static_cast<dateRange &>(obj));
1122  return true;
1123  case datedFile::ID:
1124  func(static_cast<datedFile &>(obj));
1125  return true;
1126  case deepLinkInfo::ID:
1127  func(static_cast<deepLinkInfo &>(obj));
1128  return true;
1130  func(static_cast<deviceTokenFirebaseCloudMessaging &>(obj));
1131  return true;
1133  func(static_cast<deviceTokenApplePush &>(obj));
1134  return true;
1136  func(static_cast<deviceTokenApplePushVoIP &>(obj));
1137  return true;
1139  func(static_cast<deviceTokenWindowsPush &>(obj));
1140  return true;
1142  func(static_cast<deviceTokenMicrosoftPush &>(obj));
1143  return true;
1145  func(static_cast<deviceTokenMicrosoftPushVoIP &>(obj));
1146  return true;
1148  func(static_cast<deviceTokenWebPush &>(obj));
1149  return true;
1151  func(static_cast<deviceTokenSimplePush &>(obj));
1152  return true;
1154  func(static_cast<deviceTokenUbuntuPush &>(obj));
1155  return true;
1157  func(static_cast<deviceTokenBlackBerryPush &>(obj));
1158  return true;
1160  func(static_cast<deviceTokenTizenPush &>(obj));
1161  return true;
1163  func(static_cast<deviceTokenHuaweiPush &>(obj));
1164  return true;
1166  func(static_cast<diceStickersRegular &>(obj));
1167  return true;
1169  func(static_cast<diceStickersSlotMachine &>(obj));
1170  return true;
1171  case document::ID:
1172  func(static_cast<document &>(obj));
1173  return true;
1175  func(static_cast<downloadedFileCounts &>(obj));
1176  return true;
1177  case draftMessage::ID:
1178  func(static_cast<draftMessage &>(obj));
1179  return true;
1181  func(static_cast<emailAddressAuthenticationCode &>(obj));
1182  return true;
1184  func(static_cast<emailAddressAuthenticationAppleId &>(obj));
1185  return true;
1187  func(static_cast<emailAddressAuthenticationGoogleId &>(obj));
1188  return true;
1190  func(static_cast<emailAddressAuthenticationCodeInfo &>(obj));
1191  return true;
1193  func(static_cast<emailAddressResetStateAvailable &>(obj));
1194  return true;
1196  func(static_cast<emailAddressResetStatePending &>(obj));
1197  return true;
1198  case emojiCategories::ID:
1199  func(static_cast<emojiCategories &>(obj));
1200  return true;
1201  case emojiCategory::ID:
1202  func(static_cast<emojiCategory &>(obj));
1203  return true;
1205  func(static_cast<emojiCategorySourceSearch &>(obj));
1206  return true;
1208  func(static_cast<emojiCategorySourcePremium &>(obj));
1209  return true;
1211  func(static_cast<emojiCategoryTypeDefault &>(obj));
1212  return true;
1214  func(static_cast<emojiCategoryTypeRegularStickers &>(obj));
1215  return true;
1217  func(static_cast<emojiCategoryTypeEmojiStatus &>(obj));
1218  return true;
1220  func(static_cast<emojiCategoryTypeChatPhoto &>(obj));
1221  return true;
1222  case emojiKeyword::ID:
1223  func(static_cast<emojiKeyword &>(obj));
1224  return true;
1225  case emojiKeywords::ID:
1226  func(static_cast<emojiKeywords &>(obj));
1227  return true;
1228  case emojiReaction::ID:
1229  func(static_cast<emojiReaction &>(obj));
1230  return true;
1231  case emojiStatus::ID:
1232  func(static_cast<emojiStatus &>(obj));
1233  return true;
1234  case emojiStatuses::ID:
1235  func(static_cast<emojiStatuses &>(obj));
1236  return true;
1237  case emojis::ID:
1238  func(static_cast<emojis &>(obj));
1239  return true;
1241  func(static_cast<encryptedCredentials &>(obj));
1242  return true;
1244  func(static_cast<encryptedPassportElement &>(obj));
1245  return true;
1246  case error::ID:
1247  func(static_cast<error &>(obj));
1248  return true;
1249  case factCheck::ID:
1250  func(static_cast<factCheck &>(obj));
1251  return true;
1252  case failedToAddMember::ID:
1253  func(static_cast<failedToAddMember &>(obj));
1254  return true;
1256  func(static_cast<failedToAddMembers &>(obj));
1257  return true;
1258  case file::ID:
1259  func(static_cast<file &>(obj));
1260  return true;
1261  case fileDownload::ID:
1262  func(static_cast<fileDownload &>(obj));
1263  return true;
1265  func(static_cast<fileDownloadedPrefixSize &>(obj));
1266  return true;
1267  case filePart::ID:
1268  func(static_cast<filePart &>(obj));
1269  return true;
1270  case fileTypeNone::ID:
1271  func(static_cast<fileTypeNone &>(obj));
1272  return true;
1273  case fileTypeAnimation::ID:
1274  func(static_cast<fileTypeAnimation &>(obj));
1275  return true;
1276  case fileTypeAudio::ID:
1277  func(static_cast<fileTypeAudio &>(obj));
1278  return true;
1279  case fileTypeDocument::ID:
1280  func(static_cast<fileTypeDocument &>(obj));
1281  return true;
1283  func(static_cast<fileTypeNotificationSound &>(obj));
1284  return true;
1285  case fileTypePhoto::ID:
1286  func(static_cast<fileTypePhoto &>(obj));
1287  return true;
1289  func(static_cast<fileTypePhotoStory &>(obj));
1290  return true;
1292  func(static_cast<fileTypeProfilePhoto &>(obj));
1293  return true;
1294  case fileTypeSecret::ID:
1295  func(static_cast<fileTypeSecret &>(obj));
1296  return true;
1298  func(static_cast<fileTypeSecretThumbnail &>(obj));
1299  return true;
1300  case fileTypeSecure::ID:
1301  func(static_cast<fileTypeSecure &>(obj));
1302  return true;
1304  func(static_cast<fileTypeSelfDestructingPhoto &>(obj));
1305  return true;
1307  func(static_cast<fileTypeSelfDestructingVideo &>(obj));
1308  return true;
1310  func(static_cast<fileTypeSelfDestructingVideoNote &>(obj));
1311  return true;
1313  func(static_cast<fileTypeSelfDestructingVoiceNote &>(obj));
1314  return true;
1315  case fileTypeSticker::ID:
1316  func(static_cast<fileTypeSticker &>(obj));
1317  return true;
1318  case fileTypeThumbnail::ID:
1319  func(static_cast<fileTypeThumbnail &>(obj));
1320  return true;
1321  case fileTypeUnknown::ID:
1322  func(static_cast<fileTypeUnknown &>(obj));
1323  return true;
1324  case fileTypeVideo::ID:
1325  func(static_cast<fileTypeVideo &>(obj));
1326  return true;
1327  case fileTypeVideoNote::ID:
1328  func(static_cast<fileTypeVideoNote &>(obj));
1329  return true;
1331  func(static_cast<fileTypeVideoStory &>(obj));
1332  return true;
1333  case fileTypeVoiceNote::ID:
1334  func(static_cast<fileTypeVoiceNote &>(obj));
1335  return true;
1336  case fileTypeWallpaper::ID:
1337  func(static_cast<fileTypeWallpaper &>(obj));
1338  return true;
1340  func(static_cast<firebaseAuthenticationSettingsAndroid &>(obj));
1341  return true;
1343  func(static_cast<firebaseAuthenticationSettingsIos &>(obj));
1344  return true;
1346  func(static_cast<firebaseDeviceVerificationParametersSafetyNet &>(obj));
1347  return true;
1349  func(static_cast<firebaseDeviceVerificationParametersPlayIntegrity &>(obj));
1350  return true;
1351  case formattedText::ID:
1352  func(static_cast<formattedText &>(obj));
1353  return true;
1354  case forumTopic::ID:
1355  func(static_cast<forumTopic &>(obj));
1356  return true;
1357  case forumTopicIcon::ID:
1358  func(static_cast<forumTopicIcon &>(obj));
1359  return true;
1360  case forumTopicInfo::ID:
1361  func(static_cast<forumTopicInfo &>(obj));
1362  return true;
1363  case forumTopics::ID:
1364  func(static_cast<forumTopics &>(obj));
1365  return true;
1366  case forwardSource::ID:
1367  func(static_cast<forwardSource &>(obj));
1368  return true;
1370  func(static_cast<foundAffiliateProgram &>(obj));
1371  return true;
1373  func(static_cast<foundAffiliatePrograms &>(obj));
1374  return true;
1375  case foundChatBoosts::ID:
1376  func(static_cast<foundChatBoosts &>(obj));
1377  return true;
1378  case foundChatMessages::ID:
1379  func(static_cast<foundChatMessages &>(obj));
1380  return true;
1382  func(static_cast<foundFileDownloads &>(obj));
1383  return true;
1384  case foundMessages::ID:
1385  func(static_cast<foundMessages &>(obj));
1386  return true;
1387  case foundPosition::ID:
1388  func(static_cast<foundPosition &>(obj));
1389  return true;
1390  case foundPositions::ID:
1391  func(static_cast<foundPositions &>(obj));
1392  return true;
1393  case foundStories::ID:
1394  func(static_cast<foundStories &>(obj));
1395  return true;
1396  case foundUsers::ID:
1397  func(static_cast<foundUsers &>(obj));
1398  return true;
1399  case foundWebApp::ID:
1400  func(static_cast<foundWebApp &>(obj));
1401  return true;
1402  case game::ID:
1403  func(static_cast<game &>(obj));
1404  return true;
1405  case gameHighScore::ID:
1406  func(static_cast<gameHighScore &>(obj));
1407  return true;
1408  case gameHighScores::ID:
1409  func(static_cast<gameHighScores &>(obj));
1410  return true;
1411  case gift::ID:
1412  func(static_cast<gift &>(obj));
1413  return true;
1415  func(static_cast<giftUpgradePreview &>(obj));
1416  return true;
1417  case gifts::ID:
1418  func(static_cast<gifts &>(obj));
1419  return true;
1421  func(static_cast<giveawayInfoOngoing &>(obj));
1422  return true;
1424  func(static_cast<giveawayInfoCompleted &>(obj));
1425  return true;
1427  func(static_cast<giveawayParameters &>(obj));
1428  return true;
1430  func(static_cast<giveawayParticipantStatusEligible &>(obj));
1431  return true;
1433  func(static_cast<giveawayParticipantStatusParticipating &>(obj));
1434  return true;
1436  func(static_cast<giveawayParticipantStatusAlreadyWasMember &>(obj));
1437  return true;
1439  func(static_cast<giveawayParticipantStatusAdministrator &>(obj));
1440  return true;
1442  func(static_cast<giveawayParticipantStatusDisallowedCountry &>(obj));
1443  return true;
1445  func(static_cast<giveawayPrizePremium &>(obj));
1446  return true;
1448  func(static_cast<giveawayPrizeStars &>(obj));
1449  return true;
1450  case groupCall::ID:
1451  func(static_cast<groupCall &>(obj));
1452  return true;
1453  case groupCallId::ID:
1454  func(static_cast<groupCallId &>(obj));
1455  return true;
1457  func(static_cast<groupCallParticipant &>(obj));
1458  return true;
1460  func(static_cast<groupCallParticipantVideoInfo &>(obj));
1461  return true;
1463  func(static_cast<groupCallRecentSpeaker &>(obj));
1464  return true;
1465  case groupCallStream::ID:
1466  func(static_cast<groupCallStream &>(obj));
1467  return true;
1468  case groupCallStreams::ID:
1469  func(static_cast<groupCallStreams &>(obj));
1470  return true;
1472  func(static_cast<groupCallVideoQualityThumbnail &>(obj));
1473  return true;
1475  func(static_cast<groupCallVideoQualityMedium &>(obj));
1476  return true;
1478  func(static_cast<groupCallVideoQualityFull &>(obj));
1479  return true;
1481  func(static_cast<groupCallVideoSourceGroup &>(obj));
1482  return true;
1483  case hashtags::ID:
1484  func(static_cast<hashtags &>(obj));
1485  return true;
1486  case httpUrl::ID:
1487  func(static_cast<httpUrl &>(obj));
1488  return true;
1489  case identityDocument::ID:
1490  func(static_cast<identityDocument &>(obj));
1491  return true;
1492  case importedContacts::ID:
1493  func(static_cast<importedContacts &>(obj));
1494  return true;
1496  func(static_cast<inlineKeyboardButton &>(obj));
1497  return true;
1499  func(static_cast<inlineKeyboardButtonTypeUrl &>(obj));
1500  return true;
1502  func(static_cast<inlineKeyboardButtonTypeLoginUrl &>(obj));
1503  return true;
1505  func(static_cast<inlineKeyboardButtonTypeWebApp &>(obj));
1506  return true;
1508  func(static_cast<inlineKeyboardButtonTypeCallback &>(obj));
1509  return true;
1511  func(static_cast<inlineKeyboardButtonTypeCallbackWithPassword &>(obj));
1512  return true;
1514  func(static_cast<inlineKeyboardButtonTypeCallbackGame &>(obj));
1515  return true;
1517  func(static_cast<inlineKeyboardButtonTypeSwitchInline &>(obj));
1518  return true;
1520  func(static_cast<inlineKeyboardButtonTypeBuy &>(obj));
1521  return true;
1523  func(static_cast<inlineKeyboardButtonTypeUser &>(obj));
1524  return true;
1526  func(static_cast<inlineKeyboardButtonTypeCopyText &>(obj));
1527  return true;
1529  func(static_cast<inlineQueryResultArticle &>(obj));
1530  return true;
1532  func(static_cast<inlineQueryResultContact &>(obj));
1533  return true;
1535  func(static_cast<inlineQueryResultLocation &>(obj));
1536  return true;
1538  func(static_cast<inlineQueryResultVenue &>(obj));
1539  return true;
1541  func(static_cast<inlineQueryResultGame &>(obj));
1542  return true;
1544  func(static_cast<inlineQueryResultAnimation &>(obj));
1545  return true;
1547  func(static_cast<inlineQueryResultAudio &>(obj));
1548  return true;
1550  func(static_cast<inlineQueryResultDocument &>(obj));
1551  return true;
1553  func(static_cast<inlineQueryResultPhoto &>(obj));
1554  return true;
1556  func(static_cast<inlineQueryResultSticker &>(obj));
1557  return true;
1559  func(static_cast<inlineQueryResultVideo &>(obj));
1560  return true;
1562  func(static_cast<inlineQueryResultVoiceNote &>(obj));
1563  return true;
1565  func(static_cast<inlineQueryResults &>(obj));
1566  return true;
1568  func(static_cast<inlineQueryResultsButton &>(obj));
1569  return true;
1571  func(static_cast<inlineQueryResultsButtonTypeStartBot &>(obj));
1572  return true;
1574  func(static_cast<inlineQueryResultsButtonTypeWebApp &>(obj));
1575  return true;
1577  func(static_cast<inputBackgroundLocal &>(obj));
1578  return true;
1580  func(static_cast<inputBackgroundRemote &>(obj));
1581  return true;
1583  func(static_cast<inputBackgroundPrevious &>(obj));
1584  return true;
1586  func(static_cast<inputBusinessChatLink &>(obj));
1587  return true;
1589  func(static_cast<inputBusinessStartPage &>(obj));
1590  return true;
1592  func(static_cast<inputChatPhotoPrevious &>(obj));
1593  return true;
1595  func(static_cast<inputChatPhotoStatic &>(obj));
1596  return true;
1598  func(static_cast<inputChatPhotoAnimation &>(obj));
1599  return true;
1601  func(static_cast<inputChatPhotoSticker &>(obj));
1602  return true;
1604  func(static_cast<inputCredentialsSaved &>(obj));
1605  return true;
1607  func(static_cast<inputCredentialsNew &>(obj));
1608  return true;
1610  func(static_cast<inputCredentialsApplePay &>(obj));
1611  return true;
1613  func(static_cast<inputCredentialsGooglePay &>(obj));
1614  return true;
1615  case inputFileId::ID:
1616  func(static_cast<inputFileId &>(obj));
1617  return true;
1618  case inputFileRemote::ID:
1619  func(static_cast<inputFileRemote &>(obj));
1620  return true;
1621  case inputFileLocal::ID:
1622  func(static_cast<inputFileLocal &>(obj));
1623  return true;
1625  func(static_cast<inputFileGenerated &>(obj));
1626  return true;
1628  func(static_cast<inputIdentityDocument &>(obj));
1629  return true;
1631  func(static_cast<inputInlineQueryResultAnimation &>(obj));
1632  return true;
1634  func(static_cast<inputInlineQueryResultArticle &>(obj));
1635  return true;
1637  func(static_cast<inputInlineQueryResultAudio &>(obj));
1638  return true;
1640  func(static_cast<inputInlineQueryResultContact &>(obj));
1641  return true;
1643  func(static_cast<inputInlineQueryResultDocument &>(obj));
1644  return true;
1646  func(static_cast<inputInlineQueryResultGame &>(obj));
1647  return true;
1649  func(static_cast<inputInlineQueryResultLocation &>(obj));
1650  return true;
1652  func(static_cast<inputInlineQueryResultPhoto &>(obj));
1653  return true;
1655  func(static_cast<inputInlineQueryResultSticker &>(obj));
1656  return true;
1658  func(static_cast<inputInlineQueryResultVenue &>(obj));
1659  return true;
1661  func(static_cast<inputInlineQueryResultVideo &>(obj));
1662  return true;
1664  func(static_cast<inputInlineQueryResultVoiceNote &>(obj));
1665  return true;
1667  func(static_cast<inputInvoiceMessage &>(obj));
1668  return true;
1669  case inputInvoiceName::ID:
1670  func(static_cast<inputInvoiceName &>(obj));
1671  return true;
1673  func(static_cast<inputInvoiceTelegram &>(obj));
1674  return true;
1675  case inputMessageText::ID:
1676  func(static_cast<inputMessageText &>(obj));
1677  return true;
1679  func(static_cast<inputMessageAnimation &>(obj));
1680  return true;
1681  case inputMessageAudio::ID:
1682  func(static_cast<inputMessageAudio &>(obj));
1683  return true;
1685  func(static_cast<inputMessageDocument &>(obj));
1686  return true;
1688  func(static_cast<inputMessagePaidMedia &>(obj));
1689  return true;
1690  case inputMessagePhoto::ID:
1691  func(static_cast<inputMessagePhoto &>(obj));
1692  return true;
1694  func(static_cast<inputMessageSticker &>(obj));
1695  return true;
1696  case inputMessageVideo::ID:
1697  func(static_cast<inputMessageVideo &>(obj));
1698  return true;
1700  func(static_cast<inputMessageVideoNote &>(obj));
1701  return true;
1703  func(static_cast<inputMessageVoiceNote &>(obj));
1704  return true;
1706  func(static_cast<inputMessageLocation &>(obj));
1707  return true;
1708  case inputMessageVenue::ID:
1709  func(static_cast<inputMessageVenue &>(obj));
1710  return true;
1712  func(static_cast<inputMessageContact &>(obj));
1713  return true;
1714  case inputMessageDice::ID:
1715  func(static_cast<inputMessageDice &>(obj));
1716  return true;
1717  case inputMessageGame::ID:
1718  func(static_cast<inputMessageGame &>(obj));
1719  return true;
1721  func(static_cast<inputMessageInvoice &>(obj));
1722  return true;
1723  case inputMessagePoll::ID:
1724  func(static_cast<inputMessagePoll &>(obj));
1725  return true;
1726  case inputMessageStory::ID:
1727  func(static_cast<inputMessageStory &>(obj));
1728  return true;
1730  func(static_cast<inputMessageForwarded &>(obj));
1731  return true;
1733  func(static_cast<inputMessageReplyToMessage &>(obj));
1734  return true;
1736  func(static_cast<inputMessageReplyToExternalMessage &>(obj));
1737  return true;
1739  func(static_cast<inputMessageReplyToStory &>(obj));
1740  return true;
1741  case inputPaidMedia::ID:
1742  func(static_cast<inputPaidMedia &>(obj));
1743  return true;
1745  func(static_cast<inputPaidMediaTypePhoto &>(obj));
1746  return true;
1748  func(static_cast<inputPaidMediaTypeVideo &>(obj));
1749  return true;
1751  func(static_cast<inputPassportElementPersonalDetails &>(obj));
1752  return true;
1754  func(static_cast<inputPassportElementPassport &>(obj));
1755  return true;
1757  func(static_cast<inputPassportElementDriverLicense &>(obj));
1758  return true;
1760  func(static_cast<inputPassportElementIdentityCard &>(obj));
1761  return true;
1763  func(static_cast<inputPassportElementInternalPassport &>(obj));
1764  return true;
1766  func(static_cast<inputPassportElementAddress &>(obj));
1767  return true;
1769  func(static_cast<inputPassportElementUtilityBill &>(obj));
1770  return true;
1772  func(static_cast<inputPassportElementBankStatement &>(obj));
1773  return true;
1775  func(static_cast<inputPassportElementRentalAgreement &>(obj));
1776  return true;
1778  func(static_cast<inputPassportElementPassportRegistration &>(obj));
1779  return true;
1781  func(static_cast<inputPassportElementTemporaryRegistration &>(obj));
1782  return true;
1784  func(static_cast<inputPassportElementPhoneNumber &>(obj));
1785  return true;
1787  func(static_cast<inputPassportElementEmailAddress &>(obj));
1788  return true;
1790  func(static_cast<inputPassportElementError &>(obj));
1791  return true;
1793  func(static_cast<inputPassportElementErrorSourceUnspecified &>(obj));
1794  return true;
1796  func(static_cast<inputPassportElementErrorSourceDataField &>(obj));
1797  return true;
1799  func(static_cast<inputPassportElementErrorSourceFrontSide &>(obj));
1800  return true;
1802  func(static_cast<inputPassportElementErrorSourceReverseSide &>(obj));
1803  return true;
1805  func(static_cast<inputPassportElementErrorSourceSelfie &>(obj));
1806  return true;
1808  func(static_cast<inputPassportElementErrorSourceTranslationFile &>(obj));
1809  return true;
1811  func(static_cast<inputPassportElementErrorSourceTranslationFiles &>(obj));
1812  return true;
1814  func(static_cast<inputPassportElementErrorSourceFile &>(obj));
1815  return true;
1817  func(static_cast<inputPassportElementErrorSourceFiles &>(obj));
1818  return true;
1820  func(static_cast<inputPersonalDocument &>(obj));
1821  return true;
1822  case inputSticker::ID:
1823  func(static_cast<inputSticker &>(obj));
1824  return true;
1825  case inputStoryArea::ID:
1826  func(static_cast<inputStoryArea &>(obj));
1827  return true;
1829  func(static_cast<inputStoryAreaTypeLocation &>(obj));
1830  return true;
1832  func(static_cast<inputStoryAreaTypeFoundVenue &>(obj));
1833  return true;
1835  func(static_cast<inputStoryAreaTypePreviousVenue &>(obj));
1836  return true;
1838  func(static_cast<inputStoryAreaTypeSuggestedReaction &>(obj));
1839  return true;
1841  func(static_cast<inputStoryAreaTypeMessage &>(obj));
1842  return true;
1844  func(static_cast<inputStoryAreaTypeLink &>(obj));
1845  return true;
1847  func(static_cast<inputStoryAreaTypeWeather &>(obj));
1848  return true;
1849  case inputStoryAreas::ID:
1850  func(static_cast<inputStoryAreas &>(obj));
1851  return true;
1853  func(static_cast<inputStoryContentPhoto &>(obj));
1854  return true;
1856  func(static_cast<inputStoryContentVideo &>(obj));
1857  return true;
1858  case inputTextQuote::ID:
1859  func(static_cast<inputTextQuote &>(obj));
1860  return true;
1861  case inputThumbnail::ID:
1862  func(static_cast<inputThumbnail &>(obj));
1863  return true;
1865  func(static_cast<internalLinkTypeActiveSessions &>(obj));
1866  return true;
1868  func(static_cast<internalLinkTypeAttachmentMenuBot &>(obj));
1869  return true;
1871  func(static_cast<internalLinkTypeAuthenticationCode &>(obj));
1872  return true;
1874  func(static_cast<internalLinkTypeBackground &>(obj));
1875  return true;
1877  func(static_cast<internalLinkTypeBotAddToChannel &>(obj));
1878  return true;
1880  func(static_cast<internalLinkTypeBotStart &>(obj));
1881  return true;
1883  func(static_cast<internalLinkTypeBotStartInGroup &>(obj));
1884  return true;
1886  func(static_cast<internalLinkTypeBusinessChat &>(obj));
1887  return true;
1889  func(static_cast<internalLinkTypeBuyStars &>(obj));
1890  return true;
1892  func(static_cast<internalLinkTypeChangePhoneNumber &>(obj));
1893  return true;
1895  func(static_cast<internalLinkTypeChatAffiliateProgram &>(obj));
1896  return true;
1898  func(static_cast<internalLinkTypeChatBoost &>(obj));
1899  return true;
1901  func(static_cast<internalLinkTypeChatFolderInvite &>(obj));
1902  return true;
1904  func(static_cast<internalLinkTypeChatFolderSettings &>(obj));
1905  return true;
1907  func(static_cast<internalLinkTypeChatInvite &>(obj));
1908  return true;
1910  func(static_cast<internalLinkTypeDefaultMessageAutoDeleteTimerSettings &>(obj));
1911  return true;
1913  func(static_cast<internalLinkTypeEditProfileSettings &>(obj));
1914  return true;
1916  func(static_cast<internalLinkTypeGame &>(obj));
1917  return true;
1919  func(static_cast<internalLinkTypeInstantView &>(obj));
1920  return true;
1922  func(static_cast<internalLinkTypeInvoice &>(obj));
1923  return true;
1925  func(static_cast<internalLinkTypeLanguagePack &>(obj));
1926  return true;
1928  func(static_cast<internalLinkTypeLanguageSettings &>(obj));
1929  return true;
1931  func(static_cast<internalLinkTypeMainWebApp &>(obj));
1932  return true;
1934  func(static_cast<internalLinkTypeMessage &>(obj));
1935  return true;
1937  func(static_cast<internalLinkTypeMessageDraft &>(obj));
1938  return true;
1940  func(static_cast<internalLinkTypePassportDataRequest &>(obj));
1941  return true;
1943  func(static_cast<internalLinkTypePhoneNumberConfirmation &>(obj));
1944  return true;
1946  func(static_cast<internalLinkTypePremiumFeatures &>(obj));
1947  return true;
1949  func(static_cast<internalLinkTypePremiumGift &>(obj));
1950  return true;
1952  func(static_cast<internalLinkTypePremiumGiftCode &>(obj));
1953  return true;
1955  func(static_cast<internalLinkTypePrivacyAndSecuritySettings &>(obj));
1956  return true;
1958  func(static_cast<internalLinkTypeProxy &>(obj));
1959  return true;
1961  func(static_cast<internalLinkTypePublicChat &>(obj));
1962  return true;
1964  func(static_cast<internalLinkTypeQrCodeAuthentication &>(obj));
1965  return true;
1967  func(static_cast<internalLinkTypeRestorePurchases &>(obj));
1968  return true;
1970  func(static_cast<internalLinkTypeSettings &>(obj));
1971  return true;
1973  func(static_cast<internalLinkTypeStickerSet &>(obj));
1974  return true;
1976  func(static_cast<internalLinkTypeStory &>(obj));
1977  return true;
1979  func(static_cast<internalLinkTypeTheme &>(obj));
1980  return true;
1982  func(static_cast<internalLinkTypeThemeSettings &>(obj));
1983  return true;
1985  func(static_cast<internalLinkTypeUnknownDeepLink &>(obj));
1986  return true;
1988  func(static_cast<internalLinkTypeUnsupportedProxy &>(obj));
1989  return true;
1991  func(static_cast<internalLinkTypeUserPhoneNumber &>(obj));
1992  return true;
1994  func(static_cast<internalLinkTypeUserToken &>(obj));
1995  return true;
1997  func(static_cast<internalLinkTypeVideoChat &>(obj));
1998  return true;
2000  func(static_cast<internalLinkTypeWebApp &>(obj));
2001  return true;
2003  func(static_cast<inviteLinkChatTypeBasicGroup &>(obj));
2004  return true;
2006  func(static_cast<inviteLinkChatTypeSupergroup &>(obj));
2007  return true;
2009  func(static_cast<inviteLinkChatTypeChannel &>(obj));
2010  return true;
2011  case invoice::ID:
2012  func(static_cast<invoice &>(obj));
2013  return true;
2014  case jsonObjectMember::ID:
2015  func(static_cast<jsonObjectMember &>(obj));
2016  return true;
2017  case jsonValueNull::ID:
2018  func(static_cast<jsonValueNull &>(obj));
2019  return true;
2020  case jsonValueBoolean::ID:
2021  func(static_cast<jsonValueBoolean &>(obj));
2022  return true;
2023  case jsonValueNumber::ID:
2024  func(static_cast<jsonValueNumber &>(obj));
2025  return true;
2026  case jsonValueString::ID:
2027  func(static_cast<jsonValueString &>(obj));
2028  return true;
2029  case jsonValueArray::ID:
2030  func(static_cast<jsonValueArray &>(obj));
2031  return true;
2032  case jsonValueObject::ID:
2033  func(static_cast<jsonValueObject &>(obj));
2034  return true;
2035  case keyboardButton::ID:
2036  func(static_cast<keyboardButton &>(obj));
2037  return true;
2039  func(static_cast<keyboardButtonTypeText &>(obj));
2040  return true;
2042  func(static_cast<keyboardButtonTypeRequestPhoneNumber &>(obj));
2043  return true;
2045  func(static_cast<keyboardButtonTypeRequestLocation &>(obj));
2046  return true;
2048  func(static_cast<keyboardButtonTypeRequestPoll &>(obj));
2049  return true;
2051  func(static_cast<keyboardButtonTypeRequestUsers &>(obj));
2052  return true;
2054  func(static_cast<keyboardButtonTypeRequestChat &>(obj));
2055  return true;
2057  func(static_cast<keyboardButtonTypeWebApp &>(obj));
2058  return true;
2059  case labeledPricePart::ID:
2060  func(static_cast<labeledPricePart &>(obj));
2061  return true;
2062  case languagePackInfo::ID:
2063  func(static_cast<languagePackInfo &>(obj));
2064  return true;
2066  func(static_cast<languagePackString &>(obj));
2067  return true;
2069  func(static_cast<languagePackStringValueOrdinary &>(obj));
2070  return true;
2072  func(static_cast<languagePackStringValuePluralized &>(obj));
2073  return true;
2075  func(static_cast<languagePackStringValueDeleted &>(obj));
2076  return true;
2078  func(static_cast<languagePackStrings &>(obj));
2079  return true;
2080  case linkPreview::ID:
2081  func(static_cast<linkPreview &>(obj));
2082  return true;
2084  func(static_cast<linkPreviewAlbumMediaPhoto &>(obj));
2085  return true;
2087  func(static_cast<linkPreviewAlbumMediaVideo &>(obj));
2088  return true;
2090  func(static_cast<linkPreviewOptions &>(obj));
2091  return true;
2093  func(static_cast<linkPreviewTypeAlbum &>(obj));
2094  return true;
2096  func(static_cast<linkPreviewTypeAnimation &>(obj));
2097  return true;
2099  func(static_cast<linkPreviewTypeApp &>(obj));
2100  return true;
2102  func(static_cast<linkPreviewTypeArticle &>(obj));
2103  return true;
2105  func(static_cast<linkPreviewTypeAudio &>(obj));
2106  return true;
2108  func(static_cast<linkPreviewTypeBackground &>(obj));
2109  return true;
2111  func(static_cast<linkPreviewTypeChannelBoost &>(obj));
2112  return true;
2114  func(static_cast<linkPreviewTypeChat &>(obj));
2115  return true;
2117  func(static_cast<linkPreviewTypeDocument &>(obj));
2118  return true;
2120  func(static_cast<linkPreviewTypeEmbeddedAnimationPlayer &>(obj));
2121  return true;
2123  func(static_cast<linkPreviewTypeEmbeddedAudioPlayer &>(obj));
2124  return true;
2126  func(static_cast<linkPreviewTypeEmbeddedVideoPlayer &>(obj));
2127  return true;
2129  func(static_cast<linkPreviewTypeExternalAudio &>(obj));
2130  return true;
2132  func(static_cast<linkPreviewTypeExternalVideo &>(obj));
2133  return true;
2135  func(static_cast<linkPreviewTypeInvoice &>(obj));
2136  return true;
2138  func(static_cast<linkPreviewTypeMessage &>(obj));
2139  return true;
2141  func(static_cast<linkPreviewTypePhoto &>(obj));
2142  return true;
2144  func(static_cast<linkPreviewTypePremiumGiftCode &>(obj));
2145  return true;
2147  func(static_cast<linkPreviewTypeShareableChatFolder &>(obj));
2148  return true;
2150  func(static_cast<linkPreviewTypeSticker &>(obj));
2151  return true;
2153  func(static_cast<linkPreviewTypeStickerSet &>(obj));
2154  return true;
2156  func(static_cast<linkPreviewTypeStory &>(obj));
2157  return true;
2159  func(static_cast<linkPreviewTypeSupergroupBoost &>(obj));
2160  return true;
2162  func(static_cast<linkPreviewTypeTheme &>(obj));
2163  return true;
2165  func(static_cast<linkPreviewTypeUnsupported &>(obj));
2166  return true;
2168  func(static_cast<linkPreviewTypeUser &>(obj));
2169  return true;
2171  func(static_cast<linkPreviewTypeVideo &>(obj));
2172  return true;
2174  func(static_cast<linkPreviewTypeVideoChat &>(obj));
2175  return true;
2177  func(static_cast<linkPreviewTypeVideoNote &>(obj));
2178  return true;
2180  func(static_cast<linkPreviewTypeVoiceNote &>(obj));
2181  return true;
2183  func(static_cast<linkPreviewTypeWebApp &>(obj));
2184  return true;
2185  case localFile::ID:
2186  func(static_cast<localFile &>(obj));
2187  return true;
2189  func(static_cast<localizationTargetInfo &>(obj));
2190  return true;
2191  case location::ID:
2192  func(static_cast<location &>(obj));
2193  return true;
2194  case locationAddress::ID:
2195  func(static_cast<locationAddress &>(obj));
2196  return true;
2197  case logStreamDefault::ID:
2198  func(static_cast<logStreamDefault &>(obj));
2199  return true;
2200  case logStreamFile::ID:
2201  func(static_cast<logStreamFile &>(obj));
2202  return true;
2203  case logStreamEmpty::ID:
2204  func(static_cast<logStreamEmpty &>(obj));
2205  return true;
2206  case logTags::ID:
2207  func(static_cast<logTags &>(obj));
2208  return true;
2209  case logVerbosityLevel::ID:
2210  func(static_cast<logVerbosityLevel &>(obj));
2211  return true;
2212  case loginUrlInfoOpen::ID:
2213  func(static_cast<loginUrlInfoOpen &>(obj));
2214  return true;
2216  func(static_cast<loginUrlInfoRequestConfirmation &>(obj));
2217  return true;
2218  case mainWebApp::ID:
2219  func(static_cast<mainWebApp &>(obj));
2220  return true;
2221  case maskPointForehead::ID:
2222  func(static_cast<maskPointForehead &>(obj));
2223  return true;
2224  case maskPointEyes::ID:
2225  func(static_cast<maskPointEyes &>(obj));
2226  return true;
2227  case maskPointMouth::ID:
2228  func(static_cast<maskPointMouth &>(obj));
2229  return true;
2230  case maskPointChin::ID:
2231  func(static_cast<maskPointChin &>(obj));
2232  return true;
2233  case maskPosition::ID:
2234  func(static_cast<maskPosition &>(obj));
2235  return true;
2236  case message::ID:
2237  func(static_cast<message &>(obj));
2238  return true;
2240  func(static_cast<messageAutoDeleteTime &>(obj));
2241  return true;
2242  case messageCalendar::ID:
2243  func(static_cast<messageCalendar &>(obj));
2244  return true;
2246  func(static_cast<messageCalendarDay &>(obj));
2247  return true;
2248  case messageText::ID:
2249  func(static_cast<messageText &>(obj));
2250  return true;
2251  case messageAnimation::ID:
2252  func(static_cast<messageAnimation &>(obj));
2253  return true;
2254  case messageAudio::ID:
2255  func(static_cast<messageAudio &>(obj));
2256  return true;
2257  case messageDocument::ID:
2258  func(static_cast<messageDocument &>(obj));
2259  return true;
2260  case messagePaidMedia::ID:
2261  func(static_cast<messagePaidMedia &>(obj));
2262  return true;
2263  case messagePhoto::ID:
2264  func(static_cast<messagePhoto &>(obj));
2265  return true;
2266  case messageSticker::ID:
2267  func(static_cast<messageSticker &>(obj));
2268  return true;
2269  case messageVideo::ID:
2270  func(static_cast<messageVideo &>(obj));
2271  return true;
2272  case messageVideoNote::ID:
2273  func(static_cast<messageVideoNote &>(obj));
2274  return true;
2275  case messageVoiceNote::ID:
2276  func(static_cast<messageVoiceNote &>(obj));
2277  return true;
2279  func(static_cast<messageExpiredPhoto &>(obj));
2280  return true;
2282  func(static_cast<messageExpiredVideo &>(obj));
2283  return true;
2285  func(static_cast<messageExpiredVideoNote &>(obj));
2286  return true;
2288  func(static_cast<messageExpiredVoiceNote &>(obj));
2289  return true;
2290  case messageLocation::ID:
2291  func(static_cast<messageLocation &>(obj));
2292  return true;
2293  case messageVenue::ID:
2294  func(static_cast<messageVenue &>(obj));
2295  return true;
2296  case messageContact::ID:
2297  func(static_cast<messageContact &>(obj));
2298  return true;
2300  func(static_cast<messageAnimatedEmoji &>(obj));
2301  return true;
2302  case messageDice::ID:
2303  func(static_cast<messageDice &>(obj));
2304  return true;
2305  case messageGame::ID:
2306  func(static_cast<messageGame &>(obj));
2307  return true;
2308  case messagePoll::ID:
2309  func(static_cast<messagePoll &>(obj));
2310  return true;
2311  case messageStory::ID:
2312  func(static_cast<messageStory &>(obj));
2313  return true;
2314  case messageInvoice::ID:
2315  func(static_cast<messageInvoice &>(obj));
2316  return true;
2317  case messageCall::ID:
2318  func(static_cast<messageCall &>(obj));
2319  return true;
2321  func(static_cast<messageVideoChatScheduled &>(obj));
2322  return true;
2324  func(static_cast<messageVideoChatStarted &>(obj));
2325  return true;
2327  func(static_cast<messageVideoChatEnded &>(obj));
2328  return true;
2330  func(static_cast<messageInviteVideoChatParticipants &>(obj));
2331  return true;
2333  func(static_cast<messageBasicGroupChatCreate &>(obj));
2334  return true;
2336  func(static_cast<messageSupergroupChatCreate &>(obj));
2337  return true;
2339  func(static_cast<messageChatChangeTitle &>(obj));
2340  return true;
2342  func(static_cast<messageChatChangePhoto &>(obj));
2343  return true;
2345  func(static_cast<messageChatDeletePhoto &>(obj));
2346  return true;
2348  func(static_cast<messageChatAddMembers &>(obj));
2349  return true;
2351  func(static_cast<messageChatJoinByLink &>(obj));
2352  return true;
2354  func(static_cast<messageChatJoinByRequest &>(obj));
2355  return true;
2357  func(static_cast<messageChatDeleteMember &>(obj));
2358  return true;
2360  func(static_cast<messageChatUpgradeTo &>(obj));
2361  return true;
2363  func(static_cast<messageChatUpgradeFrom &>(obj));
2364  return true;
2365  case messagePinMessage::ID:
2366  func(static_cast<messagePinMessage &>(obj));
2367  return true;
2369  func(static_cast<messageScreenshotTaken &>(obj));
2370  return true;
2372  func(static_cast<messageChatSetBackground &>(obj));
2373  return true;
2375  func(static_cast<messageChatSetTheme &>(obj));
2376  return true;
2378  func(static_cast<messageChatSetMessageAutoDeleteTime &>(obj));
2379  return true;
2380  case messageChatBoost::ID:
2381  func(static_cast<messageChatBoost &>(obj));
2382  return true;
2384  func(static_cast<messageForumTopicCreated &>(obj));
2385  return true;
2387  func(static_cast<messageForumTopicEdited &>(obj));
2388  return true;
2390  func(static_cast<messageForumTopicIsClosedToggled &>(obj));
2391  return true;
2393  func(static_cast<messageForumTopicIsHiddenToggled &>(obj));
2394  return true;
2396  func(static_cast<messageSuggestProfilePhoto &>(obj));
2397  return true;
2399  func(static_cast<messageCustomServiceAction &>(obj));
2400  return true;
2401  case messageGameScore::ID:
2402  func(static_cast<messageGameScore &>(obj));
2403  return true;
2405  func(static_cast<messagePaymentSuccessful &>(obj));
2406  return true;
2408  func(static_cast<messagePaymentSuccessfulBot &>(obj));
2409  return true;
2411  func(static_cast<messagePaymentRefunded &>(obj));
2412  return true;
2414  func(static_cast<messageGiftedPremium &>(obj));
2415  return true;
2417  func(static_cast<messagePremiumGiftCode &>(obj));
2418  return true;
2420  func(static_cast<messageGiveawayCreated &>(obj));
2421  return true;
2422  case messageGiveaway::ID:
2423  func(static_cast<messageGiveaway &>(obj));
2424  return true;
2426  func(static_cast<messageGiveawayCompleted &>(obj));
2427  return true;
2429  func(static_cast<messageGiveawayWinners &>(obj));
2430  return true;
2432  func(static_cast<messageGiftedStars &>(obj));
2433  return true;
2435  func(static_cast<messageGiveawayPrizeStars &>(obj));
2436  return true;
2437  case messageGift::ID:
2438  func(static_cast<messageGift &>(obj));
2439  return true;
2441  func(static_cast<messageUpgradedGift &>(obj));
2442  return true;
2444  func(static_cast<messageRefundedUpgradedGift &>(obj));
2445  return true;
2447  func(static_cast<messageContactRegistered &>(obj));
2448  return true;
2450  func(static_cast<messageUsersShared &>(obj));
2451  return true;
2452  case messageChatShared::ID:
2453  func(static_cast<messageChatShared &>(obj));
2454  return true;
2456  func(static_cast<messageBotWriteAccessAllowed &>(obj));
2457  return true;
2459  func(static_cast<messageWebAppDataSent &>(obj));
2460  return true;
2462  func(static_cast<messageWebAppDataReceived &>(obj));
2463  return true;
2465  func(static_cast<messagePassportDataSent &>(obj));
2466  return true;
2468  func(static_cast<messagePassportDataReceived &>(obj));
2469  return true;
2471  func(static_cast<messageProximityAlertTriggered &>(obj));
2472  return true;
2474  func(static_cast<messageUnsupported &>(obj));
2475  return true;
2477  func(static_cast<messageCopyOptions &>(obj));
2478  return true;
2479  case messageEffect::ID:
2480  func(static_cast<messageEffect &>(obj));
2481  return true;
2483  func(static_cast<messageEffectTypeEmojiReaction &>(obj));
2484  return true;
2486  func(static_cast<messageEffectTypePremiumSticker &>(obj));
2487  return true;
2489  func(static_cast<messageFileTypePrivate &>(obj));
2490  return true;
2492  func(static_cast<messageFileTypeGroup &>(obj));
2493  return true;
2495  func(static_cast<messageFileTypeUnknown &>(obj));
2496  return true;
2498  func(static_cast<messageForwardInfo &>(obj));
2499  return true;
2500  case messageImportInfo::ID:
2501  func(static_cast<messageImportInfo &>(obj));
2502  return true;
2504  func(static_cast<messageInteractionInfo &>(obj));
2505  return true;
2506  case messageLink::ID:
2507  func(static_cast<messageLink &>(obj));
2508  return true;
2509  case messageLinkInfo::ID:
2510  func(static_cast<messageLinkInfo &>(obj));
2511  return true;
2512  case messageOriginUser::ID:
2513  func(static_cast<messageOriginUser &>(obj));
2514  return true;
2516  func(static_cast<messageOriginHiddenUser &>(obj));
2517  return true;
2518  case messageOriginChat::ID:
2519  func(static_cast<messageOriginChat &>(obj));
2520  return true;
2522  func(static_cast<messageOriginChannel &>(obj));
2523  return true;
2524  case messagePosition::ID:
2525  func(static_cast<messagePosition &>(obj));
2526  return true;
2527  case messagePositions::ID:
2528  func(static_cast<messagePositions &>(obj));
2529  return true;
2530  case messageProperties::ID:
2531  func(static_cast<messageProperties &>(obj));
2532  return true;
2533  case messageReaction::ID:
2534  func(static_cast<messageReaction &>(obj));
2535  return true;
2536  case messageReactions::ID:
2537  func(static_cast<messageReactions &>(obj));
2538  return true;
2540  func(static_cast<messageReadDateRead &>(obj));
2541  return true;
2543  func(static_cast<messageReadDateUnread &>(obj));
2544  return true;
2546  func(static_cast<messageReadDateTooOld &>(obj));
2547  return true;
2549  func(static_cast<messageReadDateUserPrivacyRestricted &>(obj));
2550  return true;
2552  func(static_cast<messageReadDateMyPrivacyRestricted &>(obj));
2553  return true;
2554  case messageReplyInfo::ID:
2555  func(static_cast<messageReplyInfo &>(obj));
2556  return true;
2558  func(static_cast<messageReplyToMessage &>(obj));
2559  return true;
2561  func(static_cast<messageReplyToStory &>(obj));
2562  return true;
2564  func(static_cast<messageSchedulingStateSendAtDate &>(obj));
2565  return true;
2567  func(static_cast<messageSchedulingStateSendWhenOnline &>(obj));
2568  return true;
2570  func(static_cast<messageSchedulingStateSendWhenVideoProcessed &>(obj));
2571  return true;
2573  func(static_cast<messageSelfDestructTypeTimer &>(obj));
2574  return true;
2576  func(static_cast<messageSelfDestructTypeImmediately &>(obj));
2577  return true;
2579  func(static_cast<messageSendOptions &>(obj));
2580  return true;
2581  case messageSenderUser::ID:
2582  func(static_cast<messageSenderUser &>(obj));
2583  return true;
2584  case messageSenderChat::ID:
2585  func(static_cast<messageSenderChat &>(obj));
2586  return true;
2587  case messageSenders::ID:
2588  func(static_cast<messageSenders &>(obj));
2589  return true;
2591  func(static_cast<messageSendingStatePending &>(obj));
2592  return true;
2594  func(static_cast<messageSendingStateFailed &>(obj));
2595  return true;
2597  func(static_cast<messageSourceChatHistory &>(obj));
2598  return true;
2600  func(static_cast<messageSourceMessageThreadHistory &>(obj));
2601  return true;
2603  func(static_cast<messageSourceForumTopicHistory &>(obj));
2604  return true;
2606  func(static_cast<messageSourceHistoryPreview &>(obj));
2607  return true;
2609  func(static_cast<messageSourceChatList &>(obj));
2610  return true;
2612  func(static_cast<messageSourceSearch &>(obj));
2613  return true;
2615  func(static_cast<messageSourceChatEventLog &>(obj));
2616  return true;
2618  func(static_cast<messageSourceNotification &>(obj));
2619  return true;
2621  func(static_cast<messageSourceScreenshot &>(obj));
2622  return true;
2624  func(static_cast<messageSourceOther &>(obj));
2625  return true;
2626  case messageSponsor::ID:
2627  func(static_cast<messageSponsor &>(obj));
2628  return true;
2629  case messageStatistics::ID:
2630  func(static_cast<messageStatistics &>(obj));
2631  return true;
2632  case messageThreadInfo::ID:
2633  func(static_cast<messageThreadInfo &>(obj));
2634  return true;
2635  case messageViewer::ID:
2636  func(static_cast<messageViewer &>(obj));
2637  return true;
2638  case messageViewers::ID:
2639  func(static_cast<messageViewers &>(obj));
2640  return true;
2641  case messages::ID:
2642  func(static_cast<messages &>(obj));
2643  return true;
2644  case minithumbnail::ID:
2645  func(static_cast<minithumbnail &>(obj));
2646  return true;
2647  case networkStatistics::ID:
2648  func(static_cast<networkStatistics &>(obj));
2649  return true;
2651  func(static_cast<networkStatisticsEntryFile &>(obj));
2652  return true;
2654  func(static_cast<networkStatisticsEntryCall &>(obj));
2655  return true;
2656  case networkTypeNone::ID:
2657  func(static_cast<networkTypeNone &>(obj));
2658  return true;
2659  case networkTypeMobile::ID:
2660  func(static_cast<networkTypeMobile &>(obj));
2661  return true;
2663  func(static_cast<networkTypeMobileRoaming &>(obj));
2664  return true;
2665  case networkTypeWiFi::ID:
2666  func(static_cast<networkTypeWiFi &>(obj));
2667  return true;
2668  case networkTypeOther::ID:
2669  func(static_cast<networkTypeOther &>(obj));
2670  return true;
2672  func(static_cast<newChatPrivacySettings &>(obj));
2673  return true;
2674  case notification::ID:
2675  func(static_cast<notification &>(obj));
2676  return true;
2677  case notificationGroup::ID:
2678  func(static_cast<notificationGroup &>(obj));
2679  return true;
2681  func(static_cast<notificationGroupTypeMessages &>(obj));
2682  return true;
2684  func(static_cast<notificationGroupTypeMentions &>(obj));
2685  return true;
2687  func(static_cast<notificationGroupTypeSecretChat &>(obj));
2688  return true;
2690  func(static_cast<notificationGroupTypeCalls &>(obj));
2691  return true;
2693  func(static_cast<notificationSettingsScopePrivateChats &>(obj));
2694  return true;
2696  func(static_cast<notificationSettingsScopeGroupChats &>(obj));
2697  return true;
2699  func(static_cast<notificationSettingsScopeChannelChats &>(obj));
2700  return true;
2701  case notificationSound::ID:
2702  func(static_cast<notificationSound &>(obj));
2703  return true;
2705  func(static_cast<notificationSounds &>(obj));
2706  return true;
2708  func(static_cast<notificationTypeNewMessage &>(obj));
2709  return true;
2711  func(static_cast<notificationTypeNewSecretChat &>(obj));
2712  return true;
2714  func(static_cast<notificationTypeNewCall &>(obj));
2715  return true;
2717  func(static_cast<notificationTypeNewPushMessage &>(obj));
2718  return true;
2719  case ok::ID:
2720  func(static_cast<ok &>(obj));
2721  return true;
2723  func(static_cast<optionValueBoolean &>(obj));
2724  return true;
2725  case optionValueEmpty::ID:
2726  func(static_cast<optionValueEmpty &>(obj));
2727  return true;
2729  func(static_cast<optionValueInteger &>(obj));
2730  return true;
2731  case optionValueString::ID:
2732  func(static_cast<optionValueString &>(obj));
2733  return true;
2734  case orderInfo::ID:
2735  func(static_cast<orderInfo &>(obj));
2736  return true;
2737  case outline::ID:
2738  func(static_cast<outline &>(obj));
2739  return true;
2740  case pageBlockTitle::ID:
2741  func(static_cast<pageBlockTitle &>(obj));
2742  return true;
2743  case pageBlockSubtitle::ID:
2744  func(static_cast<pageBlockSubtitle &>(obj));
2745  return true;
2747  func(static_cast<pageBlockAuthorDate &>(obj));
2748  return true;
2749  case pageBlockHeader::ID:
2750  func(static_cast<pageBlockHeader &>(obj));
2751  return true;
2753  func(static_cast<pageBlockSubheader &>(obj));
2754  return true;
2755  case pageBlockKicker::ID:
2756  func(static_cast<pageBlockKicker &>(obj));
2757  return true;
2759  func(static_cast<pageBlockParagraph &>(obj));
2760  return true;
2762  func(static_cast<pageBlockPreformatted &>(obj));
2763  return true;
2764  case pageBlockFooter::ID:
2765  func(static_cast<pageBlockFooter &>(obj));
2766  return true;
2767  case pageBlockDivider::ID:
2768  func(static_cast<pageBlockDivider &>(obj));
2769  return true;
2770  case pageBlockAnchor::ID:
2771  func(static_cast<pageBlockAnchor &>(obj));
2772  return true;
2773  case pageBlockList::ID:
2774  func(static_cast<pageBlockList &>(obj));
2775  return true;
2777  func(static_cast<pageBlockBlockQuote &>(obj));
2778  return true;
2780  func(static_cast<pageBlockPullQuote &>(obj));
2781  return true;
2783  func(static_cast<pageBlockAnimation &>(obj));
2784  return true;
2785  case pageBlockAudio::ID:
2786  func(static_cast<pageBlockAudio &>(obj));
2787  return true;
2788  case pageBlockPhoto::ID:
2789  func(static_cast<pageBlockPhoto &>(obj));
2790  return true;
2791  case pageBlockVideo::ID:
2792  func(static_cast<pageBlockVideo &>(obj));
2793  return true;
2795  func(static_cast<pageBlockVoiceNote &>(obj));
2796  return true;
2797  case pageBlockCover::ID:
2798  func(static_cast<pageBlockCover &>(obj));
2799  return true;
2800  case pageBlockEmbedded::ID:
2801  func(static_cast<pageBlockEmbedded &>(obj));
2802  return true;
2804  func(static_cast<pageBlockEmbeddedPost &>(obj));
2805  return true;
2806  case pageBlockCollage::ID:
2807  func(static_cast<pageBlockCollage &>(obj));
2808  return true;
2810  func(static_cast<pageBlockSlideshow &>(obj));
2811  return true;
2812  case pageBlockChatLink::ID:
2813  func(static_cast<pageBlockChatLink &>(obj));
2814  return true;
2815  case pageBlockTable::ID:
2816  func(static_cast<pageBlockTable &>(obj));
2817  return true;
2818  case pageBlockDetails::ID:
2819  func(static_cast<pageBlockDetails &>(obj));
2820  return true;
2822  func(static_cast<pageBlockRelatedArticles &>(obj));
2823  return true;
2824  case pageBlockMap::ID:
2825  func(static_cast<pageBlockMap &>(obj));
2826  return true;
2827  case pageBlockCaption::ID:
2828  func(static_cast<pageBlockCaption &>(obj));
2829  return true;
2831  func(static_cast<pageBlockHorizontalAlignmentLeft &>(obj));
2832  return true;
2834  func(static_cast<pageBlockHorizontalAlignmentCenter &>(obj));
2835  return true;
2837  func(static_cast<pageBlockHorizontalAlignmentRight &>(obj));
2838  return true;
2839  case pageBlockListItem::ID:
2840  func(static_cast<pageBlockListItem &>(obj));
2841  return true;
2843  func(static_cast<pageBlockRelatedArticle &>(obj));
2844  return true;
2846  func(static_cast<pageBlockTableCell &>(obj));
2847  return true;
2849  func(static_cast<pageBlockVerticalAlignmentTop &>(obj));
2850  return true;
2852  func(static_cast<pageBlockVerticalAlignmentMiddle &>(obj));
2853  return true;
2855  func(static_cast<pageBlockVerticalAlignmentBottom &>(obj));
2856  return true;
2857  case paidMediaPreview::ID:
2858  func(static_cast<paidMediaPreview &>(obj));
2859  return true;
2860  case paidMediaPhoto::ID:
2861  func(static_cast<paidMediaPhoto &>(obj));
2862  return true;
2863  case paidMediaVideo::ID:
2864  func(static_cast<paidMediaVideo &>(obj));
2865  return true;
2867  func(static_cast<paidMediaUnsupported &>(obj));
2868  return true;
2869  case paidReactor::ID:
2870  func(static_cast<paidReactor &>(obj));
2871  return true;
2873  func(static_cast<passportAuthorizationForm &>(obj));
2874  return true;
2876  func(static_cast<passportElementPersonalDetails &>(obj));
2877  return true;
2879  func(static_cast<passportElementPassport &>(obj));
2880  return true;
2882  func(static_cast<passportElementDriverLicense &>(obj));
2883  return true;
2885  func(static_cast<passportElementIdentityCard &>(obj));
2886  return true;
2888  func(static_cast<passportElementInternalPassport &>(obj));
2889  return true;
2891  func(static_cast<passportElementAddress &>(obj));
2892  return true;
2894  func(static_cast<passportElementUtilityBill &>(obj));
2895  return true;
2897  func(static_cast<passportElementBankStatement &>(obj));
2898  return true;
2900  func(static_cast<passportElementRentalAgreement &>(obj));
2901  return true;
2903  func(static_cast<passportElementPassportRegistration &>(obj));
2904  return true;
2906  func(static_cast<passportElementTemporaryRegistration &>(obj));
2907  return true;
2909  func(static_cast<passportElementPhoneNumber &>(obj));
2910  return true;
2912  func(static_cast<passportElementEmailAddress &>(obj));
2913  return true;
2915  func(static_cast<passportElementError &>(obj));
2916  return true;
2918  func(static_cast<passportElementErrorSourceUnspecified &>(obj));
2919  return true;
2921  func(static_cast<passportElementErrorSourceDataField &>(obj));
2922  return true;
2924  func(static_cast<passportElementErrorSourceFrontSide &>(obj));
2925  return true;
2927  func(static_cast<passportElementErrorSourceReverseSide &>(obj));
2928  return true;
2930  func(static_cast<passportElementErrorSourceSelfie &>(obj));
2931  return true;
2933  func(static_cast<passportElementErrorSourceTranslationFile &>(obj));
2934  return true;
2936  func(static_cast<passportElementErrorSourceTranslationFiles &>(obj));
2937  return true;
2939  func(static_cast<passportElementErrorSourceFile &>(obj));
2940  return true;
2942  func(static_cast<passportElementErrorSourceFiles &>(obj));
2943  return true;
2945  func(static_cast<passportElementTypePersonalDetails &>(obj));
2946  return true;
2948  func(static_cast<passportElementTypePassport &>(obj));
2949  return true;
2951  func(static_cast<passportElementTypeDriverLicense &>(obj));
2952  return true;
2954  func(static_cast<passportElementTypeIdentityCard &>(obj));
2955  return true;
2957  func(static_cast<passportElementTypeInternalPassport &>(obj));
2958  return true;
2960  func(static_cast<passportElementTypeAddress &>(obj));
2961  return true;
2963  func(static_cast<passportElementTypeUtilityBill &>(obj));
2964  return true;
2966  func(static_cast<passportElementTypeBankStatement &>(obj));
2967  return true;
2969  func(static_cast<passportElementTypeRentalAgreement &>(obj));
2970  return true;
2972  func(static_cast<passportElementTypePassportRegistration &>(obj));
2973  return true;
2975  func(static_cast<passportElementTypeTemporaryRegistration &>(obj));
2976  return true;
2978  func(static_cast<passportElementTypePhoneNumber &>(obj));
2979  return true;
2981  func(static_cast<passportElementTypeEmailAddress &>(obj));
2982  return true;
2983  case passportElements::ID:
2984  func(static_cast<passportElements &>(obj));
2985  return true;
2987  func(static_cast<passportElementsWithErrors &>(obj));
2988  return true;
2990  func(static_cast<passportRequiredElement &>(obj));
2991  return true;
2993  func(static_cast<passportSuitableElement &>(obj));
2994  return true;
2995  case passwordState::ID:
2996  func(static_cast<passwordState &>(obj));
2997  return true;
2998  case paymentForm::ID:
2999  func(static_cast<paymentForm &>(obj));
3000  return true;
3002  func(static_cast<paymentFormTypeRegular &>(obj));
3003  return true;
3005  func(static_cast<paymentFormTypeStars &>(obj));
3006  return true;
3008  func(static_cast<paymentFormTypeStarSubscription &>(obj));
3009  return true;
3010  case paymentOption::ID:
3011  func(static_cast<paymentOption &>(obj));
3012  return true;
3014  func(static_cast<paymentProviderSmartGlocal &>(obj));
3015  return true;
3017  func(static_cast<paymentProviderStripe &>(obj));
3018  return true;
3020  func(static_cast<paymentProviderOther &>(obj));
3021  return true;
3022  case paymentReceipt::ID:
3023  func(static_cast<paymentReceipt &>(obj));
3024  return true;
3026  func(static_cast<paymentReceiptTypeRegular &>(obj));
3027  return true;
3029  func(static_cast<paymentReceiptTypeStars &>(obj));
3030  return true;
3031  case paymentResult::ID:
3032  func(static_cast<paymentResult &>(obj));
3033  return true;
3034  case personalDetails::ID:
3035  func(static_cast<personalDetails &>(obj));
3036  return true;
3037  case personalDocument::ID:
3038  func(static_cast<personalDocument &>(obj));
3039  return true;
3041  func(static_cast<phoneNumberAuthenticationSettings &>(obj));
3042  return true;
3044  func(static_cast<phoneNumberCodeTypeChange &>(obj));
3045  return true;
3047  func(static_cast<phoneNumberCodeTypeVerify &>(obj));
3048  return true;
3050  func(static_cast<phoneNumberCodeTypeConfirmOwnership &>(obj));
3051  return true;
3052  case phoneNumberInfo::ID:
3053  func(static_cast<phoneNumberInfo &>(obj));
3054  return true;
3055  case photo::ID:
3056  func(static_cast<photo &>(obj));
3057  return true;
3058  case photoSize::ID:
3059  func(static_cast<photoSize &>(obj));
3060  return true;
3061  case point::ID:
3062  func(static_cast<point &>(obj));
3063  return true;
3064  case poll::ID:
3065  func(static_cast<poll &>(obj));
3066  return true;
3067  case pollOption::ID:
3068  func(static_cast<pollOption &>(obj));
3069  return true;
3070  case pollTypeRegular::ID:
3071  func(static_cast<pollTypeRegular &>(obj));
3072  return true;
3073  case pollTypeQuiz::ID:
3074  func(static_cast<pollTypeQuiz &>(obj));
3075  return true;
3077  func(static_cast<premiumFeatureIncreasedLimits &>(obj));
3078  return true;
3080  func(static_cast<premiumFeatureIncreasedUploadFileSize &>(obj));
3081  return true;
3083  func(static_cast<premiumFeatureImprovedDownloadSpeed &>(obj));
3084  return true;
3086  func(static_cast<premiumFeatureVoiceRecognition &>(obj));
3087  return true;
3089  func(static_cast<premiumFeatureDisabledAds &>(obj));
3090  return true;
3092  func(static_cast<premiumFeatureUniqueReactions &>(obj));
3093  return true;
3095  func(static_cast<premiumFeatureUniqueStickers &>(obj));
3096  return true;
3098  func(static_cast<premiumFeatureCustomEmoji &>(obj));
3099  return true;
3101  func(static_cast<premiumFeatureAdvancedChatManagement &>(obj));
3102  return true;
3104  func(static_cast<premiumFeatureProfileBadge &>(obj));
3105  return true;
3107  func(static_cast<premiumFeatureEmojiStatus &>(obj));
3108  return true;
3110  func(static_cast<premiumFeatureAnimatedProfilePhoto &>(obj));
3111  return true;
3113  func(static_cast<premiumFeatureForumTopicIcon &>(obj));
3114  return true;
3116  func(static_cast<premiumFeatureAppIcons &>(obj));
3117  return true;
3119  func(static_cast<premiumFeatureRealTimeChatTranslation &>(obj));
3120  return true;
3122  func(static_cast<premiumFeatureUpgradedStories &>(obj));
3123  return true;
3125  func(static_cast<premiumFeatureChatBoost &>(obj));
3126  return true;
3128  func(static_cast<premiumFeatureAccentColor &>(obj));
3129  return true;
3131  func(static_cast<premiumFeatureBackgroundForBoth &>(obj));
3132  return true;
3134  func(static_cast<premiumFeatureSavedMessagesTags &>(obj));
3135  return true;
3137  func(static_cast<premiumFeatureMessagePrivacy &>(obj));
3138  return true;
3140  func(static_cast<premiumFeatureLastSeenTimes &>(obj));
3141  return true;
3143  func(static_cast<premiumFeatureBusiness &>(obj));
3144  return true;
3146  func(static_cast<premiumFeatureMessageEffects &>(obj));
3147  return true;
3149  func(static_cast<premiumFeaturePromotionAnimation &>(obj));
3150  return true;
3151  case premiumFeatures::ID:
3152  func(static_cast<premiumFeatures &>(obj));
3153  return true;
3155  func(static_cast<premiumGiftCodeInfo &>(obj));
3156  return true;
3158  func(static_cast<premiumGiftCodePaymentOption &>(obj));
3159  return true;
3161  func(static_cast<premiumGiftCodePaymentOptions &>(obj));
3162  return true;
3163  case premiumLimit::ID:
3164  func(static_cast<premiumLimit &>(obj));
3165  return true;
3167  func(static_cast<premiumLimitTypeSupergroupCount &>(obj));
3168  return true;
3170  func(static_cast<premiumLimitTypePinnedChatCount &>(obj));
3171  return true;
3173  func(static_cast<premiumLimitTypeCreatedPublicChatCount &>(obj));
3174  return true;
3176  func(static_cast<premiumLimitTypeSavedAnimationCount &>(obj));
3177  return true;
3179  func(static_cast<premiumLimitTypeFavoriteStickerCount &>(obj));
3180  return true;
3182  func(static_cast<premiumLimitTypeChatFolderCount &>(obj));
3183  return true;
3185  func(static_cast<premiumLimitTypeChatFolderChosenChatCount &>(obj));
3186  return true;
3188  func(static_cast<premiumLimitTypePinnedArchivedChatCount &>(obj));
3189  return true;
3191  func(static_cast<premiumLimitTypePinnedSavedMessagesTopicCount &>(obj));
3192  return true;
3194  func(static_cast<premiumLimitTypeCaptionLength &>(obj));
3195  return true;
3197  func(static_cast<premiumLimitTypeBioLength &>(obj));
3198  return true;
3200  func(static_cast<premiumLimitTypeChatFolderInviteLinkCount &>(obj));
3201  return true;
3203  func(static_cast<premiumLimitTypeShareableChatFolderCount &>(obj));
3204  return true;
3206  func(static_cast<premiumLimitTypeActiveStoryCount &>(obj));
3207  return true;
3209  func(static_cast<premiumLimitTypeWeeklySentStoryCount &>(obj));
3210  return true;
3212  func(static_cast<premiumLimitTypeMonthlySentStoryCount &>(obj));
3213  return true;
3215  func(static_cast<premiumLimitTypeStoryCaptionLength &>(obj));
3216  return true;
3218  func(static_cast<premiumLimitTypeStorySuggestedReactionAreaCount &>(obj));
3219  return true;
3221  func(static_cast<premiumLimitTypeSimilarChatCount &>(obj));
3222  return true;
3224  func(static_cast<premiumPaymentOption &>(obj));
3225  return true;
3227  func(static_cast<premiumSourceLimitExceeded &>(obj));
3228  return true;
3230  func(static_cast<premiumSourceFeature &>(obj));
3231  return true;
3233  func(static_cast<premiumSourceBusinessFeature &>(obj));
3234  return true;
3236  func(static_cast<premiumSourceStoryFeature &>(obj));
3237  return true;
3238  case premiumSourceLink::ID:
3239  func(static_cast<premiumSourceLink &>(obj));
3240  return true;
3242  func(static_cast<premiumSourceSettings &>(obj));
3243  return true;
3244  case premiumState::ID:
3245  func(static_cast<premiumState &>(obj));
3246  return true;
3248  func(static_cast<premiumStatePaymentOption &>(obj));
3249  return true;
3251  func(static_cast<premiumStoryFeaturePriorityOrder &>(obj));
3252  return true;
3254  func(static_cast<premiumStoryFeatureStealthMode &>(obj));
3255  return true;
3257  func(static_cast<premiumStoryFeaturePermanentViewsHistory &>(obj));
3258  return true;
3260  func(static_cast<premiumStoryFeatureCustomExpirationDuration &>(obj));
3261  return true;
3263  func(static_cast<premiumStoryFeatureSaveStories &>(obj));
3264  return true;
3266  func(static_cast<premiumStoryFeatureLinksAndFormatting &>(obj));
3267  return true;
3269  func(static_cast<premiumStoryFeatureVideoQuality &>(obj));
3270  return true;
3271  case prepaidGiveaway::ID:
3272  func(static_cast<prepaidGiveaway &>(obj));
3273  return true;
3275  func(static_cast<preparedInlineMessage &>(obj));
3276  return true;
3278  func(static_cast<preparedInlineMessageId &>(obj));
3279  return true;
3280  case productInfo::ID:
3281  func(static_cast<productInfo &>(obj));
3282  return true;
3284  func(static_cast<profileAccentColor &>(obj));
3285  return true;
3287  func(static_cast<profileAccentColors &>(obj));
3288  return true;
3289  case profilePhoto::ID:
3290  func(static_cast<profilePhoto &>(obj));
3291  return true;
3292  case proxies::ID:
3293  func(static_cast<proxies &>(obj));
3294  return true;
3295  case proxy::ID:
3296  func(static_cast<proxy &>(obj));
3297  return true;
3298  case proxyTypeSocks5::ID:
3299  func(static_cast<proxyTypeSocks5 &>(obj));
3300  return true;
3301  case proxyTypeHttp::ID:
3302  func(static_cast<proxyTypeHttp &>(obj));
3303  return true;
3304  case proxyTypeMtproto::ID:
3305  func(static_cast<proxyTypeMtproto &>(obj));
3306  return true;
3308  func(static_cast<publicChatTypeHasUsername &>(obj));
3309  return true;
3311  func(static_cast<publicChatTypeIsLocationBased &>(obj));
3312  return true;
3314  func(static_cast<publicForwardMessage &>(obj));
3315  return true;
3317  func(static_cast<publicForwardStory &>(obj));
3318  return true;
3319  case publicForwards::ID:
3320  func(static_cast<publicForwards &>(obj));
3321  return true;
3323  func(static_cast<pushMessageContentHidden &>(obj));
3324  return true;
3326  func(static_cast<pushMessageContentAnimation &>(obj));
3327  return true;
3329  func(static_cast<pushMessageContentAudio &>(obj));
3330  return true;
3332  func(static_cast<pushMessageContentContact &>(obj));
3333  return true;
3335  func(static_cast<pushMessageContentContactRegistered &>(obj));
3336  return true;
3338  func(static_cast<pushMessageContentDocument &>(obj));
3339  return true;
3341  func(static_cast<pushMessageContentGame &>(obj));
3342  return true;
3344  func(static_cast<pushMessageContentGameScore &>(obj));
3345  return true;
3347  func(static_cast<pushMessageContentInvoice &>(obj));
3348  return true;
3350  func(static_cast<pushMessageContentLocation &>(obj));
3351  return true;
3353  func(static_cast<pushMessageContentPaidMedia &>(obj));
3354  return true;
3356  func(static_cast<pushMessageContentPhoto &>(obj));
3357  return true;
3359  func(static_cast<pushMessageContentPoll &>(obj));
3360  return true;
3362  func(static_cast<pushMessageContentPremiumGiftCode &>(obj));
3363  return true;
3365  func(static_cast<pushMessageContentGiveaway &>(obj));
3366  return true;
3368  func(static_cast<pushMessageContentGift &>(obj));
3369  return true;
3371  func(static_cast<pushMessageContentUpgradedGift &>(obj));
3372  return true;
3374  func(static_cast<pushMessageContentScreenshotTaken &>(obj));
3375  return true;
3377  func(static_cast<pushMessageContentSticker &>(obj));
3378  return true;
3380  func(static_cast<pushMessageContentStory &>(obj));
3381  return true;
3383  func(static_cast<pushMessageContentText &>(obj));
3384  return true;
3386  func(static_cast<pushMessageContentVideo &>(obj));
3387  return true;
3389  func(static_cast<pushMessageContentVideoNote &>(obj));
3390  return true;
3392  func(static_cast<pushMessageContentVoiceNote &>(obj));
3393  return true;
3395  func(static_cast<pushMessageContentBasicGroupChatCreate &>(obj));
3396  return true;
3398  func(static_cast<pushMessageContentChatAddMembers &>(obj));
3399  return true;
3401  func(static_cast<pushMessageContentChatChangePhoto &>(obj));
3402  return true;
3404  func(static_cast<pushMessageContentChatChangeTitle &>(obj));
3405  return true;
3407  func(static_cast<pushMessageContentChatSetBackground &>(obj));
3408  return true;
3410  func(static_cast<pushMessageContentChatSetTheme &>(obj));
3411  return true;
3413  func(static_cast<pushMessageContentChatDeleteMember &>(obj));
3414  return true;
3416  func(static_cast<pushMessageContentChatJoinByLink &>(obj));
3417  return true;
3419  func(static_cast<pushMessageContentChatJoinByRequest &>(obj));
3420  return true;
3422  func(static_cast<pushMessageContentRecurringPayment &>(obj));
3423  return true;
3425  func(static_cast<pushMessageContentSuggestProfilePhoto &>(obj));
3426  return true;
3428  func(static_cast<pushMessageContentMessageForwards &>(obj));
3429  return true;
3431  func(static_cast<pushMessageContentMediaAlbum &>(obj));
3432  return true;
3433  case pushReceiverId::ID:
3434  func(static_cast<pushReceiverId &>(obj));
3435  return true;
3436  case quickReplyMessage::ID:
3437  func(static_cast<quickReplyMessage &>(obj));
3438  return true;
3440  func(static_cast<quickReplyMessages &>(obj));
3441  return true;
3443  func(static_cast<quickReplyShortcut &>(obj));
3444  return true;
3446  func(static_cast<reactionNotificationSettings &>(obj));
3447  return true;
3449  func(static_cast<reactionNotificationSourceNone &>(obj));
3450  return true;
3452  func(static_cast<reactionNotificationSourceContacts &>(obj));
3453  return true;
3455  func(static_cast<reactionNotificationSourceAll &>(obj));
3456  return true;
3457  case reactionTypeEmoji::ID:
3458  func(static_cast<reactionTypeEmoji &>(obj));
3459  return true;
3461  func(static_cast<reactionTypeCustomEmoji &>(obj));
3462  return true;
3463  case reactionTypePaid::ID:
3464  func(static_cast<reactionTypePaid &>(obj));
3465  return true;
3467  func(static_cast<reactionUnavailabilityReasonAnonymousAdministrator &>(obj));
3468  return true;
3470  func(static_cast<reactionUnavailabilityReasonGuest &>(obj));
3471  return true;
3473  func(static_cast<readDatePrivacySettings &>(obj));
3474  return true;
3476  func(static_cast<recommendedChatFolder &>(obj));
3477  return true;
3479  func(static_cast<recommendedChatFolders &>(obj));
3480  return true;
3482  func(static_cast<recoveryEmailAddress &>(obj));
3483  return true;
3484  case remoteFile::ID:
3485  func(static_cast<remoteFile &>(obj));
3486  return true;
3488  func(static_cast<replyMarkupRemoveKeyboard &>(obj));
3489  return true;
3491  func(static_cast<replyMarkupForceReply &>(obj));
3492  return true;
3494  func(static_cast<replyMarkupShowKeyboard &>(obj));
3495  return true;
3497  func(static_cast<replyMarkupInlineKeyboard &>(obj));
3498  return true;
3500  func(static_cast<reportChatResultOk &>(obj));
3501  return true;
3503  func(static_cast<reportChatResultOptionRequired &>(obj));
3504  return true;
3506  func(static_cast<reportChatResultTextRequired &>(obj));
3507  return true;
3509  func(static_cast<reportChatResultMessagesRequired &>(obj));
3510  return true;
3512  func(static_cast<reportChatSponsoredMessageResultOk &>(obj));
3513  return true;
3515  func(static_cast<reportChatSponsoredMessageResultFailed &>(obj));
3516  return true;
3518  func(static_cast<reportChatSponsoredMessageResultOptionRequired &>(obj));
3519  return true;
3521  func(static_cast<reportChatSponsoredMessageResultAdsHidden &>(obj));
3522  return true;
3524  func(static_cast<reportChatSponsoredMessageResultPremiumRequired &>(obj));
3525  return true;
3526  case reportOption::ID:
3527  func(static_cast<reportOption &>(obj));
3528  return true;
3529  case reportReasonSpam::ID:
3530  func(static_cast<reportReasonSpam &>(obj));
3531  return true;
3533  func(static_cast<reportReasonViolence &>(obj));
3534  return true;
3536  func(static_cast<reportReasonPornography &>(obj));
3537  return true;
3539  func(static_cast<reportReasonChildAbuse &>(obj));
3540  return true;
3542  func(static_cast<reportReasonCopyright &>(obj));
3543  return true;
3545  func(static_cast<reportReasonUnrelatedLocation &>(obj));
3546  return true;
3547  case reportReasonFake::ID:
3548  func(static_cast<reportReasonFake &>(obj));
3549  return true;
3551  func(static_cast<reportReasonIllegalDrugs &>(obj));
3552  return true;
3554  func(static_cast<reportReasonPersonalDetails &>(obj));
3555  return true;
3557  func(static_cast<reportReasonCustom &>(obj));
3558  return true;
3560  func(static_cast<reportStoryResultOk &>(obj));
3561  return true;
3563  func(static_cast<reportStoryResultOptionRequired &>(obj));
3564  return true;
3566  func(static_cast<reportStoryResultTextRequired &>(obj));
3567  return true;
3569  func(static_cast<resendCodeReasonUserRequest &>(obj));
3570  return true;
3572  func(static_cast<resendCodeReasonVerificationFailed &>(obj));
3573  return true;
3575  func(static_cast<resetPasswordResultOk &>(obj));
3576  return true;
3578  func(static_cast<resetPasswordResultPending &>(obj));
3579  return true;
3581  func(static_cast<resetPasswordResultDeclined &>(obj));
3582  return true;
3584  func(static_cast<revenueWithdrawalStatePending &>(obj));
3585  return true;
3587  func(static_cast<revenueWithdrawalStateSucceeded &>(obj));
3588  return true;
3590  func(static_cast<revenueWithdrawalStateFailed &>(obj));
3591  return true;
3592  case richTextPlain::ID:
3593  func(static_cast<richTextPlain &>(obj));
3594  return true;
3595  case richTextBold::ID:
3596  func(static_cast<richTextBold &>(obj));
3597  return true;
3598  case richTextItalic::ID:
3599  func(static_cast<richTextItalic &>(obj));
3600  return true;
3601  case richTextUnderline::ID:
3602  func(static_cast<richTextUnderline &>(obj));
3603  return true;
3605  func(static_cast<richTextStrikethrough &>(obj));
3606  return true;
3607  case richTextFixed::ID:
3608  func(static_cast<richTextFixed &>(obj));
3609  return true;
3610  case richTextUrl::ID:
3611  func(static_cast<richTextUrl &>(obj));
3612  return true;
3614  func(static_cast<richTextEmailAddress &>(obj));
3615  return true;
3616  case richTextSubscript::ID:
3617  func(static_cast<richTextSubscript &>(obj));
3618  return true;
3620  func(static_cast<richTextSuperscript &>(obj));
3621  return true;
3622  case richTextMarked::ID:
3623  func(static_cast<richTextMarked &>(obj));
3624  return true;
3626  func(static_cast<richTextPhoneNumber &>(obj));
3627  return true;
3628  case richTextIcon::ID:
3629  func(static_cast<richTextIcon &>(obj));
3630  return true;
3631  case richTextReference::ID:
3632  func(static_cast<richTextReference &>(obj));
3633  return true;
3634  case richTextAnchor::ID:
3635  func(static_cast<richTextAnchor &>(obj));
3636  return true;
3638  func(static_cast<richTextAnchorLink &>(obj));
3639  return true;
3640  case richTexts::ID:
3641  func(static_cast<richTexts &>(obj));
3642  return true;
3643  case rtmpUrl::ID:
3644  func(static_cast<rtmpUrl &>(obj));
3645  return true;
3646  case savedCredentials::ID:
3647  func(static_cast<savedCredentials &>(obj));
3648  return true;
3649  case savedMessagesTag::ID:
3650  func(static_cast<savedMessagesTag &>(obj));
3651  return true;
3652  case savedMessagesTags::ID:
3653  func(static_cast<savedMessagesTags &>(obj));
3654  return true;
3656  func(static_cast<savedMessagesTopic &>(obj));
3657  return true;
3659  func(static_cast<savedMessagesTopicTypeMyNotes &>(obj));
3660  return true;
3662  func(static_cast<savedMessagesTopicTypeAuthorHidden &>(obj));
3663  return true;
3665  func(static_cast<savedMessagesTopicTypeSavedFromChat &>(obj));
3666  return true;
3668  func(static_cast<scopeAutosaveSettings &>(obj));
3669  return true;
3671  func(static_cast<scopeNotificationSettings &>(obj));
3672  return true;
3674  func(static_cast<searchMessagesChatTypeFilterPrivate &>(obj));
3675  return true;
3677  func(static_cast<searchMessagesChatTypeFilterGroup &>(obj));
3678  return true;
3680  func(static_cast<searchMessagesChatTypeFilterChannel &>(obj));
3681  return true;
3683  func(static_cast<searchMessagesFilterEmpty &>(obj));
3684  return true;
3686  func(static_cast<searchMessagesFilterAnimation &>(obj));
3687  return true;
3689  func(static_cast<searchMessagesFilterAudio &>(obj));
3690  return true;
3692  func(static_cast<searchMessagesFilterDocument &>(obj));
3693  return true;
3695  func(static_cast<searchMessagesFilterPhoto &>(obj));
3696  return true;
3698  func(static_cast<searchMessagesFilterVideo &>(obj));
3699  return true;
3701  func(static_cast<searchMessagesFilterVoiceNote &>(obj));
3702  return true;
3704  func(static_cast<searchMessagesFilterPhotoAndVideo &>(obj));
3705  return true;
3707  func(static_cast<searchMessagesFilterUrl &>(obj));
3708  return true;
3710  func(static_cast<searchMessagesFilterChatPhoto &>(obj));
3711  return true;
3713  func(static_cast<searchMessagesFilterVideoNote &>(obj));
3714  return true;
3716  func(static_cast<searchMessagesFilterVoiceAndVideoNote &>(obj));
3717  return true;
3719  func(static_cast<searchMessagesFilterMention &>(obj));
3720  return true;
3722  func(static_cast<searchMessagesFilterUnreadMention &>(obj));
3723  return true;
3725  func(static_cast<searchMessagesFilterUnreadReaction &>(obj));
3726  return true;
3728  func(static_cast<searchMessagesFilterFailedToSend &>(obj));
3729  return true;
3731  func(static_cast<searchMessagesFilterPinned &>(obj));
3732  return true;
3733  case seconds::ID:
3734  func(static_cast<seconds &>(obj));
3735  return true;
3736  case secretChat::ID:
3737  func(static_cast<secretChat &>(obj));
3738  return true;
3740  func(static_cast<secretChatStatePending &>(obj));
3741  return true;
3743  func(static_cast<secretChatStateReady &>(obj));
3744  return true;
3746  func(static_cast<secretChatStateClosed &>(obj));
3747  return true;
3748  case sentGiftRegular::ID:
3749  func(static_cast<sentGiftRegular &>(obj));
3750  return true;
3751  case sentGiftUpgraded::ID:
3752  func(static_cast<sentGiftUpgraded &>(obj));
3753  return true;
3754  case sentWebAppMessage::ID:
3755  func(static_cast<sentWebAppMessage &>(obj));
3756  return true;
3757  case session::ID:
3758  func(static_cast<session &>(obj));
3759  return true;
3761  func(static_cast<sessionTypeAndroid &>(obj));
3762  return true;
3763  case sessionTypeApple::ID:
3764  func(static_cast<sessionTypeApple &>(obj));
3765  return true;
3766  case sessionTypeBrave::ID:
3767  func(static_cast<sessionTypeBrave &>(obj));
3768  return true;
3769  case sessionTypeChrome::ID:
3770  func(static_cast<sessionTypeChrome &>(obj));
3771  return true;
3772  case sessionTypeEdge::ID:
3773  func(static_cast<sessionTypeEdge &>(obj));
3774  return true;
3776  func(static_cast<sessionTypeFirefox &>(obj));
3777  return true;
3778  case sessionTypeIpad::ID:
3779  func(static_cast<sessionTypeIpad &>(obj));
3780  return true;
3781  case sessionTypeIphone::ID:
3782  func(static_cast<sessionTypeIphone &>(obj));
3783  return true;
3784  case sessionTypeLinux::ID:
3785  func(static_cast<sessionTypeLinux &>(obj));
3786  return true;
3787  case sessionTypeMac::ID:
3788  func(static_cast<sessionTypeMac &>(obj));
3789  return true;
3790  case sessionTypeOpera::ID:
3791  func(static_cast<sessionTypeOpera &>(obj));
3792  return true;
3793  case sessionTypeSafari::ID:
3794  func(static_cast<sessionTypeSafari &>(obj));
3795  return true;
3796  case sessionTypeUbuntu::ID:
3797  func(static_cast<sessionTypeUbuntu &>(obj));
3798  return true;
3800  func(static_cast<sessionTypeUnknown &>(obj));
3801  return true;
3803  func(static_cast<sessionTypeVivaldi &>(obj));
3804  return true;
3806  func(static_cast<sessionTypeWindows &>(obj));
3807  return true;
3808  case sessionTypeXbox::ID:
3809  func(static_cast<sessionTypeXbox &>(obj));
3810  return true;
3811  case sessions::ID:
3812  func(static_cast<sessions &>(obj));
3813  return true;
3814  case sharedChat::ID:
3815  func(static_cast<sharedChat &>(obj));
3816  return true;
3817  case sharedUser::ID:
3818  func(static_cast<sharedUser &>(obj));
3819  return true;
3820  case shippingOption::ID:
3821  func(static_cast<shippingOption &>(obj));
3822  return true;
3824  func(static_cast<speechRecognitionResultPending &>(obj));
3825  return true;
3827  func(static_cast<speechRecognitionResultText &>(obj));
3828  return true;
3830  func(static_cast<speechRecognitionResultError &>(obj));
3831  return true;
3832  case sponsoredMessage::ID:
3833  func(static_cast<sponsoredMessage &>(obj));
3834  return true;
3835  case sponsoredMessages::ID:
3836  func(static_cast<sponsoredMessages &>(obj));
3837  return true;
3838  case starAmount::ID:
3839  func(static_cast<starAmount &>(obj));
3840  return true;
3842  func(static_cast<starGiveawayPaymentOption &>(obj));
3843  return true;
3845  func(static_cast<starGiveawayPaymentOptions &>(obj));
3846  return true;
3848  func(static_cast<starGiveawayWinnerOption &>(obj));
3849  return true;
3850  case starPaymentOption::ID:
3851  func(static_cast<starPaymentOption &>(obj));
3852  return true;
3854  func(static_cast<starPaymentOptions &>(obj));
3855  return true;
3857  func(static_cast<starRevenueStatistics &>(obj));
3858  return true;
3859  case starRevenueStatus::ID:
3860  func(static_cast<starRevenueStatus &>(obj));
3861  return true;
3862  case starSubscription::ID:
3863  func(static_cast<starSubscription &>(obj));
3864  return true;
3866  func(static_cast<starSubscriptionPricing &>(obj));
3867  return true;
3869  func(static_cast<starSubscriptionTypeChannel &>(obj));
3870  return true;
3872  func(static_cast<starSubscriptionTypeBot &>(obj));
3873  return true;
3874  case starSubscriptions::ID:
3875  func(static_cast<starSubscriptions &>(obj));
3876  return true;
3877  case starTransaction::ID:
3878  func(static_cast<starTransaction &>(obj));
3879  return true;
3881  func(static_cast<starTransactionDirectionIncoming &>(obj));
3882  return true;
3884  func(static_cast<starTransactionDirectionOutgoing &>(obj));
3885  return true;
3887  func(static_cast<starTransactionTypePremiumBotDeposit &>(obj));
3888  return true;
3890  func(static_cast<starTransactionTypeAppStoreDeposit &>(obj));
3891  return true;
3893  func(static_cast<starTransactionTypeGooglePlayDeposit &>(obj));
3894  return true;
3896  func(static_cast<starTransactionTypeFragmentDeposit &>(obj));
3897  return true;
3899  func(static_cast<starTransactionTypeUserDeposit &>(obj));
3900  return true;
3902  func(static_cast<starTransactionTypeGiveawayDeposit &>(obj));
3903  return true;
3905  func(static_cast<starTransactionTypeFragmentWithdrawal &>(obj));
3906  return true;
3908  func(static_cast<starTransactionTypeTelegramAdsWithdrawal &>(obj));
3909  return true;
3911  func(static_cast<starTransactionTypeTelegramApiUsage &>(obj));
3912  return true;
3914  func(static_cast<starTransactionTypeBotPaidMediaPurchase &>(obj));
3915  return true;
3917  func(static_cast<starTransactionTypeBotPaidMediaSale &>(obj));
3918  return true;
3920  func(static_cast<starTransactionTypeChannelPaidMediaPurchase &>(obj));
3921  return true;
3923  func(static_cast<starTransactionTypeChannelPaidMediaSale &>(obj));
3924  return true;
3926  func(static_cast<starTransactionTypeBotInvoicePurchase &>(obj));
3927  return true;
3929  func(static_cast<starTransactionTypeBotInvoiceSale &>(obj));
3930  return true;
3932  func(static_cast<starTransactionTypeBotSubscriptionPurchase &>(obj));
3933  return true;
3935  func(static_cast<starTransactionTypeBotSubscriptionSale &>(obj));
3936  return true;
3938  func(static_cast<starTransactionTypeChannelSubscriptionPurchase &>(obj));
3939  return true;
3941  func(static_cast<starTransactionTypeChannelSubscriptionSale &>(obj));
3942  return true;
3944  func(static_cast<starTransactionTypeGiftPurchase &>(obj));
3945  return true;
3947  func(static_cast<starTransactionTypeGiftTransfer &>(obj));
3948  return true;
3950  func(static_cast<starTransactionTypeGiftSale &>(obj));
3951  return true;
3953  func(static_cast<starTransactionTypeGiftUpgrade &>(obj));
3954  return true;
3956  func(static_cast<starTransactionTypeChannelPaidReactionSend &>(obj));
3957  return true;
3959  func(static_cast<starTransactionTypeChannelPaidReactionReceive &>(obj));
3960  return true;
3962  func(static_cast<starTransactionTypeAffiliateProgramCommission &>(obj));
3963  return true;
3965  func(static_cast<starTransactionTypeUnsupported &>(obj));
3966  return true;
3967  case starTransactions::ID:
3968  func(static_cast<starTransactions &>(obj));
3969  return true;
3971  func(static_cast<statisticalGraphData &>(obj));
3972  return true;
3974  func(static_cast<statisticalGraphAsync &>(obj));
3975  return true;
3977  func(static_cast<statisticalGraphError &>(obj));
3978  return true;
3979  case statisticalValue::ID:
3980  func(static_cast<statisticalValue &>(obj));
3981  return true;
3982  case sticker::ID:
3983  func(static_cast<sticker &>(obj));
3984  return true;
3985  case stickerFormatWebp::ID:
3986  func(static_cast<stickerFormatWebp &>(obj));
3987  return true;
3988  case stickerFormatTgs::ID:
3989  func(static_cast<stickerFormatTgs &>(obj));
3990  return true;
3991  case stickerFormatWebm::ID:
3992  func(static_cast<stickerFormatWebm &>(obj));
3993  return true;
3995  func(static_cast<stickerFullTypeRegular &>(obj));
3996  return true;
3998  func(static_cast<stickerFullTypeMask &>(obj));
3999  return true;
4001  func(static_cast<stickerFullTypeCustomEmoji &>(obj));
4002  return true;
4003  case stickerSet::ID:
4004  func(static_cast<stickerSet &>(obj));
4005  return true;
4006  case stickerSetInfo::ID:
4007  func(static_cast<stickerSetInfo &>(obj));
4008  return true;
4009  case stickerSets::ID:
4010  func(static_cast<stickerSets &>(obj));
4011  return true;
4013  func(static_cast<stickerTypeRegular &>(obj));
4014  return true;
4015  case stickerTypeMask::ID:
4016  func(static_cast<stickerTypeMask &>(obj));
4017  return true;
4019  func(static_cast<stickerTypeCustomEmoji &>(obj));
4020  return true;
4021  case stickers::ID:
4022  func(static_cast<stickers &>(obj));
4023  return true;
4024  case storageStatistics::ID:
4025  func(static_cast<storageStatistics &>(obj));
4026  return true;
4028  func(static_cast<storageStatisticsByChat &>(obj));
4029  return true;
4031  func(static_cast<storageStatisticsByFileType &>(obj));
4032  return true;
4034  func(static_cast<storageStatisticsFast &>(obj));
4035  return true;
4037  func(static_cast<storePaymentPurposePremiumSubscription &>(obj));
4038  return true;
4040  func(static_cast<storePaymentPurposePremiumGiftCodes &>(obj));
4041  return true;
4043  func(static_cast<storePaymentPurposePremiumGiveaway &>(obj));
4044  return true;
4046  func(static_cast<storePaymentPurposeStarGiveaway &>(obj));
4047  return true;
4049  func(static_cast<storePaymentPurposeStars &>(obj));
4050  return true;
4052  func(static_cast<storePaymentPurposeGiftedStars &>(obj));
4053  return true;
4054  case stories::ID:
4055  func(static_cast<stories &>(obj));
4056  return true;
4057  case story::ID:
4058  func(static_cast<story &>(obj));
4059  return true;
4060  case storyArea::ID:
4061  func(static_cast<storyArea &>(obj));
4062  return true;
4063  case storyAreaPosition::ID:
4064  func(static_cast<storyAreaPosition &>(obj));
4065  return true;
4067  func(static_cast<storyAreaTypeLocation &>(obj));
4068  return true;
4070  func(static_cast<storyAreaTypeVenue &>(obj));
4071  return true;
4073  func(static_cast<storyAreaTypeSuggestedReaction &>(obj));
4074  return true;
4076  func(static_cast<storyAreaTypeMessage &>(obj));
4077  return true;
4078  case storyAreaTypeLink::ID:
4079  func(static_cast<storyAreaTypeLink &>(obj));
4080  return true;
4082  func(static_cast<storyAreaTypeWeather &>(obj));
4083  return true;
4084  case storyContentPhoto::ID:
4085  func(static_cast<storyContentPhoto &>(obj));
4086  return true;
4087  case storyContentVideo::ID:
4088  func(static_cast<storyContentVideo &>(obj));
4089  return true;
4091  func(static_cast<storyContentUnsupported &>(obj));
4092  return true;
4093  case storyFullId::ID:
4094  func(static_cast<storyFullId &>(obj));
4095  return true;
4096  case storyInfo::ID:
4097  func(static_cast<storyInfo &>(obj));
4098  return true;
4099  case storyInteraction::ID:
4100  func(static_cast<storyInteraction &>(obj));
4101  return true;
4103  func(static_cast<storyInteractionInfo &>(obj));
4104  return true;
4106  func(static_cast<storyInteractionTypeView &>(obj));
4107  return true;
4109  func(static_cast<storyInteractionTypeForward &>(obj));
4110  return true;
4112  func(static_cast<storyInteractionTypeRepost &>(obj));
4113  return true;
4114  case storyInteractions::ID:
4115  func(static_cast<storyInteractions &>(obj));
4116  return true;
4117  case storyListMain::ID:
4118  func(static_cast<storyListMain &>(obj));
4119  return true;
4120  case storyListArchive::ID:
4121  func(static_cast<storyListArchive &>(obj));
4122  return true;
4124  func(static_cast<storyOriginPublicStory &>(obj));
4125  return true;
4127  func(static_cast<storyOriginHiddenUser &>(obj));
4128  return true;
4130  func(static_cast<storyPrivacySettingsEveryone &>(obj));
4131  return true;
4133  func(static_cast<storyPrivacySettingsContacts &>(obj));
4134  return true;
4136  func(static_cast<storyPrivacySettingsCloseFriends &>(obj));
4137  return true;
4139  func(static_cast<storyPrivacySettingsSelectedUsers &>(obj));
4140  return true;
4141  case storyRepostInfo::ID:
4142  func(static_cast<storyRepostInfo &>(obj));
4143  return true;
4144  case storyStatistics::ID:
4145  func(static_cast<storyStatistics &>(obj));
4146  return true;
4147  case storyVideo::ID:
4148  func(static_cast<storyVideo &>(obj));
4149  return true;
4151  func(static_cast<suggestedActionEnableArchiveAndMuteNewChats &>(obj));
4152  return true;
4154  func(static_cast<suggestedActionCheckPassword &>(obj));
4155  return true;
4157  func(static_cast<suggestedActionCheckPhoneNumber &>(obj));
4158  return true;
4160  func(static_cast<suggestedActionViewChecksHint &>(obj));
4161  return true;
4163  func(static_cast<suggestedActionConvertToBroadcastGroup &>(obj));
4164  return true;
4166  func(static_cast<suggestedActionSetPassword &>(obj));
4167  return true;
4169  func(static_cast<suggestedActionUpgradePremium &>(obj));
4170  return true;
4172  func(static_cast<suggestedActionRestorePremium &>(obj));
4173  return true;
4175  func(static_cast<suggestedActionSubscribeToAnnualPremium &>(obj));
4176  return true;
4178  func(static_cast<suggestedActionGiftPremiumForChristmas &>(obj));
4179  return true;
4181  func(static_cast<suggestedActionSetBirthdate &>(obj));
4182  return true;
4184  func(static_cast<suggestedActionSetProfilePhoto &>(obj));
4185  return true;
4187  func(static_cast<suggestedActionExtendPremium &>(obj));
4188  return true;
4190  func(static_cast<suggestedActionExtendStarSubscriptions &>(obj));
4191  return true;
4192  case supergroup::ID:
4193  func(static_cast<supergroup &>(obj));
4194  return true;
4196  func(static_cast<supergroupFullInfo &>(obj));
4197  return true;
4199  func(static_cast<supergroupMembersFilterRecent &>(obj));
4200  return true;
4202  func(static_cast<supergroupMembersFilterContacts &>(obj));
4203  return true;
4205  func(static_cast<supergroupMembersFilterAdministrators &>(obj));
4206  return true;
4208  func(static_cast<supergroupMembersFilterSearch &>(obj));
4209  return true;
4211  func(static_cast<supergroupMembersFilterRestricted &>(obj));
4212  return true;
4214  func(static_cast<supergroupMembersFilterBanned &>(obj));
4215  return true;
4217  func(static_cast<supergroupMembersFilterMention &>(obj));
4218  return true;
4220  func(static_cast<supergroupMembersFilterBots &>(obj));
4221  return true;
4222  case tMeUrl::ID:
4223  func(static_cast<tMeUrl &>(obj));
4224  return true;
4225  case tMeUrlTypeUser::ID:
4226  func(static_cast<tMeUrlTypeUser &>(obj));
4227  return true;
4229  func(static_cast<tMeUrlTypeSupergroup &>(obj));
4230  return true;
4232  func(static_cast<tMeUrlTypeChatInvite &>(obj));
4233  return true;
4235  func(static_cast<tMeUrlTypeStickerSet &>(obj));
4236  return true;
4237  case tMeUrls::ID:
4238  func(static_cast<tMeUrls &>(obj));
4239  return true;
4240  case targetChatCurrent::ID:
4241  func(static_cast<targetChatCurrent &>(obj));
4242  return true;
4243  case targetChatChosen::ID:
4244  func(static_cast<targetChatChosen &>(obj));
4245  return true;
4247  func(static_cast<targetChatInternalLink &>(obj));
4248  return true;
4249  case targetChatTypes::ID:
4250  func(static_cast<targetChatTypes &>(obj));
4251  return true;
4253  func(static_cast<telegramPaymentPurposePremiumGiftCodes &>(obj));
4254  return true;
4256  func(static_cast<telegramPaymentPurposePremiumGiveaway &>(obj));
4257  return true;
4259  func(static_cast<telegramPaymentPurposeStars &>(obj));
4260  return true;
4262  func(static_cast<telegramPaymentPurposeGiftedStars &>(obj));
4263  return true;
4265  func(static_cast<telegramPaymentPurposeStarGiveaway &>(obj));
4266  return true;
4268  func(static_cast<telegramPaymentPurposeJoinChat &>(obj));
4269  return true;
4271  func(static_cast<temporaryPasswordState &>(obj));
4272  return true;
4273  case termsOfService::ID:
4274  func(static_cast<termsOfService &>(obj));
4275  return true;
4276  case testBytes::ID:
4277  func(static_cast<testBytes &>(obj));
4278  return true;
4279  case testInt::ID:
4280  func(static_cast<testInt &>(obj));
4281  return true;
4282  case testString::ID:
4283  func(static_cast<testString &>(obj));
4284  return true;
4285  case testVectorInt::ID:
4286  func(static_cast<testVectorInt &>(obj));
4287  return true;
4289  func(static_cast<testVectorIntObject &>(obj));
4290  return true;
4291  case testVectorString::ID:
4292  func(static_cast<testVectorString &>(obj));
4293  return true;
4295  func(static_cast<testVectorStringObject &>(obj));
4296  return true;
4297  case text::ID:
4298  func(static_cast<text &>(obj));
4299  return true;
4300  case textEntities::ID:
4301  func(static_cast<textEntities &>(obj));
4302  return true;
4303  case textEntity::ID:
4304  func(static_cast<textEntity &>(obj));
4305  return true;
4307  func(static_cast<textEntityTypeMention &>(obj));
4308  return true;
4310  func(static_cast<textEntityTypeHashtag &>(obj));
4311  return true;
4313  func(static_cast<textEntityTypeCashtag &>(obj));
4314  return true;
4316  func(static_cast<textEntityTypeBotCommand &>(obj));
4317  return true;
4318  case textEntityTypeUrl::ID:
4319  func(static_cast<textEntityTypeUrl &>(obj));
4320  return true;
4322  func(static_cast<textEntityTypeEmailAddress &>(obj));
4323  return true;
4325  func(static_cast<textEntityTypePhoneNumber &>(obj));
4326  return true;
4328  func(static_cast<textEntityTypeBankCardNumber &>(obj));
4329  return true;
4331  func(static_cast<textEntityTypeBold &>(obj));
4332  return true;
4334  func(static_cast<textEntityTypeItalic &>(obj));
4335  return true;
4337  func(static_cast<textEntityTypeUnderline &>(obj));
4338  return true;
4340  func(static_cast<textEntityTypeStrikethrough &>(obj));
4341  return true;
4343  func(static_cast<textEntityTypeSpoiler &>(obj));
4344  return true;
4346  func(static_cast<textEntityTypeCode &>(obj));
4347  return true;
4348  case textEntityTypePre::ID:
4349  func(static_cast<textEntityTypePre &>(obj));
4350  return true;
4352  func(static_cast<textEntityTypePreCode &>(obj));
4353  return true;
4355  func(static_cast<textEntityTypeBlockQuote &>(obj));
4356  return true;
4358  func(static_cast<textEntityTypeExpandableBlockQuote &>(obj));
4359  return true;
4361  func(static_cast<textEntityTypeTextUrl &>(obj));
4362  return true;
4364  func(static_cast<textEntityTypeMentionName &>(obj));
4365  return true;
4367  func(static_cast<textEntityTypeCustomEmoji &>(obj));
4368  return true;
4370  func(static_cast<textEntityTypeMediaTimestamp &>(obj));
4371  return true;
4373  func(static_cast<textParseModeMarkdown &>(obj));
4374  return true;
4375  case textParseModeHTML::ID:
4376  func(static_cast<textParseModeHTML &>(obj));
4377  return true;
4378  case textQuote::ID:
4379  func(static_cast<textQuote &>(obj));
4380  return true;
4381  case themeParameters::ID:
4382  func(static_cast<themeParameters &>(obj));
4383  return true;
4384  case themeSettings::ID:
4385  func(static_cast<themeSettings &>(obj));
4386  return true;
4387  case thumbnail::ID:
4388  func(static_cast<thumbnail &>(obj));
4389  return true;
4391  func(static_cast<thumbnailFormatJpeg &>(obj));
4392  return true;
4394  func(static_cast<thumbnailFormatGif &>(obj));
4395  return true;
4397  func(static_cast<thumbnailFormatMpeg4 &>(obj));
4398  return true;
4400  func(static_cast<thumbnailFormatPng &>(obj));
4401  return true;
4403  func(static_cast<thumbnailFormatTgs &>(obj));
4404  return true;
4406  func(static_cast<thumbnailFormatWebm &>(obj));
4407  return true;
4409  func(static_cast<thumbnailFormatWebp &>(obj));
4410  return true;
4411  case timeZone::ID:
4412  func(static_cast<timeZone &>(obj));
4413  return true;
4414  case timeZones::ID:
4415  func(static_cast<timeZones &>(obj));
4416  return true;
4418  func(static_cast<topChatCategoryUsers &>(obj));
4419  return true;
4421  func(static_cast<topChatCategoryBots &>(obj));
4422  return true;
4424  func(static_cast<topChatCategoryGroups &>(obj));
4425  return true;
4427  func(static_cast<topChatCategoryChannels &>(obj));
4428  return true;
4430  func(static_cast<topChatCategoryInlineBots &>(obj));
4431  return true;
4433  func(static_cast<topChatCategoryWebAppBots &>(obj));
4434  return true;
4436  func(static_cast<topChatCategoryCalls &>(obj));
4437  return true;
4439  func(static_cast<topChatCategoryForwardChats &>(obj));
4440  return true;
4442  func(static_cast<trendingStickerSets &>(obj));
4443  return true;
4445  func(static_cast<unconfirmedSession &>(obj));
4446  return true;
4447  case unreadReaction::ID:
4448  func(static_cast<unreadReaction &>(obj));
4449  return true;
4451  func(static_cast<updateAuthorizationState &>(obj));
4452  return true;
4453  case updateNewMessage::ID:
4454  func(static_cast<updateNewMessage &>(obj));
4455  return true;
4457  func(static_cast<updateMessageSendAcknowledged &>(obj));
4458  return true;
4460  func(static_cast<updateMessageSendSucceeded &>(obj));
4461  return true;
4463  func(static_cast<updateMessageSendFailed &>(obj));
4464  return true;
4466  func(static_cast<updateMessageContent &>(obj));
4467  return true;
4469  func(static_cast<updateMessageEdited &>(obj));
4470  return true;
4472  func(static_cast<updateMessageIsPinned &>(obj));
4473  return true;
4475  func(static_cast<updateMessageInteractionInfo &>(obj));
4476  return true;
4478  func(static_cast<updateMessageContentOpened &>(obj));
4479  return true;
4481  func(static_cast<updateMessageMentionRead &>(obj));
4482  return true;
4484  func(static_cast<updateMessageUnreadReactions &>(obj));
4485  return true;
4487  func(static_cast<updateMessageFactCheck &>(obj));
4488  return true;
4490  func(static_cast<updateMessageLiveLocationViewed &>(obj));
4491  return true;
4493  func(static_cast<updateVideoPublished &>(obj));
4494  return true;
4495  case updateNewChat::ID:
4496  func(static_cast<updateNewChat &>(obj));
4497  return true;
4498  case updateChatTitle::ID:
4499  func(static_cast<updateChatTitle &>(obj));
4500  return true;
4501  case updateChatPhoto::ID:
4502  func(static_cast<updateChatPhoto &>(obj));
4503  return true;
4505  func(static_cast<updateChatAccentColors &>(obj));
4506  return true;
4508  func(static_cast<updateChatPermissions &>(obj));
4509  return true;
4511  func(static_cast<updateChatLastMessage &>(obj));
4512  return true;
4514  func(static_cast<updateChatPosition &>(obj));
4515  return true;
4517  func(static_cast<updateChatAddedToList &>(obj));
4518  return true;
4520  func(static_cast<updateChatRemovedFromList &>(obj));
4521  return true;
4523  func(static_cast<updateChatReadInbox &>(obj));
4524  return true;
4526  func(static_cast<updateChatReadOutbox &>(obj));
4527  return true;
4529  func(static_cast<updateChatActionBar &>(obj));
4530  return true;
4532  func(static_cast<updateChatBusinessBotManageBar &>(obj));
4533  return true;
4535  func(static_cast<updateChatAvailableReactions &>(obj));
4536  return true;
4538  func(static_cast<updateChatDraftMessage &>(obj));
4539  return true;
4541  func(static_cast<updateChatEmojiStatus &>(obj));
4542  return true;
4544  func(static_cast<updateChatMessageSender &>(obj));
4545  return true;
4547  func(static_cast<updateChatMessageAutoDeleteTime &>(obj));
4548  return true;
4550  func(static_cast<updateChatNotificationSettings &>(obj));
4551  return true;
4553  func(static_cast<updateChatPendingJoinRequests &>(obj));
4554  return true;
4556  func(static_cast<updateChatReplyMarkup &>(obj));
4557  return true;
4559  func(static_cast<updateChatBackground &>(obj));
4560  return true;
4561  case updateChatTheme::ID:
4562  func(static_cast<updateChatTheme &>(obj));
4563  return true;
4565  func(static_cast<updateChatUnreadMentionCount &>(obj));
4566  return true;
4568  func(static_cast<updateChatUnreadReactionCount &>(obj));
4569  return true;
4571  func(static_cast<updateChatVideoChat &>(obj));
4572  return true;
4574  func(static_cast<updateChatDefaultDisableNotification &>(obj));
4575  return true;
4577  func(static_cast<updateChatHasProtectedContent &>(obj));
4578  return true;
4580  func(static_cast<updateChatIsTranslatable &>(obj));
4581  return true;
4583  func(static_cast<updateChatIsMarkedAsUnread &>(obj));
4584  return true;
4586  func(static_cast<updateChatViewAsTopics &>(obj));
4587  return true;
4589  func(static_cast<updateChatBlockList &>(obj));
4590  return true;
4592  func(static_cast<updateChatHasScheduledMessages &>(obj));
4593  return true;
4594  case updateChatFolders::ID:
4595  func(static_cast<updateChatFolders &>(obj));
4596  return true;
4598  func(static_cast<updateChatOnlineMemberCount &>(obj));
4599  return true;
4601  func(static_cast<updateSavedMessagesTopic &>(obj));
4602  return true;
4604  func(static_cast<updateSavedMessagesTopicCount &>(obj));
4605  return true;
4607  func(static_cast<updateQuickReplyShortcut &>(obj));
4608  return true;
4610  func(static_cast<updateQuickReplyShortcutDeleted &>(obj));
4611  return true;
4613  func(static_cast<updateQuickReplyShortcuts &>(obj));
4614  return true;
4616  func(static_cast<updateQuickReplyShortcutMessages &>(obj));
4617  return true;
4619  func(static_cast<updateForumTopicInfo &>(obj));
4620  return true;
4622  func(static_cast<updateScopeNotificationSettings &>(obj));
4623  return true;
4625  func(static_cast<updateReactionNotificationSettings &>(obj));
4626  return true;
4628  func(static_cast<updateNotification &>(obj));
4629  return true;
4631  func(static_cast<updateNotificationGroup &>(obj));
4632  return true;
4634  func(static_cast<updateActiveNotifications &>(obj));
4635  return true;
4637  func(static_cast<updateHavePendingNotifications &>(obj));
4638  return true;
4640  func(static_cast<updateDeleteMessages &>(obj));
4641  return true;
4642  case updateChatAction::ID:
4643  func(static_cast<updateChatAction &>(obj));
4644  return true;
4645  case updateUserStatus::ID:
4646  func(static_cast<updateUserStatus &>(obj));
4647  return true;
4648  case updateUser::ID:
4649  func(static_cast<updateUser &>(obj));
4650  return true;
4651  case updateBasicGroup::ID:
4652  func(static_cast<updateBasicGroup &>(obj));
4653  return true;
4654  case updateSupergroup::ID:
4655  func(static_cast<updateSupergroup &>(obj));
4656  return true;
4657  case updateSecretChat::ID:
4658  func(static_cast<updateSecretChat &>(obj));
4659  return true;
4661  func(static_cast<updateUserFullInfo &>(obj));
4662  return true;
4664  func(static_cast<updateBasicGroupFullInfo &>(obj));
4665  return true;
4667  func(static_cast<updateSupergroupFullInfo &>(obj));
4668  return true;
4670  func(static_cast<updateServiceNotification &>(obj));
4671  return true;
4672  case updateFile::ID:
4673  func(static_cast<updateFile &>(obj));
4674  return true;
4676  func(static_cast<updateFileGenerationStart &>(obj));
4677  return true;
4679  func(static_cast<updateFileGenerationStop &>(obj));
4680  return true;
4682  func(static_cast<updateFileDownloads &>(obj));
4683  return true;
4685  func(static_cast<updateFileAddedToDownloads &>(obj));
4686  return true;
4688  func(static_cast<updateFileDownload &>(obj));
4689  return true;
4691  func(static_cast<updateFileRemovedFromDownloads &>(obj));
4692  return true;
4694  func(static_cast<updateApplicationVerificationRequired &>(obj));
4695  return true;
4696  case updateCall::ID:
4697  func(static_cast<updateCall &>(obj));
4698  return true;
4699  case updateGroupCall::ID:
4700  func(static_cast<updateGroupCall &>(obj));
4701  return true;
4703  func(static_cast<updateGroupCallParticipant &>(obj));
4704  return true;
4706  func(static_cast<updateNewCallSignalingData &>(obj));
4707  return true;
4709  func(static_cast<updateUserPrivacySettingRules &>(obj));
4710  return true;
4712  func(static_cast<updateUnreadMessageCount &>(obj));
4713  return true;
4715  func(static_cast<updateUnreadChatCount &>(obj));
4716  return true;
4717  case updateStory::ID:
4718  func(static_cast<updateStory &>(obj));
4719  return true;
4721  func(static_cast<updateStoryDeleted &>(obj));
4722  return true;
4724  func(static_cast<updateStorySendSucceeded &>(obj));
4725  return true;
4727  func(static_cast<updateStorySendFailed &>(obj));
4728  return true;
4730  func(static_cast<updateChatActiveStories &>(obj));
4731  return true;
4733  func(static_cast<updateStoryListChatCount &>(obj));
4734  return true;
4736  func(static_cast<updateStoryStealthMode &>(obj));
4737  return true;
4738  case updateOption::ID:
4739  func(static_cast<updateOption &>(obj));
4740  return true;
4741  case updateStickerSet::ID:
4742  func(static_cast<updateStickerSet &>(obj));
4743  return true;
4745  func(static_cast<updateInstalledStickerSets &>(obj));
4746  return true;
4748  func(static_cast<updateTrendingStickerSets &>(obj));
4749  return true;
4751  func(static_cast<updateRecentStickers &>(obj));
4752  return true;
4754  func(static_cast<updateFavoriteStickers &>(obj));
4755  return true;
4757  func(static_cast<updateSavedAnimations &>(obj));
4758  return true;
4760  func(static_cast<updateSavedNotificationSounds &>(obj));
4761  return true;
4763  func(static_cast<updateDefaultBackground &>(obj));
4764  return true;
4765  case updateChatThemes::ID:
4766  func(static_cast<updateChatThemes &>(obj));
4767  return true;
4769  func(static_cast<updateAccentColors &>(obj));
4770  return true;
4772  func(static_cast<updateProfileAccentColors &>(obj));
4773  return true;
4775  func(static_cast<updateLanguagePackStrings &>(obj));
4776  return true;
4778  func(static_cast<updateConnectionState &>(obj));
4779  return true;
4781  func(static_cast<updateTermsOfService &>(obj));
4782  return true;
4784  func(static_cast<updateUnconfirmedSession &>(obj));
4785  return true;
4787  func(static_cast<updateAttachmentMenuBots &>(obj));
4788  return true;
4790  func(static_cast<updateWebAppMessageSent &>(obj));
4791  return true;
4793  func(static_cast<updateActiveEmojiReactions &>(obj));
4794  return true;
4796  func(static_cast<updateAvailableMessageEffects &>(obj));
4797  return true;
4799  func(static_cast<updateDefaultReactionType &>(obj));
4800  return true;
4802  func(static_cast<updateSavedMessagesTags &>(obj));
4803  return true;
4805  func(static_cast<updateActiveLiveLocationMessages &>(obj));
4806  return true;
4808  func(static_cast<updateOwnedStarCount &>(obj));
4809  return true;
4811  func(static_cast<updateChatRevenueAmount &>(obj));
4812  return true;
4814  func(static_cast<updateStarRevenueStatus &>(obj));
4815  return true;
4817  func(static_cast<updateSpeechRecognitionTrial &>(obj));
4818  return true;
4819  case updateDiceEmojis::ID:
4820  func(static_cast<updateDiceEmojis &>(obj));
4821  return true;
4823  func(static_cast<updateAnimatedEmojiMessageClicked &>(obj));
4824  return true;
4826  func(static_cast<updateAnimationSearchParameters &>(obj));
4827  return true;
4829  func(static_cast<updateSuggestedActions &>(obj));
4830  return true;
4832  func(static_cast<updateSpeedLimitNotification &>(obj));
4833  return true;
4835  func(static_cast<updateContactCloseBirthdays &>(obj));
4836  return true;
4838  func(static_cast<updateAutosaveSettings &>(obj));
4839  return true;
4841  func(static_cast<updateBusinessConnection &>(obj));
4842  return true;
4844  func(static_cast<updateNewBusinessMessage &>(obj));
4845  return true;
4847  func(static_cast<updateBusinessMessageEdited &>(obj));
4848  return true;
4850  func(static_cast<updateBusinessMessagesDeleted &>(obj));
4851  return true;
4853  func(static_cast<updateNewInlineQuery &>(obj));
4854  return true;
4856  func(static_cast<updateNewChosenInlineResult &>(obj));
4857  return true;
4859  func(static_cast<updateNewCallbackQuery &>(obj));
4860  return true;
4862  func(static_cast<updateNewInlineCallbackQuery &>(obj));
4863  return true;
4865  func(static_cast<updateNewBusinessCallbackQuery &>(obj));
4866  return true;
4868  func(static_cast<updateNewShippingQuery &>(obj));
4869  return true;
4871  func(static_cast<updateNewPreCheckoutQuery &>(obj));
4872  return true;
4874  func(static_cast<updateNewCustomEvent &>(obj));
4875  return true;
4877  func(static_cast<updateNewCustomQuery &>(obj));
4878  return true;
4879  case updatePoll::ID:
4880  func(static_cast<updatePoll &>(obj));
4881  return true;
4882  case updatePollAnswer::ID:
4883  func(static_cast<updatePollAnswer &>(obj));
4884  return true;
4885  case updateChatMember::ID:
4886  func(static_cast<updateChatMember &>(obj));
4887  return true;
4889  func(static_cast<updateNewChatJoinRequest &>(obj));
4890  return true;
4891  case updateChatBoost::ID:
4892  func(static_cast<updateChatBoost &>(obj));
4893  return true;
4895  func(static_cast<updateMessageReaction &>(obj));
4896  return true;
4898  func(static_cast<updateMessageReactions &>(obj));
4899  return true;
4901  func(static_cast<updatePaidMediaPurchased &>(obj));
4902  return true;
4903  case updates::ID:
4904  func(static_cast<updates &>(obj));
4905  return true;
4906  case upgradeGiftResult::ID:
4907  func(static_cast<upgradeGiftResult &>(obj));
4908  return true;
4909  case upgradedGift::ID:
4910  func(static_cast<upgradedGift &>(obj));
4911  return true;
4913  func(static_cast<upgradedGiftBackdrop &>(obj));
4914  return true;
4915  case upgradedGiftModel::ID:
4916  func(static_cast<upgradedGiftModel &>(obj));
4917  return true;
4919  func(static_cast<upgradedGiftOriginalDetails &>(obj));
4920  return true;
4922  func(static_cast<upgradedGiftSymbol &>(obj));
4923  return true;
4924  case user::ID:
4925  func(static_cast<user &>(obj));
4926  return true;
4927  case userFullInfo::ID:
4928  func(static_cast<userFullInfo &>(obj));
4929  return true;
4930  case userGift::ID:
4931  func(static_cast<userGift &>(obj));
4932  return true;
4933  case userGifts::ID:
4934  func(static_cast<userGifts &>(obj));
4935  return true;
4936  case userLink::ID:
4937  func(static_cast<userLink &>(obj));
4938  return true;
4940  func(static_cast<userPrivacySettingShowStatus &>(obj));
4941  return true;
4943  func(static_cast<userPrivacySettingShowProfilePhoto &>(obj));
4944  return true;
4946  func(static_cast<userPrivacySettingShowLinkInForwardedMessages &>(obj));
4947  return true;
4949  func(static_cast<userPrivacySettingShowPhoneNumber &>(obj));
4950  return true;
4952  func(static_cast<userPrivacySettingShowBio &>(obj));
4953  return true;
4955  func(static_cast<userPrivacySettingShowBirthdate &>(obj));
4956  return true;
4958  func(static_cast<userPrivacySettingAllowChatInvites &>(obj));
4959  return true;
4961  func(static_cast<userPrivacySettingAllowCalls &>(obj));
4962  return true;
4964  func(static_cast<userPrivacySettingAllowPeerToPeerCalls &>(obj));
4965  return true;
4967  func(static_cast<userPrivacySettingAllowFindingByPhoneNumber &>(obj));
4968  return true;
4970  func(static_cast<userPrivacySettingAllowPrivateVoiceAndVideoNoteMessages &>(obj));
4971  return true;
4973  func(static_cast<userPrivacySettingAutosaveGifts &>(obj));
4974  return true;
4976  func(static_cast<userPrivacySettingRuleAllowAll &>(obj));
4977  return true;
4979  func(static_cast<userPrivacySettingRuleAllowContacts &>(obj));
4980  return true;
4982  func(static_cast<userPrivacySettingRuleAllowBots &>(obj));
4983  return true;
4985  func(static_cast<userPrivacySettingRuleAllowPremiumUsers &>(obj));
4986  return true;
4988  func(static_cast<userPrivacySettingRuleAllowUsers &>(obj));
4989  return true;
4991  func(static_cast<userPrivacySettingRuleAllowChatMembers &>(obj));
4992  return true;
4994  func(static_cast<userPrivacySettingRuleRestrictAll &>(obj));
4995  return true;
4997  func(static_cast<userPrivacySettingRuleRestrictContacts &>(obj));
4998  return true;
5000  func(static_cast<userPrivacySettingRuleRestrictBots &>(obj));
5001  return true;
5003  func(static_cast<userPrivacySettingRuleRestrictUsers &>(obj));
5004  return true;
5006  func(static_cast<userPrivacySettingRuleRestrictChatMembers &>(obj));
5007  return true;
5009  func(static_cast<userPrivacySettingRules &>(obj));
5010  return true;
5011  case userStatusEmpty::ID:
5012  func(static_cast<userStatusEmpty &>(obj));
5013  return true;
5014  case userStatusOnline::ID:
5015  func(static_cast<userStatusOnline &>(obj));
5016  return true;
5017  case userStatusOffline::ID:
5018  func(static_cast<userStatusOffline &>(obj));
5019  return true;
5021  func(static_cast<userStatusRecently &>(obj));
5022  return true;
5024  func(static_cast<userStatusLastWeek &>(obj));
5025  return true;
5027  func(static_cast<userStatusLastMonth &>(obj));
5028  return true;
5029  case userSupportInfo::ID:
5030  func(static_cast<userSupportInfo &>(obj));
5031  return true;
5032  case userTypeRegular::ID:
5033  func(static_cast<userTypeRegular &>(obj));
5034  return true;
5035  case userTypeDeleted::ID:
5036  func(static_cast<userTypeDeleted &>(obj));
5037  return true;
5038  case userTypeBot::ID:
5039  func(static_cast<userTypeBot &>(obj));
5040  return true;
5041  case userTypeUnknown::ID:
5042  func(static_cast<userTypeUnknown &>(obj));
5043  return true;
5044  case usernames::ID:
5045  func(static_cast<usernames &>(obj));
5046  return true;
5047  case users::ID:
5048  func(static_cast<users &>(obj));
5049  return true;
5051  func(static_cast<validatedOrderInfo &>(obj));
5052  return true;
5054  func(static_cast<vectorPathCommandLine &>(obj));
5055  return true;
5057  func(static_cast<vectorPathCommandCubicBezierCurve &>(obj));
5058  return true;
5059  case venue::ID:
5060  func(static_cast<venue &>(obj));
5061  return true;
5063  func(static_cast<verificationStatus &>(obj));
5064  return true;
5065  case video::ID:
5066  func(static_cast<video &>(obj));
5067  return true;
5068  case videoChat::ID:
5069  func(static_cast<videoChat &>(obj));
5070  return true;
5071  case videoNote::ID:
5072  func(static_cast<videoNote &>(obj));
5073  return true;
5074  case voiceNote::ID:
5075  func(static_cast<voiceNote &>(obj));
5076  return true;
5077  case webApp::ID:
5078  func(static_cast<webApp &>(obj));
5079  return true;
5080  case webAppInfo::ID:
5081  func(static_cast<webAppInfo &>(obj));
5082  return true;
5084  func(static_cast<webAppOpenModeCompact &>(obj));
5085  return true;
5087  func(static_cast<webAppOpenModeFullSize &>(obj));
5088  return true;
5090  func(static_cast<webAppOpenModeFullScreen &>(obj));
5091  return true;
5093  func(static_cast<webAppOpenParameters &>(obj));
5094  return true;
5096  func(static_cast<webPageInstantView &>(obj));
5097  return true;
5098  default:
5099  return false;
5100  }
5101 }
5102 
5109 template <class T>
5110 bool downcast_call(Function &obj, const T &func) {
5111  switch (obj.get_id()) {
5112  case acceptCall::ID:
5113  func(static_cast<acceptCall &>(obj));
5114  return true;
5116  func(static_cast<acceptTermsOfService &>(obj));
5117  return true;
5119  func(static_cast<activateStoryStealthMode &>(obj));
5120  return true;
5122  func(static_cast<addBotMediaPreview &>(obj));
5123  return true;
5125  func(static_cast<addChatFolderByInviteLink &>(obj));
5126  return true;
5127  case addChatMember::ID:
5128  func(static_cast<addChatMember &>(obj));
5129  return true;
5130  case addChatMembers::ID:
5131  func(static_cast<addChatMembers &>(obj));
5132  return true;
5133  case addChatToList::ID:
5134  func(static_cast<addChatToList &>(obj));
5135  return true;
5136  case addContact::ID:
5137  func(static_cast<addContact &>(obj));
5138  return true;
5140  func(static_cast<addCustomServerLanguagePack &>(obj));
5141  return true;
5143  func(static_cast<addFavoriteSticker &>(obj));
5144  return true;
5146  func(static_cast<addFileToDownloads &>(obj));
5147  return true;
5148  case addLocalMessage::ID:
5149  func(static_cast<addLocalMessage &>(obj));
5150  return true;
5151  case addLogMessage::ID:
5152  func(static_cast<addLogMessage &>(obj));
5153  return true;
5155  func(static_cast<addMessageReaction &>(obj));
5156  return true;
5158  func(static_cast<addNetworkStatistics &>(obj));
5159  return true;
5161  func(static_cast<addPendingPaidMessageReaction &>(obj));
5162  return true;
5163  case addProxy::ID:
5164  func(static_cast<addProxy &>(obj));
5165  return true;
5167  func(static_cast<addQuickReplyShortcutInlineQueryResultMessage &>(obj));
5168  return true;
5170  func(static_cast<addQuickReplyShortcutMessage &>(obj));
5171  return true;
5173  func(static_cast<addQuickReplyShortcutMessageAlbum &>(obj));
5174  return true;
5175  case addRecentSticker::ID:
5176  func(static_cast<addRecentSticker &>(obj));
5177  return true;
5179  func(static_cast<addRecentlyFoundChat &>(obj));
5180  return true;
5181  case addSavedAnimation::ID:
5182  func(static_cast<addSavedAnimation &>(obj));
5183  return true;
5185  func(static_cast<addSavedNotificationSound &>(obj));
5186  return true;
5187  case addStickerToSet::ID:
5188  func(static_cast<addStickerToSet &>(obj));
5189  return true;
5191  func(static_cast<allowBotToSendMessages &>(obj));
5192  return true;
5194  func(static_cast<answerCallbackQuery &>(obj));
5195  return true;
5196  case answerCustomQuery::ID:
5197  func(static_cast<answerCustomQuery &>(obj));
5198  return true;
5199  case answerInlineQuery::ID:
5200  func(static_cast<answerInlineQuery &>(obj));
5201  return true;
5203  func(static_cast<answerPreCheckoutQuery &>(obj));
5204  return true;
5206  func(static_cast<answerShippingQuery &>(obj));
5207  return true;
5208  case answerWebAppQuery::ID:
5209  func(static_cast<answerWebAppQuery &>(obj));
5210  return true;
5212  func(static_cast<applyPremiumGiftCode &>(obj));
5213  return true;
5215  func(static_cast<assignAppStoreTransaction &>(obj));
5216  return true;
5218  func(static_cast<assignGooglePlayTransaction &>(obj));
5219  return true;
5220  case banChatMember::ID:
5221  func(static_cast<banChatMember &>(obj));
5222  return true;
5224  func(static_cast<blockMessageSenderFromReplies &>(obj));
5225  return true;
5226  case boostChat::ID:
5227  func(static_cast<boostChat &>(obj));
5228  return true;
5230  func(static_cast<canBotSendMessages &>(obj));
5231  return true;
5233  func(static_cast<canPurchaseFromStore &>(obj));
5234  return true;
5236  func(static_cast<canSendMessageToUser &>(obj));
5237  return true;
5238  case canSendStory::ID:
5239  func(static_cast<canSendStory &>(obj));
5240  return true;
5242  func(static_cast<canTransferOwnership &>(obj));
5243  return true;
5245  func(static_cast<cancelDownloadFile &>(obj));
5246  return true;
5248  func(static_cast<cancelPasswordReset &>(obj));
5249  return true;
5251  func(static_cast<cancelPreliminaryUploadFile &>(obj));
5252  return true;
5254  func(static_cast<cancelRecoveryEmailAddressVerification &>(obj));
5255  return true;
5257  func(static_cast<changeImportedContacts &>(obj));
5258  return true;
5259  case changeStickerSet::ID:
5260  func(static_cast<changeStickerSet &>(obj));
5261  return true;
5263  func(static_cast<checkAuthenticationBotToken &>(obj));
5264  return true;
5266  func(static_cast<checkAuthenticationCode &>(obj));
5267  return true;
5269  func(static_cast<checkAuthenticationEmailCode &>(obj));
5270  return true;
5272  func(static_cast<checkAuthenticationPassword &>(obj));
5273  return true;
5275  func(static_cast<checkAuthenticationPasswordRecoveryCode &>(obj));
5276  return true;
5278  func(static_cast<checkChatFolderInviteLink &>(obj));
5279  return true;
5281  func(static_cast<checkChatInviteLink &>(obj));
5282  return true;
5283  case checkChatUsername::ID:
5284  func(static_cast<checkChatUsername &>(obj));
5285  return true;
5287  func(static_cast<checkCreatedPublicChatsLimit &>(obj));
5288  return true;
5290  func(static_cast<checkEmailAddressVerificationCode &>(obj));
5291  return true;
5293  func(static_cast<checkLoginEmailAddressCode &>(obj));
5294  return true;
5296  func(static_cast<checkPasswordRecoveryCode &>(obj));
5297  return true;
5299  func(static_cast<checkPhoneNumberCode &>(obj));
5300  return true;
5302  func(static_cast<checkPremiumGiftCode &>(obj));
5303  return true;
5305  func(static_cast<checkQuickReplyShortcutName &>(obj));
5306  return true;
5308  func(static_cast<checkRecoveryEmailAddressCode &>(obj));
5309  return true;
5311  func(static_cast<checkStickerSetName &>(obj));
5312  return true;
5314  func(static_cast<checkWebAppFileDownload &>(obj));
5315  return true;
5316  case cleanFileName::ID:
5317  func(static_cast<cleanFileName &>(obj));
5318  return true;
5320  func(static_cast<clearAllDraftMessages &>(obj));
5321  return true;
5323  func(static_cast<clearAutosaveSettingsExceptions &>(obj));
5324  return true;
5326  func(static_cast<clearImportedContacts &>(obj));
5327  return true;
5329  func(static_cast<clearRecentEmojiStatuses &>(obj));
5330  return true;
5332  func(static_cast<clearRecentReactions &>(obj));
5333  return true;
5335  func(static_cast<clearRecentStickers &>(obj));
5336  return true;
5338  func(static_cast<clearRecentlyFoundChats &>(obj));
5339  return true;
5341  func(static_cast<clearSearchedForTags &>(obj));
5342  return true;
5344  func(static_cast<clickAnimatedEmojiMessage &>(obj));
5345  return true;
5347  func(static_cast<clickChatSponsoredMessage &>(obj));
5348  return true;
5350  func(static_cast<clickPremiumSubscriptionButton &>(obj));
5351  return true;
5352  case close::ID:
5353  func(static_cast<close &>(obj));
5354  return true;
5355  case closeChat::ID:
5356  func(static_cast<closeChat &>(obj));
5357  return true;
5358  case closeSecretChat::ID:
5359  func(static_cast<closeSecretChat &>(obj));
5360  return true;
5361  case closeStory::ID:
5362  func(static_cast<closeStory &>(obj));
5363  return true;
5364  case closeWebApp::ID:
5365  func(static_cast<closeWebApp &>(obj));
5366  return true;
5368  func(static_cast<commitPendingPaidMessageReactions &>(obj));
5369  return true;
5371  func(static_cast<confirmQrCodeAuthentication &>(obj));
5372  return true;
5373  case confirmSession::ID:
5374  func(static_cast<confirmSession &>(obj));
5375  return true;
5377  func(static_cast<connectAffiliateProgram &>(obj));
5378  return true;
5380  func(static_cast<createBasicGroupChat &>(obj));
5381  return true;
5383  func(static_cast<createBusinessChatLink &>(obj));
5384  return true;
5385  case createCall::ID:
5386  func(static_cast<createCall &>(obj));
5387  return true;
5388  case createChatFolder::ID:
5389  func(static_cast<createChatFolder &>(obj));
5390  return true;
5392  func(static_cast<createChatFolderInviteLink &>(obj));
5393  return true;
5395  func(static_cast<createChatInviteLink &>(obj));
5396  return true;
5398  func(static_cast<createChatSubscriptionInviteLink &>(obj));
5399  return true;
5400  case createForumTopic::ID:
5401  func(static_cast<createForumTopic &>(obj));
5402  return true;
5403  case createGroupCall::ID:
5404  func(static_cast<createGroupCall &>(obj));
5405  return true;
5406  case createInvoiceLink::ID:
5407  func(static_cast<createInvoiceLink &>(obj));
5408  return true;
5410  func(static_cast<createNewBasicGroupChat &>(obj));
5411  return true;
5413  func(static_cast<createNewSecretChat &>(obj));
5414  return true;
5416  func(static_cast<createNewStickerSet &>(obj));
5417  return true;
5419  func(static_cast<createNewSupergroupChat &>(obj));
5420  return true;
5421  case createPrivateChat::ID:
5422  func(static_cast<createPrivateChat &>(obj));
5423  return true;
5424  case createSecretChat::ID:
5425  func(static_cast<createSecretChat &>(obj));
5426  return true;
5428  func(static_cast<createSupergroupChat &>(obj));
5429  return true;
5431  func(static_cast<createTemporaryPassword &>(obj));
5432  return true;
5433  case createVideoChat::ID:
5434  func(static_cast<createVideoChat &>(obj));
5435  return true;
5436  case deleteAccount::ID:
5437  func(static_cast<deleteAccount &>(obj));
5438  return true;
5440  func(static_cast<deleteAllCallMessages &>(obj));
5441  return true;
5443  func(static_cast<deleteAllRevokedChatInviteLinks &>(obj));
5444  return true;
5446  func(static_cast<deleteBotMediaPreviews &>(obj));
5447  return true;
5449  func(static_cast<deleteBusinessChatLink &>(obj));
5450  return true;
5452  func(static_cast<deleteBusinessConnectedBot &>(obj));
5453  return true;
5454  case deleteChat::ID:
5455  func(static_cast<deleteChat &>(obj));
5456  return true;
5458  func(static_cast<deleteChatBackground &>(obj));
5459  return true;
5460  case deleteChatFolder::ID:
5461  func(static_cast<deleteChatFolder &>(obj));
5462  return true;
5464  func(static_cast<deleteChatFolderInviteLink &>(obj));
5465  return true;
5466  case deleteChatHistory::ID:
5467  func(static_cast<deleteChatHistory &>(obj));
5468  return true;
5470  func(static_cast<deleteChatMessagesByDate &>(obj));
5471  return true;
5473  func(static_cast<deleteChatMessagesBySender &>(obj));
5474  return true;
5476  func(static_cast<deleteChatReplyMarkup &>(obj));
5477  return true;
5478  case deleteCommands::ID:
5479  func(static_cast<deleteCommands &>(obj));
5480  return true;
5482  func(static_cast<deleteDefaultBackground &>(obj));
5483  return true;
5484  case deleteFile::ID:
5485  func(static_cast<deleteFile &>(obj));
5486  return true;
5487  case deleteForumTopic::ID:
5488  func(static_cast<deleteForumTopic &>(obj));
5489  return true;
5491  func(static_cast<deleteLanguagePack &>(obj));
5492  return true;
5493  case deleteMessages::ID:
5494  func(static_cast<deleteMessages &>(obj));
5495  return true;
5497  func(static_cast<deletePassportElement &>(obj));
5498  return true;
5500  func(static_cast<deleteProfilePhoto &>(obj));
5501  return true;
5503  func(static_cast<deleteQuickReplyShortcut &>(obj));
5504  return true;
5506  func(static_cast<deleteQuickReplyShortcutMessages &>(obj));
5507  return true;
5509  func(static_cast<deleteRevokedChatInviteLink &>(obj));
5510  return true;
5512  func(static_cast<deleteSavedCredentials &>(obj));
5513  return true;
5515  func(static_cast<deleteSavedMessagesTopicHistory &>(obj));
5516  return true;
5518  func(static_cast<deleteSavedMessagesTopicMessagesByDate &>(obj));
5519  return true;
5521  func(static_cast<deleteSavedOrderInfo &>(obj));
5522  return true;
5523  case deleteStickerSet::ID:
5524  func(static_cast<deleteStickerSet &>(obj));
5525  return true;
5526  case deleteStory::ID:
5527  func(static_cast<deleteStory &>(obj));
5528  return true;
5529  case destroy::ID:
5530  func(static_cast<destroy &>(obj));
5531  return true;
5533  func(static_cast<disableAllSupergroupUsernames &>(obj));
5534  return true;
5535  case disableProxy::ID:
5536  func(static_cast<disableProxy &>(obj));
5537  return true;
5538  case discardCall::ID:
5539  func(static_cast<discardCall &>(obj));
5540  return true;
5542  func(static_cast<disconnectAffiliateProgram &>(obj));
5543  return true;
5545  func(static_cast<disconnectAllWebsites &>(obj));
5546  return true;
5547  case disconnectWebsite::ID:
5548  func(static_cast<disconnectWebsite &>(obj));
5549  return true;
5550  case downloadFile::ID:
5551  func(static_cast<downloadFile &>(obj));
5552  return true;
5554  func(static_cast<editBotMediaPreview &>(obj));
5555  return true;
5557  func(static_cast<editBusinessChatLink &>(obj));
5558  return true;
5560  func(static_cast<editBusinessMessageCaption &>(obj));
5561  return true;
5563  func(static_cast<editBusinessMessageLiveLocation &>(obj));
5564  return true;
5566  func(static_cast<editBusinessMessageMedia &>(obj));
5567  return true;
5569  func(static_cast<editBusinessMessageReplyMarkup &>(obj));
5570  return true;
5572  func(static_cast<editBusinessMessageText &>(obj));
5573  return true;
5574  case editChatFolder::ID:
5575  func(static_cast<editChatFolder &>(obj));
5576  return true;
5578  func(static_cast<editChatFolderInviteLink &>(obj));
5579  return true;
5581  func(static_cast<editChatInviteLink &>(obj));
5582  return true;
5584  func(static_cast<editChatSubscriptionInviteLink &>(obj));
5585  return true;
5587  func(static_cast<editCustomLanguagePackInfo &>(obj));
5588  return true;
5589  case editForumTopic::ID:
5590  func(static_cast<editForumTopic &>(obj));
5591  return true;
5593  func(static_cast<editInlineMessageCaption &>(obj));
5594  return true;
5596  func(static_cast<editInlineMessageLiveLocation &>(obj));
5597  return true;
5599  func(static_cast<editInlineMessageMedia &>(obj));
5600  return true;
5602  func(static_cast<editInlineMessageReplyMarkup &>(obj));
5603  return true;
5605  func(static_cast<editInlineMessageText &>(obj));
5606  return true;
5608  func(static_cast<editMessageCaption &>(obj));
5609  return true;
5611  func(static_cast<editMessageLiveLocation &>(obj));
5612  return true;
5613  case editMessageMedia::ID:
5614  func(static_cast<editMessageMedia &>(obj));
5615  return true;
5617  func(static_cast<editMessageReplyMarkup &>(obj));
5618  return true;
5620  func(static_cast<editMessageSchedulingState &>(obj));
5621  return true;
5622  case editMessageText::ID:
5623  func(static_cast<editMessageText &>(obj));
5624  return true;
5625  case editProxy::ID:
5626  func(static_cast<editProxy &>(obj));
5627  return true;
5629  func(static_cast<editQuickReplyMessage &>(obj));
5630  return true;
5632  func(static_cast<editStarSubscription &>(obj));
5633  return true;
5634  case editStory::ID:
5635  func(static_cast<editStory &>(obj));
5636  return true;
5637  case editStoryCover::ID:
5638  func(static_cast<editStoryCover &>(obj));
5639  return true;
5641  func(static_cast<editUserStarSubscription &>(obj));
5642  return true;
5643  case enableProxy::ID:
5644  func(static_cast<enableProxy &>(obj));
5645  return true;
5646  case endGroupCall::ID:
5647  func(static_cast<endGroupCall &>(obj));
5648  return true;
5650  func(static_cast<endGroupCallRecording &>(obj));
5651  return true;
5653  func(static_cast<endGroupCallScreenSharing &>(obj));
5654  return true;
5656  func(static_cast<finishFileGeneration &>(obj));
5657  return true;
5658  case forwardMessages::ID:
5659  func(static_cast<forwardMessages &>(obj));
5660  return true;
5661  case getAccountTtl::ID:
5662  func(static_cast<getAccountTtl &>(obj));
5663  return true;
5664  case getActiveSessions::ID:
5665  func(static_cast<getActiveSessions &>(obj));
5666  return true;
5668  func(static_cast<getAllPassportElements &>(obj));
5669  return true;
5671  func(static_cast<getAllStickerEmojis &>(obj));
5672  return true;
5673  case getAnimatedEmoji::ID:
5674  func(static_cast<getAnimatedEmoji &>(obj));
5675  return true;
5677  func(static_cast<getApplicationConfig &>(obj));
5678  return true;
5680  func(static_cast<getApplicationDownloadLink &>(obj));
5681  return true;
5683  func(static_cast<getArchiveChatListSettings &>(obj));
5684  return true;
5686  func(static_cast<getArchivedStickerSets &>(obj));
5687  return true;
5689  func(static_cast<getAttachedStickerSets &>(obj));
5690  return true;
5692  func(static_cast<getAttachmentMenuBot &>(obj));
5693  return true;
5695  func(static_cast<getAuthorizationState &>(obj));
5696  return true;
5698  func(static_cast<getAutoDownloadSettingsPresets &>(obj));
5699  return true;
5701  func(static_cast<getAutosaveSettings &>(obj));
5702  return true;
5704  func(static_cast<getAvailableChatBoostSlots &>(obj));
5705  return true;
5706  case getAvailableGifts::ID:
5707  func(static_cast<getAvailableGifts &>(obj));
5708  return true;
5709  case getBackgroundUrl::ID:
5710  func(static_cast<getBackgroundUrl &>(obj));
5711  return true;
5712  case getBankCardInfo::ID:
5713  func(static_cast<getBankCardInfo &>(obj));
5714  return true;
5715  case getBasicGroup::ID:
5716  func(static_cast<getBasicGroup &>(obj));
5717  return true;
5719  func(static_cast<getBasicGroupFullInfo &>(obj));
5720  return true;
5722  func(static_cast<getBlockedMessageSenders &>(obj));
5723  return true;
5725  func(static_cast<getBotInfoDescription &>(obj));
5726  return true;
5728  func(static_cast<getBotInfoShortDescription &>(obj));
5729  return true;
5731  func(static_cast<getBotMediaPreviewInfo &>(obj));
5732  return true;
5734  func(static_cast<getBotMediaPreviews &>(obj));
5735  return true;
5736  case getBotName::ID:
5737  func(static_cast<getBotName &>(obj));
5738  return true;
5740  func(static_cast<getBusinessChatLinkInfo &>(obj));
5741  return true;
5743  func(static_cast<getBusinessChatLinks &>(obj));
5744  return true;
5746  func(static_cast<getBusinessConnectedBot &>(obj));
5747  return true;
5749  func(static_cast<getBusinessConnection &>(obj));
5750  return true;
5752  func(static_cast<getBusinessFeatures &>(obj));
5753  return true;
5755  func(static_cast<getCallbackQueryAnswer &>(obj));
5756  return true;
5758  func(static_cast<getCallbackQueryMessage &>(obj));
5759  return true;
5760  case getChat::ID:
5761  func(static_cast<getChat &>(obj));
5762  return true;
5764  func(static_cast<getChatActiveStories &>(obj));
5765  return true;
5767  func(static_cast<getChatAdministrators &>(obj));
5768  return true;
5770  func(static_cast<getChatArchivedStories &>(obj));
5771  return true;
5773  func(static_cast<getChatAvailableMessageSenders &>(obj));
5774  return true;
5776  func(static_cast<getChatBoostFeatures &>(obj));
5777  return true;
5779  func(static_cast<getChatBoostLevelFeatures &>(obj));
5780  return true;
5781  case getChatBoostLink::ID:
5782  func(static_cast<getChatBoostLink &>(obj));
5783  return true;
5785  func(static_cast<getChatBoostLinkInfo &>(obj));
5786  return true;
5788  func(static_cast<getChatBoostStatus &>(obj));
5789  return true;
5790  case getChatBoosts::ID:
5791  func(static_cast<getChatBoosts &>(obj));
5792  return true;
5793  case getChatEventLog::ID:
5794  func(static_cast<getChatEventLog &>(obj));
5795  return true;
5796  case getChatFolder::ID:
5797  func(static_cast<getChatFolder &>(obj));
5798  return true;
5800  func(static_cast<getChatFolderChatCount &>(obj));
5801  return true;
5803  func(static_cast<getChatFolderChatsToLeave &>(obj));
5804  return true;
5806  func(static_cast<getChatFolderDefaultIconName &>(obj));
5807  return true;
5809  func(static_cast<getChatFolderInviteLinks &>(obj));
5810  return true;
5812  func(static_cast<getChatFolderNewChats &>(obj));
5813  return true;
5814  case getChatHistory::ID:
5815  func(static_cast<getChatHistory &>(obj));
5816  return true;
5817  case getChatInviteLink::ID:
5818  func(static_cast<getChatInviteLink &>(obj));
5819  return true;
5821  func(static_cast<getChatInviteLinkCounts &>(obj));
5822  return true;
5824  func(static_cast<getChatInviteLinkMembers &>(obj));
5825  return true;
5827  func(static_cast<getChatInviteLinks &>(obj));
5828  return true;
5830  func(static_cast<getChatJoinRequests &>(obj));
5831  return true;
5833  func(static_cast<getChatListsToAddChat &>(obj));
5834  return true;
5835  case getChatMember::ID:
5836  func(static_cast<getChatMember &>(obj));
5837  return true;
5839  func(static_cast<getChatMessageByDate &>(obj));
5840  return true;
5842  func(static_cast<getChatMessageCalendar &>(obj));
5843  return true;
5845  func(static_cast<getChatMessageCount &>(obj));
5846  return true;
5848  func(static_cast<getChatMessagePosition &>(obj));
5849  return true;
5851  func(static_cast<getChatNotificationSettingsExceptions &>(obj));
5852  return true;
5854  func(static_cast<getChatPinnedMessage &>(obj));
5855  return true;
5857  func(static_cast<getChatPostedToChatPageStories &>(obj));
5858  return true;
5860  func(static_cast<getChatRevenueStatistics &>(obj));
5861  return true;
5863  func(static_cast<getChatRevenueTransactions &>(obj));
5864  return true;
5866  func(static_cast<getChatRevenueWithdrawalUrl &>(obj));
5867  return true;
5869  func(static_cast<getChatScheduledMessages &>(obj));
5870  return true;
5872  func(static_cast<getChatSimilarChatCount &>(obj));
5873  return true;
5875  func(static_cast<getChatSimilarChats &>(obj));
5876  return true;
5878  func(static_cast<getChatSparseMessagePositions &>(obj));
5879  return true;
5881  func(static_cast<getChatSponsoredMessages &>(obj));
5882  return true;
5883  case getChatStatistics::ID:
5884  func(static_cast<getChatStatistics &>(obj));
5885  return true;
5887  func(static_cast<getChatStoryInteractions &>(obj));
5888  return true;
5889  case getChats::ID:
5890  func(static_cast<getChats &>(obj));
5891  return true;
5893  func(static_cast<getChatsForChatFolderInviteLink &>(obj));
5894  return true;
5896  func(static_cast<getChatsToSendStories &>(obj));
5897  return true;
5898  case getCloseFriends::ID:
5899  func(static_cast<getCloseFriends &>(obj));
5900  return true;
5902  func(static_cast<getCollectibleItemInfo &>(obj));
5903  return true;
5904  case getCommands::ID:
5905  func(static_cast<getCommands &>(obj));
5906  return true;
5908  func(static_cast<getConnectedAffiliateProgram &>(obj));
5909  return true;
5911  func(static_cast<getConnectedAffiliatePrograms &>(obj));
5912  return true;
5914  func(static_cast<getConnectedWebsites &>(obj));
5915  return true;
5916  case getContacts::ID:
5917  func(static_cast<getContacts &>(obj));
5918  return true;
5919  case getCountries::ID:
5920  func(static_cast<getCountries &>(obj));
5921  return true;
5922  case getCountryCode::ID:
5923  func(static_cast<getCountryCode &>(obj));
5924  return true;
5926  func(static_cast<getCountryFlagEmoji &>(obj));
5927  return true;
5929  func(static_cast<getCreatedPublicChats &>(obj));
5930  return true;
5931  case getCurrentState::ID:
5932  func(static_cast<getCurrentState &>(obj));
5933  return true;
5934  case getCurrentWeather::ID:
5935  func(static_cast<getCurrentWeather &>(obj));
5936  return true;
5938  func(static_cast<getCustomEmojiReactionAnimations &>(obj));
5939  return true;
5941  func(static_cast<getCustomEmojiStickers &>(obj));
5942  return true;
5944  func(static_cast<getDatabaseStatistics &>(obj));
5945  return true;
5946  case getDeepLinkInfo::ID:
5947  func(static_cast<getDeepLinkInfo &>(obj));
5948  return true;
5950  func(static_cast<getDefaultBackgroundCustomEmojiStickers &>(obj));
5951  return true;
5953  func(static_cast<getDefaultChatEmojiStatuses &>(obj));
5954  return true;
5956  func(static_cast<getDefaultChatPhotoCustomEmojiStickers &>(obj));
5957  return true;
5959  func(static_cast<getDefaultEmojiStatuses &>(obj));
5960  return true;
5962  func(static_cast<getDefaultMessageAutoDeleteTime &>(obj));
5963  return true;
5965  func(static_cast<getDefaultProfilePhotoCustomEmojiStickers &>(obj));
5966  return true;
5968  func(static_cast<getDisallowedChatEmojiStatuses &>(obj));
5969  return true;
5971  func(static_cast<getEmojiCategories &>(obj));
5972  return true;
5973  case getEmojiReaction::ID:
5974  func(static_cast<getEmojiReaction &>(obj));
5975  return true;
5977  func(static_cast<getEmojiSuggestionsUrl &>(obj));
5978  return true;
5979  case getExternalLink::ID:
5980  func(static_cast<getExternalLink &>(obj));
5981  return true;
5983  func(static_cast<getExternalLinkInfo &>(obj));
5984  return true;
5986  func(static_cast<getFavoriteStickers &>(obj));
5987  return true;
5988  case getFile::ID:
5989  func(static_cast<getFile &>(obj));
5990  return true;
5992  func(static_cast<getFileDownloadedPrefixSize &>(obj));
5993  return true;
5994  case getFileExtension::ID:
5995  func(static_cast<getFileExtension &>(obj));
5996  return true;
5997  case getFileMimeType::ID:
5998  func(static_cast<getFileMimeType &>(obj));
5999  return true;
6000  case getForumTopic::ID:
6001  func(static_cast<getForumTopic &>(obj));
6002  return true;
6004  func(static_cast<getForumTopicDefaultIcons &>(obj));
6005  return true;
6006  case getForumTopicLink::ID:
6007  func(static_cast<getForumTopicLink &>(obj));
6008  return true;
6009  case getForumTopics::ID:
6010  func(static_cast<getForumTopics &>(obj));
6011  return true;
6012  case getGameHighScores::ID:
6013  func(static_cast<getGameHighScores &>(obj));
6014  return true;
6016  func(static_cast<getGiftUpgradePreview &>(obj));
6017  return true;
6018  case getGiveawayInfo::ID:
6019  func(static_cast<getGiveawayInfo &>(obj));
6020  return true;
6022  func(static_cast<getGreetingStickers &>(obj));
6023  return true;
6025  func(static_cast<getGrossingWebAppBots &>(obj));
6026  return true;
6027  case getGroupCall::ID:
6028  func(static_cast<getGroupCall &>(obj));
6029  return true;
6031  func(static_cast<getGroupCallInviteLink &>(obj));
6032  return true;
6034  func(static_cast<getGroupCallStreamSegment &>(obj));
6035  return true;
6037  func(static_cast<getGroupCallStreams &>(obj));
6038  return true;
6039  case getGroupsInCommon::ID:
6040  func(static_cast<getGroupsInCommon &>(obj));
6041  return true;
6043  func(static_cast<getImportedContactCount &>(obj));
6044  return true;
6046  func(static_cast<getInactiveSupergroupChats &>(obj));
6047  return true;
6049  func(static_cast<getInlineGameHighScores &>(obj));
6050  return true;
6052  func(static_cast<getInlineQueryResults &>(obj));
6053  return true;
6055  func(static_cast<getInstalledBackgrounds &>(obj));
6056  return true;
6058  func(static_cast<getInstalledStickerSets &>(obj));
6059  return true;
6060  case getInternalLink::ID:
6061  func(static_cast<getInternalLink &>(obj));
6062  return true;
6064  func(static_cast<getInternalLinkType &>(obj));
6065  return true;
6066  case getJsonString::ID:
6067  func(static_cast<getJsonString &>(obj));
6068  return true;
6069  case getJsonValue::ID:
6070  func(static_cast<getJsonValue &>(obj));
6071  return true;
6072  case getKeywordEmojis::ID:
6073  func(static_cast<getKeywordEmojis &>(obj));
6074  return true;
6076  func(static_cast<getLanguagePackInfo &>(obj));
6077  return true;
6079  func(static_cast<getLanguagePackString &>(obj));
6080  return true;
6082  func(static_cast<getLanguagePackStrings &>(obj));
6083  return true;
6084  case getLinkPreview::ID:
6085  func(static_cast<getLinkPreview &>(obj));
6086  return true;
6088  func(static_cast<getLocalizationTargetInfo &>(obj));
6089  return true;
6090  case getLogStream::ID:
6091  func(static_cast<getLogStream &>(obj));
6092  return true;
6094  func(static_cast<getLogTagVerbosityLevel &>(obj));
6095  return true;
6096  case getLogTags::ID:
6097  func(static_cast<getLogTags &>(obj));
6098  return true;
6100  func(static_cast<getLogVerbosityLevel &>(obj));
6101  return true;
6102  case getLoginUrl::ID:
6103  func(static_cast<getLoginUrl &>(obj));
6104  return true;
6105  case getLoginUrlInfo::ID:
6106  func(static_cast<getLoginUrlInfo &>(obj));
6107  return true;
6108  case getMainWebApp::ID:
6109  func(static_cast<getMainWebApp &>(obj));
6110  return true;
6112  func(static_cast<getMapThumbnailFile &>(obj));
6113  return true;
6114  case getMarkdownText::ID:
6115  func(static_cast<getMarkdownText &>(obj));
6116  return true;
6117  case getMe::ID:
6118  func(static_cast<getMe &>(obj));
6119  return true;
6120  case getMenuButton::ID:
6121  func(static_cast<getMenuButton &>(obj));
6122  return true;
6123  case getMessage::ID:
6124  func(static_cast<getMessage &>(obj));
6125  return true;
6127  func(static_cast<getMessageAddedReactions &>(obj));
6128  return true;
6130  func(static_cast<getMessageAvailableReactions &>(obj));
6131  return true;
6132  case getMessageEffect::ID:
6133  func(static_cast<getMessageEffect &>(obj));
6134  return true;
6136  func(static_cast<getMessageEmbeddingCode &>(obj));
6137  return true;
6139  func(static_cast<getMessageFileType &>(obj));
6140  return true;
6142  func(static_cast<getMessageImportConfirmationText &>(obj));
6143  return true;
6144  case getMessageLink::ID:
6145  func(static_cast<getMessageLink &>(obj));
6146  return true;
6148  func(static_cast<getMessageLinkInfo &>(obj));
6149  return true;
6150  case getMessageLocally::ID:
6151  func(static_cast<getMessageLocally &>(obj));
6152  return true;
6154  func(static_cast<getMessageProperties &>(obj));
6155  return true;
6157  func(static_cast<getMessagePublicForwards &>(obj));
6158  return true;
6160  func(static_cast<getMessageReadDate &>(obj));
6161  return true;
6163  func(static_cast<getMessageStatistics &>(obj));
6164  return true;
6165  case getMessageThread::ID:
6166  func(static_cast<getMessageThread &>(obj));
6167  return true;
6169  func(static_cast<getMessageThreadHistory &>(obj));
6170  return true;
6171  case getMessageViewers::ID:
6172  func(static_cast<getMessageViewers &>(obj));
6173  return true;
6174  case getMessages::ID:
6175  func(static_cast<getMessages &>(obj));
6176  return true;
6178  func(static_cast<getNetworkStatistics &>(obj));
6179  return true;
6181  func(static_cast<getNewChatPrivacySettings &>(obj));
6182  return true;
6183  case getOption::ID:
6184  func(static_cast<getOption &>(obj));
6185  return true;
6186  case getOwnedBots::ID:
6187  func(static_cast<getOwnedBots &>(obj));
6188  return true;
6190  func(static_cast<getOwnedStickerSets &>(obj));
6191  return true;
6193  func(static_cast<getPassportAuthorizationForm &>(obj));
6194  return true;
6196  func(static_cast<getPassportAuthorizationFormAvailableElements &>(obj));
6197  return true;
6199  func(static_cast<getPassportElement &>(obj));
6200  return true;
6201  case getPasswordState::ID:
6202  func(static_cast<getPasswordState &>(obj));
6203  return true;
6204  case getPaymentForm::ID:
6205  func(static_cast<getPaymentForm &>(obj));
6206  return true;
6207  case getPaymentReceipt::ID:
6208  func(static_cast<getPaymentReceipt &>(obj));
6209  return true;
6211  func(static_cast<getPhoneNumberInfo &>(obj));
6212  return true;
6214  func(static_cast<getPhoneNumberInfoSync &>(obj));
6215  return true;
6216  case getPollVoters::ID:
6217  func(static_cast<getPollVoters &>(obj));
6218  return true;
6220  func(static_cast<getPreferredCountryLanguage &>(obj));
6221  return true;
6223  func(static_cast<getPremiumFeatures &>(obj));
6224  return true;
6226  func(static_cast<getPremiumGiftCodePaymentOptions &>(obj));
6227  return true;
6229  func(static_cast<getPremiumInfoSticker &>(obj));
6230  return true;
6231  case getPremiumLimit::ID:
6232  func(static_cast<getPremiumLimit &>(obj));
6233  return true;
6234  case getPremiumState::ID:
6235  func(static_cast<getPremiumState &>(obj));
6236  return true;
6238  func(static_cast<getPremiumStickerExamples &>(obj));
6239  return true;
6241  func(static_cast<getPremiumStickers &>(obj));
6242  return true;
6244  func(static_cast<getPreparedInlineMessage &>(obj));
6245  return true;
6246  case getProxies::ID:
6247  func(static_cast<getProxies &>(obj));
6248  return true;
6249  case getProxyLink::ID:
6250  func(static_cast<getProxyLink &>(obj));
6251  return true;
6252  case getPushReceiverId::ID:
6253  func(static_cast<getPushReceiverId &>(obj));
6254  return true;
6256  func(static_cast<getReadDatePrivacySettings &>(obj));
6257  return true;
6259  func(static_cast<getRecentEmojiStatuses &>(obj));
6260  return true;
6262  func(static_cast<getRecentInlineBots &>(obj));
6263  return true;
6264  case getRecentStickers::ID:
6265  func(static_cast<getRecentStickers &>(obj));
6266  return true;
6268  func(static_cast<getRecentlyOpenedChats &>(obj));
6269  return true;
6271  func(static_cast<getRecentlyVisitedTMeUrls &>(obj));
6272  return true;
6274  func(static_cast<getRecommendedChatFolders &>(obj));
6275  return true;
6277  func(static_cast<getRecommendedChats &>(obj));
6278  return true;
6280  func(static_cast<getRecoveryEmailAddress &>(obj));
6281  return true;
6282  case getRemoteFile::ID:
6283  func(static_cast<getRemoteFile &>(obj));
6284  return true;
6285  case getRepliedMessage::ID:
6286  func(static_cast<getRepliedMessage &>(obj));
6287  return true;
6289  func(static_cast<getSavedAnimations &>(obj));
6290  return true;
6292  func(static_cast<getSavedMessagesTags &>(obj));
6293  return true;
6295  func(static_cast<getSavedMessagesTopicHistory &>(obj));
6296  return true;
6298  func(static_cast<getSavedMessagesTopicMessageByDate &>(obj));
6299  return true;
6301  func(static_cast<getSavedNotificationSound &>(obj));
6302  return true;
6304  func(static_cast<getSavedNotificationSounds &>(obj));
6305  return true;
6306  case getSavedOrderInfo::ID:
6307  func(static_cast<getSavedOrderInfo &>(obj));
6308  return true;
6310  func(static_cast<getScopeNotificationSettings &>(obj));
6311  return true;
6313  func(static_cast<getSearchedForTags &>(obj));
6314  return true;
6315  case getSecretChat::ID:
6316  func(static_cast<getSecretChat &>(obj));
6317  return true;
6319  func(static_cast<getStarAdAccountUrl &>(obj));
6320  return true;
6322  func(static_cast<getStarGiftPaymentOptions &>(obj));
6323  return true;
6325  func(static_cast<getStarGiveawayPaymentOptions &>(obj));
6326  return true;
6328  func(static_cast<getStarPaymentOptions &>(obj));
6329  return true;
6331  func(static_cast<getStarRevenueStatistics &>(obj));
6332  return true;
6334  func(static_cast<getStarSubscriptions &>(obj));
6335  return true;
6337  func(static_cast<getStarTransactions &>(obj));
6338  return true;
6340  func(static_cast<getStarWithdrawalUrl &>(obj));
6341  return true;
6343  func(static_cast<getStatisticalGraph &>(obj));
6344  return true;
6345  case getStickerEmojis::ID:
6346  func(static_cast<getStickerEmojis &>(obj));
6347  return true;
6348  case getStickerOutline::ID:
6349  func(static_cast<getStickerOutline &>(obj));
6350  return true;
6351  case getStickerSet::ID:
6352  func(static_cast<getStickerSet &>(obj));
6353  return true;
6354  case getStickerSetName::ID:
6355  func(static_cast<getStickerSetName &>(obj));
6356  return true;
6357  case getStickers::ID:
6358  func(static_cast<getStickers &>(obj));
6359  return true;
6361  func(static_cast<getStorageStatistics &>(obj));
6362  return true;
6364  func(static_cast<getStorageStatisticsFast &>(obj));
6365  return true;
6366  case getStory::ID:
6367  func(static_cast<getStory &>(obj));
6368  return true;
6370  func(static_cast<getStoryAvailableReactions &>(obj));
6371  return true;
6373  func(static_cast<getStoryInteractions &>(obj));
6374  return true;
6376  func(static_cast<getStoryNotificationSettingsExceptions &>(obj));
6377  return true;
6379  func(static_cast<getStoryPublicForwards &>(obj));
6380  return true;
6382  func(static_cast<getStoryStatistics &>(obj));
6383  return true;
6385  func(static_cast<getSuggestedFileName &>(obj));
6386  return true;
6388  func(static_cast<getSuggestedStickerSetName &>(obj));
6389  return true;
6391  func(static_cast<getSuitableDiscussionChats &>(obj));
6392  return true;
6394  func(static_cast<getSuitablePersonalChats &>(obj));
6395  return true;
6396  case getSupergroup::ID:
6397  func(static_cast<getSupergroup &>(obj));
6398  return true;
6400  func(static_cast<getSupergroupFullInfo &>(obj));
6401  return true;
6403  func(static_cast<getSupergroupMembers &>(obj));
6404  return true;
6405  case getSupportName::ID:
6406  func(static_cast<getSupportName &>(obj));
6407  return true;
6408  case getSupportUser::ID:
6409  func(static_cast<getSupportUser &>(obj));
6410  return true;
6412  func(static_cast<getTemporaryPasswordState &>(obj));
6413  return true;
6414  case getTextEntities::ID:
6415  func(static_cast<getTextEntities &>(obj));
6416  return true;
6418  func(static_cast<getThemeParametersJsonString &>(obj));
6419  return true;
6421  func(static_cast<getThemedChatEmojiStatuses &>(obj));
6422  return true;
6424  func(static_cast<getThemedEmojiStatuses &>(obj));
6425  return true;
6426  case getTimeZones::ID:
6427  func(static_cast<getTimeZones &>(obj));
6428  return true;
6429  case getTopChats::ID:
6430  func(static_cast<getTopChats &>(obj));
6431  return true;
6433  func(static_cast<getTrendingStickerSets &>(obj));
6434  return true;
6435  case getUser::ID:
6436  func(static_cast<getUser &>(obj));
6437  return true;
6438  case getUserChatBoosts::ID:
6439  func(static_cast<getUserChatBoosts &>(obj));
6440  return true;
6441  case getUserFullInfo::ID:
6442  func(static_cast<getUserFullInfo &>(obj));
6443  return true;
6444  case getUserGift::ID:
6445  func(static_cast<getUserGift &>(obj));
6446  return true;
6447  case getUserGifts::ID:
6448  func(static_cast<getUserGifts &>(obj));
6449  return true;
6450  case getUserLink::ID:
6451  func(static_cast<getUserLink &>(obj));
6452  return true;
6454  func(static_cast<getUserPrivacySettingRules &>(obj));
6455  return true;
6457  func(static_cast<getUserProfilePhotos &>(obj));
6458  return true;
6460  func(static_cast<getUserSupportInfo &>(obj));
6461  return true;
6463  func(static_cast<getVideoChatAvailableParticipants &>(obj));
6464  return true;
6466  func(static_cast<getVideoChatRtmpUrl &>(obj));
6467  return true;
6468  case getWebAppLinkUrl::ID:
6469  func(static_cast<getWebAppLinkUrl &>(obj));
6470  return true;
6472  func(static_cast<getWebAppPlaceholder &>(obj));
6473  return true;
6474  case getWebAppUrl::ID:
6475  func(static_cast<getWebAppUrl &>(obj));
6476  return true;
6478  func(static_cast<getWebPageInstantView &>(obj));
6479  return true;
6481  func(static_cast<hideContactCloseBirthdays &>(obj));
6482  return true;
6484  func(static_cast<hideSuggestedAction &>(obj));
6485  return true;
6486  case importContacts::ID:
6487  func(static_cast<importContacts &>(obj));
6488  return true;
6489  case importMessages::ID:
6490  func(static_cast<importMessages &>(obj));
6491  return true;
6493  func(static_cast<inviteGroupCallParticipants &>(obj));
6494  return true;
6495  case joinChat::ID:
6496  func(static_cast<joinChat &>(obj));
6497  return true;
6499  func(static_cast<joinChatByInviteLink &>(obj));
6500  return true;
6501  case joinGroupCall::ID:
6502  func(static_cast<joinGroupCall &>(obj));
6503  return true;
6505  func(static_cast<launchPrepaidGiveaway &>(obj));
6506  return true;
6507  case leaveChat::ID:
6508  func(static_cast<leaveChat &>(obj));
6509  return true;
6510  case leaveGroupCall::ID:
6511  func(static_cast<leaveGroupCall &>(obj));
6512  return true;
6513  case loadActiveStories::ID:
6514  func(static_cast<loadActiveStories &>(obj));
6515  return true;
6516  case loadChats::ID:
6517  func(static_cast<loadChats &>(obj));
6518  return true;
6520  func(static_cast<loadGroupCallParticipants &>(obj));
6521  return true;
6523  func(static_cast<loadQuickReplyShortcutMessages &>(obj));
6524  return true;
6526  func(static_cast<loadQuickReplyShortcuts &>(obj));
6527  return true;
6529  func(static_cast<loadSavedMessagesTopics &>(obj));
6530  return true;
6531  case logOut::ID:
6532  func(static_cast<logOut &>(obj));
6533  return true;
6534  case openChat::ID:
6535  func(static_cast<openChat &>(obj));
6536  return true;
6538  func(static_cast<openChatSimilarChat &>(obj));
6539  return true;
6541  func(static_cast<openMessageContent &>(obj));
6542  return true;
6543  case openStory::ID:
6544  func(static_cast<openStory &>(obj));
6545  return true;
6546  case openWebApp::ID:
6547  func(static_cast<openWebApp &>(obj));
6548  return true;
6549  case optimizeStorage::ID:
6550  func(static_cast<optimizeStorage &>(obj));
6551  return true;
6552  case parseMarkdown::ID:
6553  func(static_cast<parseMarkdown &>(obj));
6554  return true;
6555  case parseTextEntities::ID:
6556  func(static_cast<parseTextEntities &>(obj));
6557  return true;
6558  case pinChatMessage::ID:
6559  func(static_cast<pinChatMessage &>(obj));
6560  return true;
6561  case pingProxy::ID:
6562  func(static_cast<pingProxy &>(obj));
6563  return true;
6565  func(static_cast<preliminaryUploadFile &>(obj));
6566  return true;
6568  func(static_cast<processChatFolderNewChats &>(obj));
6569  return true;
6571  func(static_cast<processChatJoinRequest &>(obj));
6572  return true;
6574  func(static_cast<processChatJoinRequests &>(obj));
6575  return true;
6577  func(static_cast<processPushNotification &>(obj));
6578  return true;
6580  func(static_cast<rateSpeechRecognition &>(obj));
6581  return true;
6583  func(static_cast<readAllChatMentions &>(obj));
6584  return true;
6586  func(static_cast<readAllChatReactions &>(obj));
6587  return true;
6589  func(static_cast<readAllMessageThreadMentions &>(obj));
6590  return true;
6592  func(static_cast<readAllMessageThreadReactions &>(obj));
6593  return true;
6594  case readChatList::ID:
6595  func(static_cast<readChatList &>(obj));
6596  return true;
6597  case readFilePart::ID:
6598  func(static_cast<readFilePart &>(obj));
6599  return true;
6601  func(static_cast<readdQuickReplyShortcutMessages &>(obj));
6602  return true;
6603  case recognizeSpeech::ID:
6604  func(static_cast<recognizeSpeech &>(obj));
6605  return true;
6607  func(static_cast<recoverAuthenticationPassword &>(obj));
6608  return true;
6609  case recoverPassword::ID:
6610  func(static_cast<recoverPassword &>(obj));
6611  return true;
6612  case refundStarPayment::ID:
6613  func(static_cast<refundStarPayment &>(obj));
6614  return true;
6615  case registerDevice::ID:
6616  func(static_cast<registerDevice &>(obj));
6617  return true;
6618  case registerUser::ID:
6619  func(static_cast<registerUser &>(obj));
6620  return true;
6622  func(static_cast<removeAllFilesFromDownloads &>(obj));
6623  return true;
6625  func(static_cast<removeBusinessConnectedBotFromChat &>(obj));
6626  return true;
6628  func(static_cast<removeChatActionBar &>(obj));
6629  return true;
6630  case removeContacts::ID:
6631  func(static_cast<removeContacts &>(obj));
6632  return true;
6634  func(static_cast<removeFavoriteSticker &>(obj));
6635  return true;
6637  func(static_cast<removeFileFromDownloads &>(obj));
6638  return true;
6640  func(static_cast<removeInstalledBackground &>(obj));
6641  return true;
6643  func(static_cast<removeMessageReaction &>(obj));
6644  return true;
6646  func(static_cast<removeMessageSenderBotVerification &>(obj));
6647  return true;
6649  func(static_cast<removeNotification &>(obj));
6650  return true;
6652  func(static_cast<removeNotificationGroup &>(obj));
6653  return true;
6655  func(static_cast<removePendingPaidMessageReactions &>(obj));
6656  return true;
6657  case removeProxy::ID:
6658  func(static_cast<removeProxy &>(obj));
6659  return true;
6661  func(static_cast<removeRecentHashtag &>(obj));
6662  return true;
6664  func(static_cast<removeRecentSticker &>(obj));
6665  return true;
6667  func(static_cast<removeRecentlyFoundChat &>(obj));
6668  return true;
6670  func(static_cast<removeSavedAnimation &>(obj));
6671  return true;
6673  func(static_cast<removeSavedNotificationSound &>(obj));
6674  return true;
6676  func(static_cast<removeSearchedForTag &>(obj));
6677  return true;
6679  func(static_cast<removeStickerFromSet &>(obj));
6680  return true;
6681  case removeTopChat::ID:
6682  func(static_cast<removeTopChat &>(obj));
6683  return true;
6685  func(static_cast<reorderActiveUsernames &>(obj));
6686  return true;
6688  func(static_cast<reorderBotActiveUsernames &>(obj));
6689  return true;
6691  func(static_cast<reorderBotMediaPreviews &>(obj));
6692  return true;
6694  func(static_cast<reorderChatFolders &>(obj));
6695  return true;
6697  func(static_cast<reorderInstalledStickerSets &>(obj));
6698  return true;
6700  func(static_cast<reorderQuickReplyShortcuts &>(obj));
6701  return true;
6703  func(static_cast<reorderSupergroupActiveUsernames &>(obj));
6704  return true;
6706  func(static_cast<replacePrimaryChatInviteLink &>(obj));
6707  return true;
6709  func(static_cast<replaceStickerInSet &>(obj));
6710  return true;
6712  func(static_cast<replaceVideoChatRtmpUrl &>(obj));
6713  return true;
6715  func(static_cast<reportAuthenticationCodeMissing &>(obj));
6716  return true;
6717  case reportChat::ID:
6718  func(static_cast<reportChat &>(obj));
6719  return true;
6720  case reportChatPhoto::ID:
6721  func(static_cast<reportChatPhoto &>(obj));
6722  return true;
6724  func(static_cast<reportChatSponsoredMessage &>(obj));
6725  return true;
6727  func(static_cast<reportMessageReactions &>(obj));
6728  return true;
6730  func(static_cast<reportPhoneNumberCodeMissing &>(obj));
6731  return true;
6732  case reportStory::ID:
6733  func(static_cast<reportStory &>(obj));
6734  return true;
6736  func(static_cast<reportSupergroupAntiSpamFalsePositive &>(obj));
6737  return true;
6739  func(static_cast<reportSupergroupSpam &>(obj));
6740  return true;
6742  func(static_cast<requestAuthenticationPasswordRecovery &>(obj));
6743  return true;
6745  func(static_cast<requestPasswordRecovery &>(obj));
6746  return true;
6748  func(static_cast<requestQrCodeAuthentication &>(obj));
6749  return true;
6751  func(static_cast<resendAuthenticationCode &>(obj));
6752  return true;
6754  func(static_cast<resendEmailAddressVerificationCode &>(obj));
6755  return true;
6757  func(static_cast<resendLoginEmailAddressCode &>(obj));
6758  return true;
6759  case resendMessages::ID:
6760  func(static_cast<resendMessages &>(obj));
6761  return true;
6763  func(static_cast<resendPhoneNumberCode &>(obj));
6764  return true;
6766  func(static_cast<resendRecoveryEmailAddressCode &>(obj));
6767  return true;
6769  func(static_cast<resetAllNotificationSettings &>(obj));
6770  return true;
6772  func(static_cast<resetAuthenticationEmailAddress &>(obj));
6773  return true;
6775  func(static_cast<resetInstalledBackgrounds &>(obj));
6776  return true;
6778  func(static_cast<resetNetworkStatistics &>(obj));
6779  return true;
6780  case resetPassword::ID:
6781  func(static_cast<resetPassword &>(obj));
6782  return true;
6784  func(static_cast<reuseStarSubscription &>(obj));
6785  return true;
6787  func(static_cast<revokeChatInviteLink &>(obj));
6788  return true;
6790  func(static_cast<revokeGroupCallInviteLink &>(obj));
6791  return true;
6793  func(static_cast<saveApplicationLogEvent &>(obj));
6794  return true;
6796  func(static_cast<savePreparedInlineMessage &>(obj));
6797  return true;
6799  func(static_cast<searchAffiliatePrograms &>(obj));
6800  return true;
6801  case searchBackground::ID:
6802  func(static_cast<searchBackground &>(obj));
6803  return true;
6805  func(static_cast<searchCallMessages &>(obj));
6806  return true;
6808  func(static_cast<searchChatAffiliateProgram &>(obj));
6809  return true;
6810  case searchChatMembers::ID:
6811  func(static_cast<searchChatMembers &>(obj));
6812  return true;
6814  func(static_cast<searchChatMessages &>(obj));
6815  return true;
6817  func(static_cast<searchChatRecentLocationMessages &>(obj));
6818  return true;
6819  case searchChats::ID:
6820  func(static_cast<searchChats &>(obj));
6821  return true;
6823  func(static_cast<searchChatsOnServer &>(obj));
6824  return true;
6825  case searchContacts::ID:
6826  func(static_cast<searchContacts &>(obj));
6827  return true;
6828  case searchEmojis::ID:
6829  func(static_cast<searchEmojis &>(obj));
6830  return true;
6832  func(static_cast<searchFileDownloads &>(obj));
6833  return true;
6834  case searchHashtags::ID:
6835  func(static_cast<searchHashtags &>(obj));
6836  return true;
6838  func(static_cast<searchInstalledStickerSets &>(obj));
6839  return true;
6840  case searchMessages::ID:
6841  func(static_cast<searchMessages &>(obj));
6842  return true;
6844  func(static_cast<searchOutgoingDocumentMessages &>(obj));
6845  return true;
6846  case searchPublicChat::ID:
6847  func(static_cast<searchPublicChat &>(obj));
6848  return true;
6849  case searchPublicChats::ID:
6850  func(static_cast<searchPublicChats &>(obj));
6851  return true;
6853  func(static_cast<searchPublicMessagesByTag &>(obj));
6854  return true;
6856  func(static_cast<searchPublicStoriesByLocation &>(obj));
6857  return true;
6859  func(static_cast<searchPublicStoriesByTag &>(obj));
6860  return true;
6862  func(static_cast<searchPublicStoriesByVenue &>(obj));
6863  return true;
6864  case searchQuote::ID:
6865  func(static_cast<searchQuote &>(obj));
6866  return true;
6868  func(static_cast<searchRecentlyFoundChats &>(obj));
6869  return true;
6871  func(static_cast<searchSavedMessages &>(obj));
6872  return true;
6874  func(static_cast<searchSecretMessages &>(obj));
6875  return true;
6876  case searchStickerSet::ID:
6877  func(static_cast<searchStickerSet &>(obj));
6878  return true;
6879  case searchStickerSets::ID:
6880  func(static_cast<searchStickerSets &>(obj));
6881  return true;
6882  case searchStickers::ID:
6883  func(static_cast<searchStickers &>(obj));
6884  return true;
6886  func(static_cast<searchStringsByPrefix &>(obj));
6887  return true;
6889  func(static_cast<searchUserByPhoneNumber &>(obj));
6890  return true;
6891  case searchUserByToken::ID:
6892  func(static_cast<searchUserByToken &>(obj));
6893  return true;
6894  case searchWebApp::ID:
6895  func(static_cast<searchWebApp &>(obj));
6896  return true;
6897  case sellGift::ID:
6898  func(static_cast<sellGift &>(obj));
6899  return true;
6901  func(static_cast<sendAuthenticationFirebaseSms &>(obj));
6902  return true;
6904  func(static_cast<sendBotStartMessage &>(obj));
6905  return true;
6907  func(static_cast<sendBusinessMessage &>(obj));
6908  return true;
6910  func(static_cast<sendBusinessMessageAlbum &>(obj));
6911  return true;
6913  func(static_cast<sendCallDebugInformation &>(obj));
6914  return true;
6915  case sendCallLog::ID:
6916  func(static_cast<sendCallLog &>(obj));
6917  return true;
6918  case sendCallRating::ID:
6919  func(static_cast<sendCallRating &>(obj));
6920  return true;
6922  func(static_cast<sendCallSignalingData &>(obj));
6923  return true;
6924  case sendChatAction::ID:
6925  func(static_cast<sendChatAction &>(obj));
6926  return true;
6927  case sendCustomRequest::ID:
6928  func(static_cast<sendCustomRequest &>(obj));
6929  return true;
6931  func(static_cast<sendEmailAddressVerificationCode &>(obj));
6932  return true;
6933  case sendGift::ID:
6934  func(static_cast<sendGift &>(obj));
6935  return true;
6937  func(static_cast<sendInlineQueryResultMessage &>(obj));
6938  return true;
6939  case sendMessage::ID:
6940  func(static_cast<sendMessage &>(obj));
6941  return true;
6942  case sendMessageAlbum::ID:
6943  func(static_cast<sendMessageAlbum &>(obj));
6944  return true;
6946  func(static_cast<sendPassportAuthorizationForm &>(obj));
6947  return true;
6948  case sendPaymentForm::ID:
6949  func(static_cast<sendPaymentForm &>(obj));
6950  return true;
6952  func(static_cast<sendPhoneNumberCode &>(obj));
6953  return true;
6955  func(static_cast<sendPhoneNumberFirebaseSms &>(obj));
6956  return true;
6958  func(static_cast<sendQuickReplyShortcutMessages &>(obj));
6959  return true;
6960  case sendStory::ID:
6961  func(static_cast<sendStory &>(obj));
6962  return true;
6964  func(static_cast<sendWebAppCustomRequest &>(obj));
6965  return true;
6966  case sendWebAppData::ID:
6967  func(static_cast<sendWebAppData &>(obj));
6968  return true;
6969  case setAccentColor::ID:
6970  func(static_cast<setAccentColor &>(obj));
6971  return true;
6972  case setAccountTtl::ID:
6973  func(static_cast<setAccountTtl &>(obj));
6974  return true;
6975  case setAlarm::ID:
6976  func(static_cast<setAlarm &>(obj));
6977  return true;
6979  func(static_cast<setApplicationVerificationToken &>(obj));
6980  return true;
6982  func(static_cast<setArchiveChatListSettings &>(obj));
6983  return true;
6985  func(static_cast<setAuthenticationEmailAddress &>(obj));
6986  return true;
6988  func(static_cast<setAuthenticationPhoneNumber &>(obj));
6989  return true;
6991  func(static_cast<setAutoDownloadSettings &>(obj));
6992  return true;
6994  func(static_cast<setAutosaveSettings &>(obj));
6995  return true;
6996  case setBio::ID:
6997  func(static_cast<setBio &>(obj));
6998  return true;
6999  case setBirthdate::ID:
7000  func(static_cast<setBirthdate &>(obj));
7001  return true;
7003  func(static_cast<setBotInfoDescription &>(obj));
7004  return true;
7006  func(static_cast<setBotInfoShortDescription &>(obj));
7007  return true;
7008  case setBotName::ID:
7009  func(static_cast<setBotName &>(obj));
7010  return true;
7012  func(static_cast<setBotProfilePhoto &>(obj));
7013  return true;
7015  func(static_cast<setBotUpdatesStatus &>(obj));
7016  return true;
7018  func(static_cast<setBusinessAwayMessageSettings &>(obj));
7019  return true;
7021  func(static_cast<setBusinessConnectedBot &>(obj));
7022  return true;
7024  func(static_cast<setBusinessGreetingMessageSettings &>(obj));
7025  return true;
7027  func(static_cast<setBusinessLocation &>(obj));
7028  return true;
7030  func(static_cast<setBusinessMessageIsPinned &>(obj));
7031  return true;
7033  func(static_cast<setBusinessOpeningHours &>(obj));
7034  return true;
7036  func(static_cast<setBusinessStartPage &>(obj));
7037  return true;
7039  func(static_cast<setChatAccentColor &>(obj));
7040  return true;
7042  func(static_cast<setChatActiveStoriesList &>(obj));
7043  return true;
7045  func(static_cast<setChatAffiliateProgram &>(obj));
7046  return true;
7048  func(static_cast<setChatAvailableReactions &>(obj));
7049  return true;
7050  case setChatBackground::ID:
7051  func(static_cast<setChatBackground &>(obj));
7052  return true;
7053  case setChatClientData::ID:
7054  func(static_cast<setChatClientData &>(obj));
7055  return true;
7057  func(static_cast<setChatDescription &>(obj));
7058  return true;
7060  func(static_cast<setChatDiscussionGroup &>(obj));
7061  return true;
7063  func(static_cast<setChatDraftMessage &>(obj));
7064  return true;
7066  func(static_cast<setChatEmojiStatus &>(obj));
7067  return true;
7068  case setChatLocation::ID:
7069  func(static_cast<setChatLocation &>(obj));
7070  return true;
7072  func(static_cast<setChatMemberStatus &>(obj));
7073  return true;
7075  func(static_cast<setChatMessageAutoDeleteTime &>(obj));
7076  return true;
7078  func(static_cast<setChatMessageSender &>(obj));
7079  return true;
7081  func(static_cast<setChatNotificationSettings &>(obj));
7082  return true;
7084  func(static_cast<setChatPermissions &>(obj));
7085  return true;
7086  case setChatPhoto::ID:
7087  func(static_cast<setChatPhoto &>(obj));
7088  return true;
7090  func(static_cast<setChatPinnedStories &>(obj));
7091  return true;
7093  func(static_cast<setChatProfileAccentColor &>(obj));
7094  return true;
7096  func(static_cast<setChatSlowModeDelay &>(obj));
7097  return true;
7098  case setChatTheme::ID:
7099  func(static_cast<setChatTheme &>(obj));
7100  return true;
7101  case setChatTitle::ID:
7102  func(static_cast<setChatTitle &>(obj));
7103  return true;
7104  case setCloseFriends::ID:
7105  func(static_cast<setCloseFriends &>(obj));
7106  return true;
7107  case setCommands::ID:
7108  func(static_cast<setCommands &>(obj));
7109  return true;
7111  func(static_cast<setCustomEmojiStickerSetThumbnail &>(obj));
7112  return true;
7114  func(static_cast<setCustomLanguagePack &>(obj));
7115  return true;
7117  func(static_cast<setCustomLanguagePackString &>(obj));
7118  return true;
7120  func(static_cast<setDatabaseEncryptionKey &>(obj));
7121  return true;
7123  func(static_cast<setDefaultBackground &>(obj));
7124  return true;
7126  func(static_cast<setDefaultChannelAdministratorRights &>(obj));
7127  return true;
7129  func(static_cast<setDefaultGroupAdministratorRights &>(obj));
7130  return true;
7132  func(static_cast<setDefaultMessageAutoDeleteTime &>(obj));
7133  return true;
7135  func(static_cast<setDefaultReactionType &>(obj));
7136  return true;
7137  case setEmojiStatus::ID:
7138  func(static_cast<setEmojiStatus &>(obj));
7139  return true;
7141  func(static_cast<setFileGenerationProgress &>(obj));
7142  return true;
7144  func(static_cast<setForumTopicNotificationSettings &>(obj));
7145  return true;
7146  case setGameScore::ID:
7147  func(static_cast<setGameScore &>(obj));
7148  return true;
7150  func(static_cast<setGroupCallParticipantIsSpeaking &>(obj));
7151  return true;
7153  func(static_cast<setGroupCallParticipantVolumeLevel &>(obj));
7154  return true;
7155  case setGroupCallTitle::ID:
7156  func(static_cast<setGroupCallTitle &>(obj));
7157  return true;
7159  func(static_cast<setInactiveSessionTtl &>(obj));
7160  return true;
7162  func(static_cast<setInlineGameScore &>(obj));
7163  return true;
7164  case setLogStream::ID:
7165  func(static_cast<setLogStream &>(obj));
7166  return true;
7168  func(static_cast<setLogTagVerbosityLevel &>(obj));
7169  return true;
7171  func(static_cast<setLogVerbosityLevel &>(obj));
7172  return true;
7174  func(static_cast<setLoginEmailAddress &>(obj));
7175  return true;
7176  case setMenuButton::ID:
7177  func(static_cast<setMenuButton &>(obj));
7178  return true;
7180  func(static_cast<setMessageFactCheck &>(obj));
7181  return true;
7183  func(static_cast<setMessageReactions &>(obj));
7184  return true;
7186  func(static_cast<setMessageSenderBlockList &>(obj));
7187  return true;
7189  func(static_cast<setMessageSenderBotVerification &>(obj));
7190  return true;
7191  case setName::ID:
7192  func(static_cast<setName &>(obj));
7193  return true;
7194  case setNetworkType::ID:
7195  func(static_cast<setNetworkType &>(obj));
7196  return true;
7198  func(static_cast<setNewChatPrivacySettings &>(obj));
7199  return true;
7200  case setOption::ID:
7201  func(static_cast<setOption &>(obj));
7202  return true;
7204  func(static_cast<setPassportElement &>(obj));
7205  return true;
7207  func(static_cast<setPassportElementErrors &>(obj));
7208  return true;
7209  case setPassword::ID:
7210  func(static_cast<setPassword &>(obj));
7211  return true;
7212  case setPersonalChat::ID:
7213  func(static_cast<setPersonalChat &>(obj));
7214  return true;
7215  case setPinnedChats::ID:
7216  func(static_cast<setPinnedChats &>(obj));
7217  return true;
7219  func(static_cast<setPinnedForumTopics &>(obj));
7220  return true;
7222  func(static_cast<setPinnedSavedMessagesTopics &>(obj));
7223  return true;
7224  case setPollAnswer::ID:
7225  func(static_cast<setPollAnswer &>(obj));
7226  return true;
7228  func(static_cast<setProfileAccentColor &>(obj));
7229  return true;
7230  case setProfilePhoto::ID:
7231  func(static_cast<setProfilePhoto &>(obj));
7232  return true;
7234  func(static_cast<setQuickReplyShortcutName &>(obj));
7235  return true;
7237  func(static_cast<setReactionNotificationSettings &>(obj));
7238  return true;
7240  func(static_cast<setReadDatePrivacySettings &>(obj));
7241  return true;
7243  func(static_cast<setRecoveryEmailAddress &>(obj));
7244  return true;
7246  func(static_cast<setSavedMessagesTagLabel &>(obj));
7247  return true;
7249  func(static_cast<setScopeNotificationSettings &>(obj));
7250  return true;
7251  case setStickerEmojis::ID:
7252  func(static_cast<setStickerEmojis &>(obj));
7253  return true;
7255  func(static_cast<setStickerKeywords &>(obj));
7256  return true;
7258  func(static_cast<setStickerMaskPosition &>(obj));
7259  return true;
7261  func(static_cast<setStickerPositionInSet &>(obj));
7262  return true;
7264  func(static_cast<setStickerSetThumbnail &>(obj));
7265  return true;
7267  func(static_cast<setStickerSetTitle &>(obj));
7268  return true;
7270  func(static_cast<setStoryPrivacySettings &>(obj));
7271  return true;
7272  case setStoryReaction::ID:
7273  func(static_cast<setStoryReaction &>(obj));
7274  return true;
7276  func(static_cast<setSupergroupCustomEmojiStickerSet &>(obj));
7277  return true;
7279  func(static_cast<setSupergroupStickerSet &>(obj));
7280  return true;
7282  func(static_cast<setSupergroupUnrestrictBoostCount &>(obj));
7283  return true;
7285  func(static_cast<setSupergroupUsername &>(obj));
7286  return true;
7288  func(static_cast<setTdlibParameters &>(obj));
7289  return true;
7291  func(static_cast<setUserEmojiStatus &>(obj));
7292  return true;
7294  func(static_cast<setUserPersonalProfilePhoto &>(obj));
7295  return true;
7297  func(static_cast<setUserPrivacySettingRules &>(obj));
7298  return true;
7300  func(static_cast<setUserSupportInfo &>(obj));
7301  return true;
7302  case setUsername::ID:
7303  func(static_cast<setUsername &>(obj));
7304  return true;
7306  func(static_cast<setVideoChatDefaultParticipant &>(obj));
7307  return true;
7308  case shareChatWithBot::ID:
7309  func(static_cast<shareChatWithBot &>(obj));
7310  return true;
7311  case sharePhoneNumber::ID:
7312  func(static_cast<sharePhoneNumber &>(obj));
7313  return true;
7314  case shareUsersWithBot::ID:
7315  func(static_cast<shareUsersWithBot &>(obj));
7316  return true;
7318  func(static_cast<startGroupCallRecording &>(obj));
7319  return true;
7321  func(static_cast<startGroupCallScreenSharing &>(obj));
7322  return true;
7324  func(static_cast<startScheduledGroupCall &>(obj));
7325  return true;
7326  case stopBusinessPoll::ID:
7327  func(static_cast<stopBusinessPoll &>(obj));
7328  return true;
7329  case stopPoll::ID:
7330  func(static_cast<stopPoll &>(obj));
7331  return true;
7333  func(static_cast<suggestUserProfilePhoto &>(obj));
7334  return true;
7336  func(static_cast<synchronizeLanguagePack &>(obj));
7337  return true;
7339  func(static_cast<terminateAllOtherSessions &>(obj));
7340  return true;
7341  case terminateSession::ID:
7342  func(static_cast<terminateSession &>(obj));
7343  return true;
7344  case testCallBytes::ID:
7345  func(static_cast<testCallBytes &>(obj));
7346  return true;
7347  case testCallEmpty::ID:
7348  func(static_cast<testCallEmpty &>(obj));
7349  return true;
7350  case testCallString::ID:
7351  func(static_cast<testCallString &>(obj));
7352  return true;
7353  case testCallVectorInt::ID:
7354  func(static_cast<testCallVectorInt &>(obj));
7355  return true;
7357  func(static_cast<testCallVectorIntObject &>(obj));
7358  return true;
7360  func(static_cast<testCallVectorString &>(obj));
7361  return true;
7363  func(static_cast<testCallVectorStringObject &>(obj));
7364  return true;
7365  case testGetDifference::ID:
7366  func(static_cast<testGetDifference &>(obj));
7367  return true;
7368  case testNetwork::ID:
7369  func(static_cast<testNetwork &>(obj));
7370  return true;
7371  case testProxy::ID:
7372  func(static_cast<testProxy &>(obj));
7373  return true;
7374  case testReturnError::ID:
7375  func(static_cast<testReturnError &>(obj));
7376  return true;
7377  case testSquareInt::ID:
7378  func(static_cast<testSquareInt &>(obj));
7379  return true;
7380  case testUseUpdate::ID:
7381  func(static_cast<testUseUpdate &>(obj));
7382  return true;
7384  func(static_cast<toggleAllDownloadsArePaused &>(obj));
7385  return true;
7387  func(static_cast<toggleBotCanManageEmojiStatus &>(obj));
7388  return true;
7390  func(static_cast<toggleBotIsAddedToAttachmentMenu &>(obj));
7391  return true;
7393  func(static_cast<toggleBotUsernameIsActive &>(obj));
7394  return true;
7396  func(static_cast<toggleBusinessConnectedBotChatIsPaused &>(obj));
7397  return true;
7399  func(static_cast<toggleChatDefaultDisableNotification &>(obj));
7400  return true;
7402  func(static_cast<toggleChatFolderTags &>(obj));
7403  return true;
7405  func(static_cast<toggleChatHasProtectedContent &>(obj));
7406  return true;
7408  func(static_cast<toggleChatIsMarkedAsUnread &>(obj));
7409  return true;
7411  func(static_cast<toggleChatIsPinned &>(obj));
7412  return true;
7414  func(static_cast<toggleChatIsTranslatable &>(obj));
7415  return true;
7417  func(static_cast<toggleChatViewAsTopics &>(obj));
7418  return true;
7420  func(static_cast<toggleDownloadIsPaused &>(obj));
7421  return true;
7423  func(static_cast<toggleForumTopicIsClosed &>(obj));
7424  return true;
7426  func(static_cast<toggleForumTopicIsPinned &>(obj));
7427  return true;
7429  func(static_cast<toggleGeneralForumTopicIsHidden &>(obj));
7430  return true;
7431  case toggleGiftIsSaved::ID:
7432  func(static_cast<toggleGiftIsSaved &>(obj));
7433  return true;
7435  func(static_cast<toggleGroupCallEnabledStartNotification &>(obj));
7436  return true;
7438  func(static_cast<toggleGroupCallIsMyVideoEnabled &>(obj));
7439  return true;
7441  func(static_cast<toggleGroupCallIsMyVideoPaused &>(obj));
7442  return true;
7444  func(static_cast<toggleGroupCallMuteNewParticipants &>(obj));
7445  return true;
7447  func(static_cast<toggleGroupCallParticipantIsHandRaised &>(obj));
7448  return true;
7450  func(static_cast<toggleGroupCallParticipantIsMuted &>(obj));
7451  return true;
7453  func(static_cast<toggleGroupCallScreenSharingIsPaused &>(obj));
7454  return true;
7456  func(static_cast<toggleHasSponsoredMessagesEnabled &>(obj));
7457  return true;
7459  func(static_cast<togglePaidMessageReactionIsAnonymous &>(obj));
7460  return true;
7462  func(static_cast<toggleSavedMessagesTopicIsPinned &>(obj));
7463  return true;
7465  func(static_cast<toggleSessionCanAcceptCalls &>(obj));
7466  return true;
7468  func(static_cast<toggleSessionCanAcceptSecretChats &>(obj));
7469  return true;
7471  func(static_cast<toggleStoryIsPostedToChatPage &>(obj));
7472  return true;
7474  func(static_cast<toggleSupergroupCanHaveSponsoredMessages &>(obj));
7475  return true;
7477  func(static_cast<toggleSupergroupHasAggressiveAntiSpamEnabled &>(obj));
7478  return true;
7480  func(static_cast<toggleSupergroupHasHiddenMembers &>(obj));
7481  return true;
7483  func(static_cast<toggleSupergroupIsAllHistoryAvailable &>(obj));
7484  return true;
7486  func(static_cast<toggleSupergroupIsBroadcastGroup &>(obj));
7487  return true;
7489  func(static_cast<toggleSupergroupIsForum &>(obj));
7490  return true;
7492  func(static_cast<toggleSupergroupJoinByRequest &>(obj));
7493  return true;
7495  func(static_cast<toggleSupergroupJoinToSendMessages &>(obj));
7496  return true;
7498  func(static_cast<toggleSupergroupSignMessages &>(obj));
7499  return true;
7501  func(static_cast<toggleSupergroupUsernameIsActive &>(obj));
7502  return true;
7504  func(static_cast<toggleUsernameIsActive &>(obj));
7505  return true;
7507  func(static_cast<transferChatOwnership &>(obj));
7508  return true;
7509  case transferGift::ID:
7510  func(static_cast<transferGift &>(obj));
7511  return true;
7513  func(static_cast<translateMessageText &>(obj));
7514  return true;
7515  case translateText::ID:
7516  func(static_cast<translateText &>(obj));
7517  return true;
7519  func(static_cast<unpinAllChatMessages &>(obj));
7520  return true;
7522  func(static_cast<unpinAllMessageThreadMessages &>(obj));
7523  return true;
7524  case unpinChatMessage::ID:
7525  func(static_cast<unpinChatMessage &>(obj));
7526  return true;
7528  func(static_cast<upgradeBasicGroupChatToSupergroupChat &>(obj));
7529  return true;
7530  case upgradeGift::ID:
7531  func(static_cast<upgradeGift &>(obj));
7532  return true;
7533  case uploadStickerFile::ID:
7534  func(static_cast<uploadStickerFile &>(obj));
7535  return true;
7536  case validateOrderInfo::ID:
7537  func(static_cast<validateOrderInfo &>(obj));
7538  return true;
7539  case viewMessages::ID:
7540  func(static_cast<viewMessages &>(obj));
7541  return true;
7543  func(static_cast<viewPremiumFeature &>(obj));
7544  return true;
7546  func(static_cast<viewTrendingStickerSets &>(obj));
7547  return true;
7549  func(static_cast<writeGeneratedFilePart &>(obj));
7550  return true;
7551  default:
7552  return false;
7553  }
7554 }
7555 
7562 template <class T>
7563 bool downcast_call(AffiliateProgramSortOrder &obj, const T &func) {
7564  switch (obj.get_id()) {
7566  func(static_cast<affiliateProgramSortOrderProfitability &>(obj));
7567  return true;
7569  func(static_cast<affiliateProgramSortOrderCreationDate &>(obj));
7570  return true;
7572  func(static_cast<affiliateProgramSortOrderRevenue &>(obj));
7573  return true;
7574  default:
7575  return false;
7576  }
7577 }
7578 
7585 template <class T>
7586 bool downcast_call(AffiliateType &obj, const T &func) {
7587  switch (obj.get_id()) {
7589  func(static_cast<affiliateTypeCurrentUser &>(obj));
7590  return true;
7591  case affiliateTypeBot::ID:
7592  func(static_cast<affiliateTypeBot &>(obj));
7593  return true;
7595  func(static_cast<affiliateTypeChannel &>(obj));
7596  return true;
7597  default:
7598  return false;
7599  }
7600 }
7601 
7608 template <class T>
7609 bool downcast_call(AuthenticationCodeType &obj, const T &func) {
7610  switch (obj.get_id()) {
7612  func(static_cast<authenticationCodeTypeTelegramMessage &>(obj));
7613  return true;
7615  func(static_cast<authenticationCodeTypeSms &>(obj));
7616  return true;
7618  func(static_cast<authenticationCodeTypeSmsWord &>(obj));
7619  return true;
7621  func(static_cast<authenticationCodeTypeSmsPhrase &>(obj));
7622  return true;
7624  func(static_cast<authenticationCodeTypeCall &>(obj));
7625  return true;
7627  func(static_cast<authenticationCodeTypeFlashCall &>(obj));
7628  return true;
7630  func(static_cast<authenticationCodeTypeMissedCall &>(obj));
7631  return true;
7633  func(static_cast<authenticationCodeTypeFragment &>(obj));
7634  return true;
7636  func(static_cast<authenticationCodeTypeFirebaseAndroid &>(obj));
7637  return true;
7639  func(static_cast<authenticationCodeTypeFirebaseIos &>(obj));
7640  return true;
7641  default:
7642  return false;
7643  }
7644 }
7645 
7652 template <class T>
7653 bool downcast_call(AuthorizationState &obj, const T &func) {
7654  switch (obj.get_id()) {
7656  func(static_cast<authorizationStateWaitTdlibParameters &>(obj));
7657  return true;
7659  func(static_cast<authorizationStateWaitPhoneNumber &>(obj));
7660  return true;
7662  func(static_cast<authorizationStateWaitEmailAddress &>(obj));
7663  return true;
7665  func(static_cast<authorizationStateWaitEmailCode &>(obj));
7666  return true;
7668  func(static_cast<authorizationStateWaitCode &>(obj));
7669  return true;
7671  func(static_cast<authorizationStateWaitOtherDeviceConfirmation &>(obj));
7672  return true;
7674  func(static_cast<authorizationStateWaitRegistration &>(obj));
7675  return true;
7677  func(static_cast<authorizationStateWaitPassword &>(obj));
7678  return true;
7680  func(static_cast<authorizationStateReady &>(obj));
7681  return true;
7683  func(static_cast<authorizationStateLoggingOut &>(obj));
7684  return true;
7686  func(static_cast<authorizationStateClosing &>(obj));
7687  return true;
7689  func(static_cast<authorizationStateClosed &>(obj));
7690  return true;
7691  default:
7692  return false;
7693  }
7694 }
7695 
7702 template <class T>
7703 bool downcast_call(AutosaveSettingsScope &obj, const T &func) {
7704  switch (obj.get_id()) {
7706  func(static_cast<autosaveSettingsScopePrivateChats &>(obj));
7707  return true;
7709  func(static_cast<autosaveSettingsScopeGroupChats &>(obj));
7710  return true;
7712  func(static_cast<autosaveSettingsScopeChannelChats &>(obj));
7713  return true;
7715  func(static_cast<autosaveSettingsScopeChat &>(obj));
7716  return true;
7717  default:
7718  return false;
7719  }
7720 }
7721 
7728 template <class T>
7729 bool downcast_call(BackgroundFill &obj, const T &func) {
7730  switch (obj.get_id()) {
7732  func(static_cast<backgroundFillSolid &>(obj));
7733  return true;
7735  func(static_cast<backgroundFillGradient &>(obj));
7736  return true;
7738  func(static_cast<backgroundFillFreeformGradient &>(obj));
7739  return true;
7740  default:
7741  return false;
7742  }
7743 }
7744 
7751 template <class T>
7752 bool downcast_call(BackgroundType &obj, const T &func) {
7753  switch (obj.get_id()) {
7755  func(static_cast<backgroundTypeWallpaper &>(obj));
7756  return true;
7758  func(static_cast<backgroundTypePattern &>(obj));
7759  return true;
7761  func(static_cast<backgroundTypeFill &>(obj));
7762  return true;
7764  func(static_cast<backgroundTypeChatTheme &>(obj));
7765  return true;
7766  default:
7767  return false;
7768  }
7769 }
7770 
7777 template <class T>
7778 bool downcast_call(BlockList &obj, const T &func) {
7779  switch (obj.get_id()) {
7780  case blockListMain::ID:
7781  func(static_cast<blockListMain &>(obj));
7782  return true;
7783  case blockListStories::ID:
7784  func(static_cast<blockListStories &>(obj));
7785  return true;
7786  default:
7787  return false;
7788  }
7789 }
7790 
7797 template <class T>
7798 bool downcast_call(BotCommandScope &obj, const T &func) {
7799  switch (obj.get_id()) {
7801  func(static_cast<botCommandScopeDefault &>(obj));
7802  return true;
7804  func(static_cast<botCommandScopeAllPrivateChats &>(obj));
7805  return true;
7807  func(static_cast<botCommandScopeAllGroupChats &>(obj));
7808  return true;
7810  func(static_cast<botCommandScopeAllChatAdministrators &>(obj));
7811  return true;
7813  func(static_cast<botCommandScopeChat &>(obj));
7814  return true;
7816  func(static_cast<botCommandScopeChatAdministrators &>(obj));
7817  return true;
7819  func(static_cast<botCommandScopeChatMember &>(obj));
7820  return true;
7821  default:
7822  return false;
7823  }
7824 }
7825 
7832 template <class T>
7833 bool downcast_call(BotWriteAccessAllowReason &obj, const T &func) {
7834  switch (obj.get_id()) {
7836  func(static_cast<botWriteAccessAllowReasonConnectedWebsite &>(obj));
7837  return true;
7839  func(static_cast<botWriteAccessAllowReasonAddedToAttachmentMenu &>(obj));
7840  return true;
7842  func(static_cast<botWriteAccessAllowReasonLaunchedWebApp &>(obj));
7843  return true;
7845  func(static_cast<botWriteAccessAllowReasonAcceptedRequest &>(obj));
7846  return true;
7847  default:
7848  return false;
7849  }
7850 }
7851 
7858 template <class T>
7859 bool downcast_call(BusinessAwayMessageSchedule &obj, const T &func) {
7860  switch (obj.get_id()) {
7862  func(static_cast<businessAwayMessageScheduleAlways &>(obj));
7863  return true;
7865  func(static_cast<businessAwayMessageScheduleOutsideOfOpeningHours &>(obj));
7866  return true;
7868  func(static_cast<businessAwayMessageScheduleCustom &>(obj));
7869  return true;
7870  default:
7871  return false;
7872  }
7873 }
7874 
7881 template <class T>
7882 bool downcast_call(BusinessFeature &obj, const T &func) {
7883  switch (obj.get_id()) {
7885  func(static_cast<businessFeatureLocation &>(obj));
7886  return true;
7888  func(static_cast<businessFeatureOpeningHours &>(obj));
7889  return true;
7891  func(static_cast<businessFeatureQuickReplies &>(obj));
7892  return true;
7894  func(static_cast<businessFeatureGreetingMessage &>(obj));
7895  return true;
7897  func(static_cast<businessFeatureAwayMessage &>(obj));
7898  return true;
7900  func(static_cast<businessFeatureAccountLinks &>(obj));
7901  return true;
7903  func(static_cast<businessFeatureStartPage &>(obj));
7904  return true;
7906  func(static_cast<businessFeatureBots &>(obj));
7907  return true;
7909  func(static_cast<businessFeatureEmojiStatus &>(obj));
7910  return true;
7912  func(static_cast<businessFeatureChatFolderTags &>(obj));
7913  return true;
7915  func(static_cast<businessFeatureUpgradedStories &>(obj));
7916  return true;
7917  default:
7918  return false;
7919  }
7920 }
7921 
7928 template <class T>
7929 bool downcast_call(CallDiscardReason &obj, const T &func) {
7930  switch (obj.get_id()) {
7932  func(static_cast<callDiscardReasonEmpty &>(obj));
7933  return true;
7935  func(static_cast<callDiscardReasonMissed &>(obj));
7936  return true;
7938  func(static_cast<callDiscardReasonDeclined &>(obj));
7939  return true;
7941  func(static_cast<callDiscardReasonDisconnected &>(obj));
7942  return true;
7944  func(static_cast<callDiscardReasonHungUp &>(obj));
7945  return true;
7947  func(static_cast<callDiscardReasonAllowGroupCall &>(obj));
7948  return true;
7949  default:
7950  return false;
7951  }
7952 }
7953 
7960 template <class T>
7961 bool downcast_call(CallProblem &obj, const T &func) {
7962  switch (obj.get_id()) {
7963  case callProblemEcho::ID:
7964  func(static_cast<callProblemEcho &>(obj));
7965  return true;
7966  case callProblemNoise::ID:
7967  func(static_cast<callProblemNoise &>(obj));
7968  return true;
7970  func(static_cast<callProblemInterruptions &>(obj));
7971  return true;
7973  func(static_cast<callProblemDistortedSpeech &>(obj));
7974  return true;
7976  func(static_cast<callProblemSilentLocal &>(obj));
7977  return true;
7979  func(static_cast<callProblemSilentRemote &>(obj));
7980  return true;
7982  func(static_cast<callProblemDropped &>(obj));
7983  return true;
7985  func(static_cast<callProblemDistortedVideo &>(obj));
7986  return true;
7988  func(static_cast<callProblemPixelatedVideo &>(obj));
7989  return true;
7990  default:
7991  return false;
7992  }
7993 }
7994 
8001 template <class T>
8002 bool downcast_call(CallServerType &obj, const T &func) {
8003  switch (obj.get_id()) {
8005  func(static_cast<callServerTypeTelegramReflector &>(obj));
8006  return true;
8008  func(static_cast<callServerTypeWebrtc &>(obj));
8009  return true;
8010  default:
8011  return false;
8012  }
8013 }
8014 
8021 template <class T>
8022 bool downcast_call(CallState &obj, const T &func) {
8023  switch (obj.get_id()) {
8024  case callStatePending::ID:
8025  func(static_cast<callStatePending &>(obj));
8026  return true;
8028  func(static_cast<callStateExchangingKeys &>(obj));
8029  return true;
8030  case callStateReady::ID:
8031  func(static_cast<callStateReady &>(obj));
8032  return true;
8034  func(static_cast<callStateHangingUp &>(obj));
8035  return true;
8037  func(static_cast<callStateDiscarded &>(obj));
8038  return true;
8039  case callStateError::ID:
8040  func(static_cast<callStateError &>(obj));
8041  return true;
8042  default:
8043  return false;
8044  }
8045 }
8046 
8053 template <class T>
8054 bool downcast_call(CallbackQueryPayload &obj, const T &func) {
8055  switch (obj.get_id()) {
8057  func(static_cast<callbackQueryPayloadData &>(obj));
8058  return true;
8060  func(static_cast<callbackQueryPayloadDataWithPassword &>(obj));
8061  return true;
8063  func(static_cast<callbackQueryPayloadGame &>(obj));
8064  return true;
8065  default:
8066  return false;
8067  }
8068 }
8069 
8076 template <class T>
8077 bool downcast_call(CanSendMessageToUserResult &obj, const T &func) {
8078  switch (obj.get_id()) {
8080  func(static_cast<canSendMessageToUserResultOk &>(obj));
8081  return true;
8083  func(static_cast<canSendMessageToUserResultUserIsDeleted &>(obj));
8084  return true;
8086  func(static_cast<canSendMessageToUserResultUserRestrictsNewChats &>(obj));
8087  return true;
8088  default:
8089  return false;
8090  }
8091 }
8092 
8099 template <class T>
8100 bool downcast_call(CanSendStoryResult &obj, const T &func) {
8101  switch (obj.get_id()) {
8103  func(static_cast<canSendStoryResultOk &>(obj));
8104  return true;
8106  func(static_cast<canSendStoryResultPremiumNeeded &>(obj));
8107  return true;
8109  func(static_cast<canSendStoryResultBoostNeeded &>(obj));
8110  return true;
8112  func(static_cast<canSendStoryResultActiveStoryLimitExceeded &>(obj));
8113  return true;
8115  func(static_cast<canSendStoryResultWeeklyLimitExceeded &>(obj));
8116  return true;
8118  func(static_cast<canSendStoryResultMonthlyLimitExceeded &>(obj));
8119  return true;
8120  default:
8121  return false;
8122  }
8123 }
8124 
8131 template <class T>
8132 bool downcast_call(CanTransferOwnershipResult &obj, const T &func) {
8133  switch (obj.get_id()) {
8135  func(static_cast<canTransferOwnershipResultOk &>(obj));
8136  return true;
8138  func(static_cast<canTransferOwnershipResultPasswordNeeded &>(obj));
8139  return true;
8141  func(static_cast<canTransferOwnershipResultPasswordTooFresh &>(obj));
8142  return true;
8144  func(static_cast<canTransferOwnershipResultSessionTooFresh &>(obj));
8145  return true;
8146  default:
8147  return false;
8148  }
8149 }
8150 
8157 template <class T>
8158 bool downcast_call(ChatAction &obj, const T &func) {
8159  switch (obj.get_id()) {
8160  case chatActionTyping::ID:
8161  func(static_cast<chatActionTyping &>(obj));
8162  return true;
8164  func(static_cast<chatActionRecordingVideo &>(obj));
8165  return true;
8167  func(static_cast<chatActionUploadingVideo &>(obj));
8168  return true;
8170  func(static_cast<chatActionRecordingVoiceNote &>(obj));
8171  return true;
8173  func(static_cast<chatActionUploadingVoiceNote &>(obj));
8174  return true;
8176  func(static_cast<chatActionUploadingPhoto &>(obj));
8177  return true;
8179  func(static_cast<chatActionUploadingDocument &>(obj));
8180  return true;
8182  func(static_cast<chatActionChoosingSticker &>(obj));
8183  return true;
8185  func(static_cast<chatActionChoosingLocation &>(obj));
8186  return true;
8188  func(static_cast<chatActionChoosingContact &>(obj));
8189  return true;
8191  func(static_cast<chatActionStartPlayingGame &>(obj));
8192  return true;
8194  func(static_cast<chatActionRecordingVideoNote &>(obj));
8195  return true;
8197  func(static_cast<chatActionUploadingVideoNote &>(obj));
8198  return true;
8200  func(static_cast<chatActionWatchingAnimations &>(obj));
8201  return true;
8202  case chatActionCancel::ID:
8203  func(static_cast<chatActionCancel &>(obj));
8204  return true;
8205  default:
8206  return false;
8207  }
8208 }
8209 
8216 template <class T>
8217 bool downcast_call(ChatActionBar &obj, const T &func) {
8218  switch (obj.get_id()) {
8220  func(static_cast<chatActionBarReportSpam &>(obj));
8221  return true;
8223  func(static_cast<chatActionBarInviteMembers &>(obj));
8224  return true;
8226  func(static_cast<chatActionBarReportAddBlock &>(obj));
8227  return true;
8229  func(static_cast<chatActionBarAddContact &>(obj));
8230  return true;
8232  func(static_cast<chatActionBarSharePhoneNumber &>(obj));
8233  return true;
8235  func(static_cast<chatActionBarJoinRequest &>(obj));
8236  return true;
8237  default:
8238  return false;
8239  }
8240 }
8241 
8248 template <class T>
8249 bool downcast_call(ChatAvailableReactions &obj, const T &func) {
8250  switch (obj.get_id()) {
8252  func(static_cast<chatAvailableReactionsAll &>(obj));
8253  return true;
8255  func(static_cast<chatAvailableReactionsSome &>(obj));
8256  return true;
8257  default:
8258  return false;
8259  }
8260 }
8261 
8268 template <class T>
8269 bool downcast_call(ChatBoostSource &obj, const T &func) {
8270  switch (obj.get_id()) {
8272  func(static_cast<chatBoostSourceGiftCode &>(obj));
8273  return true;
8275  func(static_cast<chatBoostSourceGiveaway &>(obj));
8276  return true;
8278  func(static_cast<chatBoostSourcePremium &>(obj));
8279  return true;
8280  default:
8281  return false;
8282  }
8283 }
8284 
8291 template <class T>
8292 bool downcast_call(ChatEventAction &obj, const T &func) {
8293  switch (obj.get_id()) {
8295  func(static_cast<chatEventMessageEdited &>(obj));
8296  return true;
8298  func(static_cast<chatEventMessageDeleted &>(obj));
8299  return true;
8301  func(static_cast<chatEventMessagePinned &>(obj));
8302  return true;
8304  func(static_cast<chatEventMessageUnpinned &>(obj));
8305  return true;
8307  func(static_cast<chatEventPollStopped &>(obj));
8308  return true;
8310  func(static_cast<chatEventMemberJoined &>(obj));
8311  return true;
8313  func(static_cast<chatEventMemberJoinedByInviteLink &>(obj));
8314  return true;
8316  func(static_cast<chatEventMemberJoinedByRequest &>(obj));
8317  return true;
8319  func(static_cast<chatEventMemberInvited &>(obj));
8320  return true;
8322  func(static_cast<chatEventMemberLeft &>(obj));
8323  return true;
8325  func(static_cast<chatEventMemberPromoted &>(obj));
8326  return true;
8328  func(static_cast<chatEventMemberRestricted &>(obj));
8329  return true;
8331  func(static_cast<chatEventMemberSubscriptionExtended &>(obj));
8332  return true;
8334  func(static_cast<chatEventAvailableReactionsChanged &>(obj));
8335  return true;
8337  func(static_cast<chatEventBackgroundChanged &>(obj));
8338  return true;
8340  func(static_cast<chatEventDescriptionChanged &>(obj));
8341  return true;
8343  func(static_cast<chatEventEmojiStatusChanged &>(obj));
8344  return true;
8346  func(static_cast<chatEventLinkedChatChanged &>(obj));
8347  return true;
8349  func(static_cast<chatEventLocationChanged &>(obj));
8350  return true;
8352  func(static_cast<chatEventMessageAutoDeleteTimeChanged &>(obj));
8353  return true;
8355  func(static_cast<chatEventPermissionsChanged &>(obj));
8356  return true;
8358  func(static_cast<chatEventPhotoChanged &>(obj));
8359  return true;
8361  func(static_cast<chatEventSlowModeDelayChanged &>(obj));
8362  return true;
8364  func(static_cast<chatEventStickerSetChanged &>(obj));
8365  return true;
8367  func(static_cast<chatEventCustomEmojiStickerSetChanged &>(obj));
8368  return true;
8370  func(static_cast<chatEventTitleChanged &>(obj));
8371  return true;
8373  func(static_cast<chatEventUsernameChanged &>(obj));
8374  return true;
8376  func(static_cast<chatEventActiveUsernamesChanged &>(obj));
8377  return true;
8379  func(static_cast<chatEventAccentColorChanged &>(obj));
8380  return true;
8382  func(static_cast<chatEventProfileAccentColorChanged &>(obj));
8383  return true;
8385  func(static_cast<chatEventHasProtectedContentToggled &>(obj));
8386  return true;
8388  func(static_cast<chatEventInvitesToggled &>(obj));
8389  return true;
8391  func(static_cast<chatEventIsAllHistoryAvailableToggled &>(obj));
8392  return true;
8394  func(static_cast<chatEventHasAggressiveAntiSpamEnabledToggled &>(obj));
8395  return true;
8397  func(static_cast<chatEventSignMessagesToggled &>(obj));
8398  return true;
8400  func(static_cast<chatEventShowMessageSenderToggled &>(obj));
8401  return true;
8403  func(static_cast<chatEventInviteLinkEdited &>(obj));
8404  return true;
8406  func(static_cast<chatEventInviteLinkRevoked &>(obj));
8407  return true;
8409  func(static_cast<chatEventInviteLinkDeleted &>(obj));
8410  return true;
8412  func(static_cast<chatEventVideoChatCreated &>(obj));
8413  return true;
8415  func(static_cast<chatEventVideoChatEnded &>(obj));
8416  return true;
8418  func(static_cast<chatEventVideoChatMuteNewParticipantsToggled &>(obj));
8419  return true;
8421  func(static_cast<chatEventVideoChatParticipantIsMutedToggled &>(obj));
8422  return true;
8424  func(static_cast<chatEventVideoChatParticipantVolumeLevelChanged &>(obj));
8425  return true;
8427  func(static_cast<chatEventIsForumToggled &>(obj));
8428  return true;
8430  func(static_cast<chatEventForumTopicCreated &>(obj));
8431  return true;
8433  func(static_cast<chatEventForumTopicEdited &>(obj));
8434  return true;
8436  func(static_cast<chatEventForumTopicToggleIsClosed &>(obj));
8437  return true;
8439  func(static_cast<chatEventForumTopicToggleIsHidden &>(obj));
8440  return true;
8442  func(static_cast<chatEventForumTopicDeleted &>(obj));
8443  return true;
8445  func(static_cast<chatEventForumTopicPinned &>(obj));
8446  return true;
8447  default:
8448  return false;
8449  }
8450 }
8451 
8458 template <class T>
8459 bool downcast_call(ChatList &obj, const T &func) {
8460  switch (obj.get_id()) {
8461  case chatListMain::ID:
8462  func(static_cast<chatListMain &>(obj));
8463  return true;
8464  case chatListArchive::ID:
8465  func(static_cast<chatListArchive &>(obj));
8466  return true;
8467  case chatListFolder::ID:
8468  func(static_cast<chatListFolder &>(obj));
8469  return true;
8470  default:
8471  return false;
8472  }
8473 }
8474 
8481 template <class T>
8482 bool downcast_call(ChatMemberStatus &obj, const T &func) {
8483  switch (obj.get_id()) {
8485  func(static_cast<chatMemberStatusCreator &>(obj));
8486  return true;
8488  func(static_cast<chatMemberStatusAdministrator &>(obj));
8489  return true;
8491  func(static_cast<chatMemberStatusMember &>(obj));
8492  return true;
8494  func(static_cast<chatMemberStatusRestricted &>(obj));
8495  return true;
8497  func(static_cast<chatMemberStatusLeft &>(obj));
8498  return true;
8500  func(static_cast<chatMemberStatusBanned &>(obj));
8501  return true;
8502  default:
8503  return false;
8504  }
8505 }
8506 
8513 template <class T>
8514 bool downcast_call(ChatMembersFilter &obj, const T &func) {
8515  switch (obj.get_id()) {
8517  func(static_cast<chatMembersFilterContacts &>(obj));
8518  return true;
8520  func(static_cast<chatMembersFilterAdministrators &>(obj));
8521  return true;
8523  func(static_cast<chatMembersFilterMembers &>(obj));
8524  return true;
8526  func(static_cast<chatMembersFilterMention &>(obj));
8527  return true;
8529  func(static_cast<chatMembersFilterRestricted &>(obj));
8530  return true;
8532  func(static_cast<chatMembersFilterBanned &>(obj));
8533  return true;
8535  func(static_cast<chatMembersFilterBots &>(obj));
8536  return true;
8537  default:
8538  return false;
8539  }
8540 }
8541 
8548 template <class T>
8549 bool downcast_call(ChatPhotoStickerType &obj, const T &func) {
8550  switch (obj.get_id()) {
8552  func(static_cast<chatPhotoStickerTypeRegularOrMask &>(obj));
8553  return true;
8555  func(static_cast<chatPhotoStickerTypeCustomEmoji &>(obj));
8556  return true;
8557  default:
8558  return false;
8559  }
8560 }
8561 
8568 template <class T>
8569 bool downcast_call(ChatRevenueTransactionType &obj, const T &func) {
8570  switch (obj.get_id()) {
8572  func(static_cast<chatRevenueTransactionTypeEarnings &>(obj));
8573  return true;
8575  func(static_cast<chatRevenueTransactionTypeWithdrawal &>(obj));
8576  return true;
8578  func(static_cast<chatRevenueTransactionTypeRefund &>(obj));
8579  return true;
8580  default:
8581  return false;
8582  }
8583 }
8584 
8591 template <class T>
8592 bool downcast_call(ChatSource &obj, const T &func) {
8593  switch (obj.get_id()) {
8595  func(static_cast<chatSourceMtprotoProxy &>(obj));
8596  return true;
8598  func(static_cast<chatSourcePublicServiceAnnouncement &>(obj));
8599  return true;
8600  default:
8601  return false;
8602  }
8603 }
8604 
8611 template <class T>
8612 bool downcast_call(ChatStatistics &obj, const T &func) {
8613  switch (obj.get_id()) {
8615  func(static_cast<chatStatisticsSupergroup &>(obj));
8616  return true;
8618  func(static_cast<chatStatisticsChannel &>(obj));
8619  return true;
8620  default:
8621  return false;
8622  }
8623 }
8624 
8631 template <class T>
8632 bool downcast_call(ChatStatisticsObjectType &obj, const T &func) {
8633  switch (obj.get_id()) {
8635  func(static_cast<chatStatisticsObjectTypeMessage &>(obj));
8636  return true;
8638  func(static_cast<chatStatisticsObjectTypeStory &>(obj));
8639  return true;
8640  default:
8641  return false;
8642  }
8643 }
8644 
8651 template <class T>
8652 bool downcast_call(ChatType &obj, const T &func) {
8653  switch (obj.get_id()) {
8654  case chatTypePrivate::ID:
8655  func(static_cast<chatTypePrivate &>(obj));
8656  return true;
8658  func(static_cast<chatTypeBasicGroup &>(obj));
8659  return true;
8661  func(static_cast<chatTypeSupergroup &>(obj));
8662  return true;
8663  case chatTypeSecret::ID:
8664  func(static_cast<chatTypeSecret &>(obj));
8665  return true;
8666  default:
8667  return false;
8668  }
8669 }
8670 
8677 template <class T>
8678 bool downcast_call(CheckChatUsernameResult &obj, const T &func) {
8679  switch (obj.get_id()) {
8681  func(static_cast<checkChatUsernameResultOk &>(obj));
8682  return true;
8684  func(static_cast<checkChatUsernameResultUsernameInvalid &>(obj));
8685  return true;
8687  func(static_cast<checkChatUsernameResultUsernameOccupied &>(obj));
8688  return true;
8690  func(static_cast<checkChatUsernameResultUsernamePurchasable &>(obj));
8691  return true;
8693  func(static_cast<checkChatUsernameResultPublicChatsTooMany &>(obj));
8694  return true;
8696  func(static_cast<checkChatUsernameResultPublicGroupsUnavailable &>(obj));
8697  return true;
8698  default:
8699  return false;
8700  }
8701 }
8702 
8709 template <class T>
8710 bool downcast_call(CheckStickerSetNameResult &obj, const T &func) {
8711  switch (obj.get_id()) {
8713  func(static_cast<checkStickerSetNameResultOk &>(obj));
8714  return true;
8716  func(static_cast<checkStickerSetNameResultNameInvalid &>(obj));
8717  return true;
8719  func(static_cast<checkStickerSetNameResultNameOccupied &>(obj));
8720  return true;
8721  default:
8722  return false;
8723  }
8724 }
8725 
8732 template <class T>
8733 bool downcast_call(CollectibleItemType &obj, const T &func) {
8734  switch (obj.get_id()) {
8736  func(static_cast<collectibleItemTypeUsername &>(obj));
8737  return true;
8739  func(static_cast<collectibleItemTypePhoneNumber &>(obj));
8740  return true;
8741  default:
8742  return false;
8743  }
8744 }
8745 
8752 template <class T>
8753 bool downcast_call(ConnectionState &obj, const T &func) {
8754  switch (obj.get_id()) {
8756  func(static_cast<connectionStateWaitingForNetwork &>(obj));
8757  return true;
8759  func(static_cast<connectionStateConnectingToProxy &>(obj));
8760  return true;
8762  func(static_cast<connectionStateConnecting &>(obj));
8763  return true;
8765  func(static_cast<connectionStateUpdating &>(obj));
8766  return true;
8768  func(static_cast<connectionStateReady &>(obj));
8769  return true;
8770  default:
8771  return false;
8772  }
8773 }
8774 
8781 template <class T>
8782 bool downcast_call(DeviceToken &obj, const T &func) {
8783  switch (obj.get_id()) {
8785  func(static_cast<deviceTokenFirebaseCloudMessaging &>(obj));
8786  return true;
8788  func(static_cast<deviceTokenApplePush &>(obj));
8789  return true;
8791  func(static_cast<deviceTokenApplePushVoIP &>(obj));
8792  return true;
8794  func(static_cast<deviceTokenWindowsPush &>(obj));
8795  return true;
8797  func(static_cast<deviceTokenMicrosoftPush &>(obj));
8798  return true;
8800  func(static_cast<deviceTokenMicrosoftPushVoIP &>(obj));
8801  return true;
8803  func(static_cast<deviceTokenWebPush &>(obj));
8804  return true;
8806  func(static_cast<deviceTokenSimplePush &>(obj));
8807  return true;
8809  func(static_cast<deviceTokenUbuntuPush &>(obj));
8810  return true;
8812  func(static_cast<deviceTokenBlackBerryPush &>(obj));
8813  return true;
8815  func(static_cast<deviceTokenTizenPush &>(obj));
8816  return true;
8818  func(static_cast<deviceTokenHuaweiPush &>(obj));
8819  return true;
8820  default:
8821  return false;
8822  }
8823 }
8824 
8831 template <class T>
8832 bool downcast_call(DiceStickers &obj, const T &func) {
8833  switch (obj.get_id()) {
8835  func(static_cast<diceStickersRegular &>(obj));
8836  return true;
8838  func(static_cast<diceStickersSlotMachine &>(obj));
8839  return true;
8840  default:
8841  return false;
8842  }
8843 }
8844 
8851 template <class T>
8852 bool downcast_call(EmailAddressAuthentication &obj, const T &func) {
8853  switch (obj.get_id()) {
8855  func(static_cast<emailAddressAuthenticationCode &>(obj));
8856  return true;
8858  func(static_cast<emailAddressAuthenticationAppleId &>(obj));
8859  return true;
8861  func(static_cast<emailAddressAuthenticationGoogleId &>(obj));
8862  return true;
8863  default:
8864  return false;
8865  }
8866 }
8867 
8874 template <class T>
8875 bool downcast_call(EmailAddressResetState &obj, const T &func) {
8876  switch (obj.get_id()) {
8878  func(static_cast<emailAddressResetStateAvailable &>(obj));
8879  return true;
8881  func(static_cast<emailAddressResetStatePending &>(obj));
8882  return true;
8883  default:
8884  return false;
8885  }
8886 }
8887 
8894 template <class T>
8895 bool downcast_call(EmojiCategorySource &obj, const T &func) {
8896  switch (obj.get_id()) {
8898  func(static_cast<emojiCategorySourceSearch &>(obj));
8899  return true;
8901  func(static_cast<emojiCategorySourcePremium &>(obj));
8902  return true;
8903  default:
8904  return false;
8905  }
8906 }
8907 
8914 template <class T>
8915 bool downcast_call(EmojiCategoryType &obj, const T &func) {
8916  switch (obj.get_id()) {
8918  func(static_cast<emojiCategoryTypeDefault &>(obj));
8919  return true;
8921  func(static_cast<emojiCategoryTypeRegularStickers &>(obj));
8922  return true;
8924  func(static_cast<emojiCategoryTypeEmojiStatus &>(obj));
8925  return true;
8927  func(static_cast<emojiCategoryTypeChatPhoto &>(obj));
8928  return true;
8929  default:
8930  return false;
8931  }
8932 }
8933 
8940 template <class T>
8941 bool downcast_call(FileType &obj, const T &func) {
8942  switch (obj.get_id()) {
8943  case fileTypeNone::ID:
8944  func(static_cast<fileTypeNone &>(obj));
8945  return true;
8946  case fileTypeAnimation::ID:
8947  func(static_cast<fileTypeAnimation &>(obj));
8948  return true;
8949  case fileTypeAudio::ID:
8950  func(static_cast<fileTypeAudio &>(obj));
8951  return true;
8952  case fileTypeDocument::ID:
8953  func(static_cast<fileTypeDocument &>(obj));
8954  return true;
8956  func(static_cast<fileTypeNotificationSound &>(obj));
8957  return true;
8958  case fileTypePhoto::ID:
8959  func(static_cast<fileTypePhoto &>(obj));
8960  return true;
8962  func(static_cast<fileTypePhotoStory &>(obj));
8963  return true;
8965  func(static_cast<fileTypeProfilePhoto &>(obj));
8966  return true;
8967  case fileTypeSecret::ID:
8968  func(static_cast<fileTypeSecret &>(obj));
8969  return true;
8971  func(static_cast<fileTypeSecretThumbnail &>(obj));
8972  return true;
8973  case fileTypeSecure::ID:
8974  func(static_cast<fileTypeSecure &>(obj));
8975  return true;
8977  func(static_cast<fileTypeSelfDestructingPhoto &>(obj));
8978  return true;
8980  func(static_cast<fileTypeSelfDestructingVideo &>(obj));
8981  return true;
8983  func(static_cast<fileTypeSelfDestructingVideoNote &>(obj));
8984  return true;
8986  func(static_cast<fileTypeSelfDestructingVoiceNote &>(obj));
8987  return true;
8988  case fileTypeSticker::ID:
8989  func(static_cast<fileTypeSticker &>(obj));
8990  return true;
8991  case fileTypeThumbnail::ID:
8992  func(static_cast<fileTypeThumbnail &>(obj));
8993  return true;
8994  case fileTypeUnknown::ID:
8995  func(static_cast<fileTypeUnknown &>(obj));
8996  return true;
8997  case fileTypeVideo::ID:
8998  func(static_cast<fileTypeVideo &>(obj));
8999  return true;
9000  case fileTypeVideoNote::ID:
9001  func(static_cast<fileTypeVideoNote &>(obj));
9002  return true;
9004  func(static_cast<fileTypeVideoStory &>(obj));
9005  return true;
9006  case fileTypeVoiceNote::ID:
9007  func(static_cast<fileTypeVoiceNote &>(obj));
9008  return true;
9009  case fileTypeWallpaper::ID:
9010  func(static_cast<fileTypeWallpaper &>(obj));
9011  return true;
9012  default:
9013  return false;
9014  }
9015 }
9016 
9023 template <class T>
9025  switch (obj.get_id()) {
9027  func(static_cast<firebaseAuthenticationSettingsAndroid &>(obj));
9028  return true;
9030  func(static_cast<firebaseAuthenticationSettingsIos &>(obj));
9031  return true;
9032  default:
9033  return false;
9034  }
9035 }
9036 
9043 template <class T>
9045  switch (obj.get_id()) {
9047  func(static_cast<firebaseDeviceVerificationParametersSafetyNet &>(obj));
9048  return true;
9050  func(static_cast<firebaseDeviceVerificationParametersPlayIntegrity &>(obj));
9051  return true;
9052  default:
9053  return false;
9054  }
9055 }
9056 
9063 template <class T>
9064 bool downcast_call(GiveawayInfo &obj, const T &func) {
9065  switch (obj.get_id()) {
9067  func(static_cast<giveawayInfoOngoing &>(obj));
9068  return true;
9070  func(static_cast<giveawayInfoCompleted &>(obj));
9071  return true;
9072  default:
9073  return false;
9074  }
9075 }
9076 
9083 template <class T>
9084 bool downcast_call(GiveawayParticipantStatus &obj, const T &func) {
9085  switch (obj.get_id()) {
9087  func(static_cast<giveawayParticipantStatusEligible &>(obj));
9088  return true;
9090  func(static_cast<giveawayParticipantStatusParticipating &>(obj));
9091  return true;
9093  func(static_cast<giveawayParticipantStatusAlreadyWasMember &>(obj));
9094  return true;
9096  func(static_cast<giveawayParticipantStatusAdministrator &>(obj));
9097  return true;
9099  func(static_cast<giveawayParticipantStatusDisallowedCountry &>(obj));
9100  return true;
9101  default:
9102  return false;
9103  }
9104 }
9105 
9112 template <class T>
9113 bool downcast_call(GiveawayPrize &obj, const T &func) {
9114  switch (obj.get_id()) {
9116  func(static_cast<giveawayPrizePremium &>(obj));
9117  return true;
9119  func(static_cast<giveawayPrizeStars &>(obj));
9120  return true;
9121  default:
9122  return false;
9123  }
9124 }
9125 
9132 template <class T>
9133 bool downcast_call(GroupCallVideoQuality &obj, const T &func) {
9134  switch (obj.get_id()) {
9136  func(static_cast<groupCallVideoQualityThumbnail &>(obj));
9137  return true;
9139  func(static_cast<groupCallVideoQualityMedium &>(obj));
9140  return true;
9142  func(static_cast<groupCallVideoQualityFull &>(obj));
9143  return true;
9144  default:
9145  return false;
9146  }
9147 }
9148 
9155 template <class T>
9156 bool downcast_call(InlineKeyboardButtonType &obj, const T &func) {
9157  switch (obj.get_id()) {
9159  func(static_cast<inlineKeyboardButtonTypeUrl &>(obj));
9160  return true;
9162  func(static_cast<inlineKeyboardButtonTypeLoginUrl &>(obj));
9163  return true;
9165  func(static_cast<inlineKeyboardButtonTypeWebApp &>(obj));
9166  return true;
9168  func(static_cast<inlineKeyboardButtonTypeCallback &>(obj));
9169  return true;
9171  func(static_cast<inlineKeyboardButtonTypeCallbackWithPassword &>(obj));
9172  return true;
9174  func(static_cast<inlineKeyboardButtonTypeCallbackGame &>(obj));
9175  return true;
9177  func(static_cast<inlineKeyboardButtonTypeSwitchInline &>(obj));
9178  return true;
9180  func(static_cast<inlineKeyboardButtonTypeBuy &>(obj));
9181  return true;
9183  func(static_cast<inlineKeyboardButtonTypeUser &>(obj));
9184  return true;
9186  func(static_cast<inlineKeyboardButtonTypeCopyText &>(obj));
9187  return true;
9188  default:
9189  return false;
9190  }
9191 }
9192 
9199 template <class T>
9200 bool downcast_call(InlineQueryResult &obj, const T &func) {
9201  switch (obj.get_id()) {
9203  func(static_cast<inlineQueryResultArticle &>(obj));
9204  return true;
9206  func(static_cast<inlineQueryResultContact &>(obj));
9207  return true;
9209  func(static_cast<inlineQueryResultLocation &>(obj));
9210  return true;
9212  func(static_cast<inlineQueryResultVenue &>(obj));
9213  return true;
9215  func(static_cast<inlineQueryResultGame &>(obj));
9216  return true;
9218  func(static_cast<inlineQueryResultAnimation &>(obj));
9219  return true;
9221  func(static_cast<inlineQueryResultAudio &>(obj));
9222  return true;
9224  func(static_cast<inlineQueryResultDocument &>(obj));
9225  return true;
9227  func(static_cast<inlineQueryResultPhoto &>(obj));
9228  return true;
9230  func(static_cast<inlineQueryResultSticker &>(obj));
9231  return true;
9233  func(static_cast<inlineQueryResultVideo &>(obj));
9234  return true;
9236  func(static_cast<inlineQueryResultVoiceNote &>(obj));
9237  return true;
9238  default:
9239  return false;
9240  }
9241 }
9242 
9249 template <class T>
9250 bool downcast_call(InlineQueryResultsButtonType &obj, const T &func) {
9251  switch (obj.get_id()) {
9253  func(static_cast<inlineQueryResultsButtonTypeStartBot &>(obj));
9254  return true;
9256  func(static_cast<inlineQueryResultsButtonTypeWebApp &>(obj));
9257  return true;
9258  default:
9259  return false;
9260  }
9261 }
9262 
9269 template <class T>
9270 bool downcast_call(InputBackground &obj, const T &func) {
9271  switch (obj.get_id()) {
9273  func(static_cast<inputBackgroundLocal &>(obj));
9274  return true;
9276  func(static_cast<inputBackgroundRemote &>(obj));
9277  return true;
9279  func(static_cast<inputBackgroundPrevious &>(obj));
9280  return true;
9281  default:
9282  return false;
9283  }
9284 }
9285 
9292 template <class T>
9293 bool downcast_call(InputChatPhoto &obj, const T &func) {
9294  switch (obj.get_id()) {
9296  func(static_cast<inputChatPhotoPrevious &>(obj));
9297  return true;
9299  func(static_cast<inputChatPhotoStatic &>(obj));
9300  return true;
9302  func(static_cast<inputChatPhotoAnimation &>(obj));
9303  return true;
9305  func(static_cast<inputChatPhotoSticker &>(obj));
9306  return true;
9307  default:
9308  return false;
9309  }
9310 }
9311 
9318 template <class T>
9319 bool downcast_call(InputCredentials &obj, const T &func) {
9320  switch (obj.get_id()) {
9322  func(static_cast<inputCredentialsSaved &>(obj));
9323  return true;
9325  func(static_cast<inputCredentialsNew &>(obj));
9326  return true;
9328  func(static_cast<inputCredentialsApplePay &>(obj));
9329  return true;
9331  func(static_cast<inputCredentialsGooglePay &>(obj));
9332  return true;
9333  default:
9334  return false;
9335  }
9336 }
9337 
9344 template <class T>
9345 bool downcast_call(InputFile &obj, const T &func) {
9346  switch (obj.get_id()) {
9347  case inputFileId::ID:
9348  func(static_cast<inputFileId &>(obj));
9349  return true;
9350  case inputFileRemote::ID:
9351  func(static_cast<inputFileRemote &>(obj));
9352  return true;
9353  case inputFileLocal::ID:
9354  func(static_cast<inputFileLocal &>(obj));
9355  return true;
9357  func(static_cast<inputFileGenerated &>(obj));
9358  return true;
9359  default:
9360  return false;
9361  }
9362 }
9363 
9370 template <class T>
9371 bool downcast_call(InputInlineQueryResult &obj, const T &func) {
9372  switch (obj.get_id()) {
9374  func(static_cast<inputInlineQueryResultAnimation &>(obj));
9375  return true;
9377  func(static_cast<inputInlineQueryResultArticle &>(obj));
9378  return true;
9380  func(static_cast<inputInlineQueryResultAudio &>(obj));
9381  return true;
9383  func(static_cast<inputInlineQueryResultContact &>(obj));
9384  return true;
9386  func(static_cast<inputInlineQueryResultDocument &>(obj));
9387  return true;
9389  func(static_cast<inputInlineQueryResultGame &>(obj));
9390  return true;
9392  func(static_cast<inputInlineQueryResultLocation &>(obj));
9393  return true;
9395  func(static_cast<inputInlineQueryResultPhoto &>(obj));
9396  return true;
9398  func(static_cast<inputInlineQueryResultSticker &>(obj));
9399  return true;
9401  func(static_cast<inputInlineQueryResultVenue &>(obj));
9402  return true;
9404  func(static_cast<inputInlineQueryResultVideo &>(obj));
9405  return true;
9407  func(static_cast<inputInlineQueryResultVoiceNote &>(obj));
9408  return true;
9409  default:
9410  return false;
9411  }
9412 }
9413 
9420 template <class T>
9421 bool downcast_call(InputInvoice &obj, const T &func) {
9422  switch (obj.get_id()) {
9424  func(static_cast<inputInvoiceMessage &>(obj));
9425  return true;
9426  case inputInvoiceName::ID:
9427  func(static_cast<inputInvoiceName &>(obj));
9428  return true;
9430  func(static_cast<inputInvoiceTelegram &>(obj));
9431  return true;
9432  default:
9433  return false;
9434  }
9435 }
9436 
9443 template <class T>
9444 bool downcast_call(InputMessageContent &obj, const T &func) {
9445  switch (obj.get_id()) {
9446  case inputMessageText::ID:
9447  func(static_cast<inputMessageText &>(obj));
9448  return true;
9450  func(static_cast<inputMessageAnimation &>(obj));
9451  return true;
9452  case inputMessageAudio::ID:
9453  func(static_cast<inputMessageAudio &>(obj));
9454  return true;
9456  func(static_cast<inputMessageDocument &>(obj));
9457  return true;
9459  func(static_cast<inputMessagePaidMedia &>(obj));
9460  return true;
9461  case inputMessagePhoto::ID:
9462  func(static_cast<inputMessagePhoto &>(obj));
9463  return true;
9465  func(static_cast<inputMessageSticker &>(obj));
9466  return true;
9467  case inputMessageVideo::ID:
9468  func(static_cast<inputMessageVideo &>(obj));
9469  return true;
9471  func(static_cast<inputMessageVideoNote &>(obj));
9472  return true;
9474  func(static_cast<inputMessageVoiceNote &>(obj));
9475  return true;
9477  func(static_cast<inputMessageLocation &>(obj));
9478  return true;
9479  case inputMessageVenue::ID:
9480  func(static_cast<inputMessageVenue &>(obj));
9481  return true;
9483  func(static_cast<inputMessageContact &>(obj));
9484  return true;
9485  case inputMessageDice::ID:
9486  func(static_cast<inputMessageDice &>(obj));
9487  return true;
9488  case inputMessageGame::ID:
9489  func(static_cast<inputMessageGame &>(obj));
9490  return true;
9492  func(static_cast<inputMessageInvoice &>(obj));
9493  return true;
9494  case inputMessagePoll::ID:
9495  func(static_cast<inputMessagePoll &>(obj));
9496  return true;
9497  case inputMessageStory::ID:
9498  func(static_cast<inputMessageStory &>(obj));
9499  return true;
9501  func(static_cast<inputMessageForwarded &>(obj));
9502  return true;
9503  default:
9504  return false;
9505  }
9506 }
9507 
9514 template <class T>
9515 bool downcast_call(InputMessageReplyTo &obj, const T &func) {
9516  switch (obj.get_id()) {
9518  func(static_cast<inputMessageReplyToMessage &>(obj));
9519  return true;
9521  func(static_cast<inputMessageReplyToExternalMessage &>(obj));
9522  return true;
9524  func(static_cast<inputMessageReplyToStory &>(obj));
9525  return true;
9526  default:
9527  return false;
9528  }
9529 }
9530 
9537 template <class T>
9538 bool downcast_call(InputPaidMediaType &obj, const T &func) {
9539  switch (obj.get_id()) {
9541  func(static_cast<inputPaidMediaTypePhoto &>(obj));
9542  return true;
9544  func(static_cast<inputPaidMediaTypeVideo &>(obj));
9545  return true;
9546  default:
9547  return false;
9548  }
9549 }
9550 
9557 template <class T>
9558 bool downcast_call(InputPassportElement &obj, const T &func) {
9559  switch (obj.get_id()) {
9561  func(static_cast<inputPassportElementPersonalDetails &>(obj));
9562  return true;
9564  func(static_cast<inputPassportElementPassport &>(obj));
9565  return true;
9567  func(static_cast<inputPassportElementDriverLicense &>(obj));
9568  return true;
9570  func(static_cast<inputPassportElementIdentityCard &>(obj));
9571  return true;
9573  func(static_cast<inputPassportElementInternalPassport &>(obj));
9574  return true;
9576  func(static_cast<inputPassportElementAddress &>(obj));
9577  return true;
9579  func(static_cast<inputPassportElementUtilityBill &>(obj));
9580  return true;
9582  func(static_cast<inputPassportElementBankStatement &>(obj));
9583  return true;
9585  func(static_cast<inputPassportElementRentalAgreement &>(obj));
9586  return true;
9588  func(static_cast<inputPassportElementPassportRegistration &>(obj));
9589  return true;
9591  func(static_cast<inputPassportElementTemporaryRegistration &>(obj));
9592  return true;
9594  func(static_cast<inputPassportElementPhoneNumber &>(obj));
9595  return true;
9597  func(static_cast<inputPassportElementEmailAddress &>(obj));
9598  return true;
9599  default:
9600  return false;
9601  }
9602 }
9603 
9610 template <class T>
9612  switch (obj.get_id()) {
9614  func(static_cast<inputPassportElementErrorSourceUnspecified &>(obj));
9615  return true;
9617  func(static_cast<inputPassportElementErrorSourceDataField &>(obj));
9618  return true;
9620  func(static_cast<inputPassportElementErrorSourceFrontSide &>(obj));
9621  return true;
9623  func(static_cast<inputPassportElementErrorSourceReverseSide &>(obj));
9624  return true;
9626  func(static_cast<inputPassportElementErrorSourceSelfie &>(obj));
9627  return true;
9629  func(static_cast<inputPassportElementErrorSourceTranslationFile &>(obj));
9630  return true;
9632  func(static_cast<inputPassportElementErrorSourceTranslationFiles &>(obj));
9633  return true;
9635  func(static_cast<inputPassportElementErrorSourceFile &>(obj));
9636  return true;
9638  func(static_cast<inputPassportElementErrorSourceFiles &>(obj));
9639  return true;
9640  default:
9641  return false;
9642  }
9643 }
9644 
9651 template <class T>
9652 bool downcast_call(InputStoryAreaType &obj, const T &func) {
9653  switch (obj.get_id()) {
9655  func(static_cast<inputStoryAreaTypeLocation &>(obj));
9656  return true;
9658  func(static_cast<inputStoryAreaTypeFoundVenue &>(obj));
9659  return true;
9661  func(static_cast<inputStoryAreaTypePreviousVenue &>(obj));
9662  return true;
9664  func(static_cast<inputStoryAreaTypeSuggestedReaction &>(obj));
9665  return true;
9667  func(static_cast<inputStoryAreaTypeMessage &>(obj));
9668  return true;
9670  func(static_cast<inputStoryAreaTypeLink &>(obj));
9671  return true;
9673  func(static_cast<inputStoryAreaTypeWeather &>(obj));
9674  return true;
9675  default:
9676  return false;
9677  }
9678 }
9679 
9686 template <class T>
9687 bool downcast_call(InputStoryContent &obj, const T &func) {
9688  switch (obj.get_id()) {
9690  func(static_cast<inputStoryContentPhoto &>(obj));
9691  return true;
9693  func(static_cast<inputStoryContentVideo &>(obj));
9694  return true;
9695  default:
9696  return false;
9697  }
9698 }
9699 
9706 template <class T>
9707 bool downcast_call(InternalLinkType &obj, const T &func) {
9708  switch (obj.get_id()) {
9710  func(static_cast<internalLinkTypeActiveSessions &>(obj));
9711  return true;
9713  func(static_cast<internalLinkTypeAttachmentMenuBot &>(obj));
9714  return true;
9716  func(static_cast<internalLinkTypeAuthenticationCode &>(obj));
9717  return true;
9719  func(static_cast<internalLinkTypeBackground &>(obj));
9720  return true;
9722  func(static_cast<internalLinkTypeBotAddToChannel &>(obj));
9723  return true;
9725  func(static_cast<internalLinkTypeBotStart &>(obj));
9726  return true;
9728  func(static_cast<internalLinkTypeBotStartInGroup &>(obj));
9729  return true;
9731  func(static_cast<internalLinkTypeBusinessChat &>(obj));
9732  return true;
9734  func(static_cast<internalLinkTypeBuyStars &>(obj));
9735  return true;
9737  func(static_cast<internalLinkTypeChangePhoneNumber &>(obj));
9738  return true;
9740  func(static_cast<internalLinkTypeChatAffiliateProgram &>(obj));
9741  return true;
9743  func(static_cast<internalLinkTypeChatBoost &>(obj));
9744  return true;
9746  func(static_cast<internalLinkTypeChatFolderInvite &>(obj));
9747  return true;
9749  func(static_cast<internalLinkTypeChatFolderSettings &>(obj));
9750  return true;
9752  func(static_cast<internalLinkTypeChatInvite &>(obj));
9753  return true;
9755  func(static_cast<internalLinkTypeDefaultMessageAutoDeleteTimerSettings &>(obj));
9756  return true;
9758  func(static_cast<internalLinkTypeEditProfileSettings &>(obj));
9759  return true;
9761  func(static_cast<internalLinkTypeGame &>(obj));
9762  return true;
9764  func(static_cast<internalLinkTypeInstantView &>(obj));
9765  return true;
9767  func(static_cast<internalLinkTypeInvoice &>(obj));
9768  return true;
9770  func(static_cast<internalLinkTypeLanguagePack &>(obj));
9771  return true;
9773  func(static_cast<internalLinkTypeLanguageSettings &>(obj));
9774  return true;
9776  func(static_cast<internalLinkTypeMainWebApp &>(obj));
9777  return true;
9779  func(static_cast<internalLinkTypeMessage &>(obj));
9780  return true;
9782  func(static_cast<internalLinkTypeMessageDraft &>(obj));
9783  return true;
9785  func(static_cast<internalLinkTypePassportDataRequest &>(obj));
9786  return true;
9788  func(static_cast<internalLinkTypePhoneNumberConfirmation &>(obj));
9789  return true;
9791  func(static_cast<internalLinkTypePremiumFeatures &>(obj));
9792  return true;
9794  func(static_cast<internalLinkTypePremiumGift &>(obj));
9795  return true;
9797  func(static_cast<internalLinkTypePremiumGiftCode &>(obj));
9798  return true;
9800  func(static_cast<internalLinkTypePrivacyAndSecuritySettings &>(obj));
9801  return true;
9803  func(static_cast<internalLinkTypeProxy &>(obj));
9804  return true;
9806  func(static_cast<internalLinkTypePublicChat &>(obj));
9807  return true;
9809  func(static_cast<internalLinkTypeQrCodeAuthentication &>(obj));
9810  return true;
9812  func(static_cast<internalLinkTypeRestorePurchases &>(obj));
9813  return true;
9815  func(static_cast<internalLinkTypeSettings &>(obj));
9816  return true;
9818  func(static_cast<internalLinkTypeStickerSet &>(obj));
9819  return true;
9821  func(static_cast<internalLinkTypeStory &>(obj));
9822  return true;
9824  func(static_cast<internalLinkTypeTheme &>(obj));
9825  return true;
9827  func(static_cast<internalLinkTypeThemeSettings &>(obj));
9828  return true;
9830  func(static_cast<internalLinkTypeUnknownDeepLink &>(obj));
9831  return true;
9833  func(static_cast<internalLinkTypeUnsupportedProxy &>(obj));
9834  return true;
9836  func(static_cast<internalLinkTypeUserPhoneNumber &>(obj));
9837  return true;
9839  func(static_cast<internalLinkTypeUserToken &>(obj));
9840  return true;
9842  func(static_cast<internalLinkTypeVideoChat &>(obj));
9843  return true;
9845  func(static_cast<internalLinkTypeWebApp &>(obj));
9846  return true;
9847  default:
9848  return false;
9849  }
9850 }
9851 
9858 template <class T>
9859 bool downcast_call(InviteLinkChatType &obj, const T &func) {
9860  switch (obj.get_id()) {
9862  func(static_cast<inviteLinkChatTypeBasicGroup &>(obj));
9863  return true;
9865  func(static_cast<inviteLinkChatTypeSupergroup &>(obj));
9866  return true;
9868  func(static_cast<inviteLinkChatTypeChannel &>(obj));
9869  return true;
9870  default:
9871  return false;
9872  }
9873 }
9874 
9881 template <class T>
9882 bool downcast_call(JsonValue &obj, const T &func) {
9883  switch (obj.get_id()) {
9884  case jsonValueNull::ID:
9885  func(static_cast<jsonValueNull &>(obj));
9886  return true;
9887  case jsonValueBoolean::ID:
9888  func(static_cast<jsonValueBoolean &>(obj));
9889  return true;
9890  case jsonValueNumber::ID:
9891  func(static_cast<jsonValueNumber &>(obj));
9892  return true;
9893  case jsonValueString::ID:
9894  func(static_cast<jsonValueString &>(obj));
9895  return true;
9896  case jsonValueArray::ID:
9897  func(static_cast<jsonValueArray &>(obj));
9898  return true;
9899  case jsonValueObject::ID:
9900  func(static_cast<jsonValueObject &>(obj));
9901  return true;
9902  default:
9903  return false;
9904  }
9905 }
9906 
9913 template <class T>
9914 bool downcast_call(KeyboardButtonType &obj, const T &func) {
9915  switch (obj.get_id()) {
9917  func(static_cast<keyboardButtonTypeText &>(obj));
9918  return true;
9920  func(static_cast<keyboardButtonTypeRequestPhoneNumber &>(obj));
9921  return true;
9923  func(static_cast<keyboardButtonTypeRequestLocation &>(obj));
9924  return true;
9926  func(static_cast<keyboardButtonTypeRequestPoll &>(obj));
9927  return true;
9929  func(static_cast<keyboardButtonTypeRequestUsers &>(obj));
9930  return true;
9932  func(static_cast<keyboardButtonTypeRequestChat &>(obj));
9933  return true;
9935  func(static_cast<keyboardButtonTypeWebApp &>(obj));
9936  return true;
9937  default:
9938  return false;
9939  }
9940 }
9941 
9948 template <class T>
9949 bool downcast_call(LanguagePackStringValue &obj, const T &func) {
9950  switch (obj.get_id()) {
9952  func(static_cast<languagePackStringValueOrdinary &>(obj));
9953  return true;
9955  func(static_cast<languagePackStringValuePluralized &>(obj));
9956  return true;
9958  func(static_cast<languagePackStringValueDeleted &>(obj));
9959  return true;
9960  default:
9961  return false;
9962  }
9963 }
9964 
9971 template <class T>
9972 bool downcast_call(LinkPreviewAlbumMedia &obj, const T &func) {
9973  switch (obj.get_id()) {
9975  func(static_cast<linkPreviewAlbumMediaPhoto &>(obj));
9976  return true;
9978  func(static_cast<linkPreviewAlbumMediaVideo &>(obj));
9979  return true;
9980  default:
9981  return false;
9982  }
9983 }
9984 
9991 template <class T>
9992 bool downcast_call(LinkPreviewType &obj, const T &func) {
9993  switch (obj.get_id()) {
9995  func(static_cast<linkPreviewTypeAlbum &>(obj));
9996  return true;
9998  func(static_cast<linkPreviewTypeAnimation &>(obj));
9999  return true;
10001  func(static_cast<linkPreviewTypeApp &>(obj));
10002  return true;
10004  func(static_cast<linkPreviewTypeArticle &>(obj));
10005  return true;
10007  func(static_cast<linkPreviewTypeAudio &>(obj));
10008  return true;
10010  func(static_cast<linkPreviewTypeBackground &>(obj));
10011  return true;
10013  func(static_cast<linkPreviewTypeChannelBoost &>(obj));
10014  return true;
10016  func(static_cast<linkPreviewTypeChat &>(obj));
10017  return true;
10019  func(static_cast<linkPreviewTypeDocument &>(obj));
10020  return true;
10022  func(static_cast<linkPreviewTypeEmbeddedAnimationPlayer &>(obj));
10023  return true;
10025  func(static_cast<linkPreviewTypeEmbeddedAudioPlayer &>(obj));
10026  return true;
10028  func(static_cast<linkPreviewTypeEmbeddedVideoPlayer &>(obj));
10029  return true;
10031  func(static_cast<linkPreviewTypeExternalAudio &>(obj));
10032  return true;
10034  func(static_cast<linkPreviewTypeExternalVideo &>(obj));
10035  return true;
10037  func(static_cast<linkPreviewTypeInvoice &>(obj));
10038  return true;
10040  func(static_cast<linkPreviewTypeMessage &>(obj));
10041  return true;
10043  func(static_cast<linkPreviewTypePhoto &>(obj));
10044  return true;
10046  func(static_cast<linkPreviewTypePremiumGiftCode &>(obj));
10047  return true;
10049  func(static_cast<linkPreviewTypeShareableChatFolder &>(obj));
10050  return true;
10052  func(static_cast<linkPreviewTypeSticker &>(obj));
10053  return true;
10055  func(static_cast<linkPreviewTypeStickerSet &>(obj));
10056  return true;
10058  func(static_cast<linkPreviewTypeStory &>(obj));
10059  return true;
10061  func(static_cast<linkPreviewTypeSupergroupBoost &>(obj));
10062  return true;
10064  func(static_cast<linkPreviewTypeTheme &>(obj));
10065  return true;
10067  func(static_cast<linkPreviewTypeUnsupported &>(obj));
10068  return true;
10070  func(static_cast<linkPreviewTypeUser &>(obj));
10071  return true;
10073  func(static_cast<linkPreviewTypeVideo &>(obj));
10074  return true;
10076  func(static_cast<linkPreviewTypeVideoChat &>(obj));
10077  return true;
10079  func(static_cast<linkPreviewTypeVideoNote &>(obj));
10080  return true;
10082  func(static_cast<linkPreviewTypeVoiceNote &>(obj));
10083  return true;
10085  func(static_cast<linkPreviewTypeWebApp &>(obj));
10086  return true;
10087  default:
10088  return false;
10089  }
10090 }
10091 
10098 template <class T>
10099 bool downcast_call(LogStream &obj, const T &func) {
10100  switch (obj.get_id()) {
10101  case logStreamDefault::ID:
10102  func(static_cast<logStreamDefault &>(obj));
10103  return true;
10104  case logStreamFile::ID:
10105  func(static_cast<logStreamFile &>(obj));
10106  return true;
10107  case logStreamEmpty::ID:
10108  func(static_cast<logStreamEmpty &>(obj));
10109  return true;
10110  default:
10111  return false;
10112  }
10113 }
10114 
10121 template <class T>
10122 bool downcast_call(LoginUrlInfo &obj, const T &func) {
10123  switch (obj.get_id()) {
10124  case loginUrlInfoOpen::ID:
10125  func(static_cast<loginUrlInfoOpen &>(obj));
10126  return true;
10128  func(static_cast<loginUrlInfoRequestConfirmation &>(obj));
10129  return true;
10130  default:
10131  return false;
10132  }
10133 }
10134 
10141 template <class T>
10142 bool downcast_call(MaskPoint &obj, const T &func) {
10143  switch (obj.get_id()) {
10144  case maskPointForehead::ID:
10145  func(static_cast<maskPointForehead &>(obj));
10146  return true;
10147  case maskPointEyes::ID:
10148  func(static_cast<maskPointEyes &>(obj));
10149  return true;
10150  case maskPointMouth::ID:
10151  func(static_cast<maskPointMouth &>(obj));
10152  return true;
10153  case maskPointChin::ID:
10154  func(static_cast<maskPointChin &>(obj));
10155  return true;
10156  default:
10157  return false;
10158  }
10159 }
10160 
10167 template <class T>
10168 bool downcast_call(MessageContent &obj, const T &func) {
10169  switch (obj.get_id()) {
10170  case messageText::ID:
10171  func(static_cast<messageText &>(obj));
10172  return true;
10173  case messageAnimation::ID:
10174  func(static_cast<messageAnimation &>(obj));
10175  return true;
10176  case messageAudio::ID:
10177  func(static_cast<messageAudio &>(obj));
10178  return true;
10179  case messageDocument::ID:
10180  func(static_cast<messageDocument &>(obj));
10181  return true;
10182  case messagePaidMedia::ID:
10183  func(static_cast<messagePaidMedia &>(obj));
10184  return true;
10185  case messagePhoto::ID:
10186  func(static_cast<messagePhoto &>(obj));
10187  return true;
10188  case messageSticker::ID:
10189  func(static_cast<messageSticker &>(obj));
10190  return true;
10191  case messageVideo::ID:
10192  func(static_cast<messageVideo &>(obj));
10193  return true;
10194  case messageVideoNote::ID:
10195  func(static_cast<messageVideoNote &>(obj));
10196  return true;
10197  case messageVoiceNote::ID:
10198  func(static_cast<messageVoiceNote &>(obj));
10199  return true;
10201  func(static_cast<messageExpiredPhoto &>(obj));
10202  return true;
10204  func(static_cast<messageExpiredVideo &>(obj));
10205  return true;
10207  func(static_cast<messageExpiredVideoNote &>(obj));
10208  return true;
10210  func(static_cast<messageExpiredVoiceNote &>(obj));
10211  return true;
10212  case messageLocation::ID:
10213  func(static_cast<messageLocation &>(obj));
10214  return true;
10215  case messageVenue::ID:
10216  func(static_cast<messageVenue &>(obj));
10217  return true;
10218  case messageContact::ID:
10219  func(static_cast<messageContact &>(obj));
10220  return true;
10222  func(static_cast<messageAnimatedEmoji &>(obj));
10223  return true;
10224  case messageDice::ID:
10225  func(static_cast<messageDice &>(obj));
10226  return true;
10227  case messageGame::ID:
10228  func(static_cast<messageGame &>(obj));
10229  return true;
10230  case messagePoll::ID:
10231  func(static_cast<messagePoll &>(obj));
10232  return true;
10233  case messageStory::ID:
10234  func(static_cast<messageStory &>(obj));
10235  return true;
10236  case messageInvoice::ID:
10237  func(static_cast<messageInvoice &>(obj));
10238  return true;
10239  case messageCall::ID:
10240  func(static_cast<messageCall &>(obj));
10241  return true;
10243  func(static_cast<messageVideoChatScheduled &>(obj));
10244  return true;
10246  func(static_cast<messageVideoChatStarted &>(obj));
10247  return true;
10249  func(static_cast<messageVideoChatEnded &>(obj));
10250  return true;
10252  func(static_cast<messageInviteVideoChatParticipants &>(obj));
10253  return true;
10255  func(static_cast<messageBasicGroupChatCreate &>(obj));
10256  return true;
10258  func(static_cast<messageSupergroupChatCreate &>(obj));
10259  return true;
10261  func(static_cast<messageChatChangeTitle &>(obj));
10262  return true;
10264  func(static_cast<messageChatChangePhoto &>(obj));
10265  return true;
10267  func(static_cast<messageChatDeletePhoto &>(obj));
10268  return true;
10270  func(static_cast<messageChatAddMembers &>(obj));
10271  return true;
10273  func(static_cast<messageChatJoinByLink &>(obj));
10274  return true;
10276  func(static_cast<messageChatJoinByRequest &>(obj));
10277  return true;
10279  func(static_cast<messageChatDeleteMember &>(obj));
10280  return true;
10282  func(static_cast<messageChatUpgradeTo &>(obj));
10283  return true;
10285  func(static_cast<messageChatUpgradeFrom &>(obj));
10286  return true;
10287  case messagePinMessage::ID:
10288  func(static_cast<messagePinMessage &>(obj));
10289  return true;
10291  func(static_cast<messageScreenshotTaken &>(obj));
10292  return true;
10294  func(static_cast<messageChatSetBackground &>(obj));
10295  return true;
10297  func(static_cast<messageChatSetTheme &>(obj));
10298  return true;
10300  func(static_cast<messageChatSetMessageAutoDeleteTime &>(obj));
10301  return true;
10302  case messageChatBoost::ID:
10303  func(static_cast<messageChatBoost &>(obj));
10304  return true;
10306  func(static_cast<messageForumTopicCreated &>(obj));
10307  return true;
10309  func(static_cast<messageForumTopicEdited &>(obj));
10310  return true;
10312  func(static_cast<messageForumTopicIsClosedToggled &>(obj));
10313  return true;
10315  func(static_cast<messageForumTopicIsHiddenToggled &>(obj));
10316  return true;
10318  func(static_cast<messageSuggestProfilePhoto &>(obj));
10319  return true;
10321  func(static_cast<messageCustomServiceAction &>(obj));
10322  return true;
10323  case messageGameScore::ID:
10324  func(static_cast<messageGameScore &>(obj));
10325  return true;
10327  func(static_cast<messagePaymentSuccessful &>(obj));
10328  return true;
10330  func(static_cast<messagePaymentSuccessfulBot &>(obj));
10331  return true;
10333  func(static_cast<messagePaymentRefunded &>(obj));
10334  return true;
10336  func(static_cast<messageGiftedPremium &>(obj));
10337  return true;
10339  func(static_cast<messagePremiumGiftCode &>(obj));
10340  return true;
10342  func(static_cast<messageGiveawayCreated &>(obj));
10343  return true;
10344  case messageGiveaway::ID:
10345  func(static_cast<messageGiveaway &>(obj));
10346  return true;
10348  func(static_cast<messageGiveawayCompleted &>(obj));
10349  return true;
10351  func(static_cast<messageGiveawayWinners &>(obj));
10352  return true;
10354  func(static_cast<messageGiftedStars &>(obj));
10355  return true;
10357  func(static_cast<messageGiveawayPrizeStars &>(obj));
10358  return true;
10359  case messageGift::ID:
10360  func(static_cast<messageGift &>(obj));
10361  return true;
10363  func(static_cast<messageUpgradedGift &>(obj));
10364  return true;
10366  func(static_cast<messageRefundedUpgradedGift &>(obj));
10367  return true;
10369  func(static_cast<messageContactRegistered &>(obj));
10370  return true;
10372  func(static_cast<messageUsersShared &>(obj));
10373  return true;
10374  case messageChatShared::ID:
10375  func(static_cast<messageChatShared &>(obj));
10376  return true;
10378  func(static_cast<messageBotWriteAccessAllowed &>(obj));
10379  return true;
10381  func(static_cast<messageWebAppDataSent &>(obj));
10382  return true;
10384  func(static_cast<messageWebAppDataReceived &>(obj));
10385  return true;
10387  func(static_cast<messagePassportDataSent &>(obj));
10388  return true;
10390  func(static_cast<messagePassportDataReceived &>(obj));
10391  return true;
10393  func(static_cast<messageProximityAlertTriggered &>(obj));
10394  return true;
10396  func(static_cast<messageUnsupported &>(obj));
10397  return true;
10398  default:
10399  return false;
10400  }
10401 }
10402 
10409 template <class T>
10410 bool downcast_call(MessageEffectType &obj, const T &func) {
10411  switch (obj.get_id()) {
10413  func(static_cast<messageEffectTypeEmojiReaction &>(obj));
10414  return true;
10416  func(static_cast<messageEffectTypePremiumSticker &>(obj));
10417  return true;
10418  default:
10419  return false;
10420  }
10421 }
10422 
10429 template <class T>
10430 bool downcast_call(MessageFileType &obj, const T &func) {
10431  switch (obj.get_id()) {
10433  func(static_cast<messageFileTypePrivate &>(obj));
10434  return true;
10436  func(static_cast<messageFileTypeGroup &>(obj));
10437  return true;
10439  func(static_cast<messageFileTypeUnknown &>(obj));
10440  return true;
10441  default:
10442  return false;
10443  }
10444 }
10445 
10452 template <class T>
10453 bool downcast_call(MessageOrigin &obj, const T &func) {
10454  switch (obj.get_id()) {
10455  case messageOriginUser::ID:
10456  func(static_cast<messageOriginUser &>(obj));
10457  return true;
10459  func(static_cast<messageOriginHiddenUser &>(obj));
10460  return true;
10461  case messageOriginChat::ID:
10462  func(static_cast<messageOriginChat &>(obj));
10463  return true;
10465  func(static_cast<messageOriginChannel &>(obj));
10466  return true;
10467  default:
10468  return false;
10469  }
10470 }
10471 
10478 template <class T>
10479 bool downcast_call(MessageReadDate &obj, const T &func) {
10480  switch (obj.get_id()) {
10482  func(static_cast<messageReadDateRead &>(obj));
10483  return true;
10485  func(static_cast<messageReadDateUnread &>(obj));
10486  return true;
10488  func(static_cast<messageReadDateTooOld &>(obj));
10489  return true;
10491  func(static_cast<messageReadDateUserPrivacyRestricted &>(obj));
10492  return true;
10494  func(static_cast<messageReadDateMyPrivacyRestricted &>(obj));
10495  return true;
10496  default:
10497  return false;
10498  }
10499 }
10500 
10507 template <class T>
10508 bool downcast_call(MessageReplyTo &obj, const T &func) {
10509  switch (obj.get_id()) {
10511  func(static_cast<messageReplyToMessage &>(obj));
10512  return true;
10514  func(static_cast<messageReplyToStory &>(obj));
10515  return true;
10516  default:
10517  return false;
10518  }
10519 }
10520 
10527 template <class T>
10528 bool downcast_call(MessageSchedulingState &obj, const T &func) {
10529  switch (obj.get_id()) {
10531  func(static_cast<messageSchedulingStateSendAtDate &>(obj));
10532  return true;
10534  func(static_cast<messageSchedulingStateSendWhenOnline &>(obj));
10535  return true;
10537  func(static_cast<messageSchedulingStateSendWhenVideoProcessed &>(obj));
10538  return true;
10539  default:
10540  return false;
10541  }
10542 }
10543 
10550 template <class T>
10551 bool downcast_call(MessageSelfDestructType &obj, const T &func) {
10552  switch (obj.get_id()) {
10554  func(static_cast<messageSelfDestructTypeTimer &>(obj));
10555  return true;
10557  func(static_cast<messageSelfDestructTypeImmediately &>(obj));
10558  return true;
10559  default:
10560  return false;
10561  }
10562 }
10563 
10570 template <class T>
10571 bool downcast_call(MessageSender &obj, const T &func) {
10572  switch (obj.get_id()) {
10573  case messageSenderUser::ID:
10574  func(static_cast<messageSenderUser &>(obj));
10575  return true;
10576  case messageSenderChat::ID:
10577  func(static_cast<messageSenderChat &>(obj));
10578  return true;
10579  default:
10580  return false;
10581  }
10582 }
10583 
10590 template <class T>
10591 bool downcast_call(MessageSendingState &obj, const T &func) {
10592  switch (obj.get_id()) {
10594  func(static_cast<messageSendingStatePending &>(obj));
10595  return true;
10597  func(static_cast<messageSendingStateFailed &>(obj));
10598  return true;
10599  default:
10600  return false;
10601  }
10602 }
10603 
10610 template <class T>
10611 bool downcast_call(MessageSource &obj, const T &func) {
10612  switch (obj.get_id()) {
10614  func(static_cast<messageSourceChatHistory &>(obj));
10615  return true;
10617  func(static_cast<messageSourceMessageThreadHistory &>(obj));
10618  return true;
10620  func(static_cast<messageSourceForumTopicHistory &>(obj));
10621  return true;
10623  func(static_cast<messageSourceHistoryPreview &>(obj));
10624  return true;
10626  func(static_cast<messageSourceChatList &>(obj));
10627  return true;
10629  func(static_cast<messageSourceSearch &>(obj));
10630  return true;
10632  func(static_cast<messageSourceChatEventLog &>(obj));
10633  return true;
10635  func(static_cast<messageSourceNotification &>(obj));
10636  return true;
10638  func(static_cast<messageSourceScreenshot &>(obj));
10639  return true;
10641  func(static_cast<messageSourceOther &>(obj));
10642  return true;
10643  default:
10644  return false;
10645  }
10646 }
10647 
10654 template <class T>
10655 bool downcast_call(NetworkStatisticsEntry &obj, const T &func) {
10656  switch (obj.get_id()) {
10658  func(static_cast<networkStatisticsEntryFile &>(obj));
10659  return true;
10661  func(static_cast<networkStatisticsEntryCall &>(obj));
10662  return true;
10663  default:
10664  return false;
10665  }
10666 }
10667 
10674 template <class T>
10675 bool downcast_call(NetworkType &obj, const T &func) {
10676  switch (obj.get_id()) {
10677  case networkTypeNone::ID:
10678  func(static_cast<networkTypeNone &>(obj));
10679  return true;
10680  case networkTypeMobile::ID:
10681  func(static_cast<networkTypeMobile &>(obj));
10682  return true;
10684  func(static_cast<networkTypeMobileRoaming &>(obj));
10685  return true;
10686  case networkTypeWiFi::ID:
10687  func(static_cast<networkTypeWiFi &>(obj));
10688  return true;
10689  case networkTypeOther::ID:
10690  func(static_cast<networkTypeOther &>(obj));
10691  return true;
10692  default:
10693  return false;
10694  }
10695 }
10696 
10703 template <class T>
10704 bool downcast_call(NotificationGroupType &obj, const T &func) {
10705  switch (obj.get_id()) {
10707  func(static_cast<notificationGroupTypeMessages &>(obj));
10708  return true;
10710  func(static_cast<notificationGroupTypeMentions &>(obj));
10711  return true;
10713  func(static_cast<notificationGroupTypeSecretChat &>(obj));
10714  return true;
10716  func(static_cast<notificationGroupTypeCalls &>(obj));
10717  return true;
10718  default:
10719  return false;
10720  }
10721 }
10722 
10729 template <class T>
10730 bool downcast_call(NotificationSettingsScope &obj, const T &func) {
10731  switch (obj.get_id()) {
10733  func(static_cast<notificationSettingsScopePrivateChats &>(obj));
10734  return true;
10736  func(static_cast<notificationSettingsScopeGroupChats &>(obj));
10737  return true;
10739  func(static_cast<notificationSettingsScopeChannelChats &>(obj));
10740  return true;
10741  default:
10742  return false;
10743  }
10744 }
10745 
10752 template <class T>
10753 bool downcast_call(NotificationType &obj, const T &func) {
10754  switch (obj.get_id()) {
10756  func(static_cast<notificationTypeNewMessage &>(obj));
10757  return true;
10759  func(static_cast<notificationTypeNewSecretChat &>(obj));
10760  return true;
10762  func(static_cast<notificationTypeNewCall &>(obj));
10763  return true;
10765  func(static_cast<notificationTypeNewPushMessage &>(obj));
10766  return true;
10767  default:
10768  return false;
10769  }
10770 }
10771 
10778 template <class T>
10779 bool downcast_call(OptionValue &obj, const T &func) {
10780  switch (obj.get_id()) {
10782  func(static_cast<optionValueBoolean &>(obj));
10783  return true;
10784  case optionValueEmpty::ID:
10785  func(static_cast<optionValueEmpty &>(obj));
10786  return true;
10788  func(static_cast<optionValueInteger &>(obj));
10789  return true;
10790  case optionValueString::ID:
10791  func(static_cast<optionValueString &>(obj));
10792  return true;
10793  default:
10794  return false;
10795  }
10796 }
10797 
10804 template <class T>
10805 bool downcast_call(PageBlock &obj, const T &func) {
10806  switch (obj.get_id()) {
10807  case pageBlockTitle::ID:
10808  func(static_cast<pageBlockTitle &>(obj));
10809  return true;
10810  case pageBlockSubtitle::ID:
10811  func(static_cast<pageBlockSubtitle &>(obj));
10812  return true;
10814  func(static_cast<pageBlockAuthorDate &>(obj));
10815  return true;
10816  case pageBlockHeader::ID:
10817  func(static_cast<pageBlockHeader &>(obj));
10818  return true;
10820  func(static_cast<pageBlockSubheader &>(obj));
10821  return true;
10822  case pageBlockKicker::ID:
10823  func(static_cast<pageBlockKicker &>(obj));
10824  return true;
10826  func(static_cast<pageBlockParagraph &>(obj));
10827  return true;
10829  func(static_cast<pageBlockPreformatted &>(obj));
10830  return true;
10831  case pageBlockFooter::ID:
10832  func(static_cast<pageBlockFooter &>(obj));
10833  return true;
10834  case pageBlockDivider::ID:
10835  func(static_cast<pageBlockDivider &>(obj));
10836  return true;
10837  case pageBlockAnchor::ID:
10838  func(static_cast<pageBlockAnchor &>(obj));
10839  return true;
10840  case pageBlockList::ID:
10841  func(static_cast<pageBlockList &>(obj));
10842  return true;
10844  func(static_cast<pageBlockBlockQuote &>(obj));
10845  return true;
10847  func(static_cast<pageBlockPullQuote &>(obj));
10848  return true;
10850  func(static_cast<pageBlockAnimation &>(obj));
10851  return true;
10852  case pageBlockAudio::ID:
10853  func(static_cast<pageBlockAudio &>(obj));
10854  return true;
10855  case pageBlockPhoto::ID:
10856  func(static_cast<pageBlockPhoto &>(obj));
10857  return true;
10858  case pageBlockVideo::ID:
10859  func(static_cast<pageBlockVideo &>(obj));
10860  return true;
10862  func(static_cast<pageBlockVoiceNote &>(obj));
10863  return true;
10864  case pageBlockCover::ID:
10865  func(static_cast<pageBlockCover &>(obj));
10866  return true;
10867  case pageBlockEmbedded::ID:
10868  func(static_cast<pageBlockEmbedded &>(obj));
10869  return true;
10871  func(static_cast<pageBlockEmbeddedPost &>(obj));
10872  return true;
10873  case pageBlockCollage::ID:
10874  func(static_cast<pageBlockCollage &>(obj));
10875  return true;
10877  func(static_cast<pageBlockSlideshow &>(obj));
10878  return true;
10879  case pageBlockChatLink::ID:
10880  func(static_cast<pageBlockChatLink &>(obj));
10881  return true;
10882  case pageBlockTable::ID:
10883  func(static_cast<pageBlockTable &>(obj));
10884  return true;
10885  case pageBlockDetails::ID:
10886  func(static_cast<pageBlockDetails &>(obj));
10887  return true;
10889  func(static_cast<pageBlockRelatedArticles &>(obj));
10890  return true;
10891  case pageBlockMap::ID:
10892  func(static_cast<pageBlockMap &>(obj));
10893  return true;
10894  default:
10895  return false;
10896  }
10897 }
10898 
10905 template <class T>
10906 bool downcast_call(PageBlockHorizontalAlignment &obj, const T &func) {
10907  switch (obj.get_id()) {
10909  func(static_cast<pageBlockHorizontalAlignmentLeft &>(obj));
10910  return true;
10912  func(static_cast<pageBlockHorizontalAlignmentCenter &>(obj));
10913  return true;
10915  func(static_cast<pageBlockHorizontalAlignmentRight &>(obj));
10916  return true;
10917  default:
10918  return false;
10919  }
10920 }
10921 
10928 template <class T>
10929 bool downcast_call(PageBlockVerticalAlignment &obj, const T &func) {
10930  switch (obj.get_id()) {
10932  func(static_cast<pageBlockVerticalAlignmentTop &>(obj));
10933  return true;
10935  func(static_cast<pageBlockVerticalAlignmentMiddle &>(obj));
10936  return true;
10938  func(static_cast<pageBlockVerticalAlignmentBottom &>(obj));
10939  return true;
10940  default:
10941  return false;
10942  }
10943 }
10944 
10951 template <class T>
10952 bool downcast_call(PaidMedia &obj, const T &func) {
10953  switch (obj.get_id()) {
10954  case paidMediaPreview::ID:
10955  func(static_cast<paidMediaPreview &>(obj));
10956  return true;
10957  case paidMediaPhoto::ID:
10958  func(static_cast<paidMediaPhoto &>(obj));
10959  return true;
10960  case paidMediaVideo::ID:
10961  func(static_cast<paidMediaVideo &>(obj));
10962  return true;
10964  func(static_cast<paidMediaUnsupported &>(obj));
10965  return true;
10966  default:
10967  return false;
10968  }
10969 }
10970 
10977 template <class T>
10978 bool downcast_call(PassportElement &obj, const T &func) {
10979  switch (obj.get_id()) {
10981  func(static_cast<passportElementPersonalDetails &>(obj));
10982  return true;
10984  func(static_cast<passportElementPassport &>(obj));
10985  return true;
10987  func(static_cast<passportElementDriverLicense &>(obj));
10988  return true;
10990  func(static_cast<passportElementIdentityCard &>(obj));
10991  return true;
10993  func(static_cast<passportElementInternalPassport &>(obj));
10994  return true;
10996  func(static_cast<passportElementAddress &>(obj));
10997  return true;
10999  func(static_cast<passportElementUtilityBill &>(obj));
11000  return true;
11002  func(static_cast<passportElementBankStatement &>(obj));
11003  return true;
11005  func(static_cast<passportElementRentalAgreement &>(obj));
11006  return true;
11008  func(static_cast<passportElementPassportRegistration &>(obj));
11009  return true;
11011  func(static_cast<passportElementTemporaryRegistration &>(obj));
11012  return true;
11014  func(static_cast<passportElementPhoneNumber &>(obj));
11015  return true;
11017  func(static_cast<passportElementEmailAddress &>(obj));
11018  return true;
11019  default:
11020  return false;
11021  }
11022 }
11023 
11030 template <class T>
11031 bool downcast_call(PassportElementErrorSource &obj, const T &func) {
11032  switch (obj.get_id()) {
11034  func(static_cast<passportElementErrorSourceUnspecified &>(obj));
11035  return true;
11037  func(static_cast<passportElementErrorSourceDataField &>(obj));
11038  return true;
11040  func(static_cast<passportElementErrorSourceFrontSide &>(obj));
11041  return true;
11043  func(static_cast<passportElementErrorSourceReverseSide &>(obj));
11044  return true;
11046  func(static_cast<passportElementErrorSourceSelfie &>(obj));
11047  return true;
11049  func(static_cast<passportElementErrorSourceTranslationFile &>(obj));
11050  return true;
11052  func(static_cast<passportElementErrorSourceTranslationFiles &>(obj));
11053  return true;
11055  func(static_cast<passportElementErrorSourceFile &>(obj));
11056  return true;
11058  func(static_cast<passportElementErrorSourceFiles &>(obj));
11059  return true;
11060  default:
11061  return false;
11062  }
11063 }
11064 
11071 template <class T>
11072 bool downcast_call(PassportElementType &obj, const T &func) {
11073  switch (obj.get_id()) {
11075  func(static_cast<passportElementTypePersonalDetails &>(obj));
11076  return true;
11078  func(static_cast<passportElementTypePassport &>(obj));
11079  return true;
11081  func(static_cast<passportElementTypeDriverLicense &>(obj));
11082  return true;
11084  func(static_cast<passportElementTypeIdentityCard &>(obj));
11085  return true;
11087  func(static_cast<passportElementTypeInternalPassport &>(obj));
11088  return true;
11090  func(static_cast<passportElementTypeAddress &>(obj));
11091  return true;
11093  func(static_cast<passportElementTypeUtilityBill &>(obj));
11094  return true;
11096  func(static_cast<passportElementTypeBankStatement &>(obj));
11097  return true;
11099  func(static_cast<passportElementTypeRentalAgreement &>(obj));
11100  return true;
11102  func(static_cast<passportElementTypePassportRegistration &>(obj));
11103  return true;
11105  func(static_cast<passportElementTypeTemporaryRegistration &>(obj));
11106  return true;
11108  func(static_cast<passportElementTypePhoneNumber &>(obj));
11109  return true;
11111  func(static_cast<passportElementTypeEmailAddress &>(obj));
11112  return true;
11113  default:
11114  return false;
11115  }
11116 }
11117 
11124 template <class T>
11125 bool downcast_call(PaymentFormType &obj, const T &func) {
11126  switch (obj.get_id()) {
11128  func(static_cast<paymentFormTypeRegular &>(obj));
11129  return true;
11131  func(static_cast<paymentFormTypeStars &>(obj));
11132  return true;
11134  func(static_cast<paymentFormTypeStarSubscription &>(obj));
11135  return true;
11136  default:
11137  return false;
11138  }
11139 }
11140 
11147 template <class T>
11148 bool downcast_call(PaymentProvider &obj, const T &func) {
11149  switch (obj.get_id()) {
11151  func(static_cast<paymentProviderSmartGlocal &>(obj));
11152  return true;
11154  func(static_cast<paymentProviderStripe &>(obj));
11155  return true;
11157  func(static_cast<paymentProviderOther &>(obj));
11158  return true;
11159  default:
11160  return false;
11161  }
11162 }
11163 
11170 template <class T>
11171 bool downcast_call(PaymentReceiptType &obj, const T &func) {
11172  switch (obj.get_id()) {
11174  func(static_cast<paymentReceiptTypeRegular &>(obj));
11175  return true;
11177  func(static_cast<paymentReceiptTypeStars &>(obj));
11178  return true;
11179  default:
11180  return false;
11181  }
11182 }
11183 
11190 template <class T>
11191 bool downcast_call(PhoneNumberCodeType &obj, const T &func) {
11192  switch (obj.get_id()) {
11194  func(static_cast<phoneNumberCodeTypeChange &>(obj));
11195  return true;
11197  func(static_cast<phoneNumberCodeTypeVerify &>(obj));
11198  return true;
11200  func(static_cast<phoneNumberCodeTypeConfirmOwnership &>(obj));
11201  return true;
11202  default:
11203  return false;
11204  }
11205 }
11206 
11213 template <class T>
11214 bool downcast_call(PollType &obj, const T &func) {
11215  switch (obj.get_id()) {
11216  case pollTypeRegular::ID:
11217  func(static_cast<pollTypeRegular &>(obj));
11218  return true;
11219  case pollTypeQuiz::ID:
11220  func(static_cast<pollTypeQuiz &>(obj));
11221  return true;
11222  default:
11223  return false;
11224  }
11225 }
11226 
11233 template <class T>
11234 bool downcast_call(PremiumFeature &obj, const T &func) {
11235  switch (obj.get_id()) {
11237  func(static_cast<premiumFeatureIncreasedLimits &>(obj));
11238  return true;
11240  func(static_cast<premiumFeatureIncreasedUploadFileSize &>(obj));
11241  return true;
11243  func(static_cast<premiumFeatureImprovedDownloadSpeed &>(obj));
11244  return true;
11246  func(static_cast<premiumFeatureVoiceRecognition &>(obj));
11247  return true;
11249  func(static_cast<premiumFeatureDisabledAds &>(obj));
11250  return true;
11252  func(static_cast<premiumFeatureUniqueReactions &>(obj));
11253  return true;
11255  func(static_cast<premiumFeatureUniqueStickers &>(obj));
11256  return true;
11258  func(static_cast<premiumFeatureCustomEmoji &>(obj));
11259  return true;
11261  func(static_cast<premiumFeatureAdvancedChatManagement &>(obj));
11262  return true;
11264  func(static_cast<premiumFeatureProfileBadge &>(obj));
11265  return true;
11267  func(static_cast<premiumFeatureEmojiStatus &>(obj));
11268  return true;
11270  func(static_cast<premiumFeatureAnimatedProfilePhoto &>(obj));
11271  return true;
11273  func(static_cast<premiumFeatureForumTopicIcon &>(obj));
11274  return true;
11276  func(static_cast<premiumFeatureAppIcons &>(obj));
11277  return true;
11279  func(static_cast<premiumFeatureRealTimeChatTranslation &>(obj));
11280  return true;
11282  func(static_cast<premiumFeatureUpgradedStories &>(obj));
11283  return true;
11285  func(static_cast<premiumFeatureChatBoost &>(obj));
11286  return true;
11288  func(static_cast<premiumFeatureAccentColor &>(obj));
11289  return true;
11291  func(static_cast<premiumFeatureBackgroundForBoth &>(obj));
11292  return true;
11294  func(static_cast<premiumFeatureSavedMessagesTags &>(obj));
11295  return true;
11297  func(static_cast<premiumFeatureMessagePrivacy &>(obj));
11298  return true;
11300  func(static_cast<premiumFeatureLastSeenTimes &>(obj));
11301  return true;
11303  func(static_cast<premiumFeatureBusiness &>(obj));
11304  return true;
11306  func(static_cast<premiumFeatureMessageEffects &>(obj));
11307  return true;
11308  default:
11309  return false;
11310  }
11311 }
11312 
11319 template <class T>
11320 bool downcast_call(PremiumLimitType &obj, const T &func) {
11321  switch (obj.get_id()) {
11323  func(static_cast<premiumLimitTypeSupergroupCount &>(obj));
11324  return true;
11326  func(static_cast<premiumLimitTypePinnedChatCount &>(obj));
11327  return true;
11329  func(static_cast<premiumLimitTypeCreatedPublicChatCount &>(obj));
11330  return true;
11332  func(static_cast<premiumLimitTypeSavedAnimationCount &>(obj));
11333  return true;
11335  func(static_cast<premiumLimitTypeFavoriteStickerCount &>(obj));
11336  return true;
11338  func(static_cast<premiumLimitTypeChatFolderCount &>(obj));
11339  return true;
11341  func(static_cast<premiumLimitTypeChatFolderChosenChatCount &>(obj));
11342  return true;
11344  func(static_cast<premiumLimitTypePinnedArchivedChatCount &>(obj));
11345  return true;
11347  func(static_cast<premiumLimitTypePinnedSavedMessagesTopicCount &>(obj));
11348  return true;
11350  func(static_cast<premiumLimitTypeCaptionLength &>(obj));
11351  return true;
11353  func(static_cast<premiumLimitTypeBioLength &>(obj));
11354  return true;
11356  func(static_cast<premiumLimitTypeChatFolderInviteLinkCount &>(obj));
11357  return true;
11359  func(static_cast<premiumLimitTypeShareableChatFolderCount &>(obj));
11360  return true;
11362  func(static_cast<premiumLimitTypeActiveStoryCount &>(obj));
11363  return true;
11365  func(static_cast<premiumLimitTypeWeeklySentStoryCount &>(obj));
11366  return true;
11368  func(static_cast<premiumLimitTypeMonthlySentStoryCount &>(obj));
11369  return true;
11371  func(static_cast<premiumLimitTypeStoryCaptionLength &>(obj));
11372  return true;
11374  func(static_cast<premiumLimitTypeStorySuggestedReactionAreaCount &>(obj));
11375  return true;
11377  func(static_cast<premiumLimitTypeSimilarChatCount &>(obj));
11378  return true;
11379  default:
11380  return false;
11381  }
11382 }
11383 
11390 template <class T>
11391 bool downcast_call(PremiumSource &obj, const T &func) {
11392  switch (obj.get_id()) {
11394  func(static_cast<premiumSourceLimitExceeded &>(obj));
11395  return true;
11397  func(static_cast<premiumSourceFeature &>(obj));
11398  return true;
11400  func(static_cast<premiumSourceBusinessFeature &>(obj));
11401  return true;
11403  func(static_cast<premiumSourceStoryFeature &>(obj));
11404  return true;
11405  case premiumSourceLink::ID:
11406  func(static_cast<premiumSourceLink &>(obj));
11407  return true;
11409  func(static_cast<premiumSourceSettings &>(obj));
11410  return true;
11411  default:
11412  return false;
11413  }
11414 }
11415 
11422 template <class T>
11423 bool downcast_call(PremiumStoryFeature &obj, const T &func) {
11424  switch (obj.get_id()) {
11426  func(static_cast<premiumStoryFeaturePriorityOrder &>(obj));
11427  return true;
11429  func(static_cast<premiumStoryFeatureStealthMode &>(obj));
11430  return true;
11432  func(static_cast<premiumStoryFeaturePermanentViewsHistory &>(obj));
11433  return true;
11435  func(static_cast<premiumStoryFeatureCustomExpirationDuration &>(obj));
11436  return true;
11438  func(static_cast<premiumStoryFeatureSaveStories &>(obj));
11439  return true;
11441  func(static_cast<premiumStoryFeatureLinksAndFormatting &>(obj));
11442  return true;
11444  func(static_cast<premiumStoryFeatureVideoQuality &>(obj));
11445  return true;
11446  default:
11447  return false;
11448  }
11449 }
11450 
11457 template <class T>
11458 bool downcast_call(ProxyType &obj, const T &func) {
11459  switch (obj.get_id()) {
11460  case proxyTypeSocks5::ID:
11461  func(static_cast<proxyTypeSocks5 &>(obj));
11462  return true;
11463  case proxyTypeHttp::ID:
11464  func(static_cast<proxyTypeHttp &>(obj));
11465  return true;
11466  case proxyTypeMtproto::ID:
11467  func(static_cast<proxyTypeMtproto &>(obj));
11468  return true;
11469  default:
11470  return false;
11471  }
11472 }
11473 
11480 template <class T>
11481 bool downcast_call(PublicChatType &obj, const T &func) {
11482  switch (obj.get_id()) {
11484  func(static_cast<publicChatTypeHasUsername &>(obj));
11485  return true;
11487  func(static_cast<publicChatTypeIsLocationBased &>(obj));
11488  return true;
11489  default:
11490  return false;
11491  }
11492 }
11493 
11500 template <class T>
11501 bool downcast_call(PublicForward &obj, const T &func) {
11502  switch (obj.get_id()) {
11504  func(static_cast<publicForwardMessage &>(obj));
11505  return true;
11507  func(static_cast<publicForwardStory &>(obj));
11508  return true;
11509  default:
11510  return false;
11511  }
11512 }
11513 
11520 template <class T>
11521 bool downcast_call(PushMessageContent &obj, const T &func) {
11522  switch (obj.get_id()) {
11524  func(static_cast<pushMessageContentHidden &>(obj));
11525  return true;
11527  func(static_cast<pushMessageContentAnimation &>(obj));
11528  return true;
11530  func(static_cast<pushMessageContentAudio &>(obj));
11531  return true;
11533  func(static_cast<pushMessageContentContact &>(obj));
11534  return true;
11536  func(static_cast<pushMessageContentContactRegistered &>(obj));
11537  return true;
11539  func(static_cast<pushMessageContentDocument &>(obj));
11540  return true;
11542  func(static_cast<pushMessageContentGame &>(obj));
11543  return true;
11545  func(static_cast<pushMessageContentGameScore &>(obj));
11546  return true;
11548  func(static_cast<pushMessageContentInvoice &>(obj));
11549  return true;
11551  func(static_cast<pushMessageContentLocation &>(obj));
11552  return true;
11554  func(static_cast<pushMessageContentPaidMedia &>(obj));
11555  return true;
11557  func(static_cast<pushMessageContentPhoto &>(obj));
11558  return true;
11560  func(static_cast<pushMessageContentPoll &>(obj));
11561  return true;
11563  func(static_cast<pushMessageContentPremiumGiftCode &>(obj));
11564  return true;
11566  func(static_cast<pushMessageContentGiveaway &>(obj));
11567  return true;
11569  func(static_cast<pushMessageContentGift &>(obj));
11570  return true;
11572  func(static_cast<pushMessageContentUpgradedGift &>(obj));
11573  return true;
11575  func(static_cast<pushMessageContentScreenshotTaken &>(obj));
11576  return true;
11578  func(static_cast<pushMessageContentSticker &>(obj));
11579  return true;
11581  func(static_cast<pushMessageContentStory &>(obj));
11582  return true;
11584  func(static_cast<pushMessageContentText &>(obj));
11585  return true;
11587  func(static_cast<pushMessageContentVideo &>(obj));
11588  return true;
11590  func(static_cast<pushMessageContentVideoNote &>(obj));
11591  return true;
11593  func(static_cast<pushMessageContentVoiceNote &>(obj));
11594  return true;
11596  func(static_cast<pushMessageContentBasicGroupChatCreate &>(obj));
11597  return true;
11599  func(static_cast<pushMessageContentChatAddMembers &>(obj));
11600  return true;
11602  func(static_cast<pushMessageContentChatChangePhoto &>(obj));
11603  return true;
11605  func(static_cast<pushMessageContentChatChangeTitle &>(obj));
11606  return true;
11608  func(static_cast<pushMessageContentChatSetBackground &>(obj));
11609  return true;
11611  func(static_cast<pushMessageContentChatSetTheme &>(obj));
11612  return true;
11614  func(static_cast<pushMessageContentChatDeleteMember &>(obj));
11615  return true;
11617  func(static_cast<pushMessageContentChatJoinByLink &>(obj));
11618  return true;
11620  func(static_cast<pushMessageContentChatJoinByRequest &>(obj));
11621  return true;
11623  func(static_cast<pushMessageContentRecurringPayment &>(obj));
11624  return true;
11626  func(static_cast<pushMessageContentSuggestProfilePhoto &>(obj));
11627  return true;
11629  func(static_cast<pushMessageContentMessageForwards &>(obj));
11630  return true;
11632  func(static_cast<pushMessageContentMediaAlbum &>(obj));
11633  return true;
11634  default:
11635  return false;
11636  }
11637 }
11638 
11645 template <class T>
11646 bool downcast_call(ReactionNotificationSource &obj, const T &func) {
11647  switch (obj.get_id()) {
11649  func(static_cast<reactionNotificationSourceNone &>(obj));
11650  return true;
11652  func(static_cast<reactionNotificationSourceContacts &>(obj));
11653  return true;
11655  func(static_cast<reactionNotificationSourceAll &>(obj));
11656  return true;
11657  default:
11658  return false;
11659  }
11660 }
11661 
11668 template <class T>
11669 bool downcast_call(ReactionType &obj, const T &func) {
11670  switch (obj.get_id()) {
11671  case reactionTypeEmoji::ID:
11672  func(static_cast<reactionTypeEmoji &>(obj));
11673  return true;
11675  func(static_cast<reactionTypeCustomEmoji &>(obj));
11676  return true;
11677  case reactionTypePaid::ID:
11678  func(static_cast<reactionTypePaid &>(obj));
11679  return true;
11680  default:
11681  return false;
11682  }
11683 }
11684 
11691 template <class T>
11692 bool downcast_call(ReactionUnavailabilityReason &obj, const T &func) {
11693  switch (obj.get_id()) {
11695  func(static_cast<reactionUnavailabilityReasonAnonymousAdministrator &>(obj));
11696  return true;
11698  func(static_cast<reactionUnavailabilityReasonGuest &>(obj));
11699  return true;
11700  default:
11701  return false;
11702  }
11703 }
11704 
11711 template <class T>
11712 bool downcast_call(ReplyMarkup &obj, const T &func) {
11713  switch (obj.get_id()) {
11715  func(static_cast<replyMarkupRemoveKeyboard &>(obj));
11716  return true;
11718  func(static_cast<replyMarkupForceReply &>(obj));
11719  return true;
11721  func(static_cast<replyMarkupShowKeyboard &>(obj));
11722  return true;
11724  func(static_cast<replyMarkupInlineKeyboard &>(obj));
11725  return true;
11726  default:
11727  return false;
11728  }
11729 }
11730 
11737 template <class T>
11738 bool downcast_call(ReportChatResult &obj, const T &func) {
11739  switch (obj.get_id()) {
11741  func(static_cast<reportChatResultOk &>(obj));
11742  return true;
11744  func(static_cast<reportChatResultOptionRequired &>(obj));
11745  return true;
11747  func(static_cast<reportChatResultTextRequired &>(obj));
11748  return true;
11750  func(static_cast<reportChatResultMessagesRequired &>(obj));
11751  return true;
11752  default:
11753  return false;
11754  }
11755 }
11756 
11763 template <class T>
11765  switch (obj.get_id()) {
11767  func(static_cast<reportChatSponsoredMessageResultOk &>(obj));
11768  return true;
11770  func(static_cast<reportChatSponsoredMessageResultFailed &>(obj));
11771  return true;
11773  func(static_cast<reportChatSponsoredMessageResultOptionRequired &>(obj));
11774  return true;
11776  func(static_cast<reportChatSponsoredMessageResultAdsHidden &>(obj));
11777  return true;
11779  func(static_cast<reportChatSponsoredMessageResultPremiumRequired &>(obj));
11780  return true;
11781  default:
11782  return false;
11783  }
11784 }
11785 
11792 template <class T>
11793 bool downcast_call(ReportReason &obj, const T &func) {
11794  switch (obj.get_id()) {
11795  case reportReasonSpam::ID:
11796  func(static_cast<reportReasonSpam &>(obj));
11797  return true;
11799  func(static_cast<reportReasonViolence &>(obj));
11800  return true;
11802  func(static_cast<reportReasonPornography &>(obj));
11803  return true;
11805  func(static_cast<reportReasonChildAbuse &>(obj));
11806  return true;
11808  func(static_cast<reportReasonCopyright &>(obj));
11809  return true;
11811  func(static_cast<reportReasonUnrelatedLocation &>(obj));
11812  return true;
11813  case reportReasonFake::ID:
11814  func(static_cast<reportReasonFake &>(obj));
11815  return true;
11817  func(static_cast<reportReasonIllegalDrugs &>(obj));
11818  return true;
11820  func(static_cast<reportReasonPersonalDetails &>(obj));
11821  return true;
11823  func(static_cast<reportReasonCustom &>(obj));
11824  return true;
11825  default:
11826  return false;
11827  }
11828 }
11829 
11836 template <class T>
11837 bool downcast_call(ReportStoryResult &obj, const T &func) {
11838  switch (obj.get_id()) {
11840  func(static_cast<reportStoryResultOk &>(obj));
11841  return true;
11843  func(static_cast<reportStoryResultOptionRequired &>(obj));
11844  return true;
11846  func(static_cast<reportStoryResultTextRequired &>(obj));
11847  return true;
11848  default:
11849  return false;
11850  }
11851 }
11852 
11859 template <class T>
11860 bool downcast_call(ResendCodeReason &obj, const T &func) {
11861  switch (obj.get_id()) {
11863  func(static_cast<resendCodeReasonUserRequest &>(obj));
11864  return true;
11866  func(static_cast<resendCodeReasonVerificationFailed &>(obj));
11867  return true;
11868  default:
11869  return false;
11870  }
11871 }
11872 
11879 template <class T>
11880 bool downcast_call(ResetPasswordResult &obj, const T &func) {
11881  switch (obj.get_id()) {
11883  func(static_cast<resetPasswordResultOk &>(obj));
11884  return true;
11886  func(static_cast<resetPasswordResultPending &>(obj));
11887  return true;
11889  func(static_cast<resetPasswordResultDeclined &>(obj));
11890  return true;
11891  default:
11892  return false;
11893  }
11894 }
11895 
11902 template <class T>
11903 bool downcast_call(RevenueWithdrawalState &obj, const T &func) {
11904  switch (obj.get_id()) {
11906  func(static_cast<revenueWithdrawalStatePending &>(obj));
11907  return true;
11909  func(static_cast<revenueWithdrawalStateSucceeded &>(obj));
11910  return true;
11912  func(static_cast<revenueWithdrawalStateFailed &>(obj));
11913  return true;
11914  default:
11915  return false;
11916  }
11917 }
11918 
11925 template <class T>
11926 bool downcast_call(RichText &obj, const T &func) {
11927  switch (obj.get_id()) {
11928  case richTextPlain::ID:
11929  func(static_cast<richTextPlain &>(obj));
11930  return true;
11931  case richTextBold::ID:
11932  func(static_cast<richTextBold &>(obj));
11933  return true;
11934  case richTextItalic::ID:
11935  func(static_cast<richTextItalic &>(obj));
11936  return true;
11937  case richTextUnderline::ID:
11938  func(static_cast<richTextUnderline &>(obj));
11939  return true;
11941  func(static_cast<richTextStrikethrough &>(obj));
11942  return true;
11943  case richTextFixed::ID:
11944  func(static_cast<richTextFixed &>(obj));
11945  return true;
11946  case richTextUrl::ID:
11947  func(static_cast<richTextUrl &>(obj));
11948  return true;
11950  func(static_cast<richTextEmailAddress &>(obj));
11951  return true;
11952  case richTextSubscript::ID:
11953  func(static_cast<richTextSubscript &>(obj));
11954  return true;
11956  func(static_cast<richTextSuperscript &>(obj));
11957  return true;
11958  case richTextMarked::ID:
11959  func(static_cast<richTextMarked &>(obj));
11960  return true;
11962  func(static_cast<richTextPhoneNumber &>(obj));
11963  return true;
11964  case richTextIcon::ID:
11965  func(static_cast<richTextIcon &>(obj));
11966  return true;
11967  case richTextReference::ID:
11968  func(static_cast<richTextReference &>(obj));
11969  return true;
11970  case richTextAnchor::ID:
11971  func(static_cast<richTextAnchor &>(obj));
11972  return true;
11974  func(static_cast<richTextAnchorLink &>(obj));
11975  return true;
11976  case richTexts::ID:
11977  func(static_cast<richTexts &>(obj));
11978  return true;
11979  default:
11980  return false;
11981  }
11982 }
11983 
11990 template <class T>
11991 bool downcast_call(SavedMessagesTopicType &obj, const T &func) {
11992  switch (obj.get_id()) {
11994  func(static_cast<savedMessagesTopicTypeMyNotes &>(obj));
11995  return true;
11997  func(static_cast<savedMessagesTopicTypeAuthorHidden &>(obj));
11998  return true;
12000  func(static_cast<savedMessagesTopicTypeSavedFromChat &>(obj));
12001  return true;
12002  default:
12003  return false;
12004  }
12005 }
12006 
12013 template <class T>
12014 bool downcast_call(SearchMessagesChatTypeFilter &obj, const T &func) {
12015  switch (obj.get_id()) {
12017  func(static_cast<searchMessagesChatTypeFilterPrivate &>(obj));
12018  return true;
12020  func(static_cast<searchMessagesChatTypeFilterGroup &>(obj));
12021  return true;
12023  func(static_cast<searchMessagesChatTypeFilterChannel &>(obj));
12024  return true;
12025  default:
12026  return false;
12027  }
12028 }
12029 
12036 template <class T>
12037 bool downcast_call(SearchMessagesFilter &obj, const T &func) {
12038  switch (obj.get_id()) {
12040  func(static_cast<searchMessagesFilterEmpty &>(obj));
12041  return true;
12043  func(static_cast<searchMessagesFilterAnimation &>(obj));
12044  return true;
12046  func(static_cast<searchMessagesFilterAudio &>(obj));
12047  return true;
12049  func(static_cast<searchMessagesFilterDocument &>(obj));
12050  return true;
12052  func(static_cast<searchMessagesFilterPhoto &>(obj));
12053  return true;
12055  func(static_cast<searchMessagesFilterVideo &>(obj));
12056  return true;
12058  func(static_cast<searchMessagesFilterVoiceNote &>(obj));
12059  return true;
12061  func(static_cast<searchMessagesFilterPhotoAndVideo &>(obj));
12062  return true;
12064  func(static_cast<searchMessagesFilterUrl &>(obj));
12065  return true;
12067  func(static_cast<searchMessagesFilterChatPhoto &>(obj));
12068  return true;
12070  func(static_cast<searchMessagesFilterVideoNote &>(obj));
12071  return true;
12073  func(static_cast<searchMessagesFilterVoiceAndVideoNote &>(obj));
12074  return true;
12076  func(static_cast<searchMessagesFilterMention &>(obj));
12077  return true;
12079  func(static_cast<searchMessagesFilterUnreadMention &>(obj));
12080  return true;
12082  func(static_cast<searchMessagesFilterUnreadReaction &>(obj));
12083  return true;
12085  func(static_cast<searchMessagesFilterFailedToSend &>(obj));
12086  return true;
12088  func(static_cast<searchMessagesFilterPinned &>(obj));
12089  return true;
12090  default:
12091  return false;
12092  }
12093 }
12094 
12101 template <class T>
12102 bool downcast_call(SecretChatState &obj, const T &func) {
12103  switch (obj.get_id()) {
12105  func(static_cast<secretChatStatePending &>(obj));
12106  return true;
12108  func(static_cast<secretChatStateReady &>(obj));
12109  return true;
12111  func(static_cast<secretChatStateClosed &>(obj));
12112  return true;
12113  default:
12114  return false;
12115  }
12116 }
12117 
12124 template <class T>
12125 bool downcast_call(SentGift &obj, const T &func) {
12126  switch (obj.get_id()) {
12127  case sentGiftRegular::ID:
12128  func(static_cast<sentGiftRegular &>(obj));
12129  return true;
12130  case sentGiftUpgraded::ID:
12131  func(static_cast<sentGiftUpgraded &>(obj));
12132  return true;
12133  default:
12134  return false;
12135  }
12136 }
12137 
12144 template <class T>
12145 bool downcast_call(SessionType &obj, const T &func) {
12146  switch (obj.get_id()) {
12148  func(static_cast<sessionTypeAndroid &>(obj));
12149  return true;
12150  case sessionTypeApple::ID:
12151  func(static_cast<sessionTypeApple &>(obj));
12152  return true;
12153  case sessionTypeBrave::ID:
12154  func(static_cast<sessionTypeBrave &>(obj));
12155  return true;
12156  case sessionTypeChrome::ID:
12157  func(static_cast<sessionTypeChrome &>(obj));
12158  return true;
12159  case sessionTypeEdge::ID:
12160  func(static_cast<sessionTypeEdge &>(obj));
12161  return true;
12163  func(static_cast<sessionTypeFirefox &>(obj));
12164  return true;
12165  case sessionTypeIpad::ID:
12166  func(static_cast<sessionTypeIpad &>(obj));
12167  return true;
12168  case sessionTypeIphone::ID:
12169  func(static_cast<sessionTypeIphone &>(obj));
12170  return true;
12171  case sessionTypeLinux::ID:
12172  func(static_cast<sessionTypeLinux &>(obj));
12173  return true;
12174  case sessionTypeMac::ID:
12175  func(static_cast<sessionTypeMac &>(obj));
12176  return true;
12177  case sessionTypeOpera::ID:
12178  func(static_cast<sessionTypeOpera &>(obj));
12179  return true;
12180  case sessionTypeSafari::ID:
12181  func(static_cast<sessionTypeSafari &>(obj));
12182  return true;
12183  case sessionTypeUbuntu::ID:
12184  func(static_cast<sessionTypeUbuntu &>(obj));
12185  return true;
12187  func(static_cast<sessionTypeUnknown &>(obj));
12188  return true;
12190  func(static_cast<sessionTypeVivaldi &>(obj));
12191  return true;
12193  func(static_cast<sessionTypeWindows &>(obj));
12194  return true;
12195  case sessionTypeXbox::ID:
12196  func(static_cast<sessionTypeXbox &>(obj));
12197  return true;
12198  default:
12199  return false;
12200  }
12201 }
12202 
12209 template <class T>
12210 bool downcast_call(SpeechRecognitionResult &obj, const T &func) {
12211  switch (obj.get_id()) {
12213  func(static_cast<speechRecognitionResultPending &>(obj));
12214  return true;
12216  func(static_cast<speechRecognitionResultText &>(obj));
12217  return true;
12219  func(static_cast<speechRecognitionResultError &>(obj));
12220  return true;
12221  default:
12222  return false;
12223  }
12224 }
12225 
12232 template <class T>
12233 bool downcast_call(StarSubscriptionType &obj, const T &func) {
12234  switch (obj.get_id()) {
12236  func(static_cast<starSubscriptionTypeChannel &>(obj));
12237  return true;
12239  func(static_cast<starSubscriptionTypeBot &>(obj));
12240  return true;
12241  default:
12242  return false;
12243  }
12244 }
12245 
12252 template <class T>
12253 bool downcast_call(StarTransactionDirection &obj, const T &func) {
12254  switch (obj.get_id()) {
12256  func(static_cast<starTransactionDirectionIncoming &>(obj));
12257  return true;
12259  func(static_cast<starTransactionDirectionOutgoing &>(obj));
12260  return true;
12261  default:
12262  return false;
12263  }
12264 }
12265 
12272 template <class T>
12273 bool downcast_call(StarTransactionType &obj, const T &func) {
12274  switch (obj.get_id()) {
12276  func(static_cast<starTransactionTypePremiumBotDeposit &>(obj));
12277  return true;
12279  func(static_cast<starTransactionTypeAppStoreDeposit &>(obj));
12280  return true;
12282  func(static_cast<starTransactionTypeGooglePlayDeposit &>(obj));
12283  return true;
12285  func(static_cast<starTransactionTypeFragmentDeposit &>(obj));
12286  return true;
12288  func(static_cast<starTransactionTypeUserDeposit &>(obj));
12289  return true;
12291  func(static_cast<starTransactionTypeGiveawayDeposit &>(obj));
12292  return true;
12294  func(static_cast<starTransactionTypeFragmentWithdrawal &>(obj));
12295  return true;
12297  func(static_cast<starTransactionTypeTelegramAdsWithdrawal &>(obj));
12298  return true;
12300  func(static_cast<starTransactionTypeTelegramApiUsage &>(obj));
12301  return true;
12303  func(static_cast<starTransactionTypeBotPaidMediaPurchase &>(obj));
12304  return true;
12306  func(static_cast<starTransactionTypeBotPaidMediaSale &>(obj));
12307  return true;
12309  func(static_cast<starTransactionTypeChannelPaidMediaPurchase &>(obj));
12310  return true;
12312  func(static_cast<starTransactionTypeChannelPaidMediaSale &>(obj));
12313  return true;
12315  func(static_cast<starTransactionTypeBotInvoicePurchase &>(obj));
12316  return true;
12318  func(static_cast<starTransactionTypeBotInvoiceSale &>(obj));
12319  return true;
12321  func(static_cast<starTransactionTypeBotSubscriptionPurchase &>(obj));
12322  return true;
12324  func(static_cast<starTransactionTypeBotSubscriptionSale &>(obj));
12325  return true;
12327  func(static_cast<starTransactionTypeChannelSubscriptionPurchase &>(obj));
12328  return true;
12330  func(static_cast<starTransactionTypeChannelSubscriptionSale &>(obj));
12331  return true;
12333  func(static_cast<starTransactionTypeGiftPurchase &>(obj));
12334  return true;
12336  func(static_cast<starTransactionTypeGiftTransfer &>(obj));
12337  return true;
12339  func(static_cast<starTransactionTypeGiftSale &>(obj));
12340  return true;
12342  func(static_cast<starTransactionTypeGiftUpgrade &>(obj));
12343  return true;
12345  func(static_cast<starTransactionTypeChannelPaidReactionSend &>(obj));
12346  return true;
12348  func(static_cast<starTransactionTypeChannelPaidReactionReceive &>(obj));
12349  return true;
12351  func(static_cast<starTransactionTypeAffiliateProgramCommission &>(obj));
12352  return true;
12354  func(static_cast<starTransactionTypeUnsupported &>(obj));
12355  return true;
12356  default:
12357  return false;
12358  }
12359 }
12360 
12367 template <class T>
12368 bool downcast_call(StatisticalGraph &obj, const T &func) {
12369  switch (obj.get_id()) {
12371  func(static_cast<statisticalGraphData &>(obj));
12372  return true;
12374  func(static_cast<statisticalGraphAsync &>(obj));
12375  return true;
12377  func(static_cast<statisticalGraphError &>(obj));
12378  return true;
12379  default:
12380  return false;
12381  }
12382 }
12383 
12390 template <class T>
12391 bool downcast_call(StickerFormat &obj, const T &func) {
12392  switch (obj.get_id()) {
12393  case stickerFormatWebp::ID:
12394  func(static_cast<stickerFormatWebp &>(obj));
12395  return true;
12396  case stickerFormatTgs::ID:
12397  func(static_cast<stickerFormatTgs &>(obj));
12398  return true;
12399  case stickerFormatWebm::ID:
12400  func(static_cast<stickerFormatWebm &>(obj));
12401  return true;
12402  default:
12403  return false;
12404  }
12405 }
12406 
12413 template <class T>
12414 bool downcast_call(StickerFullType &obj, const T &func) {
12415  switch (obj.get_id()) {
12417  func(static_cast<stickerFullTypeRegular &>(obj));
12418  return true;
12420  func(static_cast<stickerFullTypeMask &>(obj));
12421  return true;
12423  func(static_cast<stickerFullTypeCustomEmoji &>(obj));
12424  return true;
12425  default:
12426  return false;
12427  }
12428 }
12429 
12436 template <class T>
12437 bool downcast_call(StickerType &obj, const T &func) {
12438  switch (obj.get_id()) {
12440  func(static_cast<stickerTypeRegular &>(obj));
12441  return true;
12442  case stickerTypeMask::ID:
12443  func(static_cast<stickerTypeMask &>(obj));
12444  return true;
12446  func(static_cast<stickerTypeCustomEmoji &>(obj));
12447  return true;
12448  default:
12449  return false;
12450  }
12451 }
12452 
12459 template <class T>
12460 bool downcast_call(StorePaymentPurpose &obj, const T &func) {
12461  switch (obj.get_id()) {
12463  func(static_cast<storePaymentPurposePremiumSubscription &>(obj));
12464  return true;
12466  func(static_cast<storePaymentPurposePremiumGiftCodes &>(obj));
12467  return true;
12469  func(static_cast<storePaymentPurposePremiumGiveaway &>(obj));
12470  return true;
12472  func(static_cast<storePaymentPurposeStarGiveaway &>(obj));
12473  return true;
12475  func(static_cast<storePaymentPurposeStars &>(obj));
12476  return true;
12478  func(static_cast<storePaymentPurposeGiftedStars &>(obj));
12479  return true;
12480  default:
12481  return false;
12482  }
12483 }
12484 
12491 template <class T>
12492 bool downcast_call(StoryAreaType &obj, const T &func) {
12493  switch (obj.get_id()) {
12495  func(static_cast<storyAreaTypeLocation &>(obj));
12496  return true;
12498  func(static_cast<storyAreaTypeVenue &>(obj));
12499  return true;
12501  func(static_cast<storyAreaTypeSuggestedReaction &>(obj));
12502  return true;
12504  func(static_cast<storyAreaTypeMessage &>(obj));
12505  return true;
12506  case storyAreaTypeLink::ID:
12507  func(static_cast<storyAreaTypeLink &>(obj));
12508  return true;
12510  func(static_cast<storyAreaTypeWeather &>(obj));
12511  return true;
12512  default:
12513  return false;
12514  }
12515 }
12516 
12523 template <class T>
12524 bool downcast_call(StoryContent &obj, const T &func) {
12525  switch (obj.get_id()) {
12526  case storyContentPhoto::ID:
12527  func(static_cast<storyContentPhoto &>(obj));
12528  return true;
12529  case storyContentVideo::ID:
12530  func(static_cast<storyContentVideo &>(obj));
12531  return true;
12533  func(static_cast<storyContentUnsupported &>(obj));
12534  return true;
12535  default:
12536  return false;
12537  }
12538 }
12539 
12546 template <class T>
12547 bool downcast_call(StoryInteractionType &obj, const T &func) {
12548  switch (obj.get_id()) {
12550  func(static_cast<storyInteractionTypeView &>(obj));
12551  return true;
12553  func(static_cast<storyInteractionTypeForward &>(obj));
12554  return true;
12556  func(static_cast<storyInteractionTypeRepost &>(obj));
12557  return true;
12558  default:
12559  return false;
12560  }
12561 }
12562 
12569 template <class T>
12570 bool downcast_call(StoryList &obj, const T &func) {
12571  switch (obj.get_id()) {
12572  case storyListMain::ID:
12573  func(static_cast<storyListMain &>(obj));
12574  return true;
12575  case storyListArchive::ID:
12576  func(static_cast<storyListArchive &>(obj));
12577  return true;
12578  default:
12579  return false;
12580  }
12581 }
12582 
12589 template <class T>
12590 bool downcast_call(StoryOrigin &obj, const T &func) {
12591  switch (obj.get_id()) {
12593  func(static_cast<storyOriginPublicStory &>(obj));
12594  return true;
12596  func(static_cast<storyOriginHiddenUser &>(obj));
12597  return true;
12598  default:
12599  return false;
12600  }
12601 }
12602 
12609 template <class T>
12610 bool downcast_call(StoryPrivacySettings &obj, const T &func) {
12611  switch (obj.get_id()) {
12613  func(static_cast<storyPrivacySettingsEveryone &>(obj));
12614  return true;
12616  func(static_cast<storyPrivacySettingsContacts &>(obj));
12617  return true;
12619  func(static_cast<storyPrivacySettingsCloseFriends &>(obj));
12620  return true;
12622  func(static_cast<storyPrivacySettingsSelectedUsers &>(obj));
12623  return true;
12624  default:
12625  return false;
12626  }
12627 }
12628 
12635 template <class T>
12636 bool downcast_call(SuggestedAction &obj, const T &func) {
12637  switch (obj.get_id()) {
12639  func(static_cast<suggestedActionEnableArchiveAndMuteNewChats &>(obj));
12640  return true;
12642  func(static_cast<suggestedActionCheckPassword &>(obj));
12643  return true;
12645  func(static_cast<suggestedActionCheckPhoneNumber &>(obj));
12646  return true;
12648  func(static_cast<suggestedActionViewChecksHint &>(obj));
12649  return true;
12651  func(static_cast<suggestedActionConvertToBroadcastGroup &>(obj));
12652  return true;
12654  func(static_cast<suggestedActionSetPassword &>(obj));
12655  return true;
12657  func(static_cast<suggestedActionUpgradePremium &>(obj));
12658  return true;
12660  func(static_cast<suggestedActionRestorePremium &>(obj));
12661  return true;
12663  func(static_cast<suggestedActionSubscribeToAnnualPremium &>(obj));
12664  return true;
12666  func(static_cast<suggestedActionGiftPremiumForChristmas &>(obj));
12667  return true;
12669  func(static_cast<suggestedActionSetBirthdate &>(obj));
12670  return true;
12672  func(static_cast<suggestedActionSetProfilePhoto &>(obj));
12673  return true;
12675  func(static_cast<suggestedActionExtendPremium &>(obj));
12676  return true;
12678  func(static_cast<suggestedActionExtendStarSubscriptions &>(obj));
12679  return true;
12680  default:
12681  return false;
12682  }
12683 }
12684 
12691 template <class T>
12692 bool downcast_call(SupergroupMembersFilter &obj, const T &func) {
12693  switch (obj.get_id()) {
12695  func(static_cast<supergroupMembersFilterRecent &>(obj));
12696  return true;
12698  func(static_cast<supergroupMembersFilterContacts &>(obj));
12699  return true;
12701  func(static_cast<supergroupMembersFilterAdministrators &>(obj));
12702  return true;
12704  func(static_cast<supergroupMembersFilterSearch &>(obj));
12705  return true;
12707  func(static_cast<supergroupMembersFilterRestricted &>(obj));
12708  return true;
12710  func(static_cast<supergroupMembersFilterBanned &>(obj));
12711  return true;
12713  func(static_cast<supergroupMembersFilterMention &>(obj));
12714  return true;
12716  func(static_cast<supergroupMembersFilterBots &>(obj));
12717  return true;
12718  default:
12719  return false;
12720  }
12721 }
12722 
12729 template <class T>
12730 bool downcast_call(TMeUrlType &obj, const T &func) {
12731  switch (obj.get_id()) {
12732  case tMeUrlTypeUser::ID:
12733  func(static_cast<tMeUrlTypeUser &>(obj));
12734  return true;
12736  func(static_cast<tMeUrlTypeSupergroup &>(obj));
12737  return true;
12739  func(static_cast<tMeUrlTypeChatInvite &>(obj));
12740  return true;
12742  func(static_cast<tMeUrlTypeStickerSet &>(obj));
12743  return true;
12744  default:
12745  return false;
12746  }
12747 }
12748 
12755 template <class T>
12756 bool downcast_call(TargetChat &obj, const T &func) {
12757  switch (obj.get_id()) {
12758  case targetChatCurrent::ID:
12759  func(static_cast<targetChatCurrent &>(obj));
12760  return true;
12761  case targetChatChosen::ID:
12762  func(static_cast<targetChatChosen &>(obj));
12763  return true;
12765  func(static_cast<targetChatInternalLink &>(obj));
12766  return true;
12767  default:
12768  return false;
12769  }
12770 }
12771 
12778 template <class T>
12779 bool downcast_call(TelegramPaymentPurpose &obj, const T &func) {
12780  switch (obj.get_id()) {
12782  func(static_cast<telegramPaymentPurposePremiumGiftCodes &>(obj));
12783  return true;
12785  func(static_cast<telegramPaymentPurposePremiumGiveaway &>(obj));
12786  return true;
12788  func(static_cast<telegramPaymentPurposeStars &>(obj));
12789  return true;
12791  func(static_cast<telegramPaymentPurposeGiftedStars &>(obj));
12792  return true;
12794  func(static_cast<telegramPaymentPurposeStarGiveaway &>(obj));
12795  return true;
12797  func(static_cast<telegramPaymentPurposeJoinChat &>(obj));
12798  return true;
12799  default:
12800  return false;
12801  }
12802 }
12803 
12810 template <class T>
12811 bool downcast_call(TextEntityType &obj, const T &func) {
12812  switch (obj.get_id()) {
12814  func(static_cast<textEntityTypeMention &>(obj));
12815  return true;
12817  func(static_cast<textEntityTypeHashtag &>(obj));
12818  return true;
12820  func(static_cast<textEntityTypeCashtag &>(obj));
12821  return true;
12823  func(static_cast<textEntityTypeBotCommand &>(obj));
12824  return true;
12825  case textEntityTypeUrl::ID:
12826  func(static_cast<textEntityTypeUrl &>(obj));
12827  return true;
12829  func(static_cast<textEntityTypeEmailAddress &>(obj));
12830  return true;
12832  func(static_cast<textEntityTypePhoneNumber &>(obj));
12833  return true;
12835  func(static_cast<textEntityTypeBankCardNumber &>(obj));
12836  return true;
12838  func(static_cast<textEntityTypeBold &>(obj));
12839  return true;
12841  func(static_cast<textEntityTypeItalic &>(obj));
12842  return true;
12844  func(static_cast<textEntityTypeUnderline &>(obj));
12845  return true;
12847  func(static_cast<textEntityTypeStrikethrough &>(obj));
12848  return true;
12850  func(static_cast<textEntityTypeSpoiler &>(obj));
12851  return true;
12853  func(static_cast<textEntityTypeCode &>(obj));
12854  return true;
12855  case textEntityTypePre::ID:
12856  func(static_cast<textEntityTypePre &>(obj));
12857  return true;
12859  func(static_cast<textEntityTypePreCode &>(obj));
12860  return true;
12862  func(static_cast<textEntityTypeBlockQuote &>(obj));
12863  return true;
12865  func(static_cast<textEntityTypeExpandableBlockQuote &>(obj));
12866  return true;
12868  func(static_cast<textEntityTypeTextUrl &>(obj));
12869  return true;
12871  func(static_cast<textEntityTypeMentionName &>(obj));
12872  return true;
12874  func(static_cast<textEntityTypeCustomEmoji &>(obj));
12875  return true;
12877  func(static_cast<textEntityTypeMediaTimestamp &>(obj));
12878  return true;
12879  default:
12880  return false;
12881  }
12882 }
12883 
12890 template <class T>
12891 bool downcast_call(TextParseMode &obj, const T &func) {
12892  switch (obj.get_id()) {
12894  func(static_cast<textParseModeMarkdown &>(obj));
12895  return true;
12896  case textParseModeHTML::ID:
12897  func(static_cast<textParseModeHTML &>(obj));
12898  return true;
12899  default:
12900  return false;
12901  }
12902 }
12903 
12910 template <class T>
12911 bool downcast_call(ThumbnailFormat &obj, const T &func) {
12912  switch (obj.get_id()) {
12914  func(static_cast<thumbnailFormatJpeg &>(obj));
12915  return true;
12917  func(static_cast<thumbnailFormatGif &>(obj));
12918  return true;
12920  func(static_cast<thumbnailFormatMpeg4 &>(obj));
12921  return true;
12923  func(static_cast<thumbnailFormatPng &>(obj));
12924  return true;
12926  func(static_cast<thumbnailFormatTgs &>(obj));
12927  return true;
12929  func(static_cast<thumbnailFormatWebm &>(obj));
12930  return true;
12932  func(static_cast<thumbnailFormatWebp &>(obj));
12933  return true;
12934  default:
12935  return false;
12936  }
12937 }
12938 
12945 template <class T>
12946 bool downcast_call(TopChatCategory &obj, const T &func) {
12947  switch (obj.get_id()) {
12949  func(static_cast<topChatCategoryUsers &>(obj));
12950  return true;
12952  func(static_cast<topChatCategoryBots &>(obj));
12953  return true;
12955  func(static_cast<topChatCategoryGroups &>(obj));
12956  return true;
12958  func(static_cast<topChatCategoryChannels &>(obj));
12959  return true;
12961  func(static_cast<topChatCategoryInlineBots &>(obj));
12962  return true;
12964  func(static_cast<topChatCategoryWebAppBots &>(obj));
12965  return true;
12967  func(static_cast<topChatCategoryCalls &>(obj));
12968  return true;
12970  func(static_cast<topChatCategoryForwardChats &>(obj));
12971  return true;
12972  default:
12973  return false;
12974  }
12975 }
12976 
12983 template <class T>
12984 bool downcast_call(Update &obj, const T &func) {
12985  switch (obj.get_id()) {
12987  func(static_cast<updateAuthorizationState &>(obj));
12988  return true;
12989  case updateNewMessage::ID:
12990  func(static_cast<updateNewMessage &>(obj));
12991  return true;
12993  func(static_cast<updateMessageSendAcknowledged &>(obj));
12994  return true;
12996  func(static_cast<updateMessageSendSucceeded &>(obj));
12997  return true;
12999  func(static_cast<updateMessageSendFailed &>(obj));
13000  return true;
13002  func(static_cast<updateMessageContent &>(obj));
13003  return true;
13005  func(static_cast<updateMessageEdited &>(obj));
13006  return true;
13008  func(static_cast<updateMessageIsPinned &>(obj));
13009  return true;
13011  func(static_cast<updateMessageInteractionInfo &>(obj));
13012  return true;
13014  func(static_cast<updateMessageContentOpened &>(obj));
13015  return true;
13017  func(static_cast<updateMessageMentionRead &>(obj));
13018  return true;
13020  func(static_cast<updateMessageUnreadReactions &>(obj));
13021  return true;
13023  func(static_cast<updateMessageFactCheck &>(obj));
13024  return true;
13026  func(static_cast<updateMessageLiveLocationViewed &>(obj));
13027  return true;
13029  func(static_cast<updateVideoPublished &>(obj));
13030  return true;
13031  case updateNewChat::ID:
13032  func(static_cast<updateNewChat &>(obj));
13033  return true;
13034  case updateChatTitle::ID:
13035  func(static_cast<updateChatTitle &>(obj));
13036  return true;
13037  case updateChatPhoto::ID:
13038  func(static_cast<updateChatPhoto &>(obj));
13039  return true;
13041  func(static_cast<updateChatAccentColors &>(obj));
13042  return true;
13044  func(static_cast<updateChatPermissions &>(obj));
13045  return true;
13047  func(static_cast<updateChatLastMessage &>(obj));
13048  return true;
13050  func(static_cast<updateChatPosition &>(obj));
13051  return true;
13053  func(static_cast<updateChatAddedToList &>(obj));
13054  return true;
13056  func(static_cast<updateChatRemovedFromList &>(obj));
13057  return true;
13059  func(static_cast<updateChatReadInbox &>(obj));
13060  return true;
13062  func(static_cast<updateChatReadOutbox &>(obj));
13063  return true;
13065  func(static_cast<updateChatActionBar &>(obj));
13066  return true;
13068  func(static_cast<updateChatBusinessBotManageBar &>(obj));
13069  return true;
13071  func(static_cast<updateChatAvailableReactions &>(obj));
13072  return true;
13074  func(static_cast<updateChatDraftMessage &>(obj));
13075  return true;
13077  func(static_cast<updateChatEmojiStatus &>(obj));
13078  return true;
13080  func(static_cast<updateChatMessageSender &>(obj));
13081  return true;
13083  func(static_cast<updateChatMessageAutoDeleteTime &>(obj));
13084  return true;
13086  func(static_cast<updateChatNotificationSettings &>(obj));
13087  return true;
13089  func(static_cast<updateChatPendingJoinRequests &>(obj));
13090  return true;
13092  func(static_cast<updateChatReplyMarkup &>(obj));
13093  return true;
13095  func(static_cast<updateChatBackground &>(obj));
13096  return true;
13097  case updateChatTheme::ID:
13098  func(static_cast<updateChatTheme &>(obj));
13099  return true;
13101  func(static_cast<updateChatUnreadMentionCount &>(obj));
13102  return true;
13104  func(static_cast<updateChatUnreadReactionCount &>(obj));
13105  return true;
13107  func(static_cast<updateChatVideoChat &>(obj));
13108  return true;
13110  func(static_cast<updateChatDefaultDisableNotification &>(obj));
13111  return true;
13113  func(static_cast<updateChatHasProtectedContent &>(obj));
13114  return true;
13116  func(static_cast<updateChatIsTranslatable &>(obj));
13117  return true;
13119  func(static_cast<updateChatIsMarkedAsUnread &>(obj));
13120  return true;
13122  func(static_cast<updateChatViewAsTopics &>(obj));
13123  return true;
13125  func(static_cast<updateChatBlockList &>(obj));
13126  return true;
13128  func(static_cast<updateChatHasScheduledMessages &>(obj));
13129  return true;
13130  case updateChatFolders::ID:
13131  func(static_cast<updateChatFolders &>(obj));
13132  return true;
13134  func(static_cast<updateChatOnlineMemberCount &>(obj));
13135  return true;
13137  func(static_cast<updateSavedMessagesTopic &>(obj));
13138  return true;
13140  func(static_cast<updateSavedMessagesTopicCount &>(obj));
13141  return true;
13143  func(static_cast<updateQuickReplyShortcut &>(obj));
13144  return true;
13146  func(static_cast<updateQuickReplyShortcutDeleted &>(obj));
13147  return true;
13149  func(static_cast<updateQuickReplyShortcuts &>(obj));
13150  return true;
13152  func(static_cast<updateQuickReplyShortcutMessages &>(obj));
13153  return true;
13155  func(static_cast<updateForumTopicInfo &>(obj));
13156  return true;
13158  func(static_cast<updateScopeNotificationSettings &>(obj));
13159  return true;
13161  func(static_cast<updateReactionNotificationSettings &>(obj));
13162  return true;
13164  func(static_cast<updateNotification &>(obj));
13165  return true;
13167  func(static_cast<updateNotificationGroup &>(obj));
13168  return true;
13170  func(static_cast<updateActiveNotifications &>(obj));
13171  return true;
13173  func(static_cast<updateHavePendingNotifications &>(obj));
13174  return true;
13176  func(static_cast<updateDeleteMessages &>(obj));
13177  return true;
13178  case updateChatAction::ID:
13179  func(static_cast<updateChatAction &>(obj));
13180  return true;
13181  case updateUserStatus::ID:
13182  func(static_cast<updateUserStatus &>(obj));
13183  return true;
13184  case updateUser::ID:
13185  func(static_cast<updateUser &>(obj));
13186  return true;
13187  case updateBasicGroup::ID:
13188  func(static_cast<updateBasicGroup &>(obj));
13189  return true;
13190  case updateSupergroup::ID:
13191  func(static_cast<updateSupergroup &>(obj));
13192  return true;
13193  case updateSecretChat::ID:
13194  func(static_cast<updateSecretChat &>(obj));
13195  return true;
13197  func(static_cast<updateUserFullInfo &>(obj));
13198  return true;
13200  func(static_cast<updateBasicGroupFullInfo &>(obj));
13201  return true;
13203  func(static_cast<updateSupergroupFullInfo &>(obj));
13204  return true;
13206  func(static_cast<updateServiceNotification &>(obj));
13207  return true;
13208  case updateFile::ID:
13209  func(static_cast<updateFile &>(obj));
13210  return true;
13212  func(static_cast<updateFileGenerationStart &>(obj));
13213  return true;
13215  func(static_cast<updateFileGenerationStop &>(obj));
13216  return true;
13218  func(static_cast<updateFileDownloads &>(obj));
13219  return true;
13221  func(static_cast<updateFileAddedToDownloads &>(obj));
13222  return true;
13224  func(static_cast<updateFileDownload &>(obj));
13225  return true;
13227  func(static_cast<updateFileRemovedFromDownloads &>(obj));
13228  return true;
13230  func(static_cast<updateApplicationVerificationRequired &>(obj));
13231  return true;
13232  case updateCall::ID:
13233  func(static_cast<updateCall &>(obj));
13234  return true;
13235  case updateGroupCall::ID:
13236  func(static_cast<updateGroupCall &>(obj));
13237  return true;
13239  func(static_cast<updateGroupCallParticipant &>(obj));
13240  return true;
13242  func(static_cast<updateNewCallSignalingData &>(obj));
13243  return true;
13245  func(static_cast<updateUserPrivacySettingRules &>(obj));
13246  return true;
13248  func(static_cast<updateUnreadMessageCount &>(obj));
13249  return true;
13251  func(static_cast<updateUnreadChatCount &>(obj));
13252  return true;
13253  case updateStory::ID:
13254  func(static_cast<updateStory &>(obj));
13255  return true;
13257  func(static_cast<updateStoryDeleted &>(obj));
13258  return true;
13260  func(static_cast<updateStorySendSucceeded &>(obj));
13261  return true;
13263  func(static_cast<updateStorySendFailed &>(obj));
13264  return true;
13266  func(static_cast<updateChatActiveStories &>(obj));
13267  return true;
13269  func(static_cast<updateStoryListChatCount &>(obj));
13270  return true;
13272  func(static_cast<updateStoryStealthMode &>(obj));
13273  return true;
13274  case updateOption::ID:
13275  func(static_cast<updateOption &>(obj));
13276  return true;
13277  case updateStickerSet::ID:
13278  func(static_cast<updateStickerSet &>(obj));
13279  return true;
13281  func(static_cast<updateInstalledStickerSets &>(obj));
13282  return true;
13284  func(static_cast<updateTrendingStickerSets &>(obj));
13285  return true;
13287  func(static_cast<updateRecentStickers &>(obj));
13288  return true;
13290  func(static_cast<updateFavoriteStickers &>(obj));
13291  return true;
13293  func(static_cast<updateSavedAnimations &>(obj));
13294  return true;
13296  func(static_cast<updateSavedNotificationSounds &>(obj));
13297  return true;
13299  func(static_cast<updateDefaultBackground &>(obj));
13300  return true;
13301  case updateChatThemes::ID:
13302  func(static_cast<updateChatThemes &>(obj));
13303  return true;
13305  func(static_cast<updateAccentColors &>(obj));
13306  return true;
13308  func(static_cast<updateProfileAccentColors &>(obj));
13309  return true;
13311  func(static_cast<updateLanguagePackStrings &>(obj));
13312  return true;
13314  func(static_cast<updateConnectionState &>(obj));
13315  return true;
13317  func(static_cast<updateTermsOfService &>(obj));
13318  return true;
13320  func(static_cast<updateUnconfirmedSession &>(obj));
13321  return true;
13323  func(static_cast<updateAttachmentMenuBots &>(obj));
13324  return true;
13326  func(static_cast<updateWebAppMessageSent &>(obj));
13327  return true;
13329  func(static_cast<updateActiveEmojiReactions &>(obj));
13330  return true;
13332  func(static_cast<updateAvailableMessageEffects &>(obj));
13333  return true;
13335  func(static_cast<updateDefaultReactionType &>(obj));
13336  return true;
13338  func(static_cast<updateSavedMessagesTags &>(obj));
13339  return true;
13341  func(static_cast<updateActiveLiveLocationMessages &>(obj));
13342  return true;
13344  func(static_cast<updateOwnedStarCount &>(obj));
13345  return true;
13347  func(static_cast<updateChatRevenueAmount &>(obj));
13348  return true;
13350  func(static_cast<updateStarRevenueStatus &>(obj));
13351  return true;
13353  func(static_cast<updateSpeechRecognitionTrial &>(obj));
13354  return true;
13355  case updateDiceEmojis::ID:
13356  func(static_cast<updateDiceEmojis &>(obj));
13357  return true;
13359  func(static_cast<updateAnimatedEmojiMessageClicked &>(obj));
13360  return true;
13362  func(static_cast<updateAnimationSearchParameters &>(obj));
13363  return true;
13365  func(static_cast<updateSuggestedActions &>(obj));
13366  return true;
13368  func(static_cast<updateSpeedLimitNotification &>(obj));
13369  return true;
13371  func(static_cast<updateContactCloseBirthdays &>(obj));
13372  return true;
13374  func(static_cast<updateAutosaveSettings &>(obj));
13375  return true;
13377  func(static_cast<updateBusinessConnection &>(obj));
13378  return true;
13380  func(static_cast<updateNewBusinessMessage &>(obj));
13381  return true;
13383  func(static_cast<updateBusinessMessageEdited &>(obj));
13384  return true;
13386  func(static_cast<updateBusinessMessagesDeleted &>(obj));
13387  return true;
13389  func(static_cast<updateNewInlineQuery &>(obj));
13390  return true;
13392  func(static_cast<updateNewChosenInlineResult &>(obj));
13393  return true;
13395  func(static_cast<updateNewCallbackQuery &>(obj));
13396  return true;
13398  func(static_cast<updateNewInlineCallbackQuery &>(obj));
13399  return true;
13401  func(static_cast<updateNewBusinessCallbackQuery &>(obj));
13402  return true;
13404  func(static_cast<updateNewShippingQuery &>(obj));
13405  return true;
13407  func(static_cast<updateNewPreCheckoutQuery &>(obj));
13408  return true;
13410  func(static_cast<updateNewCustomEvent &>(obj));
13411  return true;
13413  func(static_cast<updateNewCustomQuery &>(obj));
13414  return true;
13415  case updatePoll::ID:
13416  func(static_cast<updatePoll &>(obj));
13417  return true;
13418  case updatePollAnswer::ID:
13419  func(static_cast<updatePollAnswer &>(obj));
13420  return true;
13421  case updateChatMember::ID:
13422  func(static_cast<updateChatMember &>(obj));
13423  return true;
13425  func(static_cast<updateNewChatJoinRequest &>(obj));
13426  return true;
13427  case updateChatBoost::ID:
13428  func(static_cast<updateChatBoost &>(obj));
13429  return true;
13431  func(static_cast<updateMessageReaction &>(obj));
13432  return true;
13434  func(static_cast<updateMessageReactions &>(obj));
13435  return true;
13437  func(static_cast<updatePaidMediaPurchased &>(obj));
13438  return true;
13439  default:
13440  return false;
13441  }
13442 }
13443 
13450 template <class T>
13451 bool downcast_call(UserPrivacySetting &obj, const T &func) {
13452  switch (obj.get_id()) {
13454  func(static_cast<userPrivacySettingShowStatus &>(obj));
13455  return true;
13457  func(static_cast<userPrivacySettingShowProfilePhoto &>(obj));
13458  return true;
13460  func(static_cast<userPrivacySettingShowLinkInForwardedMessages &>(obj));
13461  return true;
13463  func(static_cast<userPrivacySettingShowPhoneNumber &>(obj));
13464  return true;
13466  func(static_cast<userPrivacySettingShowBio &>(obj));
13467  return true;
13469  func(static_cast<userPrivacySettingShowBirthdate &>(obj));
13470  return true;
13472  func(static_cast<userPrivacySettingAllowChatInvites &>(obj));
13473  return true;
13475  func(static_cast<userPrivacySettingAllowCalls &>(obj));
13476  return true;
13478  func(static_cast<userPrivacySettingAllowPeerToPeerCalls &>(obj));
13479  return true;
13481  func(static_cast<userPrivacySettingAllowFindingByPhoneNumber &>(obj));
13482  return true;
13484  func(static_cast<userPrivacySettingAllowPrivateVoiceAndVideoNoteMessages &>(obj));
13485  return true;
13487  func(static_cast<userPrivacySettingAutosaveGifts &>(obj));
13488  return true;
13489  default:
13490  return false;
13491  }
13492 }
13493 
13500 template <class T>
13501 bool downcast_call(UserPrivacySettingRule &obj, const T &func) {
13502  switch (obj.get_id()) {
13504  func(static_cast<userPrivacySettingRuleAllowAll &>(obj));
13505  return true;
13507  func(static_cast<userPrivacySettingRuleAllowContacts &>(obj));
13508  return true;
13510  func(static_cast<userPrivacySettingRuleAllowBots &>(obj));
13511  return true;
13513  func(static_cast<userPrivacySettingRuleAllowPremiumUsers &>(obj));
13514  return true;
13516  func(static_cast<userPrivacySettingRuleAllowUsers &>(obj));
13517  return true;
13519  func(static_cast<userPrivacySettingRuleAllowChatMembers &>(obj));
13520  return true;
13522  func(static_cast<userPrivacySettingRuleRestrictAll &>(obj));
13523  return true;
13525  func(static_cast<userPrivacySettingRuleRestrictContacts &>(obj));
13526  return true;
13528  func(static_cast<userPrivacySettingRuleRestrictBots &>(obj));
13529  return true;
13531  func(static_cast<userPrivacySettingRuleRestrictUsers &>(obj));
13532  return true;
13534  func(static_cast<userPrivacySettingRuleRestrictChatMembers &>(obj));
13535  return true;
13536  default:
13537  return false;
13538  }
13539 }
13540 
13547 template <class T>
13548 bool downcast_call(UserStatus &obj, const T &func) {
13549  switch (obj.get_id()) {
13550  case userStatusEmpty::ID:
13551  func(static_cast<userStatusEmpty &>(obj));
13552  return true;
13553  case userStatusOnline::ID:
13554  func(static_cast<userStatusOnline &>(obj));
13555  return true;
13556  case userStatusOffline::ID:
13557  func(static_cast<userStatusOffline &>(obj));
13558  return true;
13560  func(static_cast<userStatusRecently &>(obj));
13561  return true;
13563  func(static_cast<userStatusLastWeek &>(obj));
13564  return true;
13566  func(static_cast<userStatusLastMonth &>(obj));
13567  return true;
13568  default:
13569  return false;
13570  }
13571 }
13572 
13579 template <class T>
13580 bool downcast_call(UserType &obj, const T &func) {
13581  switch (obj.get_id()) {
13582  case userTypeRegular::ID:
13583  func(static_cast<userTypeRegular &>(obj));
13584  return true;
13585  case userTypeDeleted::ID:
13586  func(static_cast<userTypeDeleted &>(obj));
13587  return true;
13588  case userTypeBot::ID:
13589  func(static_cast<userTypeBot &>(obj));
13590  return true;
13591  case userTypeUnknown::ID:
13592  func(static_cast<userTypeUnknown &>(obj));
13593  return true;
13594  default:
13595  return false;
13596  }
13597 }
13598 
13605 template <class T>
13606 bool downcast_call(VectorPathCommand &obj, const T &func) {
13607  switch (obj.get_id()) {
13609  func(static_cast<vectorPathCommandLine &>(obj));
13610  return true;
13612  func(static_cast<vectorPathCommandCubicBezierCurve &>(obj));
13613  return true;
13614  default:
13615  return false;
13616  }
13617 }
13618 
13625 template <class T>
13626 bool downcast_call(WebAppOpenMode &obj, const T &func) {
13627  switch (obj.get_id()) {
13629  func(static_cast<webAppOpenModeCompact &>(obj));
13630  return true;
13632  func(static_cast<webAppOpenModeFullSize &>(obj));
13633  return true;
13635  func(static_cast<webAppOpenModeFullScreen &>(obj));
13636  return true;
13637  default:
13638  return false;
13639  }
13640 }
13641 
13642 } // namespace td_api
13643 } // namespace td
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67179
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1516
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:113778
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48014
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61335
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:104273
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41816
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59935
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1189
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:104844
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:99181
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9250
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17253
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10846
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47368
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:24576
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:89386
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94233
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26607
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50687
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20101
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55671
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50195
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54748
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:99804
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:113397
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:57993
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55155
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:95596
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68235
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:90371
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50237
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15913
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:73718
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:465
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42907
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53474
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61734
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:88667
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:24205
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22680
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21333
Definition: td_api.h:16973
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66747
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20015
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6907
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:92392
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71088
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47535
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:97796
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:24861
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47449
Definition: td_api.h:62216
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:101719
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3559
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55527
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39380
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46240
Definition: td_api.h:61191
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:114694
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2520
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:107668
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21115
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44204
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:80395
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:8328
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:57211
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:29575
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70714
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39500
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:57059
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:85459
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40047
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65775
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19735
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38591
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4703
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49610
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:27199
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15378
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44855
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:96667
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94597
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:75096
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65913
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61455
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3321
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4158
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:75961
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16164
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60258
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37315
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43584
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61890
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67260
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:103287
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:78498
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76117
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91426
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52392
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61674
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91465
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45291
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:87319
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61704
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52482
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66969
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3469
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14326
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52881
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:95094
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:74721
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41294
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47729
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6809
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12247
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48701
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:32653
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68367
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42167
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12749
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25293
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59854
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21213
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39776
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:79984
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12870
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:114308
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:28684
Definition: td_api.h:13823
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:72238
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17593
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37730
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1438
Definition: td_api.h:2866
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:24360
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93536
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25978
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:105210
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9289
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52937
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:79035
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48425
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59521
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:8042
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42011
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67833
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71245
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40128
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1720
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:92856
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:85793
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63960
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34094
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14876
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:24030
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62240
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:74446
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58557
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16546
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:97690
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9856
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56779
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54313
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5245
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6869
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13426
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:111212
Definition: td_api.h:39015
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15657
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18379
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62604
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:98005
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34991
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70624
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9367
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:106574
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60970
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60058
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69192
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41894
Definition: td_api.h:36266
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61130
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2989
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:107020
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:99438
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2719
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71049
Definition: td_api.h:58011
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:109696
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66237
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53868
Definition: td_api.h:14822
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:105322
Definition: td_api.h:49401
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9397
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53414
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48824
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:32180
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48587
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18769
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:85737
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13059
Definition: td_api.h:32052
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:88302
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64767
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5984
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50053
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19592
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:83218
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62150
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6559
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52692
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:32278
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45245
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:112591
Definition: td_api.h:32741
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:99128
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18251
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63783
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19076
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:107393
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60384
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:86468
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19688
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71323
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54796
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:24759
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5658
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61575
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:96173
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70534
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39849
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:112095
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:87436
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20805
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43785
Definition: td_api.h:23439
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51164
Definition: td_api.h:21493
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53774
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5856
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13228
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43827
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:102017
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:97746
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:80937
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64641
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:114361
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47801
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:36874
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:594
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6185
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76206
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50771
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:11326
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91371
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:95055
Definition: td_api.h:24169
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:73555
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61545
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5817
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5087
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1970
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68694
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69738
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:30570
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58961
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10807
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:88025
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67464
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43125
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4419
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:110240
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:89532
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15738
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:95296
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66450
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:112800
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:104704
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:95505
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37984
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:105429
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53444
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34664
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22176
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70752
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53125
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:112853
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7143
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4325
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46943
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52632
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48884
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:24639
Definition: td_api.h:58660
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:112426
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59746
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1035
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54209
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39039
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33230
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:79597
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3679
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:87488
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:11047
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:107884
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65310
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:79246
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45589
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:108334
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42128
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34163
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:113619
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12533
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:109588
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:107128
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34703
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:36462
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:96825
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:92122
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56253
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:73822
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45829
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54491
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:81923
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62801
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63567
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:57157
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47488
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44675
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:83538
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:87202
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58889
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:30157
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60726
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94038
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:72385
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19454
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26191
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:654
Definition: td_api.h:62520
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1841
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16705
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21718
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:96515
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:101279
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52752
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38896
Definition: td_api.h:53053
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64515
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5564
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55962
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55755
Definition: td_api.h:42308
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:87358
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:86233
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:84619
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49148
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:104346
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38014
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:79399
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:107832
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33935
Definition: td_api.h:53270
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37472
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20540
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43895
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4921
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:99022
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9084
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50467
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18589
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:88611
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:78024
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53354
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50587
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21433
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65634
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43286
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61245
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54354
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76067
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:75404
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26233
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:81979
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:111802
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15869
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13657
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42787
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47196
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:78448
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2559
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:75354
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50125
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65190
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91625
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6424
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22501
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37683
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:226
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:84721
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:110411
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:8003
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:114470
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91259
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67011
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12203
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:104598
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4227
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:112337
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60501
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51446
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10570
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14682
Definition: td_api.h:20447
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:36252
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:103390
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:75304
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39227
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:100857
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17510
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:115125
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47291
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:77063
Definition: td_api.h:37335
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41452
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19345
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:32963
Definition: td_api.h:49803
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14936
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3637
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:98654
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21294
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16078
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:111613
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:90265
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56962
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:31930
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:36420
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51779
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55881
Definition: td_api.h:37930
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16462
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82304
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66789
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12590
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6511
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:79929
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:87730
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67794
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:77229
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34016
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:57668
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65469
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:80135
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:88444
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:99695
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51125
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34223
Definition: td_api.h:39344
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25245
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67137
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:99336
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:109324
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37916
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39646
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:96565
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70474
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:88249
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82718
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:113937
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50617
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20501
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:92817
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64431
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82179
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48992
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9328
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61215
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:88394
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45551
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:80073
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:102922
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15064
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45889
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34496
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:87833
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4467
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:106415
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21183
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:99857
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67545
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:32873
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2950
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:107936
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91678
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70384
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66069
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54017
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3208
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34055
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71477
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35624
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:29505
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19029
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:102811
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1811
Definition: td_api.h:8385
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14966
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63252
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61812
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66408
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:30116
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35567
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:101964
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50437
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76805
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49357
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:111500
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7521
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55575
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5954
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:110018
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:8622
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6288
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:96914
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:102693
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:80522
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67626
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40236
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:81310
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54399
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:98604
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:72964
Definition: td_api.h:21906
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69147
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64473
Definition: td_api.h:15010
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:86675
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71753
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49503
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33110
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10366
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59965
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34865
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13807
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55485
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:92214
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:32565
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:8418
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3929
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17212
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:101613
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91318
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61851
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:101045
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20844
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76284
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7973
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:100015
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:73497
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26017
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:11491
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6997
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55395
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22758
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:81244
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:57819
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22545
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48923
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59089
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20985
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33410
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:30032
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:104469
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:110940
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:106239
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:73992
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7728
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34301
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3111
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93977
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60216
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35264
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:31960
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13760
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18499
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16907
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68193
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42847
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:86377
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56369
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5333
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94301
Definition: td_api.h:29999
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:29180
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:98219
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4059
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18120
Definition: td_api.h:25506
Definition: td_api.h:12303
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48299
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45463
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18739
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:85229
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:78713
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:87241
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42294
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:96121
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:107184
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:105055
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:115298
Definition: td_api.h:54999
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65019
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:111752
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46600
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:102989
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:96231
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67095
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:104788
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7182
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:514
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38104
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:29344
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:113235
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39607
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:8977
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:103228
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:99386
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52422
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:31847
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51365
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56175
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40914
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10927
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:100993
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:36161
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:36056
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:23622
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:112479
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14808
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55083
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25203
Definition: td_api.h:47210
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2216
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71129
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50407
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:101833
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91842
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48344
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:32136
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43623
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55839
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4012
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38547
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:72545
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41164
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:74774
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49387
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13306
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94686
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58527
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10024
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:29710
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:78077
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64218
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:77921
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26709
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4831
Definition: td_api.h:56139
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70062
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56004
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49571
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:109801
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67992
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67503
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:102426
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53504
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4741
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17006
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9643
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52722
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41622
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3276
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:95702
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5460
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58762
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:24283
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40317
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:87588
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64599
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7221
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51485
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94508
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19816
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5620
bool downcast_call(Object &obj, const T &func)
Definition: td_api.hpp:20
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:23234
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93589
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:114255
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17826
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34538
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67584
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37383
Definition: td_api.h:32194
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3499
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40008
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82896
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61009
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:92072
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:29866
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:109262
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:84669
Definition: td_api.h:44531
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:111558
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41194
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21868
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:86288
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14028
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:112173
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64893
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:112747
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61275
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:114579
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82857
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34742
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39969
Definition: td_api.h:54917
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44517
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68844
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:92965
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:74824
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:23502
Definition: td_api.h:8890
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53921
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10414
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:86113
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45769
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26095
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18439
Definition: td_api.h:71423
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63129
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38074
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:81624
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66834
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17661
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68112
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:27057
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12832
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46185
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:103920
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:89274
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:114414
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38375
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:114750
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:36514
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50964
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:110128
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48740
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82493
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:111702
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:108706
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:97952
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69003
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37095
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5748
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15777
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42245
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18289
Definition: td_api.h:25594
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61605
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:75659
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:110073
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:104137
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:29545
Definition: td_api.h:60234
Definition: td_api.h:14477
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:84883
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:108551
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:731
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52512
Definition: td_api.h:4717
Definition: td_api.h:14610
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43405
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6104
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42599
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70881
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43998
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9940
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1594
Definition: td_api.h:39816
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:29383
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:109961
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:100348
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:106965
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69336
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:8147
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6598
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17935
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:106742
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2422
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69426
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20220
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16959
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25627
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50848
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62202
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1678
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20316
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40197
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6643
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:72141
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19162
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:103602
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12289
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:97471
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45185
Definition: td_api.h:17140
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33893
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69936
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:11167
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68322
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:111941
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:102479
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:27005
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62390
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:107290
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40275
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:99590
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82974
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:79636
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:8700
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:87024
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:99538
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54654
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:104648
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7113
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12969
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52842
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:113017
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49434
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16258
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25345
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91790
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63867
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:86985
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38651
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:97231
Definition: td_api.h:50862
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45949
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:111993
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65271
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:83329
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55347
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:89660
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91942
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52118
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3598
Definition: td_api.h:39544
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65592
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44555
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59167
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:103161
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17382
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39001
Definition: td_api.h:14098
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40491
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63825
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:8876
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:95919
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26964
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45065
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65061
Definition: td_api.h:44012
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55713
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:102070
Definition: td_api.h:36177
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:11206
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:32038
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16507
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59669
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:89171
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76167
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:36785
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:74385
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:105809
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37172
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37954
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44975
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49971
Definition: td_api.h:47416
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56861
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:770
Definition: td_api.h:46546
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:72642
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56125
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:29605
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39930
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:74507
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10885
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:114152
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:92481
Definition: td_api.h:63096
Definition: td_api.h:23201
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:106294
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10648
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42371
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:85523
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:92581
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76323
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76613
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56407
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20376
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:36338
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54056
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:100128
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50165
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:102176
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:8072
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:95133
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26793
Definition: td_api.h:46207
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70920
Definition: td_api.h:56837
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18949
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46069
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:29985
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:73435
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:97162
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53324
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62300
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15280
Definition: td_api.h:4125
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26144
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:90042
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50095
Definition: td_api.h:72252
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:108825
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:97357
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1883
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52294
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12481
Definition: td_api.h:2733
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61635
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67668
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:32358
Definition: td_api.h:18265
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:83168
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:96775
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:29785
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43366
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44105
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:83485
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54696
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44475
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25530
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64005
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35981
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1350
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:104414
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:23187
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40086
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18469
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:73880
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49878
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55920
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76958
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71167
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17893
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:115246
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:85846
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93107
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:98548
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12437
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63480
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40776
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52226
Definition: td_api.h:27021
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53005
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:103973
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:89719
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7857
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:114205
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52362
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2156
Definition: td_api.h:43500
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:104953
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76855
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42637
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93198
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1765
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:81129
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:8835
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:106687
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51044
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39888
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:92431
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:97412
Definition: td_api.h:70728
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76752
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:112644
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63744
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63168
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:24423
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82582
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65871
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94636
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:57106
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:101329
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:108384
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:113993
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82543
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49082
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:108102
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35177
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71573
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18987
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21153
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43675
Definition: td_api.h:58975
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25666
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40734
Definition: td_api.h:21129
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:31999
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:102238
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25390
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44066
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46099
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:88912
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:81688
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:32831
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45401
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:23020
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65427
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:36830
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51407
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:75252
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7926
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5418
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:83013
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35216
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9136
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33665
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:89903
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82234
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:57307
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:81184
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38224
Definition: td_api.h:5634
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:108940
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:36659
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:74619
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:90586
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50809
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76462
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:32308
Definition: td_api.h:41368
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45035
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:81867
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21649
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21074
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56599
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17126
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22266
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:72196
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48473
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:104900
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91117
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53384
Definition: td_api.h:12846
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:24244
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19863
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34577
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37862
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:108651
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41514
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:105481
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:24810
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:73930
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33542
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18529
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63702
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46720
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40404
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38315
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:81382
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:108281
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21760
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26550
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68490
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13859
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:75202
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67386
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:31754
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:74045
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33200
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40818
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2603
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43939
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49043
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:102752
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16423
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33320
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41972
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:80643
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:79088
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9523
Definition: td_api.h:24321
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22356
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:110472
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40620
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93403
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51951
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42461
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38458
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:89493
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59815
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:88706
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76373
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21526
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7452
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47246
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26272
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55305
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7590
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:113672
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33260
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:83716
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:113291
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60546
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54941
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69611
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10108
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:57909
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59317
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93655
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9016
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93442
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:75811
Definition: td_api.h:3445
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52812
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40446
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1555
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16805
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59347
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:265
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18024
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:74916
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:111663
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55266
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:108446
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:106910
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:114906
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70812
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25572
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:111333
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:109532
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:57358
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41933
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50267
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:87986
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12999
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:104034
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44299
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:99488
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37043
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35108
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:79686
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67425
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61050
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6044
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39129
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46894
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41777
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:103340
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69792
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:95399
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:83068
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10234
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44825
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48146
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7818
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:27152
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59257
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15687
Definition: td_api.h:61904
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68283
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:106128
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33977
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:100677
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68949
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61937
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25744
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:85337
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60297
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3841
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69231
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42401
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69889
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:96722
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47759
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42997
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70980
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:75861
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22449
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:100462
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:95188
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70564
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16384
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39167
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12930
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13371
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6690
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:105537
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12635
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:96615
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:83435
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91206
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64176
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:97581
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48662
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:11452
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:78772
Definition: td_api.h:13486
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9688
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:111274
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:8202
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:98110
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:24690
Definition: td_api.h:70360
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:81503
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22981
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37142
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7896
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41096
Definition: td_api.h:15543
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71447
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46852
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:89836
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51074
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64851
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50339
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13605
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:86714
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3970
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:83932
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:113182
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69384
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13144
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44765
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:113126
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17979
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46660
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34343
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58358
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46482
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44585
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56214
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:109152
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50729
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:29266
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48062
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:106855
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52264
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:89121
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62724
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40581
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14724
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13561
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43536
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12327
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:106802
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:74114
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:23916
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:99645
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:102291
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25432
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33014
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58489
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:87280
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64344
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66030
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:103053
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50647
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:36026
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69051
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48107
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:105861
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52602
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17045
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12900
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82935
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41354
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21029
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:111162
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2661
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:79194
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55440
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47888
Definition: td_api.h:41472
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38044
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14463
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4109
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50297
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:29647
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:105005
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71660
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:106024
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:72276
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:624
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42500
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:108601
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71704
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35444
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:98384
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33854
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41052
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61485
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63615
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:115404
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94558
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34124
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:87933
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:97634
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26056
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49289
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6336
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62898
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56437
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:102635
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93353
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46803
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:113561
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2766
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48230
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21255
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93146
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64302
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:57403
Definition: td_api.h:56485
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:89333
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:96030
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45649
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94399
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51656
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14996
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25705
Definition: td_api.h:22647
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:57498
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:77868
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51203
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17781
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5128
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58158
Definition: td_api.h:50978
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:72021
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56891
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62360
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:83382
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:36988
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6014
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:24948
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:32780
Definition: td_api.h:38713
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19118
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:31799
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91892
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34412
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:114853
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:84188
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22939
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:79541
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66888
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2378
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35900
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:78880
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15627
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16754
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34382
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:84088
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52079
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:86894
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:36698
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17703
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62506
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7629
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:110631
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51002
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:85949
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15529
Definition: td_api.h:58325
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45125
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:73668
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:86063
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66585
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:85284
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3529
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:57780
Definition: td_api.h:41744
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:103443
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22218
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9208
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63342
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45005
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:86842
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94964
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61305
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:8102
Definition: td_api.h:56383
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53818
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53086
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71543
Definition: td_api.h:52338
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:90321
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5517
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:11549
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12788
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:81746
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:89582
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45095
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59029
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48953
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:11726
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:75152
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62014
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:80196
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16585
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14906
Definition: td_api.h:52951
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:101490
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:112535
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:57867
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33449
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26428
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82768
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39324
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37202
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5011
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3069
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:98166
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2850
Definition: td_api.h:49987
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9598
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:90639
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53714
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:78551
Definition: td_api.h:60402
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4257
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:77798
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39735
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44645
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:106521
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48515
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:113450
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38767
Definition: td_api.h:17396
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:111045
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54251
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17450
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:23109
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65694
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:31302
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:77008
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:85999
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:103546
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:98806
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34262
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:32526
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:57009
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82818
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:83882
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25029
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53164
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:23679
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:105379
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15034
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:79778
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:88798
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:110773
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:57622
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:97003
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82660
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51910
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:79296
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70594
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54848
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7482
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3723
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18349
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5688
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71618
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52011
Definition: td_api.h:12551
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64725
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53968
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41238
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:100755
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:925
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22089
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65511
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22131
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:84450
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:108044
Definition: td_api.h:20632
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58732
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6967
Definition: td_api.h:9172
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64935
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42332
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71798
Definition: td_api.h:16222
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:8504
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53654
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6937
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50377
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34457
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:24477
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:100896
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82432
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91522
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65823
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:75005
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63660
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:113344
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:92709
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18859
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:107075
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15094
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:114526
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:88745
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67221
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55620
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:32609
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52452
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:101123
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:105757
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66663
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:72751
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6732
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26506
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44036
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:77565
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94183
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52662
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42937
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:100716
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:110356
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15233
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:81000
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53294
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38164
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:85398
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:29224
Definition: td_api.h:44442
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:95449
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:105913
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15179
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42967
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52049
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39577
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10276
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52542
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61773
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64260
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62330
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:75609
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26389
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:11128
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56921
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82129
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:97902
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:24525
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48191
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:107453
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:90215
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:109045
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19236
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:23415
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45979
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15567
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:84032
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44705
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:85896
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58436
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2902
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20169
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56046
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93251
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:102869
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:87397
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3885
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71902
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:114959
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18409
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61365
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:75761
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16345
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:83826
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20938
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37813
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37502
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59776
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:92764
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70782
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21790
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17420
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:75711
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52975
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:86166
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18679
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65991
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37232
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82343
Definition: td_api.h:31861
Definition: td_api.h:25309
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:107728
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:109207
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:105593
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:104538
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56690
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:75557
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5175
Definition: td_api.h:57744
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34925
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:100571
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64809
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12396
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49932
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2096
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:108223
Definition: td_api.h:43312
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71974
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:11248
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:107343
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13904
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:74280
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7551
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:113722
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93713
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:86578
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:101201
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13103
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:112376
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:73196
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:85578
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47645
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46750
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:24099
Definition: td_api.h:668
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61177
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20665
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:29461
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22314
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:80875
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45799
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49734
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:96454
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:90860
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26311
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49654
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45504
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51524
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14418
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:109749
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67302
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48557
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60450
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:100805
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:74566
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51281
Definition: td_api.h:36626
Definition: td_api.h:59683
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82382
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18173
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65952
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91167
Definition: td_api.h:49303
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93301
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:99748
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:23312
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:109482
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42050
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:31885
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:73312
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:100935
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13990
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58845
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9982
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37769
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:112237
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39530
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39449
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70842
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:103679
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58646
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69108
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:692
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:92906
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60594
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:95652
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45619
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54095
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55197
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94914
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66540
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6394
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67872
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:86523
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46357
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:89953
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:81445
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64557
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41422
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44945
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65145
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53534
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17084
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41592
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:95016
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:113070
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42757
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18799
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21391
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58693
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:90698
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2009
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1080
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62465
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:88199
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58257
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35738
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46279
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9898
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82029
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:107618
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68739
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13708
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22631
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:92033
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49695
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17742
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21688
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46532
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33290
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:97521
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25783
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:109906
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9814
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44885
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:98328
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10969
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58044
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18212
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43743
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:103804
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33155
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7788
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5924
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20704
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21610
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39069
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:30086
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:99912
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6134
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35498
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14070
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:78827
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:106632
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:24987
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:74863
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:36213
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40359
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:103106
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76245
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12719
Definition: td_api.h:43695
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20060
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40539
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:107780
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63522
Definition: td_api.h:1366
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68151
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9553
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60929
Definition: td_api.h:57175
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:72443
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50886
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:83768
Definition: td_api.h:54712
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1477
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58086
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:84567
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:106468
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38946
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7668
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39099
Definition: td_api.h:20277
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:103859
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21571
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54903
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:72859
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58116
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14596
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:23273
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44155
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:73260
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16300
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:73374
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1231
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:72495
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5374
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3431
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47600
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94127
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44257
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51611
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:88143
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:83982
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69664
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:78604
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2048
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53624
Definition: td_api.h:23034
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:73075
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:100287
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:73143
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:32088
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21477
Definition: td_api.h:7428
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:113884
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:110303
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:102529
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69528
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:112287
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40680
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93821
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19278
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:98967
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38797
Definition: td_api.h:37439
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:78189
Definition: td_api.h:45565
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:96334
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:23067
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:90751
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46039
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49327
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46318
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38737
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38857
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9730
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:100404
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:24909
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:99231
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:78136
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67911
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49473
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:29305
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:23148
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93769
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59893
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:105965
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37262
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43444
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:101084
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:75044
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43038
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76574
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10318
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:11089
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:29941
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55236
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93877
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91028
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26653
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44615
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44373
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9481
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:87538
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6481
Definition: td_api.h:50353
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:74669
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:95802
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15994
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59287
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:100624
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70304
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60684
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60890
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44915
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33773
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62420
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43175
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62544
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38699
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91994
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56467
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:114803
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4861
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:83118
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39197
Definition: td_api.h:71143
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25861
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19498
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44735
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:90922
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22404
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64089
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26467
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:112043
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67752
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:109097
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7758
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93927
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:80461
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42206
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:80023
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:84821
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50557
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48383
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91078
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:74330
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54165
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50011
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59227
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94836
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51821
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:96953
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68898
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37425
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42431
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:110684
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42727
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:108498
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69839
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:74225
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58203
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:81799
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35696
Definition: td_api.h:6358
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:92353
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6238
Definition: td_api.h:58503
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52572
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66276
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63390
Definition: td_api.h:37109
Definition: td_api.h:38609
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53564
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:114635
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:97109
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49239
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19774
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59386
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:98704
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45155
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22044
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:32218
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15818
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:115185
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:100228
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66498
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7414
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:108882
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46570
Definition: td_api.h:47344
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25146
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62574
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94875
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:23853
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66927
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21829
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45859
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91740
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2490
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13472
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46129
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42877
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41855
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64131
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2186
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56076
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59416
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:72804
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53594
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16120
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:86792
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:85684
Definition: td_api.h:181
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20618
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54450
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51320
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:114046
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41675
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:101663
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76908
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:86416
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:89992
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18889
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4188
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:104201
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:101772
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:97852
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34820
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:36299
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65733
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20433
virtual std::int32_t get_id() const =0
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68031
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43084
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42569
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:105265
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71284
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38271
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19398
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49189
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22849
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14846
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33620
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:95977
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60097
Definition: td_api.h:15247
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:110828
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16663
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50925
Definition: td_api.h:6883
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:418
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:89775
Definition: td_api.h:50785
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66324
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55023
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38417
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:113503
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:8460
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:98058
Definition: td_api.h:1787
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76412
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:87074
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:823
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:79828
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45342
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:100512
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15488
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22719
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:96864
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:11008
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:870
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:103751
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66111
Definition: td_api.h:37697
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:36106
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:108993
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15425
Definition: td_api.h:47567
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:107988
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:99075
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15955
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64047
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:79867
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48779
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69570
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94736
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53256
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:29824
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3359
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:72914
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17552
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62664
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61395
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5041
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47687
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:8369
Definition: td_api.h:37829
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41392
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16862
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94797
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38134
Definition: td_api.h:50663
Definition: td_api.h:6657
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58397
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26751
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:84138
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:106076
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:98492
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19952
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4295
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:107506
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66705
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18559
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65103
Definition: td_api.h:17319
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25492
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19905
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:84517
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43234
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:79138
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62634
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71854
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51566
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26350
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62849
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:109429
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:114099
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13029
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:57451
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63918
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46009
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:88561
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18709
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:101550
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:99962
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:27108
Definition: td_api.h:14004
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64389
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:73016
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25822
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:57722
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:29422
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:101240
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52324
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49541
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:78239
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33371
Definition: td_api.h:7940
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:107563
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18319
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3028
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47041
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:102349
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33491
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:88964
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:95349
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22592
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17305
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:556
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69480
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:113831
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5289
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:80320
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76515
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14176
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:77726
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:31713
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10150
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10492
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56823
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25900
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:81069
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68529
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70175
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:104087
Definition: td_api.h:53984
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4771
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66153
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:36740
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:77116
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67950
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25939
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21996
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4951
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14278
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:85179
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38827
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:90095
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63210
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20261
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53035
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44795
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:110525
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:88862
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48632
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34619
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:23565
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16033
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14376
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:69276
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59707
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1399
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54971
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42667
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54593
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:85628
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:44426
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14549
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7036
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:77971
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:78348
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65232
Definition: td_api.h:26673
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20579
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68073
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:106184
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35939
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18619
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:111841
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:112697
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53684
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10609
Definition: td_api.h:5870
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:98272
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2126
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58801
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56518
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51242
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:77676
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:83276
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60175
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38194
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37618
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:78985
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63435
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:107237
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13522
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58305
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:23745
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58607
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5894
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:13946
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2811
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61515
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41134
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:25071
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62694
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51863
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:98909
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:105649
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14510
Definition: td_api.h:29521
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68793
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61425
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61967
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:99281
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47330
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:112911
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:96284
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:97307
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55797
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:98859
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:91575
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:78935
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65388
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:50527
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52163
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:101911
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42697
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:90159
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49785
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35381
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66195
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:115009
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18829
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:105160
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68451
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:32915
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:87113
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68610
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94088
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60009
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47099
Definition: td_api.h:29242
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:86933
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19639
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35858
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:79346
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:108167
Definition: td_api.h:71720
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7075
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:23973
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:79491
Definition: td_api.h:6252
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12357
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:22900
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3155
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:92314
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:105108
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68409
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55053
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45215
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:92531
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67713
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59197
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62270
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:110883
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:109641
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:8557
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:101162
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5778
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4981
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66363
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:81561
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:87780
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:112964
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59059
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:79739
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47972
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:49836
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:106349
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42817
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:97056
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68652
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:24153
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15597
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:98437
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1636
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47843
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65349
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:58999
Definition: td_api.h:58571
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:86753
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18065
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6771
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70504
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:9772
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:994
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:43486
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33728
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15138
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46426
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:83666
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56557
Definition: td_api.h:42613
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41722
Definition: td_api.h:39143
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:36368
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:115065
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:5718
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64977
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:111439
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:51695
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47140
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42089
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62754
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:90421
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26838
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17352
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:111891
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:53744
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33056
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70654
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:67056
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:52782
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60136
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:72306
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45709
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93068
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46630
Definition: td_api.h:22867
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10192
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:110995
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14643
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:42530
Definition: td_api.h:60025
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:108764
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35780
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39410
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46996
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:3389
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:364
Definition: td_api.h:16721
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:23357
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:95752
Definition: td_api.h:174
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6839
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93018
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:56298
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:20471
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:77515
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:72336
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70684
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76702
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71206
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33581
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:68571
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:73613
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:74167
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4367
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:11367
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94340
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:72086
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47930
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:105704
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:89621
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:102579
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2460
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:34781
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:103496
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60812
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:21951
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:15319
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17480
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1300
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37588
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:41553
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:46690
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:93481
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45679
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:57262
Definition: td_api.h:2436
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:80588
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:59128
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:16624
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18919
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:100178
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:66624
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:317
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:110185
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:74955
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:110578
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:45739
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:37541
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:19545
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:1931
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:72584
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:84391
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:40959
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:17173
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:33815
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:6074
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70414
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60773
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:23790
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10066
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39685
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:8926
Definition: td_api.h:51092
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:48269
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:32248
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76652
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:8247
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:87883
Definition: td_api.h:37555
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:94455
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:62095
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70950
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10453
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:89224
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71362
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26880
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:96069
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:75911
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:61089
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60645
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:84241
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:65553
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35819
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:47398
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:38502
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4649
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:77281
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:63297
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35666
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:82079
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:90807
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:88341
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:7698
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71010
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:39283
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:86636
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:55113
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:14766
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:60851
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:109374
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:26919
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:92175
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:73770
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:54540
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:90975
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:12674
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2279
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35045
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:111389
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:2326
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:111100
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:64683
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:71409
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:35312
Definition: td_api.h:52025
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:10531
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:70257
Definition: td_api.h:3335
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:18649
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:112134
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:98754
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:4801
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:76011
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:109853
static const std::int32_t ID
Identifier uniquely determining a type of the object.
Definition: td_api.h:102123