func github.com/gotd/td/bin.NewUnexpectedID

198 uses

	github.com/gotd/td/bin (current package)
		decode.go#L91: 		return false, NewUnexpectedID(v)
		decode.go#L104: 		return NewUnexpectedID(v)
		errors.go#L25: func NewUnexpectedID(id uint32) error {

	github.com/gotd/td/internal/exchange
		server_flow.go#L70: 		return bin.NewUnexpectedID(id)

	github.com/gotd/td/internal/mt
		tl_bad_msg_notification_gen.go#L473: 		return nil, fmt.Errorf("unable to decode BadMsgNotificationClass: %w", bin.NewUnexpectedID(id))
		tl_destroy_session_res_gen.go#L344: 		return nil, fmt.Errorf("unable to decode DestroySessionResClass: %w", bin.NewUnexpectedID(id))
		tl_msg_detailed_info_gen.go#L473: 		return nil, fmt.Errorf("unable to decode MsgDetailedInfoClass: %w", bin.NewUnexpectedID(id))
		tl_p_q_inner_data_gen.go#L937: 		return nil, fmt.Errorf("unable to decode PQInnerDataClass: %w", bin.NewUnexpectedID(id))
		tl_rpc_drop_answer_gen.go#L472: 		return nil, fmt.Errorf("unable to decode RPCDropAnswerClass: %w", bin.NewUnexpectedID(id))
		tl_server_d_h_params_gen.go#L446: 		return nil, fmt.Errorf("unable to decode ServerDHParamsClass: %w", bin.NewUnexpectedID(id))
		tl_set_client_d_h_params_answer_gen.go#L629: 		return nil, fmt.Errorf("unable to decode SetClientDHParamsAnswerClass: %w", bin.NewUnexpectedID(id))

	github.com/gotd/td/tg
		tl_account_email_verified_gen.go#L401: 		return nil, fmt.Errorf("unable to decode AccountEmailVerifiedClass: %w", bin.NewUnexpectedID(id))
		tl_account_emoji_statuses_gen.go#L405: 		return nil, fmt.Errorf("unable to decode AccountEmojiStatusesClass: %w", bin.NewUnexpectedID(id))
		tl_account_reset_password_result_gen.go#L475: 		return nil, fmt.Errorf("unable to decode AccountResetPasswordResultClass: %w", bin.NewUnexpectedID(id))
		tl_account_saved_ringtone_gen.go#L340: 		return nil, fmt.Errorf("unable to decode AccountSavedRingtoneClass: %w", bin.NewUnexpectedID(id))
		tl_account_saved_ringtones_gen.go#L396: 		return nil, fmt.Errorf("unable to decode AccountSavedRingtonesClass: %w", bin.NewUnexpectedID(id))
		tl_account_themes_gen.go#L388: 		return nil, fmt.Errorf("unable to decode AccountThemesClass: %w", bin.NewUnexpectedID(id))
		tl_account_wall_papers_gen.go#L405: 		return nil, fmt.Errorf("unable to decode AccountWallPapersClass: %w", bin.NewUnexpectedID(id))
		tl_attach_menu_bots_gen.go#L444: 		return nil, fmt.Errorf("unable to decode AttachMenuBotsClass: %w", bin.NewUnexpectedID(id))
		tl_attach_menu_peer_type_gen.go#L632: 		return nil, fmt.Errorf("unable to decode AttachMenuPeerTypeClass: %w", bin.NewUnexpectedID(id))
		tl_auth_authorization_gen.go#L623: 		return nil, fmt.Errorf("unable to decode AuthAuthorizationClass: %w", bin.NewUnexpectedID(id))
		tl_auth_code_type_gen.go#L633: 		return nil, fmt.Errorf("unable to decode AuthCodeTypeClass: %w", bin.NewUnexpectedID(id))
		tl_auth_login_token_gen.go#L568: 		return nil, fmt.Errorf("unable to decode AuthLoginTokenClass: %w", bin.NewUnexpectedID(id))
		tl_auth_sent_code_gen.go#L532: 		return nil, fmt.Errorf("unable to decode AuthSentCodeClass: %w", bin.NewUnexpectedID(id))
		tl_auth_sent_code_type_gen.go#L1904: 		return nil, fmt.Errorf("unable to decode AuthSentCodeTypeClass: %w", bin.NewUnexpectedID(id))
		tl_base_theme_gen.go#L627: 		return nil, fmt.Errorf("unable to decode BaseThemeClass: %w", bin.NewUnexpectedID(id))
		tl_bool_gen.go#L297: 		return nil, fmt.Errorf("unable to decode BoolClass: %w", bin.NewUnexpectedID(id))
		tl_bot_app_gen.go#L604: 		return nil, fmt.Errorf("unable to decode BotAppClass: %w", bin.NewUnexpectedID(id))
		tl_bot_command_scope_gen.go#L1008: 		return nil, fmt.Errorf("unable to decode BotCommandScopeClass: %w", bin.NewUnexpectedID(id))
		tl_bot_inline_message_gen.go#L2740: 		return nil, fmt.Errorf("unable to decode BotInlineMessageClass: %w", bin.NewUnexpectedID(id))
		tl_bot_inline_result_gen.go#L1003: 		return nil, fmt.Errorf("unable to decode BotInlineResultClass: %w", bin.NewUnexpectedID(id))
		tl_bot_menu_button_gen.go#L481: 		return nil, fmt.Errorf("unable to decode BotMenuButtonClass: %w", bin.NewUnexpectedID(id))
		tl_channel_admin_log_event_action_gen.go#L7801: 		return nil, fmt.Errorf("unable to decode ChannelAdminLogEventActionClass: %w", bin.NewUnexpectedID(id))
		tl_channel_location_gen.go#L375: 		return nil, fmt.Errorf("unable to decode ChannelLocationClass: %w", bin.NewUnexpectedID(id))
		tl_channel_messages_filter_gen.go#L414: 		return nil, fmt.Errorf("unable to decode ChannelMessagesFilterClass: %w", bin.NewUnexpectedID(id))
		tl_channel_participant_gen.go#L1590: 		return nil, fmt.Errorf("unable to decode ChannelParticipantClass: %w", bin.NewUnexpectedID(id))
		tl_channel_participants_filter_gen.go#L1222: 		return nil, fmt.Errorf("unable to decode ChannelParticipantsFilterClass: %w", bin.NewUnexpectedID(id))
		tl_channels_channel_participants_gen.go#L495: 		return nil, fmt.Errorf("unable to decode ChannelsChannelParticipantsClass: %w", bin.NewUnexpectedID(id))
		tl_chat_full_gen.go#L3531: 		return nil, fmt.Errorf("unable to decode ChatFullClass: %w", bin.NewUnexpectedID(id))
		tl_chat_gen.go#L3428: 		return nil, fmt.Errorf("unable to decode ChatClass: %w", bin.NewUnexpectedID(id))
		tl_chat_invite_gen.go#L1073: 		return nil, fmt.Errorf("unable to decode ChatInviteClass: %w", bin.NewUnexpectedID(id))
		tl_chat_participant_gen.go#L617: 		return nil, fmt.Errorf("unable to decode ChatParticipantClass: %w", bin.NewUnexpectedID(id))
		tl_chat_participants_gen.go#L530: 		return nil, fmt.Errorf("unable to decode ChatParticipantsClass: %w", bin.NewUnexpectedID(id))
		tl_chat_photo_gen.go#L477: 		return nil, fmt.Errorf("unable to decode ChatPhotoClass: %w", bin.NewUnexpectedID(id))
		tl_chat_reactions_gen.go#L529: 		return nil, fmt.Errorf("unable to decode ChatReactionsClass: %w", bin.NewUnexpectedID(id))
		tl_chatlists_chatlist_invite_gen.go#L797: 		return nil, fmt.Errorf("unable to decode ChatlistsChatlistInviteClass: %w", bin.NewUnexpectedID(id))
		tl_contacts_blocked_gen.go#L631: 		return nil, fmt.Errorf("unable to decode ContactsBlockedClass: %w", bin.NewUnexpectedID(id))
		tl_contacts_contacts_gen.go#L435: 		return nil, fmt.Errorf("unable to decode ContactsContactsClass: %w", bin.NewUnexpectedID(id))
		tl_contacts_top_peers_gen.go#L555: 		return nil, fmt.Errorf("unable to decode ContactsTopPeersClass: %w", bin.NewUnexpectedID(id))
		tl_dialog_filter_gen.go#L1290: 		return nil, fmt.Errorf("unable to decode DialogFilterClass: %w", bin.NewUnexpectedID(id))
		tl_dialog_gen.go#L1142: 		return nil, fmt.Errorf("unable to decode DialogClass: %w", bin.NewUnexpectedID(id))
		tl_dialog_peer_gen.go#L382: 		return nil, fmt.Errorf("unable to decode DialogPeerClass: %w", bin.NewUnexpectedID(id))
		tl_document_attribute_gen.go#L1879: 		return nil, fmt.Errorf("unable to decode DocumentAttributeClass: %w", bin.NewUnexpectedID(id))
		tl_document_gen.go#L783: 		return nil, fmt.Errorf("unable to decode DocumentClass: %w", bin.NewUnexpectedID(id))
		tl_draft_message_gen.go#L724: 		return nil, fmt.Errorf("unable to decode DraftMessageClass: %w", bin.NewUnexpectedID(id))
		tl_email_verification_gen.go#L506: 		return nil, fmt.Errorf("unable to decode EmailVerificationClass: %w", bin.NewUnexpectedID(id))
		tl_email_verify_purpose_gen.go#L473: 		return nil, fmt.Errorf("unable to decode EmailVerifyPurposeClass: %w", bin.NewUnexpectedID(id))
		tl_emoji_keyword_gen.go#L449: 		return nil, fmt.Errorf("unable to decode EmojiKeywordClass: %w", bin.NewUnexpectedID(id))
		tl_emoji_list_gen.go#L392: 		return nil, fmt.Errorf("unable to decode EmojiListClass: %w", bin.NewUnexpectedID(id))
		tl_emoji_status_gen.go#L559: 		return nil, fmt.Errorf("unable to decode EmojiStatusClass: %w", bin.NewUnexpectedID(id))
		tl_encrypted_chat_gen.go#L1400: 		return nil, fmt.Errorf("unable to decode EncryptedChatClass: %w", bin.NewUnexpectedID(id))
		tl_encrypted_file_gen.go#L469: 		return nil, fmt.Errorf("unable to decode EncryptedFileClass: %w", bin.NewUnexpectedID(id))
		tl_encrypted_message_gen.go#L581: 		return nil, fmt.Errorf("unable to decode EncryptedMessageClass: %w", bin.NewUnexpectedID(id))
		tl_exported_chat_invite_gen.go#L803: 		return nil, fmt.Errorf("unable to decode ExportedChatInviteClass: %w", bin.NewUnexpectedID(id))
		tl_forum_topic_gen.go#L990: 		return nil, fmt.Errorf("unable to decode ForumTopicClass: %w", bin.NewUnexpectedID(id))
		tl_geo_point_gen.go#L466: 		return nil, fmt.Errorf("unable to decode GeoPointClass: %w", bin.NewUnexpectedID(id))
		tl_group_call_gen.go#L1091: 		return nil, fmt.Errorf("unable to decode GroupCallClass: %w", bin.NewUnexpectedID(id))
		tl_help_app_config_gen.go#L384: 		return nil, fmt.Errorf("unable to decode HelpAppConfigClass: %w", bin.NewUnexpectedID(id))
		tl_help_app_update_gen.go#L647: 		return nil, fmt.Errorf("unable to decode HelpAppUpdateClass: %w", bin.NewUnexpectedID(id))
		tl_help_countries_list_gen.go#L388: 		return nil, fmt.Errorf("unable to decode HelpCountriesListClass: %w", bin.NewUnexpectedID(id))
		tl_help_deep_link_info_gen.go#L479: 		return nil, fmt.Errorf("unable to decode HelpDeepLinkInfoClass: %w", bin.NewUnexpectedID(id))
		tl_help_passport_config_gen.go#L376: 		return nil, fmt.Errorf("unable to decode HelpPassportConfigClass: %w", bin.NewUnexpectedID(id))
		tl_help_peer_color_set_gen.go#L478: 		return nil, fmt.Errorf("unable to decode HelpPeerColorSetClass: %w", bin.NewUnexpectedID(id))
		tl_help_peer_colors_gen.go#L394: 		return nil, fmt.Errorf("unable to decode HelpPeerColorsClass: %w", bin.NewUnexpectedID(id))
		tl_help_promo_data_gen.go#L663: 		return nil, fmt.Errorf("unable to decode HelpPromoDataClass: %w", bin.NewUnexpectedID(id))
		tl_help_terms_of_service_update_gen.go#L423: 		return nil, fmt.Errorf("unable to decode HelpTermsOfServiceUpdateClass: %w", bin.NewUnexpectedID(id))
		tl_help_user_info_gen.go#L450: 		return nil, fmt.Errorf("unable to decode HelpUserInfoClass: %w", bin.NewUnexpectedID(id))
		tl_inline_query_peer_type_gen.go#L746: 		return nil, fmt.Errorf("unable to decode InlineQueryPeerTypeClass: %w", bin.NewUnexpectedID(id))
		tl_input_bot_app_gen.go#L437: 		return nil, fmt.Errorf("unable to decode InputBotAppClass: %w", bin.NewUnexpectedID(id))
		tl_input_bot_inline_message_gen.go#L2866: 		return nil, fmt.Errorf("unable to decode InputBotInlineMessageClass: %w", bin.NewUnexpectedID(id))
		tl_input_bot_inline_message_id_gen.go#L505: 		return nil, fmt.Errorf("unable to decode InputBotInlineMessageIDClass: %w", bin.NewUnexpectedID(id))
		tl_input_bot_inline_result_gen.go#L1342: 		return nil, fmt.Errorf("unable to decode InputBotInlineResultClass: %w", bin.NewUnexpectedID(id))
		tl_input_channel_gen.go#L609: 		return nil, fmt.Errorf("unable to decode InputChannelClass: %w", bin.NewUnexpectedID(id))
		tl_input_chat_photo_gen.go#L690: 		return nil, fmt.Errorf("unable to decode InputChatPhotoClass: %w", bin.NewUnexpectedID(id))
		tl_input_check_password_srp_gen.go#L409: 		return nil, fmt.Errorf("unable to decode InputCheckPasswordSRPClass: %w", bin.NewUnexpectedID(id))
		tl_input_dialog_peer_gen.go#L374: 		return nil, fmt.Errorf("unable to decode InputDialogPeerClass: %w", bin.NewUnexpectedID(id))
		tl_input_document_gen.go#L413: 		return nil, fmt.Errorf("unable to decode InputDocumentClass: %w", bin.NewUnexpectedID(id))
		tl_input_encrypted_file_gen.go#L851: 		return nil, fmt.Errorf("unable to decode InputEncryptedFileClass: %w", bin.NewUnexpectedID(id))
		tl_input_file_gen.go#L518: 		return nil, fmt.Errorf("unable to decode InputFileClass: %w", bin.NewUnexpectedID(id))
		tl_input_file_location_gen.go#L2703: 		return nil, fmt.Errorf("unable to decode InputFileLocationClass: %w", bin.NewUnexpectedID(id))
		tl_input_game_gen.go#L431: 		return nil, fmt.Errorf("unable to decode InputGameClass: %w", bin.NewUnexpectedID(id))
		tl_input_geo_point_gen.go#L439: 		return nil, fmt.Errorf("unable to decode InputGeoPointClass: %w", bin.NewUnexpectedID(id))
		tl_input_invoice_gen.go#L596: 		return nil, fmt.Errorf("unable to decode InputInvoiceClass: %w", bin.NewUnexpectedID(id))
		tl_input_media_gen.go#L4664: 		return nil, fmt.Errorf("unable to decode InputMediaClass: %w", bin.NewUnexpectedID(id))
		tl_input_message_gen.go#L644: 		return nil, fmt.Errorf("unable to decode InputMessageClass: %w", bin.NewUnexpectedID(id))
		tl_input_notify_peer_gen.go#L740: 		return nil, fmt.Errorf("unable to decode InputNotifyPeerClass: %w", bin.NewUnexpectedID(id))
		tl_input_payment_credentials_gen.go#L732: 		return nil, fmt.Errorf("unable to decode InputPaymentCredentialsClass: %w", bin.NewUnexpectedID(id))
		tl_input_peer_gen.go#L1196: 		return nil, fmt.Errorf("unable to decode InputPeerClass: %w", bin.NewUnexpectedID(id))
		tl_input_photo_gen.go#L403: 		return nil, fmt.Errorf("unable to decode InputPhotoClass: %w", bin.NewUnexpectedID(id))
		tl_input_privacy_key_gen.go#L1180: 		return nil, fmt.Errorf("unable to decode InputPrivacyKeyClass: %w", bin.NewUnexpectedID(id))
		tl_input_privacy_rule_gen.go#L1274: 		return nil, fmt.Errorf("unable to decode InputPrivacyRuleClass: %w", bin.NewUnexpectedID(id))
		tl_input_reply_to_gen.go#L698: 		return nil, fmt.Errorf("unable to decode InputReplyToClass: %w", bin.NewUnexpectedID(id))
		tl_input_secure_file_gen.go#L517: 		return nil, fmt.Errorf("unable to decode InputSecureFileClass: %w", bin.NewUnexpectedID(id))
		tl_input_sticker_set_gen.go#L1433: 		return nil, fmt.Errorf("unable to decode InputStickerSetClass: %w", bin.NewUnexpectedID(id))
		tl_input_stickered_media_gen.go#L373: 		return nil, fmt.Errorf("unable to decode InputStickeredMediaClass: %w", bin.NewUnexpectedID(id))
		tl_input_store_payment_purpose_gen.go#L1374: 		return nil, fmt.Errorf("unable to decode InputStorePaymentPurposeClass: %w", bin.NewUnexpectedID(id))
		tl_input_theme_gen.go#L393: 		return nil, fmt.Errorf("unable to decode InputThemeClass: %w", bin.NewUnexpectedID(id))
		tl_input_user_gen.go#L675: 		return nil, fmt.Errorf("unable to decode InputUserClass: %w", bin.NewUnexpectedID(id))
		tl_input_wall_paper_gen.go#L548: 		return nil, fmt.Errorf("unable to decode InputWallPaperClass: %w", bin.NewUnexpectedID(id))
		tl_input_web_file_location_gen.go#L870: 		return nil, fmt.Errorf("unable to decode InputWebFileLocationClass: %w", bin.NewUnexpectedID(id))
		tl_ip_port_gen.go#L448: 		return nil, fmt.Errorf("unable to decode IPPortClass: %w", bin.NewUnexpectedID(id))
		tl_json_value_gen.go#L940: 		return nil, fmt.Errorf("unable to decode JSONValueClass: %w", bin.NewUnexpectedID(id))
		tl_keyboard_button_gen.go#L3285: 		return nil, fmt.Errorf("unable to decode KeyboardButtonClass: %w", bin.NewUnexpectedID(id))
		tl_lang_pack_string_gen.go#L829: 		return nil, fmt.Errorf("unable to decode LangPackStringClass: %w", bin.NewUnexpectedID(id))
		tl_media_area_gen.go#L1449: 		return nil, fmt.Errorf("unable to decode MediaAreaClass: %w", bin.NewUnexpectedID(id))
		tl_message_action_gen.go#L8057: 		return nil, fmt.Errorf("unable to decode MessageActionClass: %w", bin.NewUnexpectedID(id))
		tl_message_entity_gen.go#L3971: 		return nil, fmt.Errorf("unable to decode MessageEntityClass: %w", bin.NewUnexpectedID(id))
		tl_message_extended_media_gen.go#L559: 		return nil, fmt.Errorf("unable to decode MessageExtendedMediaClass: %w", bin.NewUnexpectedID(id))
		tl_message_gen.go#L2506: 		return nil, fmt.Errorf("unable to decode MessageClass: %w", bin.NewUnexpectedID(id))
		tl_message_media_gen.go#L4478: 		return nil, fmt.Errorf("unable to decode MessageMediaClass: %w", bin.NewUnexpectedID(id))
		tl_message_peer_vote_gen.go#L679: 		return nil, fmt.Errorf("unable to decode MessagePeerVoteClass: %w", bin.NewUnexpectedID(id))
		tl_message_reply_header_gen.go#L933: 		return nil, fmt.Errorf("unable to decode MessageReplyHeaderClass: %w", bin.NewUnexpectedID(id))
		tl_messages_all_stickers_gen.go#L388: 		return nil, fmt.Errorf("unable to decode MessagesAllStickersClass: %w", bin.NewUnexpectedID(id))
		tl_messages_available_reactions_gen.go#L394: 		return nil, fmt.Errorf("unable to decode MessagesAvailableReactionsClass: %w", bin.NewUnexpectedID(id))
		tl_messages_chats_gen.go#L444: 		return nil, fmt.Errorf("unable to decode MessagesChatsClass: %w", bin.NewUnexpectedID(id))
		tl_messages_dh_config_gen.go#L465: 		return nil, fmt.Errorf("unable to decode MessagesDhConfigClass: %w", bin.NewUnexpectedID(id))
		tl_messages_dialogs_gen.go#L932: 		return nil, fmt.Errorf("unable to decode MessagesDialogsClass: %w", bin.NewUnexpectedID(id))
		tl_messages_emoji_groups_gen.go#L397: 		return nil, fmt.Errorf("unable to decode MessagesEmojiGroupsClass: %w", bin.NewUnexpectedID(id))
		tl_messages_exported_chat_invite_gen.go#L513: 		return nil, fmt.Errorf("unable to decode MessagesExportedChatInviteClass: %w", bin.NewUnexpectedID(id))
		tl_messages_faved_stickers_gen.go#L438: 		return nil, fmt.Errorf("unable to decode MessagesFavedStickersClass: %w", bin.NewUnexpectedID(id))
		tl_messages_featured_stickers_gen.go#L555: 		return nil, fmt.Errorf("unable to decode MessagesFeaturedStickersClass: %w", bin.NewUnexpectedID(id))
		tl_messages_filter_gen.go#L2012: 		return nil, fmt.Errorf("unable to decode MessagesFilterClass: %w", bin.NewUnexpectedID(id))
		tl_messages_found_sticker_sets_gen.go#L396: 		return nil, fmt.Errorf("unable to decode MessagesFoundStickerSetsClass: %w", bin.NewUnexpectedID(id))
		tl_messages_messages_gen.go#L1476: 		return nil, fmt.Errorf("unable to decode MessagesMessagesClass: %w", bin.NewUnexpectedID(id))
		tl_messages_reactions_gen.go#L402: 		return nil, fmt.Errorf("unable to decode MessagesReactionsClass: %w", bin.NewUnexpectedID(id))
		tl_messages_recent_stickers_gen.go#L478: 		return nil, fmt.Errorf("unable to decode MessagesRecentStickersClass: %w", bin.NewUnexpectedID(id))
		tl_messages_saved_gifs_gen.go#L396: 		return nil, fmt.Errorf("unable to decode MessagesSavedGifsClass: %w", bin.NewUnexpectedID(id))
		tl_messages_sent_encrypted_message_gen.go#L398: 		return nil, fmt.Errorf("unable to decode MessagesSentEncryptedMessageClass: %w", bin.NewUnexpectedID(id))
		tl_messages_sponsored_messages_gen.go#L528: 		return nil, fmt.Errorf("unable to decode MessagesSponsoredMessagesClass: %w", bin.NewUnexpectedID(id))
		tl_messages_sticker_set_gen.go#L477: 		return nil, fmt.Errorf("unable to decode MessagesStickerSetClass: %w", bin.NewUnexpectedID(id))
		tl_messages_sticker_set_install_result_gen.go#L358: 		return nil, fmt.Errorf("unable to decode MessagesStickerSetInstallResultClass: %w", bin.NewUnexpectedID(id))
		tl_messages_stickers_gen.go#L396: 		return nil, fmt.Errorf("unable to decode MessagesStickersClass: %w", bin.NewUnexpectedID(id))
		tl_notification_sound_gen.go#L614: 		return nil, fmt.Errorf("unable to decode NotificationSoundClass: %w", bin.NewUnexpectedID(id))
		tl_notify_peer_gen.go#L737: 		return nil, fmt.Errorf("unable to decode NotifyPeerClass: %w", bin.NewUnexpectedID(id))
		tl_page_block_gen.go#L5704: 		return nil, fmt.Errorf("unable to decode PageBlockClass: %w", bin.NewUnexpectedID(id))
		tl_page_list_item_gen.go#L391: 		return nil, fmt.Errorf("unable to decode PageListItemClass: %w", bin.NewUnexpectedID(id))
		tl_page_list_ordered_item_gen.go#L451: 		return nil, fmt.Errorf("unable to decode PageListOrderedItemClass: %w", bin.NewUnexpectedID(id))
		tl_password_kdf_algo_gen.go#L429: 		return nil, fmt.Errorf("unable to decode PasswordKdfAlgoClass: %w", bin.NewUnexpectedID(id))
		tl_payments_giveaway_info_gen.go#L847: 		return nil, fmt.Errorf("unable to decode PaymentsGiveawayInfoClass: %w", bin.NewUnexpectedID(id))
		tl_payments_payment_result_gen.go#L368: 		return nil, fmt.Errorf("unable to decode PaymentsPaymentResultClass: %w", bin.NewUnexpectedID(id))
		tl_peer_gen.go#L514: 		return nil, fmt.Errorf("unable to decode PeerClass: %w", bin.NewUnexpectedID(id))
		tl_peer_located_gen.go#L425: 		return nil, fmt.Errorf("unable to decode PeerLocatedClass: %w", bin.NewUnexpectedID(id))
		tl_phone_call_discard_reason_gen.go#L517: 		return nil, fmt.Errorf("unable to decode PhoneCallDiscardReasonClass: %w", bin.NewUnexpectedID(id))
		tl_phone_call_gen.go#L2289: 		return nil, fmt.Errorf("unable to decode PhoneCallClass: %w", bin.NewUnexpectedID(id))
		tl_phone_connection_gen.go#L765: 		return nil, fmt.Errorf("unable to decode PhoneConnectionClass: %w", bin.NewUnexpectedID(id))
		tl_photo_gen.go#L683: 		return nil, fmt.Errorf("unable to decode PhotoClass: %w", bin.NewUnexpectedID(id))
		tl_photo_size_gen.go#L1333: 		return nil, fmt.Errorf("unable to decode PhotoSizeClass: %w", bin.NewUnexpectedID(id))
		tl_photos_photos_gen.go#L545: 		return nil, fmt.Errorf("unable to decode PhotosPhotosClass: %w", bin.NewUnexpectedID(id))
		tl_post_interaction_counters_gen.go#L534: 		return nil, fmt.Errorf("unable to decode PostInteractionCountersClass: %w", bin.NewUnexpectedID(id))
		tl_privacy_key_gen.go#L1180: 		return nil, fmt.Errorf("unable to decode PrivacyKeyClass: %w", bin.NewUnexpectedID(id))
		tl_privacy_rule_gen.go#L1270: 		return nil, fmt.Errorf("unable to decode PrivacyRuleClass: %w", bin.NewUnexpectedID(id))
		tl_public_forward_gen.go#L411: 		return nil, fmt.Errorf("unable to decode PublicForwardClass: %w", bin.NewUnexpectedID(id))
		tl_reaction_gen.go#L479: 		return nil, fmt.Errorf("unable to decode ReactionClass: %w", bin.NewUnexpectedID(id))
		tl_recent_me_url_gen.go#L913: 		return nil, fmt.Errorf("unable to decode RecentMeURLClass: %w", bin.NewUnexpectedID(id))
		tl_reply_markup_gen.go#L1052: 		return nil, fmt.Errorf("unable to decode ReplyMarkupClass: %w", bin.NewUnexpectedID(id))
		tl_report_reason_gen.go#L1177: 		return nil, fmt.Errorf("unable to decode ReportReasonClass: %w", bin.NewUnexpectedID(id))
		tl_request_peer_type_gen.go#L1046: 		return nil, fmt.Errorf("unable to decode RequestPeerTypeClass: %w", bin.NewUnexpectedID(id))
		tl_rich_text_gen.go#L2604: 		return nil, fmt.Errorf("unable to decode RichTextClass: %w", bin.NewUnexpectedID(id))
		tl_secure_file_gen.go#L527: 		return nil, fmt.Errorf("unable to decode SecureFileClass: %w", bin.NewUnexpectedID(id))
		tl_secure_password_kdf_algo_gen.go#L475: 		return nil, fmt.Errorf("unable to decode SecurePasswordKdfAlgoClass: %w", bin.NewUnexpectedID(id))
		tl_secure_plain_data_gen.go#L371: 		return nil, fmt.Errorf("unable to decode SecurePlainDataClass: %w", bin.NewUnexpectedID(id))
		tl_secure_required_type_gen.go#L517: 		return nil, fmt.Errorf("unable to decode SecureRequiredTypeClass: %w", bin.NewUnexpectedID(id))
		tl_secure_value_error_gen.go#L2052: 		return nil, fmt.Errorf("unable to decode SecureValueErrorClass: %w", bin.NewUnexpectedID(id))
		tl_secure_value_type_gen.go#L1513: 		return nil, fmt.Errorf("unable to decode SecureValueTypeClass: %w", bin.NewUnexpectedID(id))
		tl_send_message_action_gen.go#L2387: 		return nil, fmt.Errorf("unable to decode SendMessageActionClass: %w", bin.NewUnexpectedID(id))
		tl_stats_graph_gen.go#L586: 		return nil, fmt.Errorf("unable to decode StatsGraphClass: %w", bin.NewUnexpectedID(id))
		tl_sticker_set_covered_gen.go#L874: 		return nil, fmt.Errorf("unable to decode StickerSetCoveredClass: %w", bin.NewUnexpectedID(id))
		tl_storage_file_type_gen.go#L1177: 		return nil, fmt.Errorf("unable to decode StorageFileTypeClass: %w", bin.NewUnexpectedID(id))
		tl_stories_all_stories_gen.go#L700: 		return nil, fmt.Errorf("unable to decode StoriesAllStoriesClass: %w", bin.NewUnexpectedID(id))
		tl_story_item_gen.go#L1497: 		return nil, fmt.Errorf("unable to decode StoryItemClass: %w", bin.NewUnexpectedID(id))
		tl_story_reaction_gen.go#L609: 		return nil, fmt.Errorf("unable to decode StoryReactionClass: %w", bin.NewUnexpectedID(id))
		tl_story_view_gen.go#L916: 		return nil, fmt.Errorf("unable to decode StoryViewClass: %w", bin.NewUnexpectedID(id))
		tl_top_peer_category_gen.go#L957: 		return nil, fmt.Errorf("unable to decode TopPeerCategoryClass: %w", bin.NewUnexpectedID(id))
		tl_update_gen.go#L25804: 		return nil, fmt.Errorf("unable to decode UpdateClass: %w", bin.NewUnexpectedID(id))
		tl_updates_channel_difference_gen.go#L1252: 		return nil, fmt.Errorf("unable to decode UpdatesChannelDifferenceClass: %w", bin.NewUnexpectedID(id))
		tl_updates_difference_gen.go#L1182: 		return nil, fmt.Errorf("unable to decode UpdatesDifferenceClass: %w", bin.NewUnexpectedID(id))
		tl_updates_gen.go#L2977: 		return nil, fmt.Errorf("unable to decode UpdatesClass: %w", bin.NewUnexpectedID(id))
		tl_upload_cdn_file_gen.go#L373: 		return nil, fmt.Errorf("unable to decode UploadCDNFileClass: %w", bin.NewUnexpectedID(id))
		tl_upload_file_gen.go#L563: 		return nil, fmt.Errorf("unable to decode UploadFileClass: %w", bin.NewUnexpectedID(id))
		tl_url_auth_result_gen.go#L575: 		return nil, fmt.Errorf("unable to decode URLAuthResultClass: %w", bin.NewUnexpectedID(id))
		tl_user_gen.go#L2053: 		return nil, fmt.Errorf("unable to decode UserClass: %w", bin.NewUnexpectedID(id))
		tl_user_profile_photo_gen.go#L519: 		return nil, fmt.Errorf("unable to decode UserProfilePhotoClass: %w", bin.NewUnexpectedID(id))
		tl_user_status_gen.go#L803: 		return nil, fmt.Errorf("unable to decode UserStatusClass: %w", bin.NewUnexpectedID(id))
		tl_video_size_gen.go#L793: 		return nil, fmt.Errorf("unable to decode VideoSizeClass: %w", bin.NewUnexpectedID(id))
		tl_wall_paper_gen.go#L862: 		return nil, fmt.Errorf("unable to decode WallPaperClass: %w", bin.NewUnexpectedID(id))
		tl_web_document_gen.go#L626: 		return nil, fmt.Errorf("unable to decode WebDocumentClass: %w", bin.NewUnexpectedID(id))
		tl_web_page_attribute_gen.go#L592: 		return nil, fmt.Errorf("unable to decode WebPageAttributeClass: %w", bin.NewUnexpectedID(id))
		tl_web_page_gen.go#L1758: 		return nil, fmt.Errorf("unable to decode WebPageClass: %w", bin.NewUnexpectedID(id))