const github.com/gotd/td/bin.PreallocateLimit

565 uses

	github.com/gotd/td/bin (current package)
		const.go#L4: const PreallocateLimit = 1024

	github.com/gotd/td/internal/mt
		tl_future_salts_gen.go#L182: 			f.Salts = make([]FutureSalt, 0, headerLen%bin.PreallocateLimit)
		tl_msg_container_gen.go#L148: 			m.Messages = make([]Message, 0, headerLen%bin.PreallocateLimit)
		tl_msg_resend_req_gen.go#L146: 			m.MsgIDs = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_msgs_ack_gen.go#L146: 			m.MsgIDs = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_msgs_all_info_gen.go#L156: 			m.MsgIDs = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_msgs_state_req_gen.go#L146: 			m.MsgIDs = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_res_p_q_gen.go#L197: 			r.ServerPublicKeyFingerprints = make([]int64, 0, headerLen%bin.PreallocateLimit)

	github.com/gotd/td/tg
		tl_access_point_rule_gen.go#L198: 			a.IPs = make([]IPPortClass, 0, headerLen%bin.PreallocateLimit)
		tl_account_accept_authorization_gen.go#L230: 			a.ValueHashes = make([]SecureValueHash, 0, headerLen%bin.PreallocateLimit)
		tl_account_authorization_form_gen.go#L274: 			a.RequiredTypes = make([]SecureRequiredTypeClass, 0, headerLen%bin.PreallocateLimit)
		tl_account_authorization_form_gen.go#L291: 			a.Values = make([]SecureValue, 0, headerLen%bin.PreallocateLimit)
		tl_account_authorization_form_gen.go#L308: 			a.Errors = make([]SecureValueErrorClass, 0, headerLen%bin.PreallocateLimit)
		tl_account_authorization_form_gen.go#L325: 			a.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_account_authorizations_gen.go#L177: 			a.Authorizations = make([]Authorization, 0, headerLen%bin.PreallocateLimit)
		tl_account_auto_save_settings_gen.go#L261: 			a.Exceptions = make([]AutoSaveException, 0, headerLen%bin.PreallocateLimit)
		tl_account_auto_save_settings_gen.go#L278: 			a.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_account_auto_save_settings_gen.go#L295: 			a.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_account_create_theme_gen.go#L268: 			c.Settings = make([]InputThemeSettings, 0, headerLen%bin.PreallocateLimit)
		tl_account_delete_secure_value_gen.go#L165: 			d.Types = make([]SecureValueTypeClass, 0, headerLen%bin.PreallocateLimit)
		tl_account_emoji_statuses_gen.go#L299: 			e.Statuses = make([]EmojiStatusClass, 0, headerLen%bin.PreallocateLimit)
		tl_account_get_multi_wall_papers_gen.go#L167: 			g.Wallpapers = make([]InputWallPaperClass, 0, headerLen%bin.PreallocateLimit)
		tl_account_get_secure_value_gen.go#L165: 			g.Types = make([]SecureValueTypeClass, 0, headerLen%bin.PreallocateLimit)
		tl_account_invalidate_sign_in_codes_gen.go#L159: 			i.Codes = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_account_privacy_rules_gen.go#L201: 			p.Rules = make([]PrivacyRuleClass, 0, headerLen%bin.PreallocateLimit)
		tl_account_privacy_rules_gen.go#L218: 			p.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_account_privacy_rules_gen.go#L235: 			p.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_account_register_device_gen.go#L282: 			r.OtherUIDs = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_account_reorder_usernames_gen.go#L156: 			r.Order = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_account_saved_ringtones_gen.go#L290: 			s.Ringtones = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
		tl_account_set_privacy_gen.go#L185: 			s.Rules = make([]InputPrivacyRuleClass, 0, headerLen%bin.PreallocateLimit)
		tl_account_themes_gen.go#L287: 			t.Themes = make([]Theme, 0, headerLen%bin.PreallocateLimit)
		tl_account_unregister_device_gen.go#L200: 			u.OtherUIDs = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_account_update_theme_gen.go#L328: 			u.Settings = make([]InputThemeSettings, 0, headerLen%bin.PreallocateLimit)
		tl_account_wall_papers_gen.go#L299: 			w.Wallpapers = make([]WallPaperClass, 0, headerLen%bin.PreallocateLimit)
		tl_account_web_authorizations_gen.go#L178: 			w.Authorizations = make([]WebAuthorization, 0, headerLen%bin.PreallocateLimit)
		tl_account_web_authorizations_gen.go#L195: 			w.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_attach_menu_bot_gen.go#L363: 			a.PeerTypes = make([]AttachMenuPeerTypeClass, 0, headerLen%bin.PreallocateLimit)
		tl_attach_menu_bot_gen.go#L380: 			a.Icons = make([]AttachMenuBotIcon, 0, headerLen%bin.PreallocateLimit)
		tl_attach_menu_bot_icon_gen.go#L246: 			a.Colors = make([]AttachMenuBotIconColor, 0, headerLen%bin.PreallocateLimit)
		tl_attach_menu_bots_bot_gen.go#L186: 			a.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_attach_menu_bots_gen.go#L313: 			a.Bots = make([]AttachMenuBot, 0, headerLen%bin.PreallocateLimit)
		tl_attach_menu_bots_gen.go#L330: 			a.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_auth_drop_temp_auth_keys_gen.go#L156: 			d.ExceptAuthKeys = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_auth_export_login_token_gen.go#L208: 			e.ExceptIDs = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_bot_command_vector_gen.go#L153: 			vec.Elems = make([]BotCommand, 0, headerLen%bin.PreallocateLimit)
		tl_bot_info_gen.go#L348: 			b.Commands = make([]BotCommand, 0, headerLen%bin.PreallocateLimit)
		tl_bot_inline_message_gen.go#L268: 			b.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_bot_inline_message_gen.go#L606: 			b.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_bot_inline_message_gen.go#L2456: 			b.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_bots_reorder_usernames_gen.go#L180: 			r.Order = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_bots_set_bot_commands_gen.go#L201: 			s.Commands = make([]BotCommand, 0, headerLen%bin.PreallocateLimit)
		tl_cdn_config_gen.go#L164: 			c.PublicKeys = make([]CDNPublicKey, 0, headerLen%bin.PreallocateLimit)
		tl_channel_admin_log_event_action_gen.go#L5678: 			c.PrevValue = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_channel_admin_log_event_action_gen.go#L5695: 			c.NewValue = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_channel_messages_filter_gen.go#L302: 			c.Ranges = make([]MessageRange, 0, headerLen%bin.PreallocateLimit)
		tl_channels_admin_log_results_gen.go#L198: 			a.Events = make([]ChannelAdminLogEvent, 0, headerLen%bin.PreallocateLimit)
		tl_channels_admin_log_results_gen.go#L215: 			a.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_channels_admin_log_results_gen.go#L232: 			a.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_channels_channel_participant_gen.go#L205: 			c.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_channels_channel_participant_gen.go#L222: 			c.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_channels_channel_participants_gen.go#L225: 			c.Participants = make([]ChannelParticipantClass, 0, headerLen%bin.PreallocateLimit)
		tl_channels_channel_participants_gen.go#L242: 			c.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_channels_channel_participants_gen.go#L259: 			c.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_channels_delete_messages_gen.go#L186: 			d.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_channels_get_admin_log_gen.go#L314: 			g.Admins = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
		tl_channels_get_channels_gen.go#L164: 			g.ID = make([]InputChannelClass, 0, headerLen%bin.PreallocateLimit)
		tl_channels_get_forum_topics_by_id_gen.go#L180: 			g.Topics = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_channels_get_messages_gen.go#L188: 			g.ID = make([]InputMessageClass, 0, headerLen%bin.PreallocateLimit)
		tl_channels_invite_to_channel_gen.go#L192: 			i.Users = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
		tl_channels_read_message_contents_gen.go#L186: 			r.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_channels_reorder_pinned_forum_topics_gen.go#L225: 			r.Order = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_channels_reorder_usernames_gen.go#L180: 			r.Order = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_channels_report_spam_gen.go#L205: 			r.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_channels_send_as_peers_gen.go#L198: 			s.Peers = make([]SendAsPeer, 0, headerLen%bin.PreallocateLimit)
		tl_channels_send_as_peers_gen.go#L215: 			s.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_channels_send_as_peers_gen.go#L232: 			s.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_chat_full_gen.go#L641: 			c.BotInfo = make([]BotInfo, 0, headerLen%bin.PreallocateLimit)
		tl_chat_full_gen.go#L705: 			c.RecentRequesters = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_chat_full_gen.go#L2373: 			c.BotInfo = make([]BotInfo, 0, headerLen%bin.PreallocateLimit)
		tl_chat_full_gen.go#L2484: 			c.PendingSuggestions = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_chat_full_gen.go#L2522: 			c.RecentRequesters = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_chat_gen.go#L1989: 			c.RestrictionReason = make([]RestrictionReason, 0, headerLen%bin.PreallocateLimit)
		tl_chat_gen.go#L2028: 			c.Usernames = make([]Username, 0, headerLen%bin.PreallocateLimit)
		tl_chat_invite_gen.go#L590: 			c.Participants = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_chat_participants_gen.go#L406: 			c.Participants = make([]ChatParticipantClass, 0, headerLen%bin.PreallocateLimit)
		tl_chat_reactions_gen.go#L436: 			c.Reactions = make([]ReactionClass, 0, headerLen%bin.PreallocateLimit)
		tl_chatlists_chatlist_invite_gen.go#L248: 			c.MissingPeers = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_chatlists_chatlist_invite_gen.go#L265: 			c.AlreadyPeers = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_chatlists_chatlist_invite_gen.go#L282: 			c.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_chatlists_chatlist_invite_gen.go#L299: 			c.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_chatlists_chatlist_invite_gen.go#L617: 			c.Peers = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_chatlists_chatlist_invite_gen.go#L634: 			c.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_chatlists_chatlist_invite_gen.go#L651: 			c.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_chatlists_chatlist_updates_gen.go#L204: 			c.MissingPeers = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_chatlists_chatlist_updates_gen.go#L221: 			c.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_chatlists_chatlist_updates_gen.go#L238: 			c.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_chatlists_edit_exported_invite_gen.go#L267: 			e.Peers = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_chatlists_export_chatlist_invite_gen.go#L207: 			e.Peers = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_chatlists_exported_invites_gen.go#L204: 			e.Invites = make([]ExportedChatlistInvite, 0, headerLen%bin.PreallocateLimit)
		tl_chatlists_exported_invites_gen.go#L221: 			e.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_chatlists_exported_invites_gen.go#L238: 			e.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_chatlists_join_chatlist_invite_gen.go#L191: 			j.Peers = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_chatlists_join_chatlist_updates_gen.go#L188: 			j.Peers = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_chatlists_leave_chatlist_gen.go#L183: 			l.Peers = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_code_settings_gen.go#L335: 			c.LogoutTokens = make([][]byte, 0, headerLen%bin.PreallocateLimit)
		tl_config_gen.go#L954: 			c.DCOptions = make([]DCOption, 0, headerLen%bin.PreallocateLimit)
		tl_contact_status_vector_gen.go#L153: 			vec.Elems = make([]ContactStatus, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_blocked_gen.go#L203: 			b.Blocked = make([]PeerBlocked, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_blocked_gen.go#L220: 			b.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_blocked_gen.go#L237: 			b.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_blocked_gen.go#L472: 			b.Blocked = make([]PeerBlocked, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_blocked_gen.go#L489: 			b.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_blocked_gen.go#L506: 			b.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_contacts_gen.go#L297: 			c.Contacts = make([]Contact, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_contacts_gen.go#L321: 			c.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_delete_by_phones_gen.go#L156: 			d.Phones = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_delete_contacts_gen.go#L161: 			d.ID = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_edit_close_friends_gen.go#L162: 			e.ID = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_found_gen.go#L221: 			f.MyResults = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_found_gen.go#L238: 			f.Results = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_found_gen.go#L255: 			f.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_found_gen.go#L272: 			f.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_import_contacts_gen.go#L164: 			i.Contacts = make([]InputPhoneContact, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_imported_contacts_gen.go#L211: 			i.Imported = make([]ImportedContact, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_imported_contacts_gen.go#L228: 			i.PopularInvites = make([]PopularContact, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_imported_contacts_gen.go#L245: 			i.RetryContacts = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_imported_contacts_gen.go#L262: 			i.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_resolved_peer_gen.go#L205: 			r.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_resolved_peer_gen.go#L222: 			r.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_set_blocked_gen.go#L220: 			s.ID = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_top_peers_gen.go#L305: 			t.Categories = make([]TopPeerCategoryPeers, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_top_peers_gen.go#L322: 			t.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_top_peers_gen.go#L339: 			t.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_dialog_filter_class_vector_gen.go#L156: 			vec.Elems = make([]DialogFilterClass, 0, headerLen%bin.PreallocateLimit)
		tl_dialog_filter_gen.go#L465: 			d.PinnedPeers = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_dialog_filter_gen.go#L482: 			d.IncludePeers = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_dialog_filter_gen.go#L499: 			d.ExcludePeers = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_dialog_filter_gen.go#L1106: 			d.PinnedPeers = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_dialog_filter_gen.go#L1123: 			d.IncludePeers = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_dialog_filter_suggested_vector_gen.go#L153: 			vec.Elems = make([]DialogFilterSuggested, 0, headerLen%bin.PreallocateLimit)
		tl_dialog_peer_class_vector_gen.go#L156: 			vec.Elems = make([]DialogPeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_document_class_vector_gen.go#L156: 			vec.Elems = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
		tl_document_gen.go#L513: 			d.Thumbs = make([]PhotoSizeClass, 0, headerLen%bin.PreallocateLimit)
		tl_document_gen.go#L530: 			d.VideoThumbs = make([]VideoSizeClass, 0, headerLen%bin.PreallocateLimit)
		tl_document_gen.go#L554: 			d.Attributes = make([]DocumentAttributeClass, 0, headerLen%bin.PreallocateLimit)
		tl_draft_message_gen.go#L509: 			d.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_emoji_group_gen.go#L197: 			e.Emoticons = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_emoji_keyword_gen.go#L180: 			e.Emoticons = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_emoji_keyword_gen.go#L355: 			e.Emoticons = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_emoji_keywords_difference_gen.go#L218: 			e.Keywords = make([]EmojiKeywordClass, 0, headerLen%bin.PreallocateLimit)
		tl_emoji_language_vector_gen.go#L153: 			vec.Elems = make([]EmojiLanguage, 0, headerLen%bin.PreallocateLimit)
		tl_emoji_list_gen.go#L291: 			e.DocumentID = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_exported_chatlist_invite_gen.go#L226: 			e.Peers = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_file_hash_vector_gen.go#L153: 			vec.Elems = make([]FileHash, 0, headerLen%bin.PreallocateLimit)
		tl_folders_edit_peer_folders_gen.go#L161: 			e.FolderPeers = make([]InputFolderPeer, 0, headerLen%bin.PreallocateLimit)
		tl_group_call_participant_video_gen.go#L237: 			g.SourceGroups = make([]GroupCallParticipantVideoSourceGroup, 0, headerLen%bin.PreallocateLimit)
		tl_group_call_participant_video_source_group_gen.go#L175: 			g.Sources = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_help_app_update_gen.go#L342: 			a.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_help_config_simple_gen.go#L195: 			c.Rules = make([]AccessPointRule, 0, headerLen%bin.PreallocateLimit)
		tl_help_countries_list_gen.go#L280: 			c.Countries = make([]HelpCountry, 0, headerLen%bin.PreallocateLimit)
		tl_help_country_code_gen.go#L233: 			c.Prefixes = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_help_country_code_gen.go#L250: 			c.Patterns = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_help_country_gen.go#L263: 			c.CountryCodes = make([]HelpCountryCode, 0, headerLen%bin.PreallocateLimit)
		tl_help_deep_link_info_gen.go#L341: 			d.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_help_edit_user_info_gen.go#L207: 			e.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_help_peer_color_set_gen.go#L164: 			p.Colors = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_help_peer_color_set_gen.go#L348: 			p.PaletteColors = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_help_peer_color_set_gen.go#L365: 			p.BgColors = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_help_peer_color_set_gen.go#L382: 			p.StoryColors = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_help_peer_colors_gen.go#L293: 			p.Colors = make([]HelpPeerColorOption, 0, headerLen%bin.PreallocateLimit)
		tl_help_premium_promo_gen.go#L265: 			p.StatusEntities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_help_premium_promo_gen.go#L282: 			p.VideoSections = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_help_premium_promo_gen.go#L299: 			p.Videos = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
		tl_help_premium_promo_gen.go#L316: 			p.PeriodOptions = make([]PremiumSubscriptionOption, 0, headerLen%bin.PreallocateLimit)
		tl_help_premium_promo_gen.go#L333: 			p.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_help_promo_data_gen.go#L447: 			p.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_help_promo_data_gen.go#L464: 			p.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_help_recent_me_urls_gen.go#L201: 			r.URLs = make([]RecentMeURLClass, 0, headerLen%bin.PreallocateLimit)
		tl_help_recent_me_urls_gen.go#L218: 			r.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_help_recent_me_urls_gen.go#L235: 			r.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_help_save_app_log_gen.go#L158: 			s.Events = make([]InputAppEvent, 0, headerLen%bin.PreallocateLimit)
		tl_help_terms_of_service_gen.go#L263: 			t.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_help_user_info_gen.go#L314: 			u.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_bot_inline_message_gen.go#L265: 			i.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_bot_inline_message_gen.go#L603: 			i.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_bot_inline_message_gen.go#L2593: 			i.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_media_gen.go#L366: 			i.Stickers = make([]InputDocumentClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_media_gen.go#L1394: 			i.Attributes = make([]DocumentAttributeClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_media_gen.go#L1411: 			i.Stickers = make([]InputDocumentClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_media_gen.go#L3808: 			i.CorrectAnswers = make([][]byte, 0, headerLen%bin.PreallocateLimit)
		tl_input_media_gen.go#L3832: 			i.SolutionEntities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_privacy_rule_gen.go#L370: 			i.Users = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_privacy_rule_gen.go#L732: 			i.Users = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_privacy_rule_gen.go#L885: 			i.Chats = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_input_privacy_rule_gen.go#L1033: 			i.Chats = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_input_reply_to_gen.go#L346: 			i.QuoteEntities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_secure_value_gen.go#L438: 			i.Translation = make([]InputSecureFileClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_secure_value_gen.go#L455: 			i.Files = make([]InputSecureFileClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_single_media_gen.go#L262: 			i.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_store_payment_purpose_gen.go#L667: 			i.Users = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_store_payment_purpose_gen.go#L1094: 			i.AdditionalPeers = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_store_payment_purpose_gen.go#L1111: 			i.CountriesISO2 = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_input_theme_settings_gen.go#L345: 			i.MessageColors = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_input_web_document_gen.go#L221: 			i.Attributes = make([]DocumentAttributeClass, 0, headerLen%bin.PreallocateLimit)
		tl_int_vector_gen.go#L151: 			vec.Elems = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_invoice_gen.go#L427: 			i.Prices = make([]LabeledPrice, 0, headerLen%bin.PreallocateLimit)
		tl_invoice_gen.go#L451: 			i.SuggestedTipAmounts = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_invoke_after_msgs_gen.go#L170: 			i.MsgIDs = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_json_value_gen.go#L673: 			j.Value = make([]JSONValueClass, 0, headerLen%bin.PreallocateLimit)
		tl_json_value_gen.go#L828: 			j.Value = make([]JSONObjectValue, 0, headerLen%bin.PreallocateLimit)
		tl_keyboard_button_gen.go#L1050: 			k.PeerTypes = make([]InlineQueryPeerTypeClass, 0, headerLen%bin.PreallocateLimit)
		tl_keyboard_button_row_gen.go#L161: 			k.Buttons = make([]KeyboardButtonClass, 0, headerLen%bin.PreallocateLimit)
		tl_lang_pack_difference_gen.go#L218: 			l.Strings = make([]LangPackStringClass, 0, headerLen%bin.PreallocateLimit)
		tl_lang_pack_language_vector_gen.go#L153: 			vec.Elems = make([]LangPackLanguage, 0, headerLen%bin.PreallocateLimit)
		tl_lang_pack_string_class_vector_gen.go#L156: 			vec.Elems = make([]LangPackStringClass, 0, headerLen%bin.PreallocateLimit)
		tl_langpack_get_strings_gen.go#L197: 			g.Keys = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_long_vector_gen.go#L151: 			vec.Elems = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_message_action_gen.go#L282: 			m.Users = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_message_action_gen.go#L815: 			m.Users = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_message_action_gen.go#L3630: 			m.Values = make([]SecureValue, 0, headerLen%bin.PreallocateLimit)
		tl_message_action_gen.go#L3799: 			m.Types = make([]SecureValueTypeClass, 0, headerLen%bin.PreallocateLimit)
		tl_message_action_gen.go#L4479: 			m.Users = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_message_action_gen.go#L6613: 			m.Peers = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_message_gen.go#L1108: 			m.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_message_gen.go#L1170: 			m.RestrictionReason = make([]RestrictionReason, 0, headerLen%bin.PreallocateLimit)
		tl_message_media_gen.go#L3650: 			m.Channels = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_message_media_gen.go#L3667: 			m.CountriesISO2 = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_message_media_gen.go#L4143: 			m.Winners = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_message_peer_vote_gen.go#L562: 			m.Options = make([][]byte, 0, headerLen%bin.PreallocateLimit)
		tl_message_range_vector_gen.go#L153: 			vec.Elems = make([]MessageRange, 0, headerLen%bin.PreallocateLimit)
		tl_message_reactions_gen.go#L253: 			m.Results = make([]ReactionCount, 0, headerLen%bin.PreallocateLimit)
		tl_message_reactions_gen.go#L270: 			m.RecentReactions = make([]MessagePeerReaction, 0, headerLen%bin.PreallocateLimit)
		tl_message_replies_gen.go#L331: 			m.RecentRepliers = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_message_reply_header_gen.go#L480: 			m.QuoteEntities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_affected_found_messages_gen.go#L219: 			a.Messages = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_messages_all_stickers_gen.go#L287: 			a.Sets = make([]StickerSet, 0, headerLen%bin.PreallocateLimit)
		tl_messages_archived_stickers_gen.go#L180: 			a.Sets = make([]StickerSetCoveredClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_available_reactions_gen.go#L293: 			a.Reactions = make([]AvailableReaction, 0, headerLen%bin.PreallocateLimit)
		tl_messages_bot_results_gen.go#L344: 			b.Results = make([]BotInlineResultClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_bot_results_gen.go#L368: 			b.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_chat_admins_with_invites_gen.go#L178: 			c.Admins = make([]ChatAdminWithInvites, 0, headerLen%bin.PreallocateLimit)
		tl_messages_chat_admins_with_invites_gen.go#L195: 			c.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_chat_full_gen.go#L211: 			c.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_chat_full_gen.go#L228: 			c.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_chat_invite_importers_gen.go#L197: 			c.Importers = make([]ChatInviteImporter, 0, headerLen%bin.PreallocateLimit)
		tl_messages_chat_invite_importers_gen.go#L214: 			c.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_chats_gen.go#L166: 			c.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_chats_gen.go#L346: 			c.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_create_chat_gen.go#L229: 			c.Users = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_delete_messages_gen.go#L193: 			d.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_messages_delete_scheduled_messages_gen.go#L180: 			d.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_messages_dialogs_gen.go#L226: 			d.Dialogs = make([]DialogClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_dialogs_gen.go#L243: 			d.Messages = make([]MessageClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_dialogs_gen.go#L260: 			d.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_dialogs_gen.go#L277: 			d.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_dialogs_gen.go#L553: 			d.Dialogs = make([]DialogClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_dialogs_gen.go#L570: 			d.Messages = make([]MessageClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_dialogs_gen.go#L587: 			d.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_dialogs_gen.go#L604: 			d.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_discussion_message_gen.go#L316: 			d.Messages = make([]MessageClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_discussion_message_gen.go#L361: 			d.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_discussion_message_gen.go#L378: 			d.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_edit_inline_bot_message_gen.go#L353: 			e.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_edit_message_gen.go#L398: 			e.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_emoji_groups_gen.go#L296: 			e.Groups = make([]EmojiGroup, 0, headerLen%bin.PreallocateLimit)
		tl_messages_exported_chat_invite_gen.go#L190: 			e.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_exported_chat_invite_gen.go#L404: 			e.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_exported_chat_invites_gen.go#L200: 			e.Invites = make([]ExportedChatInviteClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_exported_chat_invites_gen.go#L217: 			e.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_faved_stickers_gen.go#L307: 			f.Packs = make([]StickerPack, 0, headerLen%bin.PreallocateLimit)
		tl_messages_faved_stickers_gen.go#L324: 			f.Stickers = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_featured_stickers_gen.go#L394: 			f.Sets = make([]StickerSetCoveredClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_featured_stickers_gen.go#L411: 			f.Unread = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_messages_forum_topics_gen.go#L310: 			f.Topics = make([]ForumTopicClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_forum_topics_gen.go#L327: 			f.Messages = make([]MessageClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_forum_topics_gen.go#L344: 			f.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_forum_topics_gen.go#L361: 			f.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_forward_messages_gen.go#L411: 			f.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_messages_forward_messages_gen.go#L428: 			f.RandomID = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_messages_found_sticker_sets_gen.go#L290: 			f.Sets = make([]StickerSetCoveredClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_get_chats_gen.go#L156: 			g.ID = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_messages_get_custom_emoji_documents_gen.go#L168: 			g.DocumentID = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_messages_get_emoji_keywords_languages_gen.go#L162: 			g.LangCodes = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_messages_get_extended_media_gen.go#L180: 			g.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_messages_get_messages_gen.go#L161: 			g.ID = make([]InputMessageClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_get_messages_reactions_gen.go#L183: 			g.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_messages_get_messages_views_gen.go#L195: 			g.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_messages_get_peer_dialogs_gen.go#L161: 			g.Peers = make([]InputDialogPeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_get_scheduled_messages_gen.go#L180: 			g.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_messages_get_search_counters_gen.go#L243: 			g.Filters = make([]MessagesFilterClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_get_web_page_preview_gen.go#L215: 			g.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_high_scores_gen.go#L178: 			h.Scores = make([]HighScore, 0, headerLen%bin.PreallocateLimit)
		tl_messages_high_scores_gen.go#L195: 			h.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_inactive_chats_gen.go#L196: 			i.Dates = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_messages_inactive_chats_gen.go#L213: 			i.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_inactive_chats_gen.go#L230: 			i.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_message_reactions_list_gen.go#L265: 			m.Reactions = make([]MessagePeerReaction, 0, headerLen%bin.PreallocateLimit)
		tl_messages_message_reactions_list_gen.go#L282: 			m.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_message_reactions_list_gen.go#L299: 			m.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_message_views_gen.go#L198: 			m.Views = make([]MessageViews, 0, headerLen%bin.PreallocateLimit)
		tl_messages_message_views_gen.go#L215: 			m.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_message_views_gen.go#L232: 			m.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_messages_gen.go#L206: 			m.Messages = make([]MessageClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_messages_gen.go#L223: 			m.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_messages_gen.go#L240: 			m.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_messages_gen.go#L586: 			m.Messages = make([]MessageClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_messages_gen.go#L603: 			m.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_messages_gen.go#L620: 			m.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_messages_gen.go#L1041: 			c.Messages = make([]MessageClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_messages_gen.go#L1058: 			c.Topics = make([]ForumTopicClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_messages_gen.go#L1075: 			c.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_messages_gen.go#L1092: 			c.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_peer_dialogs_gen.go#L238: 			p.Dialogs = make([]DialogClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_peer_dialogs_gen.go#L255: 			p.Messages = make([]MessageClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_peer_dialogs_gen.go#L272: 			p.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_peer_dialogs_gen.go#L289: 			p.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_peer_settings_gen.go#L200: 			p.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_peer_settings_gen.go#L217: 			p.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_reactions_gen.go#L296: 			r.Reactions = make([]ReactionClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_read_featured_stickers_gen.go#L156: 			r.ID = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_messages_read_message_contents_gen.go#L157: 			r.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_messages_recent_stickers_gen.go#L322: 			r.Packs = make([]StickerPack, 0, headerLen%bin.PreallocateLimit)
		tl_messages_recent_stickers_gen.go#L339: 			r.Stickers = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_recent_stickers_gen.go#L356: 			r.Dates = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_messages_reorder_pinned_dialogs_gen.go#L220: 			r.Order = make([]InputDialogPeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_reorder_sticker_sets_gen.go#L212: 			r.Order = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_messages_report_gen.go#L209: 			r.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_messages_save_draft_gen.go#L339: 			s.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_saved_gifs_gen.go#L290: 			s.Gifs = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_search_counter_vector_gen.go#L153: 			vec.Elems = make([]MessagesSearchCounter, 0, headerLen%bin.PreallocateLimit)
		tl_messages_search_results_calendar_gen.go#L351: 			s.Periods = make([]SearchResultsCalendarPeriod, 0, headerLen%bin.PreallocateLimit)
		tl_messages_search_results_calendar_gen.go#L368: 			s.Messages = make([]MessageClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_search_results_calendar_gen.go#L385: 			s.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_search_results_calendar_gen.go#L402: 			s.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_search_results_positions_gen.go#L177: 			s.Positions = make([]SearchResultPosition, 0, headerLen%bin.PreallocateLimit)
		tl_messages_send_bot_requested_peer_gen.go#L236: 			s.RequestedPeers = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_send_media_gen.go#L511: 			s.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_send_message_gen.go#L503: 			s.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_send_multi_media_gen.go#L404: 			s.MultiMedia = make([]InputSingleMedia, 0, headerLen%bin.PreallocateLimit)
		tl_messages_send_reaction_gen.go#L276: 			s.Reaction = make([]ReactionClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_send_scheduled_messages_gen.go#L180: 			s.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_messages_send_vote_gen.go#L202: 			s.Options = make([][]byte, 0, headerLen%bin.PreallocateLimit)
		tl_messages_set_bot_shipping_results_gen.go#L246: 			s.ShippingOptions = make([]ShippingOption, 0, headerLen%bin.PreallocateLimit)
		tl_messages_set_inline_bot_results_gen.go#L329: 			s.Results = make([]InputBotInlineResultClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_sponsored_messages_gen.go#L255: 			s.Messages = make([]SponsoredMessage, 0, headerLen%bin.PreallocateLimit)
		tl_messages_sponsored_messages_gen.go#L272: 			s.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_sponsored_messages_gen.go#L289: 			s.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_sticker_set_gen.go#L219: 			s.Packs = make([]StickerPack, 0, headerLen%bin.PreallocateLimit)
		tl_messages_sticker_set_gen.go#L236: 			s.Keywords = make([]StickerKeyword, 0, headerLen%bin.PreallocateLimit)
		tl_messages_sticker_set_gen.go#L253: 			s.Documents = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_sticker_set_install_result_gen.go#L273: 			s.Sets = make([]StickerSetCoveredClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_stickers_gen.go#L290: 			s.Stickers = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_toggle_sticker_sets_gen.go#L230: 			t.Stickersets = make([]InputStickerSetClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_translate_result_gen.go#L164: 			t.Result = make([]TextWithEntities, 0, headerLen%bin.PreallocateLimit)
		tl_messages_translate_text_gen.go#L268: 			t.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_messages_translate_text_gen.go#L285: 			t.Text = make([]TextWithEntities, 0, headerLen%bin.PreallocateLimit)
		tl_messages_update_dialog_filters_order_gen.go#L162: 			u.Order = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_messages_votes_list_gen.go#L272: 			v.Votes = make([]MessagePeerVoteClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_votes_list_gen.go#L289: 			v.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_votes_list_gen.go#L306: 			v.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_web_page_gen.go#L205: 			w.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_web_page_gen.go#L222: 			w.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_page_block_gen.go#L1679: 			p.Items = make([]PageListItemClass, 0, headerLen%bin.PreallocateLimit)
		tl_page_block_gen.go#L3428: 			p.Blocks = make([]PageBlockClass, 0, headerLen%bin.PreallocateLimit)
		tl_page_block_gen.go#L3653: 			p.Items = make([]PageBlockClass, 0, headerLen%bin.PreallocateLimit)
		tl_page_block_gen.go#L3838: 			p.Items = make([]PageBlockClass, 0, headerLen%bin.PreallocateLimit)
		tl_page_block_gen.go#L4528: 			p.Rows = make([]PageTableRow, 0, headerLen%bin.PreallocateLimit)
		tl_page_block_gen.go#L4727: 			p.Items = make([]PageListOrderedItemClass, 0, headerLen%bin.PreallocateLimit)
		tl_page_block_gen.go#L4939: 			p.Blocks = make([]PageBlockClass, 0, headerLen%bin.PreallocateLimit)
		tl_page_block_gen.go#L5152: 			p.Articles = make([]PageRelatedArticle, 0, headerLen%bin.PreallocateLimit)
		tl_page_gen.go#L322: 			p.Blocks = make([]PageBlockClass, 0, headerLen%bin.PreallocateLimit)
		tl_page_gen.go#L339: 			p.Photos = make([]PhotoClass, 0, headerLen%bin.PreallocateLimit)
		tl_page_gen.go#L356: 			p.Documents = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
		tl_page_list_item_gen.go#L306: 			p.Blocks = make([]PageBlockClass, 0, headerLen%bin.PreallocateLimit)
		tl_page_list_ordered_item_gen.go#L355: 			p.Blocks = make([]PageBlockClass, 0, headerLen%bin.PreallocateLimit)
		tl_page_table_row_gen.go#L158: 			p.Cells = make([]PageTableCell, 0, headerLen%bin.PreallocateLimit)
		tl_payments_bank_card_data_gen.go#L177: 			b.OpenURLs = make([]BankCardOpenURL, 0, headerLen%bin.PreallocateLimit)
		tl_payments_checked_gift_code_gen.go#L390: 			c.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_payments_checked_gift_code_gen.go#L407: 			c.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_payments_payment_form_gen.go#L533: 			p.AdditionalMethods = make([]PaymentFormMethod, 0, headerLen%bin.PreallocateLimit)
		tl_payments_payment_form_gen.go#L555: 			p.SavedCredentials = make([]PaymentSavedCredentialsCard, 0, headerLen%bin.PreallocateLimit)
		tl_payments_payment_form_gen.go#L572: 			p.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_payments_payment_receipt_gen.go#L487: 			p.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_payments_validated_requested_info_gen.go#L216: 			v.ShippingOptions = make([]ShippingOption, 0, headerLen%bin.PreallocateLimit)
		tl_peer_class_vector_gen.go#L156: 			vec.Elems = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_peer_stories_gen.go#L239: 			p.Stories = make([]StoryItemClass, 0, headerLen%bin.PreallocateLimit)
		tl_phone_call_gen.go#L1610: 			p.Connections = make([]PhoneConnectionClass, 0, headerLen%bin.PreallocateLimit)
		tl_phone_call_protocol_gen.go#L256: 			p.LibraryVersions = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_phone_check_group_call_gen.go#L178: 			c.Sources = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_phone_get_group_participants_gen.go#L229: 			g.IDs = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_phone_get_group_participants_gen.go#L246: 			g.Sources = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_phone_group_call_gen.go#L238: 			g.Participants = make([]GroupCallParticipant, 0, headerLen%bin.PreallocateLimit)
		tl_phone_group_call_gen.go#L262: 			g.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_phone_group_call_gen.go#L279: 			g.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_phone_group_call_stream_channels_gen.go#L158: 			g.Channels = make([]GroupCallStreamChannel, 0, headerLen%bin.PreallocateLimit)
		tl_phone_group_participants_gen.go#L245: 			g.Participants = make([]GroupCallParticipant, 0, headerLen%bin.PreallocateLimit)
		tl_phone_group_participants_gen.go#L269: 			g.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_phone_group_participants_gen.go#L286: 			g.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_phone_invite_to_group_call_gen.go#L180: 			i.Users = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
		tl_phone_join_as_peers_gen.go#L202: 			j.Peers = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_phone_join_as_peers_gen.go#L219: 			j.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_phone_join_as_peers_gen.go#L236: 			j.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_phone_phone_call_gen.go#L185: 			p.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_photo_gen.go#L463: 			p.Sizes = make([]PhotoSizeClass, 0, headerLen%bin.PreallocateLimit)
		tl_photo_gen.go#L480: 			p.VideoSizes = make([]VideoSizeClass, 0, headerLen%bin.PreallocateLimit)
		tl_photo_size_gen.go#L960: 			p.Sizes = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_photos_delete_photos_gen.go#L161: 			d.ID = make([]InputPhotoClass, 0, headerLen%bin.PreallocateLimit)
		tl_photos_photo_gen.go#L185: 			p.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_photos_photos_gen.go#L186: 			p.Photos = make([]PhotoClass, 0, headerLen%bin.PreallocateLimit)
		tl_photos_photos_gen.go#L203: 			p.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_photos_photos_gen.go#L413: 			p.Photos = make([]PhotoClass, 0, headerLen%bin.PreallocateLimit)
		tl_photos_photos_gen.go#L430: 			p.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_poll_gen.go#L334: 			p.Answers = make([]PollAnswer, 0, headerLen%bin.PreallocateLimit)
		tl_poll_results_gen.go#L323: 			p.Results = make([]PollAnswerVoters, 0, headerLen%bin.PreallocateLimit)
		tl_poll_results_gen.go#L347: 			p.RecentVoters = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_poll_results_gen.go#L371: 			p.SolutionEntities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_premium_apply_boost_gen.go#L211: 			a.Slots = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_premium_boosts_list_gen.go#L250: 			b.Boosts = make([]Boost, 0, headerLen%bin.PreallocateLimit)
		tl_premium_boosts_list_gen.go#L274: 			b.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_premium_boosts_status_gen.go#L418: 			b.PrepaidGiveaways = make([]PrepaidGiveaway, 0, headerLen%bin.PreallocateLimit)
		tl_premium_boosts_status_gen.go#L435: 			b.MyBoostSlots = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_premium_gift_code_option_vector_gen.go#L153: 			vec.Elems = make([]PremiumGiftCodeOption, 0, headerLen%bin.PreallocateLimit)
		tl_premium_my_boosts_gen.go#L202: 			m.MyBoosts = make([]MyBoost, 0, headerLen%bin.PreallocateLimit)
		tl_premium_my_boosts_gen.go#L219: 			m.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_premium_my_boosts_gen.go#L236: 			m.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_privacy_rule_gen.go#L365: 			p.Users = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_privacy_rule_gen.go#L717: 			p.Users = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_privacy_rule_gen.go#L865: 			p.Chats = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_privacy_rule_gen.go#L1013: 			p.Chats = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_read_participant_date_vector_gen.go#L153: 			vec.Elems = make([]ReadParticipantDate, 0, headerLen%bin.PreallocateLimit)
		tl_received_notify_message_vector_gen.go#L153: 			vec.Elems = make([]ReceivedNotifyMessage, 0, headerLen%bin.PreallocateLimit)
		tl_reply_markup_gen.go#L705: 			r.Rows = make([]KeyboardButtonRow, 0, headerLen%bin.PreallocateLimit)
		tl_reply_markup_gen.go#L956: 			r.Rows = make([]KeyboardButtonRow, 0, headerLen%bin.PreallocateLimit)
		tl_rich_text_gen.go#L1464: 			t.Texts = make([]RichTextClass, 0, headerLen%bin.PreallocateLimit)
		tl_saved_phone_contact_vector_gen.go#L153: 			vec.Elems = make([]SavedPhoneContact, 0, headerLen%bin.PreallocateLimit)
		tl_secure_required_type_gen.go#L432: 			s.Types = make([]SecureRequiredTypeClass, 0, headerLen%bin.PreallocateLimit)
		tl_secure_value_error_gen.go#L1247: 			s.FileHash = make([][]byte, 0, headerLen%bin.PreallocateLimit)
		tl_secure_value_error_gen.go#L1876: 			s.FileHash = make([][]byte, 0, headerLen%bin.PreallocateLimit)
		tl_secure_value_gen.go#L447: 			s.Translation = make([]SecureFileClass, 0, headerLen%bin.PreallocateLimit)
		tl_secure_value_gen.go#L464: 			s.Files = make([]SecureFileClass, 0, headerLen%bin.PreallocateLimit)
		tl_secure_value_vector_gen.go#L153: 			vec.Elems = make([]SecureValue, 0, headerLen%bin.PreallocateLimit)
		tl_shipping_option_gen.go#L196: 			s.Prices = make([]LabeledPrice, 0, headerLen%bin.PreallocateLimit)
		tl_sponsored_message_gen.go#L570: 			s.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_stats_broadcast_stats_gen.go#L642: 			b.RecentPostsInteractions = make([]PostInteractionCountersClass, 0, headerLen%bin.PreallocateLimit)
		tl_stats_megagroup_stats_gen.go#L502: 			m.TopPosters = make([]StatsGroupTopPoster, 0, headerLen%bin.PreallocateLimit)
		tl_stats_megagroup_stats_gen.go#L519: 			m.TopAdmins = make([]StatsGroupTopAdmin, 0, headerLen%bin.PreallocateLimit)
		tl_stats_megagroup_stats_gen.go#L536: 			m.TopInviters = make([]StatsGroupTopInviter, 0, headerLen%bin.PreallocateLimit)
		tl_stats_megagroup_stats_gen.go#L553: 			m.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_stats_public_forwards_gen.go#L271: 			p.Forwards = make([]PublicForwardClass, 0, headerLen%bin.PreallocateLimit)
		tl_stats_public_forwards_gen.go#L295: 			p.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_stats_public_forwards_gen.go#L312: 			p.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_sticker_keyword_gen.go#L175: 			s.Keyword = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_sticker_pack_gen.go#L180: 			s.Documents = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_sticker_set_covered_class_vector_gen.go#L156: 			vec.Elems = make([]StickerSetCoveredClass, 0, headerLen%bin.PreallocateLimit)
		tl_sticker_set_covered_gen.go#L352: 			s.Covers = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
		tl_sticker_set_covered_gen.go#L577: 			s.Packs = make([]StickerPack, 0, headerLen%bin.PreallocateLimit)
		tl_sticker_set_covered_gen.go#L594: 			s.Keywords = make([]StickerKeyword, 0, headerLen%bin.PreallocateLimit)
		tl_sticker_set_covered_gen.go#L611: 			s.Documents = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
		tl_sticker_set_gen.go#L530: 			s.Thumbs = make([]PhotoSizeClass, 0, headerLen%bin.PreallocateLimit)
		tl_stickers_create_sticker_set_gen.go#L395: 			c.Stickers = make([]InputStickerSetItem, 0, headerLen%bin.PreallocateLimit)
		tl_stories_all_stories_gen.go#L490: 			a.PeerStories = make([]PeerStories, 0, headerLen%bin.PreallocateLimit)
		tl_stories_all_stories_gen.go#L507: 			a.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_all_stories_gen.go#L524: 			a.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_delete_stories_gen.go#L183: 			d.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_stories_edit_story_gen.go#L372: 			e.MediaAreas = make([]MediaAreaClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_edit_story_gen.go#L396: 			e.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_edit_story_gen.go#L413: 			e.PrivacyRules = make([]InputPrivacyRuleClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_get_peer_max_ids_gen.go#L161: 			g.ID = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_get_stories_by_id_gen.go#L183: 			g.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_stories_get_stories_views_gen.go#L184: 			g.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_stories_increment_story_views_gen.go#L180: 			i.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_stories_peer_stories_gen.go#L203: 			p.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_peer_stories_gen.go#L220: 			p.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_report_gen.go#L209: 			r.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_stories_send_story_gen.go#L473: 			s.MediaAreas = make([]MediaAreaClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_send_story_gen.go#L497: 			s.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_send_story_gen.go#L514: 			s.PrivacyRules = make([]InputPrivacyRuleClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_stories_gen.go#L223: 			s.Stories = make([]StoryItemClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_stories_gen.go#L240: 			s.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_stories_gen.go#L257: 			s.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_story_reactions_list_gen.go#L260: 			s.Reactions = make([]StoryReactionClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_story_reactions_list_gen.go#L277: 			s.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_story_reactions_list_gen.go#L294: 			s.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_story_views_gen.go#L181: 			s.Views = make([]StoryViews, 0, headerLen%bin.PreallocateLimit)
		tl_stories_story_views_gen.go#L198: 			s.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_story_views_list_gen.go#L324: 			s.Views = make([]StoryViewClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_story_views_list_gen.go#L341: 			s.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_story_views_list_gen.go#L358: 			s.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_stories_toggle_pinned_gen.go#L192: 			t.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_story_item_gen.go#L1008: 			s.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_story_item_gen.go#L1032: 			s.MediaAreas = make([]MediaAreaClass, 0, headerLen%bin.PreallocateLimit)
		tl_story_item_gen.go#L1049: 			s.Privacy = make([]PrivacyRuleClass, 0, headerLen%bin.PreallocateLimit)
		tl_story_views_gen.go#L311: 			s.Reactions = make([]ReactionCount, 0, headerLen%bin.PreallocateLimit)
		tl_story_views_gen.go#L335: 			s.RecentViewers = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_text_with_entities_gen.go#L186: 			t.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_theme_gen.go#L398: 			t.Settings = make([]ThemeSettings, 0, headerLen%bin.PreallocateLimit)
		tl_theme_settings_gen.go#L312: 			t.MessageColors = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_top_peer_category_peers_gen.go#L201: 			t.Peers = make([]TopPeer, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L550: 			u.Messages = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L1472: 			u.Usernames = make([]Username, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L3082: 			u.DCOptions = make([]DCOption, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L3563: 			u.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L3825: 			u.Rules = make([]PrivacyRuleClass, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L4981: 			u.Messages = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L6078: 			u.Messages = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L6865: 			u.Order = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L10518: 			u.Order = make([]DialogPeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L12210: 			u.Messages = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L13310: 			u.FolderPeers = make([]FolderPeer, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L13660: 			u.Peers = make([]PeerLocatedClass, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L13983: 			u.Messages = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L14601: 			u.Options = make([][]byte, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L15004: 			u.Order = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L16739: 			u.Messages = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L17033: 			u.Messages = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L17406: 			u.Participants = make([]GroupCallParticipant, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L19315: 			u.Commands = make([]BotCommand, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L19525: 			u.RecentRequesters = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L22256: 			u.Order = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L24420: 			u.OldReactions = make([]ReactionClass, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L24437: 			u.NewReactions = make([]ReactionClass, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L24725: 			u.Reactions = make([]ReactionCount, 0, headerLen%bin.PreallocateLimit)
		tl_updates_channel_difference_gen.go#L549: 			c.Messages = make([]MessageClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_channel_difference_gen.go#L566: 			c.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_channel_difference_gen.go#L583: 			c.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_channel_difference_gen.go#L963: 			c.NewMessages = make([]MessageClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_channel_difference_gen.go#L980: 			c.OtherUpdates = make([]UpdateClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_channel_difference_gen.go#L997: 			c.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_channel_difference_gen.go#L1014: 			c.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_difference_gen.go#L422: 			d.NewMessages = make([]MessageClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_difference_gen.go#L439: 			d.NewEncryptedMessages = make([]EncryptedMessageClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_difference_gen.go#L456: 			d.OtherUpdates = make([]UpdateClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_difference_gen.go#L473: 			d.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_difference_gen.go#L490: 			d.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_difference_gen.go#L810: 			d.NewMessages = make([]MessageClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_difference_gen.go#L827: 			d.NewEncryptedMessages = make([]EncryptedMessageClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_difference_gen.go#L844: 			d.OtherUpdates = make([]UpdateClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_difference_gen.go#L861: 			d.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_difference_gen.go#L878: 			d.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_gen.go#L615: 			u.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_gen.go#L1350: 			u.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_gen.go#L1975: 			u.Updates = make([]UpdateClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_gen.go#L1992: 			u.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_gen.go#L2009: 			u.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_gen.go#L2301: 			u.Updates = make([]UpdateClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_gen.go#L2318: 			u.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_gen.go#L2335: 			u.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_updates_gen.go#L2745: 			u.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_upload_file_gen.go#L451: 			f.FileHashes = make([]FileHash, 0, headerLen%bin.PreallocateLimit)
		tl_user_class_vector_gen.go#L156: 			vec.Elems = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_user_full_gen.go#L912: 			u.PremiumGifts = make([]PremiumGiftOption, 0, headerLen%bin.PreallocateLimit)
		tl_user_gen.go#L1174: 			u.RestrictionReason = make([]RestrictionReason, 0, headerLen%bin.PreallocateLimit)
		tl_user_gen.go#L1212: 			u.Usernames = make([]Username, 0, headerLen%bin.PreallocateLimit)
		tl_users_get_users_gen.go#L161: 			g.ID = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
		tl_users_set_secure_value_errors_gen.go#L194: 			s.Errors = make([]SecureValueErrorClass, 0, headerLen%bin.PreallocateLimit)
		tl_users_user_full_gen.go#L200: 			u.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_users_user_full_gen.go#L217: 			u.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_video_size_gen.go#L481: 			v.BackgroundColors = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_video_size_gen.go#L689: 			v.BackgroundColors = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_wall_paper_class_vector_gen.go#L156: 			vec.Elems = make([]WallPaperClass, 0, headerLen%bin.PreallocateLimit)
		tl_web_document_gen.go#L242: 			w.Attributes = make([]DocumentAttributeClass, 0, headerLen%bin.PreallocateLimit)
		tl_web_document_gen.go#L492: 			w.Attributes = make([]DocumentAttributeClass, 0, headerLen%bin.PreallocateLimit)
		tl_web_page_attribute_gen.go#L223: 			w.Documents = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
		tl_web_page_gen.go#L1132: 			w.Attributes = make([]WebPageAttributeClass, 0, headerLen%bin.PreallocateLimit)