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

255 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/exchange
		server_flow.go#L93: 		return bin.NewUnexpectedID(id)

	github.com/gotd/td/mt
		tl_bad_msg_notification_gen.go#L477: 		return nil, fmt.Errorf("unable to decode BadMsgNotificationClass: %w", bin.NewUnexpectedID(id))
		tl_destroy_session_res_gen.go#L348: 		return nil, fmt.Errorf("unable to decode DestroySessionResClass: %w", bin.NewUnexpectedID(id))
		tl_msg_detailed_info_gen.go#L477: 		return nil, fmt.Errorf("unable to decode MsgDetailedInfoClass: %w", bin.NewUnexpectedID(id))
		tl_p_q_inner_data_gen.go#L942: 		return nil, fmt.Errorf("unable to decode PQInnerDataClass: %w", bin.NewUnexpectedID(id))
		tl_rpc_drop_answer_gen.go#L477: 		return nil, fmt.Errorf("unable to decode RPCDropAnswerClass: %w", bin.NewUnexpectedID(id))
		tl_server_d_h_params_gen.go#L450: 		return nil, fmt.Errorf("unable to decode ServerDHParamsClass: %w", bin.NewUnexpectedID(id))
		tl_set_client_d_h_params_answer_gen.go#L634: 		return nil, fmt.Errorf("unable to decode SetClientDHParamsAnswerClass: %w", bin.NewUnexpectedID(id))

	github.com/gotd/td/tg
		tl_account_chat_themes_gen.go#L570: 		return nil, fmt.Errorf("unable to decode AccountChatThemesClass: %w", bin.NewUnexpectedID(id))
		tl_account_email_verified_gen.go#L405: 		return nil, fmt.Errorf("unable to decode AccountEmailVerifiedClass: %w", bin.NewUnexpectedID(id))
		tl_account_emoji_statuses_gen.go#L409: 		return nil, fmt.Errorf("unable to decode AccountEmojiStatusesClass: %w", bin.NewUnexpectedID(id))
		tl_account_reset_password_result_gen.go#L480: 		return nil, fmt.Errorf("unable to decode AccountResetPasswordResultClass: %w", bin.NewUnexpectedID(id))
		tl_account_saved_music_ids_gen.go#L372: 		return nil, fmt.Errorf("unable to decode AccountSavedMusicIDsClass: %w", bin.NewUnexpectedID(id))
		tl_account_saved_ringtone_gen.go#L344: 		return nil, fmt.Errorf("unable to decode AccountSavedRingtoneClass: %w", bin.NewUnexpectedID(id))
		tl_account_saved_ringtones_gen.go#L400: 		return nil, fmt.Errorf("unable to decode AccountSavedRingtonesClass: %w", bin.NewUnexpectedID(id))
		tl_account_themes_gen.go#L392: 		return nil, fmt.Errorf("unable to decode AccountThemesClass: %w", bin.NewUnexpectedID(id))
		tl_account_wall_papers_gen.go#L409: 		return nil, fmt.Errorf("unable to decode AccountWallPapersClass: %w", bin.NewUnexpectedID(id))
		tl_account_web_browser_settings_gen.go#L517: 		return nil, fmt.Errorf("unable to decode AccountWebBrowserSettingsClass: %w", bin.NewUnexpectedID(id))
		tl_ai_compose_tone_gen.go#L821: 		return nil, fmt.Errorf("unable to decode AiComposeToneClass: %w", bin.NewUnexpectedID(id))
		tl_aicompose_tones_gen.go#L445: 		return nil, fmt.Errorf("unable to decode AicomposeTonesClass: %w", bin.NewUnexpectedID(id))
		tl_attach_menu_bots_gen.go#L448: 		return nil, fmt.Errorf("unable to decode AttachMenuBotsClass: %w", bin.NewUnexpectedID(id))
		tl_attach_menu_peer_type_gen.go#L639: 		return nil, fmt.Errorf("unable to decode AttachMenuPeerTypeClass: %w", bin.NewUnexpectedID(id))
		tl_auth_authorization_gen.go#L627: 		return nil, fmt.Errorf("unable to decode AuthAuthorizationClass: %w", bin.NewUnexpectedID(id))
		tl_auth_code_type_gen.go#L640: 		return nil, fmt.Errorf("unable to decode AuthCodeTypeClass: %w", bin.NewUnexpectedID(id))
		tl_auth_login_token_gen.go#L573: 		return nil, fmt.Errorf("unable to decode AuthLoginTokenClass: %w", bin.NewUnexpectedID(id))
		tl_auth_sent_code_gen.go#L861: 		return nil, fmt.Errorf("unable to decode AuthSentCodeClass: %w", bin.NewUnexpectedID(id))
		tl_auth_sent_code_type_gen.go#L2386: 		return nil, fmt.Errorf("unable to decode AuthSentCodeTypeClass: %w", bin.NewUnexpectedID(id))
		tl_base_theme_gen.go#L634: 		return nil, fmt.Errorf("unable to decode BaseThemeClass: %w", bin.NewUnexpectedID(id))
		tl_bool_gen.go#L301: 		return nil, fmt.Errorf("unable to decode BoolClass: %w", bin.NewUnexpectedID(id))
		tl_bot_app_gen.go#L608: 		return nil, fmt.Errorf("unable to decode BotAppClass: %w", bin.NewUnexpectedID(id))
		tl_bot_command_scope_gen.go#L1017: 		return nil, fmt.Errorf("unable to decode BotCommandScopeClass: %w", bin.NewUnexpectedID(id))
		tl_bot_inline_message_gen.go#L2964: 		return nil, fmt.Errorf("unable to decode BotInlineMessageClass: %w", bin.NewUnexpectedID(id))
		tl_bot_inline_result_gen.go#L1007: 		return nil, fmt.Errorf("unable to decode BotInlineResultClass: %w", bin.NewUnexpectedID(id))
		tl_bot_menu_button_gen.go#L486: 		return nil, fmt.Errorf("unable to decode BotMenuButtonClass: %w", bin.NewUnexpectedID(id))
		tl_business_away_message_schedule_gen.go#L486: 		return nil, fmt.Errorf("unable to decode BusinessAwayMessageScheduleClass: %w", bin.NewUnexpectedID(id))
		tl_channel_admin_log_event_action_gen.go#L8766: 		return nil, fmt.Errorf("unable to decode ChannelAdminLogEventActionClass: %w", bin.NewUnexpectedID(id))
		tl_channel_location_gen.go#L379: 		return nil, fmt.Errorf("unable to decode ChannelLocationClass: %w", bin.NewUnexpectedID(id))
		tl_channel_messages_filter_gen.go#L418: 		return nil, fmt.Errorf("unable to decode ChannelMessagesFilterClass: %w", bin.NewUnexpectedID(id))
		tl_channel_participant_gen.go#L1881: 		return nil, fmt.Errorf("unable to decode ChannelParticipantClass: %w", bin.NewUnexpectedID(id))
		tl_channel_participants_filter_gen.go#L1232: 		return nil, fmt.Errorf("unable to decode ChannelParticipantsFilterClass: %w", bin.NewUnexpectedID(id))
		tl_channels_channel_participants_gen.go#L499: 		return nil, fmt.Errorf("unable to decode ChannelsChannelParticipantsClass: %w", bin.NewUnexpectedID(id))
		tl_channels_sponsored_message_report_result_gen.go#L498: 		return nil, fmt.Errorf("unable to decode ChannelsSponsoredMessageReportResultClass: %w", bin.NewUnexpectedID(id))
		tl_chat_full_gen.go#L4363: 		return nil, fmt.Errorf("unable to decode ChatFullClass: %w", bin.NewUnexpectedID(id))
		tl_chat_gen.go#L3987: 		return nil, fmt.Errorf("unable to decode ChatClass: %w", bin.NewUnexpectedID(id))
		tl_chat_invite_gen.go#L1273: 		return nil, fmt.Errorf("unable to decode ChatInviteClass: %w", bin.NewUnexpectedID(id))
		tl_chat_participant_gen.go#L853: 		return nil, fmt.Errorf("unable to decode ChatParticipantClass: %w", bin.NewUnexpectedID(id))
		tl_chat_participants_gen.go#L542: 		return nil, fmt.Errorf("unable to decode ChatParticipantsClass: %w", bin.NewUnexpectedID(id))
		tl_chat_photo_gen.go#L481: 		return nil, fmt.Errorf("unable to decode ChatPhotoClass: %w", bin.NewUnexpectedID(id))
		tl_chat_reactions_gen.go#L534: 		return nil, fmt.Errorf("unable to decode ChatReactionsClass: %w", bin.NewUnexpectedID(id))
		tl_chat_theme_gen.go#L429: 		return nil, fmt.Errorf("unable to decode ChatThemeClass: %w", bin.NewUnexpectedID(id))
		tl_chatlists_chatlist_invite_gen.go#L837: 		return nil, fmt.Errorf("unable to decode ChatlistsChatlistInviteClass: %w", bin.NewUnexpectedID(id))
		tl_contacts_blocked_gen.go#L635: 		return nil, fmt.Errorf("unable to decode ContactsBlockedClass: %w", bin.NewUnexpectedID(id))
		tl_contacts_contacts_gen.go#L439: 		return nil, fmt.Errorf("unable to decode ContactsContactsClass: %w", bin.NewUnexpectedID(id))
		tl_contacts_sponsored_peers_gen.go#L462: 		return nil, fmt.Errorf("unable to decode ContactsSponsoredPeersClass: %w", bin.NewUnexpectedID(id))
		tl_contacts_top_peers_gen.go#L560: 		return nil, fmt.Errorf("unable to decode ContactsTopPeersClass: %w", bin.NewUnexpectedID(id))
		tl_dialog_filter_gen.go#L1469: 		return nil, fmt.Errorf("unable to decode DialogFilterClass: %w", bin.NewUnexpectedID(id))
		tl_dialog_gen.go#L1173: 		return nil, fmt.Errorf("unable to decode DialogClass: %w", bin.NewUnexpectedID(id))
		tl_dialog_peer_gen.go#L386: 		return nil, fmt.Errorf("unable to decode DialogPeerClass: %w", bin.NewUnexpectedID(id))
		tl_document_attribute_gen.go#L1985: 		return nil, fmt.Errorf("unable to decode DocumentAttributeClass: %w", bin.NewUnexpectedID(id))
		tl_document_gen.go#L788: 		return nil, fmt.Errorf("unable to decode DocumentClass: %w", bin.NewUnexpectedID(id))
		tl_draft_message_gen.go#L878: 		return nil, fmt.Errorf("unable to decode DraftMessageClass: %w", bin.NewUnexpectedID(id))
		tl_email_verification_gen.go#L511: 		return nil, fmt.Errorf("unable to decode EmailVerificationClass: %w", bin.NewUnexpectedID(id))
		tl_email_verify_purpose_gen.go#L478: 		return nil, fmt.Errorf("unable to decode EmailVerifyPurposeClass: %w", bin.NewUnexpectedID(id))
		tl_emoji_group_gen.go#L696: 		return nil, fmt.Errorf("unable to decode EmojiGroupClass: %w", bin.NewUnexpectedID(id))
		tl_emoji_keyword_gen.go#L453: 		return nil, fmt.Errorf("unable to decode EmojiKeywordClass: %w", bin.NewUnexpectedID(id))
		tl_emoji_list_gen.go#L396: 		return nil, fmt.Errorf("unable to decode EmojiListClass: %w", bin.NewUnexpectedID(id))
		tl_emoji_status_gen.go#L1154: 		return nil, fmt.Errorf("unable to decode EmojiStatusClass: %w", bin.NewUnexpectedID(id))
		tl_encrypted_chat_gen.go#L1407: 		return nil, fmt.Errorf("unable to decode EncryptedChatClass: %w", bin.NewUnexpectedID(id))
		tl_encrypted_file_gen.go#L473: 		return nil, fmt.Errorf("unable to decode EncryptedFileClass: %w", bin.NewUnexpectedID(id))
		tl_encrypted_message_gen.go#L585: 		return nil, fmt.Errorf("unable to decode EncryptedMessageClass: %w", bin.NewUnexpectedID(id))
		tl_exported_chat_invite_gen.go#L912: 		return nil, fmt.Errorf("unable to decode ExportedChatInviteClass: %w", bin.NewUnexpectedID(id))
		tl_forum_topic_gen.go#L1088: 		return nil, fmt.Errorf("unable to decode ForumTopicClass: %w", bin.NewUnexpectedID(id))
		tl_geo_point_gen.go#L470: 		return nil, fmt.Errorf("unable to decode GeoPointClass: %w", bin.NewUnexpectedID(id))
		tl_group_call_gen.go#L1425: 		return nil, fmt.Errorf("unable to decode GroupCallClass: %w", bin.NewUnexpectedID(id))
		tl_help_app_config_gen.go#L388: 		return nil, fmt.Errorf("unable to decode HelpAppConfigClass: %w", bin.NewUnexpectedID(id))
		tl_help_app_update_gen.go#L651: 		return nil, fmt.Errorf("unable to decode HelpAppUpdateClass: %w", bin.NewUnexpectedID(id))
		tl_help_countries_list_gen.go#L392: 		return nil, fmt.Errorf("unable to decode HelpCountriesListClass: %w", bin.NewUnexpectedID(id))
		tl_help_deep_link_info_gen.go#L483: 		return nil, fmt.Errorf("unable to decode HelpDeepLinkInfoClass: %w", bin.NewUnexpectedID(id))
		tl_help_passport_config_gen.go#L380: 		return nil, fmt.Errorf("unable to decode HelpPassportConfigClass: %w", bin.NewUnexpectedID(id))
		tl_help_peer_color_set_gen.go#L482: 		return nil, fmt.Errorf("unable to decode HelpPeerColorSetClass: %w", bin.NewUnexpectedID(id))
		tl_help_peer_colors_gen.go#L398: 		return nil, fmt.Errorf("unable to decode HelpPeerColorsClass: %w", bin.NewUnexpectedID(id))
		tl_help_promo_data_gen.go#L834: 		return nil, fmt.Errorf("unable to decode HelpPromoDataClass: %w", bin.NewUnexpectedID(id))
		tl_help_terms_of_service_update_gen.go#L427: 		return nil, fmt.Errorf("unable to decode HelpTermsOfServiceUpdateClass: %w", bin.NewUnexpectedID(id))
		tl_help_timezones_list_gen.go#L396: 		return nil, fmt.Errorf("unable to decode HelpTimezonesListClass: %w", bin.NewUnexpectedID(id))
		tl_help_user_info_gen.go#L454: 		return nil, fmt.Errorf("unable to decode HelpUserInfoClass: %w", bin.NewUnexpectedID(id))
		tl_inline_query_peer_type_gen.go#L754: 		return nil, fmt.Errorf("unable to decode InlineQueryPeerTypeClass: %w", bin.NewUnexpectedID(id))
		tl_input_ai_compose_tone_gen.go#L535: 		return nil, fmt.Errorf("unable to decode InputAiComposeToneClass: %w", bin.NewUnexpectedID(id))
		tl_input_bot_app_gen.go#L441: 		return nil, fmt.Errorf("unable to decode InputBotAppClass: %w", bin.NewUnexpectedID(id))
		tl_input_bot_inline_message_gen.go#L3095: 		return nil, fmt.Errorf("unable to decode InputBotInlineMessageClass: %w", bin.NewUnexpectedID(id))
		tl_input_bot_inline_message_id_gen.go#L509: 		return nil, fmt.Errorf("unable to decode InputBotInlineMessageIDClass: %w", bin.NewUnexpectedID(id))
		tl_input_bot_inline_result_gen.go#L1348: 		return nil, fmt.Errorf("unable to decode InputBotInlineResultClass: %w", bin.NewUnexpectedID(id))
		tl_input_channel_gen.go#L614: 		return nil, fmt.Errorf("unable to decode InputChannelClass: %w", bin.NewUnexpectedID(id))
		tl_input_chat_photo_gen.go#L695: 		return nil, fmt.Errorf("unable to decode InputChatPhotoClass: %w", bin.NewUnexpectedID(id))
		tl_input_chat_theme_gen.go#L489: 		return nil, fmt.Errorf("unable to decode InputChatThemeClass: %w", bin.NewUnexpectedID(id))
		tl_input_check_password_srp_gen.go#L413: 		return nil, fmt.Errorf("unable to decode InputCheckPasswordSRPClass: %w", bin.NewUnexpectedID(id))
		tl_input_collectible_gen.go#L373: 		return nil, fmt.Errorf("unable to decode InputCollectibleClass: %w", bin.NewUnexpectedID(id))
		tl_input_dialog_peer_gen.go#L378: 		return nil, fmt.Errorf("unable to decode InputDialogPeerClass: %w", bin.NewUnexpectedID(id))
		tl_input_document_gen.go#L418: 		return nil, fmt.Errorf("unable to decode InputDocumentClass: %w", bin.NewUnexpectedID(id))
		tl_input_encrypted_file_gen.go#L857: 		return nil, fmt.Errorf("unable to decode InputEncryptedFileClass: %w", bin.NewUnexpectedID(id))
		tl_input_file_gen.go#L666: 		return nil, fmt.Errorf("unable to decode InputFileClass: %w", bin.NewUnexpectedID(id))
		tl_input_file_location_gen.go#L2722: 		return nil, fmt.Errorf("unable to decode InputFileLocationClass: %w", bin.NewUnexpectedID(id))
		tl_input_game_gen.go#L435: 		return nil, fmt.Errorf("unable to decode InputGameClass: %w", bin.NewUnexpectedID(id))
		tl_input_geo_point_gen.go#L443: 		return nil, fmt.Errorf("unable to decode InputGeoPointClass: %w", bin.NewUnexpectedID(id))
		tl_input_group_call_gen.go#L553: 		return nil, fmt.Errorf("unable to decode InputGroupCallClass: %w", bin.NewUnexpectedID(id))
		tl_input_invoice_gen.go#L3199: 		return nil, fmt.Errorf("unable to decode InputInvoiceClass: %w", bin.NewUnexpectedID(id))
		tl_input_media_gen.go#L5911: 		return nil, fmt.Errorf("unable to decode InputMediaClass: %w", bin.NewUnexpectedID(id))
		tl_input_message_gen.go#L650: 		return nil, fmt.Errorf("unable to decode InputMessageClass: %w", bin.NewUnexpectedID(id))
		tl_input_notify_peer_gen.go#L747: 		return nil, fmt.Errorf("unable to decode InputNotifyPeerClass: %w", bin.NewUnexpectedID(id))
		tl_input_passkey_credential_gen.go#L438: 		return nil, fmt.Errorf("unable to decode InputPasskeyCredentialClass: %w", bin.NewUnexpectedID(id))
		tl_input_passkey_response_gen.go#L518: 		return nil, fmt.Errorf("unable to decode InputPasskeyResponseClass: %w", bin.NewUnexpectedID(id))
		tl_input_payment_credentials_gen.go#L738: 		return nil, fmt.Errorf("unable to decode InputPaymentCredentialsClass: %w", bin.NewUnexpectedID(id))
		tl_input_peer_gen.go#L1205: 		return nil, fmt.Errorf("unable to decode InputPeerClass: %w", bin.NewUnexpectedID(id))
		tl_input_photo_gen.go#L418: 		return nil, fmt.Errorf("unable to decode InputPhotoClass: %w", bin.NewUnexpectedID(id))
		tl_input_privacy_key_gen.go#L1661: 		return nil, fmt.Errorf("unable to decode InputPrivacyKeyClass: %w", bin.NewUnexpectedID(id))
		tl_input_privacy_rule_gen.go#L1635: 		return nil, fmt.Errorf("unable to decode InputPrivacyRuleClass: %w", bin.NewUnexpectedID(id))
		tl_input_quick_reply_shortcut_gen.go#L373: 		return nil, fmt.Errorf("unable to decode InputQuickReplyShortcutClass: %w", bin.NewUnexpectedID(id))
		tl_input_reply_to_gen.go#L1014: 		return nil, fmt.Errorf("unable to decode InputReplyToClass: %w", bin.NewUnexpectedID(id))
		tl_input_rich_file_gen.go#L432: 		return nil, fmt.Errorf("unable to decode InputRichFileClass: %w", bin.NewUnexpectedID(id))
		tl_input_rich_message_gen.go#L1171: 		return nil, fmt.Errorf("unable to decode InputRichMessageClass: %w", bin.NewUnexpectedID(id))
		tl_input_saved_star_gift_gen.go#L555: 		return nil, fmt.Errorf("unable to decode InputSavedStarGiftClass: %w", bin.NewUnexpectedID(id))
		tl_input_secure_file_gen.go#L521: 		return nil, fmt.Errorf("unable to decode InputSecureFileClass: %w", bin.NewUnexpectedID(id))
		tl_input_star_gift_auction_gen.go#L381: 		return nil, fmt.Errorf("unable to decode InputStarGiftAuctionClass: %w", bin.NewUnexpectedID(id))
		tl_input_sticker_set_gen.go#L1561: 		return nil, fmt.Errorf("unable to decode InputStickerSetClass: %w", bin.NewUnexpectedID(id))
		tl_input_stickered_media_gen.go#L377: 		return nil, fmt.Errorf("unable to decode InputStickeredMediaClass: %w", bin.NewUnexpectedID(id))
		tl_input_store_payment_purpose_gen.go#L2903: 		return nil, fmt.Errorf("unable to decode InputStorePaymentPurposeClass: %w", bin.NewUnexpectedID(id))
		tl_input_theme_gen.go#L397: 		return nil, fmt.Errorf("unable to decode InputThemeClass: %w", bin.NewUnexpectedID(id))
		tl_input_user_gen.go#L681: 		return nil, fmt.Errorf("unable to decode InputUserClass: %w", bin.NewUnexpectedID(id))
		tl_input_wall_paper_gen.go#L553: 		return nil, fmt.Errorf("unable to decode InputWallPaperClass: %w", bin.NewUnexpectedID(id))
		tl_input_web_file_location_gen.go#L875: 		return nil, fmt.Errorf("unable to decode InputWebFileLocationClass: %w", bin.NewUnexpectedID(id))
		tl_ip_port_gen.go#L452: 		return nil, fmt.Errorf("unable to decode IPPortClass: %w", bin.NewUnexpectedID(id))
		tl_join_chat_bot_result_gen.go#L552: 		return nil, fmt.Errorf("unable to decode JoinChatBotResultClass: %w", bin.NewUnexpectedID(id))
		tl_json_value_gen.go#L948: 		return nil, fmt.Errorf("unable to decode JSONValueClass: %w", bin.NewUnexpectedID(id))
		tl_keyboard_button_gen.go#L5016: 		return nil, fmt.Errorf("unable to decode KeyboardButtonClass: %w", bin.NewUnexpectedID(id))
		tl_lang_pack_string_gen.go#L834: 		return nil, fmt.Errorf("unable to decode LangPackStringClass: %w", bin.NewUnexpectedID(id))
		tl_media_area_gen.go#L2115: 		return nil, fmt.Errorf("unable to decode MediaAreaClass: %w", bin.NewUnexpectedID(id))
		tl_message_action_gen.go#L15928: 		return nil, fmt.Errorf("unable to decode MessageActionClass: %w", bin.NewUnexpectedID(id))
		tl_message_entity_gen.go#L5037: 		return nil, fmt.Errorf("unable to decode MessageEntityClass: %w", bin.NewUnexpectedID(id))
		tl_message_extended_media_gen.go#L572: 		return nil, fmt.Errorf("unable to decode MessageExtendedMediaClass: %w", bin.NewUnexpectedID(id))
		tl_message_gen.go#L3593: 		return nil, fmt.Errorf("unable to decode MessageClass: %w", bin.NewUnexpectedID(id))
		tl_message_media_gen.go#L5758: 		return nil, fmt.Errorf("unable to decode MessageMediaClass: %w", bin.NewUnexpectedID(id))
		tl_message_peer_vote_gen.go#L684: 		return nil, fmt.Errorf("unable to decode MessagePeerVoteClass: %w", bin.NewUnexpectedID(id))
		tl_message_reply_header_gen.go#L1076: 		return nil, fmt.Errorf("unable to decode MessageReplyHeaderClass: %w", bin.NewUnexpectedID(id))
		tl_messages_all_stickers_gen.go#L392: 		return nil, fmt.Errorf("unable to decode MessagesAllStickersClass: %w", bin.NewUnexpectedID(id))
		tl_messages_available_effects_gen.go#L448: 		return nil, fmt.Errorf("unable to decode MessagesAvailableEffectsClass: %w", bin.NewUnexpectedID(id))
		tl_messages_available_reactions_gen.go#L398: 		return nil, fmt.Errorf("unable to decode MessagesAvailableReactionsClass: %w", bin.NewUnexpectedID(id))
		tl_messages_chat_invite_join_result_gen.go#L447: 		return nil, fmt.Errorf("unable to decode MessagesChatInviteJoinResultClass: %w", bin.NewUnexpectedID(id))
		tl_messages_chats_gen.go#L448: 		return nil, fmt.Errorf("unable to decode MessagesChatsClass: %w", bin.NewUnexpectedID(id))
		tl_messages_dh_config_gen.go#L469: 		return nil, fmt.Errorf("unable to decode MessagesDhConfigClass: %w", bin.NewUnexpectedID(id))
		tl_messages_dialogs_gen.go#L937: 		return nil, fmt.Errorf("unable to decode MessagesDialogsClass: %w", bin.NewUnexpectedID(id))
		tl_messages_emoji_game_info_gen.go#L508: 		return nil, fmt.Errorf("unable to decode MessagesEmojiGameInfoClass: %w", bin.NewUnexpectedID(id))
		tl_messages_emoji_groups_gen.go#L409: 		return nil, fmt.Errorf("unable to decode MessagesEmojiGroupsClass: %w", bin.NewUnexpectedID(id))
		tl_messages_exported_chat_invite_gen.go#L517: 		return nil, fmt.Errorf("unable to decode MessagesExportedChatInviteClass: %w", bin.NewUnexpectedID(id))
		tl_messages_faved_stickers_gen.go#L442: 		return nil, fmt.Errorf("unable to decode MessagesFavedStickersClass: %w", bin.NewUnexpectedID(id))
		tl_messages_featured_stickers_gen.go#L559: 		return nil, fmt.Errorf("unable to decode MessagesFeaturedStickersClass: %w", bin.NewUnexpectedID(id))
		tl_messages_filter_gen.go#L2141: 		return nil, fmt.Errorf("unable to decode MessagesFilterClass: %w", bin.NewUnexpectedID(id))
		tl_messages_found_sticker_sets_gen.go#L400: 		return nil, fmt.Errorf("unable to decode MessagesFoundStickerSetsClass: %w", bin.NewUnexpectedID(id))
		tl_messages_found_stickers_gen.go#L556: 		return nil, fmt.Errorf("unable to decode MessagesFoundStickersClass: %w", bin.NewUnexpectedID(id))
		tl_messages_messages_gen.go#L1638: 		return nil, fmt.Errorf("unable to decode MessagesMessagesClass: %w", bin.NewUnexpectedID(id))
		tl_messages_quick_replies_gen.go#L518: 		return nil, fmt.Errorf("unable to decode MessagesQuickRepliesClass: %w", bin.NewUnexpectedID(id))
		tl_messages_reactions_gen.go#L407: 		return nil, fmt.Errorf("unable to decode MessagesReactionsClass: %w", bin.NewUnexpectedID(id))
		tl_messages_recent_stickers_gen.go#L482: 		return nil, fmt.Errorf("unable to decode MessagesRecentStickersClass: %w", bin.NewUnexpectedID(id))
		tl_messages_saved_dialogs_gen.go#L952: 		return nil, fmt.Errorf("unable to decode MessagesSavedDialogsClass: %w", bin.NewUnexpectedID(id))
		tl_messages_saved_gifs_gen.go#L400: 		return nil, fmt.Errorf("unable to decode MessagesSavedGifsClass: %w", bin.NewUnexpectedID(id))
		tl_messages_saved_reaction_tags_gen.go#L400: 		return nil, fmt.Errorf("unable to decode MessagesSavedReactionTagsClass: %w", bin.NewUnexpectedID(id))
		tl_messages_sent_encrypted_message_gen.go#L402: 		return nil, fmt.Errorf("unable to decode MessagesSentEncryptedMessageClass: %w", bin.NewUnexpectedID(id))
		tl_messages_sponsored_messages_gen.go#L636: 		return nil, fmt.Errorf("unable to decode MessagesSponsoredMessagesClass: %w", bin.NewUnexpectedID(id))
		tl_messages_sticker_set_gen.go#L481: 		return nil, fmt.Errorf("unable to decode MessagesStickerSetClass: %w", bin.NewUnexpectedID(id))
		tl_messages_sticker_set_install_result_gen.go#L362: 		return nil, fmt.Errorf("unable to decode MessagesStickerSetInstallResultClass: %w", bin.NewUnexpectedID(id))
		tl_messages_stickers_gen.go#L400: 		return nil, fmt.Errorf("unable to decode MessagesStickersClass: %w", bin.NewUnexpectedID(id))
		tl_notification_sound_gen.go#L620: 		return nil, fmt.Errorf("unable to decode NotificationSoundClass: %w", bin.NewUnexpectedID(id))
		tl_notify_peer_gen.go#L744: 		return nil, fmt.Errorf("unable to decode NotifyPeerClass: %w", bin.NewUnexpectedID(id))
		tl_page_block_gen.go#L7587: 		return nil, fmt.Errorf("unable to decode PageBlockClass: %w", bin.NewUnexpectedID(id))
		tl_page_list_item_gen.go#L577: 		return nil, fmt.Errorf("unable to decode PageListItemClass: %w", bin.NewUnexpectedID(id))
		tl_page_list_ordered_item_gen.go#L877: 		return nil, fmt.Errorf("unable to decode PageListOrderedItemClass: %w", bin.NewUnexpectedID(id))
		tl_paid_reaction_privacy_gen.go#L457: 		return nil, fmt.Errorf("unable to decode PaidReactionPrivacyClass: %w", bin.NewUnexpectedID(id))
		tl_password_kdf_algo_gen.go#L433: 		return nil, fmt.Errorf("unable to decode PasswordKdfAlgoClass: %w", bin.NewUnexpectedID(id))
		tl_payments_check_can_send_gift_result_gen.go#L336: 		return nil, fmt.Errorf("unable to decode PaymentsCheckCanSendGiftResultClass: %w", bin.NewUnexpectedID(id))
		tl_payments_giveaway_info_gen.go#L925: 		return nil, fmt.Errorf("unable to decode PaymentsGiveawayInfoClass: %w", bin.NewUnexpectedID(id))
		tl_payments_payment_form_gen.go#L1419: 		return nil, fmt.Errorf("unable to decode PaymentsPaymentFormClass: %w", bin.NewUnexpectedID(id))
		tl_payments_payment_receipt_gen.go#L1217: 		return nil, fmt.Errorf("unable to decode PaymentsPaymentReceiptClass: %w", bin.NewUnexpectedID(id))
		tl_payments_payment_result_gen.go#L372: 		return nil, fmt.Errorf("unable to decode PaymentsPaymentResultClass: %w", bin.NewUnexpectedID(id))
		tl_payments_star_gift_active_auctions_gen.go#L471: 		return nil, fmt.Errorf("unable to decode PaymentsStarGiftActiveAuctionsClass: %w", bin.NewUnexpectedID(id))
		tl_payments_star_gift_collections_gen.go#L370: 		return nil, fmt.Errorf("unable to decode PaymentsStarGiftCollectionsClass: %w", bin.NewUnexpectedID(id))
		tl_payments_star_gifts_gen.go#L506: 		return nil, fmt.Errorf("unable to decode PaymentsStarGiftsClass: %w", bin.NewUnexpectedID(id))
		tl_peer_color_gen.go#L891: 		return nil, fmt.Errorf("unable to decode PeerColorClass: %w", bin.NewUnexpectedID(id))
		tl_peer_gen.go#L519: 		return nil, fmt.Errorf("unable to decode PeerClass: %w", bin.NewUnexpectedID(id))
		tl_peer_located_gen.go#L429: 		return nil, fmt.Errorf("unable to decode PeerLocatedClass: %w", bin.NewUnexpectedID(id))
		tl_phone_call_discard_reason_gen.go#L688: 		return nil, fmt.Errorf("unable to decode PhoneCallDiscardReasonClass: %w", bin.NewUnexpectedID(id))
		tl_phone_call_gen.go#L2398: 		return nil, fmt.Errorf("unable to decode PhoneCallClass: %w", bin.NewUnexpectedID(id))
		tl_phone_connection_gen.go#L773: 		return nil, fmt.Errorf("unable to decode PhoneConnectionClass: %w", bin.NewUnexpectedID(id))
		tl_photo_gen.go#L698: 		return nil, fmt.Errorf("unable to decode PhotoClass: %w", bin.NewUnexpectedID(id))
		tl_photo_size_gen.go#L1341: 		return nil, fmt.Errorf("unable to decode PhotoSizeClass: %w", bin.NewUnexpectedID(id))
		tl_photos_photos_gen.go#L549: 		return nil, fmt.Errorf("unable to decode PhotosPhotosClass: %w", bin.NewUnexpectedID(id))
		tl_poll_answer_gen.go#L655: 		return nil, fmt.Errorf("unable to decode PollAnswerClass: %w", bin.NewUnexpectedID(id))
		tl_post_interaction_counters_gen.go#L538: 		return nil, fmt.Errorf("unable to decode PostInteractionCountersClass: %w", bin.NewUnexpectedID(id))
		tl_prepaid_giveaway_gen.go#L583: 		return nil, fmt.Errorf("unable to decode PrepaidGiveawayClass: %w", bin.NewUnexpectedID(id))
		tl_privacy_key_gen.go#L1658: 		return nil, fmt.Errorf("unable to decode PrivacyKeyClass: %w", bin.NewUnexpectedID(id))
		tl_privacy_rule_gen.go#L1631: 		return nil, fmt.Errorf("unable to decode PrivacyRuleClass: %w", bin.NewUnexpectedID(id))
		tl_profile_tab_gen.go#L976: 		return nil, fmt.Errorf("unable to decode ProfileTabClass: %w", bin.NewUnexpectedID(id))
		tl_public_forward_gen.go#L415: 		return nil, fmt.Errorf("unable to decode PublicForwardClass: %w", bin.NewUnexpectedID(id))
		tl_reaction_gen.go#L598: 		return nil, fmt.Errorf("unable to decode ReactionClass: %w", bin.NewUnexpectedID(id))
		tl_reaction_notifications_from_gen.go#L301: 		return nil, fmt.Errorf("unable to decode ReactionNotificationsFromClass: %w", bin.NewUnexpectedID(id))
		tl_recent_me_url_gen.go#L920: 		return nil, fmt.Errorf("unable to decode RecentMeURLClass: %w", bin.NewUnexpectedID(id))
		tl_reply_markup_gen.go#L1058: 		return nil, fmt.Errorf("unable to decode ReplyMarkupClass: %w", bin.NewUnexpectedID(id))
		tl_report_reason_gen.go#L1189: 		return nil, fmt.Errorf("unable to decode ReportReasonClass: %w", bin.NewUnexpectedID(id))
		tl_report_result_gen.go#L593: 		return nil, fmt.Errorf("unable to decode ReportResultClass: %w", bin.NewUnexpectedID(id))
		tl_request_peer_type_gen.go#L1316: 		return nil, fmt.Errorf("unable to decode RequestPeerTypeClass: %w", bin.NewUnexpectedID(id))
		tl_requested_peer_gen.go#L1048: 		return nil, fmt.Errorf("unable to decode RequestedPeerClass: %w", bin.NewUnexpectedID(id))
		tl_requirement_to_contact_gen.go#L456: 		return nil, fmt.Errorf("unable to decode RequirementToContactClass: %w", bin.NewUnexpectedID(id))
		tl_rich_text_gen.go#L4845: 		return nil, fmt.Errorf("unable to decode RichTextClass: %w", bin.NewUnexpectedID(id))
		tl_saved_dialog_gen.go#L761: 		return nil, fmt.Errorf("unable to decode SavedDialogClass: %w", bin.NewUnexpectedID(id))
		tl_secure_file_gen.go#L531: 		return nil, fmt.Errorf("unable to decode SecureFileClass: %w", bin.NewUnexpectedID(id))
		tl_secure_password_kdf_algo_gen.go#L480: 		return nil, fmt.Errorf("unable to decode SecurePasswordKdfAlgoClass: %w", bin.NewUnexpectedID(id))
		tl_secure_plain_data_gen.go#L375: 		return nil, fmt.Errorf("unable to decode SecurePlainDataClass: %w", bin.NewUnexpectedID(id))
		tl_secure_required_type_gen.go#L521: 		return nil, fmt.Errorf("unable to decode SecureRequiredTypeClass: %w", bin.NewUnexpectedID(id))
		tl_secure_value_error_gen.go#L2063: 		return nil, fmt.Errorf("unable to decode SecureValueErrorClass: %w", bin.NewUnexpectedID(id))
		tl_secure_value_type_gen.go#L1528: 		return nil, fmt.Errorf("unable to decode SecureValueTypeClass: %w", bin.NewUnexpectedID(id))
		tl_send_message_action_gen.go#L2930: 		return nil, fmt.Errorf("unable to decode SendMessageActionClass: %w", bin.NewUnexpectedID(id))
		tl_star_gift_attribute_gen.go#L1186: 		return nil, fmt.Errorf("unable to decode StarGiftAttributeClass: %w", bin.NewUnexpectedID(id))
		tl_star_gift_attribute_id_gen.go#L526: 		return nil, fmt.Errorf("unable to decode StarGiftAttributeIDClass: %w", bin.NewUnexpectedID(id))
		tl_star_gift_attribute_rarity_gen.go#L667: 		return nil, fmt.Errorf("unable to decode StarGiftAttributeRarityClass: %w", bin.NewUnexpectedID(id))
		tl_star_gift_auction_round_gen.go#L501: 		return nil, fmt.Errorf("unable to decode StarGiftAuctionRoundClass: %w", bin.NewUnexpectedID(id))
		tl_star_gift_auction_state_gen.go#L1146: 		return nil, fmt.Errorf("unable to decode StarGiftAuctionStateClass: %w", bin.NewUnexpectedID(id))
		tl_star_gift_gen.go#L2809: 		return nil, fmt.Errorf("unable to decode StarGiftClass: %w", bin.NewUnexpectedID(id))
		tl_stars_amount_gen.go#L402: 		return nil, fmt.Errorf("unable to decode StarsAmountClass: %w", bin.NewUnexpectedID(id))
		tl_stars_transaction_peer_gen.go#L1043: 		return nil, fmt.Errorf("unable to decode StarsTransactionPeerClass: %w", bin.NewUnexpectedID(id))
		tl_stats_graph_gen.go#L591: 		return nil, fmt.Errorf("unable to decode StatsGraphClass: %w", bin.NewUnexpectedID(id))
		tl_sticker_set_covered_gen.go#L880: 		return nil, fmt.Errorf("unable to decode StickerSetCoveredClass: %w", bin.NewUnexpectedID(id))
		tl_storage_file_type_gen.go#L1189: 		return nil, fmt.Errorf("unable to decode StorageFileTypeClass: %w", bin.NewUnexpectedID(id))
		tl_stories_albums_gen.go#L399: 		return nil, fmt.Errorf("unable to decode StoriesAlbumsClass: %w", bin.NewUnexpectedID(id))
		tl_stories_all_stories_gen.go#L704: 		return nil, fmt.Errorf("unable to decode StoriesAllStoriesClass: %w", bin.NewUnexpectedID(id))
		tl_story_item_gen.go#L1707: 		return nil, fmt.Errorf("unable to decode StoryItemClass: %w", bin.NewUnexpectedID(id))
		tl_story_reaction_gen.go#L617: 		return nil, fmt.Errorf("unable to decode StoryReactionClass: %w", bin.NewUnexpectedID(id))
		tl_story_view_gen.go#L943: 		return nil, fmt.Errorf("unable to decode StoryViewClass: %w", bin.NewUnexpectedID(id))
		tl_top_peer_category_gen.go#L1191: 		return nil, fmt.Errorf("unable to decode TopPeerCategoryClass: %w", bin.NewUnexpectedID(id))
		tl_update_gen.go#L34553: 		return nil, fmt.Errorf("unable to decode UpdateClass: %w", bin.NewUnexpectedID(id))
		tl_updates_channel_difference_gen.go#L1265: 		return nil, fmt.Errorf("unable to decode UpdatesChannelDifferenceClass: %w", bin.NewUnexpectedID(id))
		tl_updates_difference_gen.go#L1188: 		return nil, fmt.Errorf("unable to decode UpdatesDifferenceClass: %w", bin.NewUnexpectedID(id))
		tl_updates_gen.go#L2993: 		return nil, fmt.Errorf("unable to decode UpdatesClass: %w", bin.NewUnexpectedID(id))
		tl_upload_cdn_file_gen.go#L377: 		return nil, fmt.Errorf("unable to decode UploadCDNFileClass: %w", bin.NewUnexpectedID(id))
		tl_upload_file_gen.go#L567: 		return nil, fmt.Errorf("unable to decode UploadFileClass: %w", bin.NewUnexpectedID(id))
		tl_url_auth_result_gen.go#L1105: 		return nil, fmt.Errorf("unable to decode URLAuthResultClass: %w", bin.NewUnexpectedID(id))
		tl_user_gen.go#L2652: 		return nil, fmt.Errorf("unable to decode UserClass: %w", bin.NewUnexpectedID(id))
		tl_user_profile_photo_gen.go#L523: 		return nil, fmt.Errorf("unable to decode UserProfilePhotoClass: %w", bin.NewUnexpectedID(id))
		tl_user_status_gen.go#L1015: 		return nil, fmt.Errorf("unable to decode UserStatusClass: %w", bin.NewUnexpectedID(id))
		tl_users_saved_music_gen.go#L441: 		return nil, fmt.Errorf("unable to decode UsersSavedMusicClass: %w", bin.NewUnexpectedID(id))
		tl_users_users_gen.go#L445: 		return nil, fmt.Errorf("unable to decode UsersUsersClass: %w", bin.NewUnexpectedID(id))
		tl_video_size_gen.go#L798: 		return nil, fmt.Errorf("unable to decode VideoSizeClass: %w", bin.NewUnexpectedID(id))
		tl_wall_paper_gen.go#L866: 		return nil, fmt.Errorf("unable to decode WallPaperClass: %w", bin.NewUnexpectedID(id))
		tl_web_document_gen.go#L630: 		return nil, fmt.Errorf("unable to decode WebDocumentClass: %w", bin.NewUnexpectedID(id))
		tl_web_page_attribute_gen.go#L1525: 		return nil, fmt.Errorf("unable to decode WebPageAttributeClass: %w", bin.NewUnexpectedID(id))
		tl_web_page_gen.go#L1809: 		return nil, fmt.Errorf("unable to decode WebPageClass: %w", bin.NewUnexpectedID(id))