github.com/gotd/td/bin.Buffer.PutInt (method)
1091 uses
github.com/gotd/td/bin (current package)
encode.go#L39: func (b *Buffer) PutInt(v int) {
github.com/gotd/td/internal/crypto
encrypted_message_data.go#L53: (&bin.Buffer{Buf: b.Buf[lengthOffset:lengthOffset]}).PutInt(msgLen)
github.com/gotd/td/internal/mt
tl_bad_msg_notification_gen.go#L140: buf.PutInt(b.BadMsgSeqno)
tl_bad_msg_notification_gen.go#L141: buf.PutInt(b.ErrorCode)
tl_bad_msg_notification_gen.go#L324: buf.PutInt(b.BadMsgSeqno)
tl_bad_msg_notification_gen.go#L325: buf.PutInt(b.ErrorCode)
tl_future_salt_gen.go#L134: b.PutInt(f.ValidSince)
tl_future_salt_gen.go#L135: b.PutInt(f.ValidUntil)
tl_future_salts_gen.go#L135: b.PutInt(f.Now)
tl_future_salts_gen.go#L136: b.PutInt(len(f.Salts))
tl_get_future_salts_gen.go#L116: b.PutInt(g.Num)
tl_http_wait_gen.go#L134: b.PutInt(h.MaxDelay)
tl_http_wait_gen.go#L135: b.PutInt(h.WaitAfter)
tl_http_wait_gen.go#L136: b.PutInt(h.MaxWait)
tl_message_gen.go#L144: b.PutInt(m.Seqno)
tl_message_gen.go#L145: b.PutInt(m.Bytes)
tl_msg_container_gen.go#L116: b.PutInt(len(m.Messages))
tl_msg_detailed_info_gen.go#L150: b.PutInt(m.Bytes)
tl_msg_detailed_info_gen.go#L151: b.PutInt(m.Status)
tl_msg_detailed_info_gen.go#L340: b.PutInt(m.Bytes)
tl_msg_detailed_info_gen.go#L341: b.PutInt(m.Status)
tl_p_q_inner_data_gen.go#L431: b.PutInt(p.DC)
tl_p_q_inner_data_gen.go#L715: b.PutInt(p.DC)
tl_p_q_inner_data_gen.go#L716: b.PutInt(p.ExpiresIn)
tl_ping_delay_disconnect_gen.go#L126: b.PutInt(p.DisconnectDelay)
tl_rpc_drop_answer_gen.go#L338: b.PutInt(r.SeqNo)
tl_rpc_drop_answer_gen.go#L339: b.PutInt(r.Bytes)
tl_rpc_error_gen.go#L125: b.PutInt(r.ErrorCode)
tl_server_d_h_inner_data_gen.go#L163: b.PutInt(s.G)
tl_server_d_h_inner_data_gen.go#L166: b.PutInt(s.ServerTime)
github.com/gotd/td/internal/proto
container.go#L20: b.PutInt(len(m.Messages))
container.go#L62: b.PutInt(m.SeqNo)
container.go#L63: b.PutInt(m.Bytes)
github.com/gotd/td/internal/proto/codec
full.go#L57: write.PutInt(4 + 4 + b.Len() + 4)
full.go#L60: write.PutInt(seqNo)
full.go#L84: b.PutInt(n)
intermediate.go#L87: inner.PutInt(b.Len())
github.com/gotd/td/tg
tl_access_point_rule_gen.go#L148: b.PutInt(a.DCID)
tl_access_point_rule_gen.go#L149: b.PutInt(len(a.IPs))
tl_account_authorizations_gen.go#L137: b.PutInt(a.AuthorizationTTLDays)
tl_account_days_ttl_gen.go#L126: b.PutInt(a.Days)
tl_account_get_tmp_password_gen.go#L144: b.PutInt(g.Period)
tl_account_password_gen.go#L411: b.PutInt(p.PendingResetDate)
tl_account_register_device_gen.go#L214: b.PutInt(r.TokenType)
tl_account_reset_password_result_gen.go#L132: b.PutInt(r.RetryDate)
tl_account_reset_password_result_gen.go#L268: b.PutInt(r.UntilDate)
tl_account_sent_email_code_gen.go#L141: b.PutInt(s.Length)
tl_account_set_authorization_ttl_gen.go#L126: b.PutInt(s.AuthorizationTTLDays)
tl_account_tmp_password_gen.go#L138: b.PutInt(t.ValidUntil)
tl_account_unregister_device_gen.go#L154: b.PutInt(u.TokenType)
tl_account_update_color_gen.go#L195: b.PutInt(u.Color)
tl_account_update_device_locked_gen.go#L133: b.PutInt(u.Period)
tl_attach_menu_bot_icon_color_gen.go#L144: b.PutInt(a.Color)
tl_auth_authorization_gen.go#L231: b.PutInt(a.OtherwiseReloginDays)
tl_auth_authorization_gen.go#L234: b.PutInt(a.TmpSessions)
tl_auth_bind_temp_auth_key_gen.go#L176: buf.PutInt(b.ExpiresAt)
tl_auth_export_authorization_gen.go#L126: b.PutInt(e.DCID)
tl_auth_export_login_token_gen.go#L162: b.PutInt(e.APIID)
tl_auth_import_bot_authorization_gen.go#L168: b.PutInt(i.Flags)
tl_auth_import_bot_authorization_gen.go#L169: b.PutInt(i.APIID)
tl_auth_import_web_token_authorization_gen.go#L154: b.PutInt(i.APIID)
tl_auth_login_token_gen.go#L145: b.PutInt(l.Expires)
tl_auth_login_token_gen.go#L307: b.PutInt(l.DCID)
tl_auth_send_code_gen.go#L166: b.PutInt(s.APIID)
tl_auth_sent_code_gen.go#L221: b.PutInt(s.Timeout)
tl_auth_sent_code_type_gen.go#L131: b.PutInt(s.Length)
tl_auth_sent_code_type_gen.go#L266: b.PutInt(s.Length)
tl_auth_sent_code_type_gen.go#L402: b.PutInt(s.Length)
tl_auth_sent_code_type_gen.go#L691: b.PutInt(s.Length)
tl_auth_sent_code_type_gen.go#L950: b.PutInt(s.Length)
tl_auth_sent_code_type_gen.go#L952: b.PutInt(s.ResetAvailablePeriod)
tl_auth_sent_code_type_gen.go#L955: b.PutInt(s.ResetPendingDate)
tl_auth_sent_code_type_gen.go#L1423: b.PutInt(s.Length)
tl_auth_sent_code_type_gen.go#L1669: b.PutInt(s.PushTimeout)
tl_auth_sent_code_type_gen.go#L1671: b.PutInt(s.Length)
tl_authorization_gen.go#L363: b.PutInt(a.APIID)
tl_authorization_gen.go#L366: b.PutInt(a.DateCreated)
tl_authorization_gen.go#L367: b.PutInt(a.DateActive)
tl_auto_download_settings_gen.go#L277: b.PutInt(a.PhotoSizeMax)
tl_auto_download_settings_gen.go#L280: b.PutInt(a.VideoUploadMaxbitrate)
tl_auto_download_settings_gen.go#L281: b.PutInt(a.SmallQueueActiveOperationsMax)
tl_auto_download_settings_gen.go#L282: b.PutInt(a.LargeQueueActiveOperationsMax)
tl_boost_gen.go#L315: buf.PutInt(b.GiveawayMsgID)
tl_boost_gen.go#L317: buf.PutInt(b.Date)
tl_boost_gen.go#L318: buf.PutInt(b.Expires)
tl_boost_gen.go#L323: buf.PutInt(b.Multiplier)
tl_bot_inline_message_gen.go#L923: buf.PutInt(b.Heading)
tl_bot_inline_message_gen.go#L926: buf.PutInt(b.Period)
tl_bot_inline_message_gen.go#L929: buf.PutInt(b.ProximityNotificationRadius)
tl_cdn_public_key_gen.go#L143: b.PutInt(c.DCID)
tl_channel_admin_log_event_action_gen.go#L3205: b.PutInt(c.PrevValue)
tl_channel_admin_log_event_action_gen.go#L3206: b.PutInt(c.NewValue)
tl_channel_admin_log_event_action_gen.go#L4857: b.PutInt(c.PrevValue)
tl_channel_admin_log_event_action_gen.go#L4858: b.PutInt(c.NewValue)
tl_channel_admin_log_event_gen.go#L160: b.PutInt(c.Date)
tl_channel_participant_gen.go#L143: b.PutInt(c.Date)
tl_channel_participant_gen.go#L348: b.PutInt(c.Date)
tl_channel_participant_gen.go#L897: b.PutInt(c.Date)
tl_channel_participant_gen.go#L1250: b.PutInt(c.Date)
tl_channel_participants_filter_gen.go#L1036: b.PutInt(c.TopMsgID)
tl_channels_channel_participants_gen.go#L164: b.PutInt(c.Count)
tl_channels_create_channel_gen.go#L315: b.PutInt(c.TTLPeriod)
tl_channels_create_forum_topic_gen.go#L247: b.PutInt(c.IconColor)
tl_channels_delete_history_gen.go#L180: b.PutInt(d.MaxID)
tl_channels_delete_messages_gen.go#L151: b.PutInt(v)
tl_channels_delete_topic_history_gen.go#L146: b.PutInt(d.TopMsgID)
tl_channels_edit_forum_topic_gen.go#L251: b.PutInt(e.TopicID)
tl_channels_export_message_link_gen.go#L192: b.PutInt(e.ID)
tl_channels_get_admin_log_gen.go#L263: b.PutInt(g.Limit)
tl_channels_get_forum_topics_by_id_gen.go#L145: b.PutInt(v)
tl_channels_get_forum_topics_gen.go#L235: b.PutInt(g.OffsetDate)
tl_channels_get_forum_topics_gen.go#L236: b.PutInt(g.OffsetID)
tl_channels_get_forum_topics_gen.go#L237: b.PutInt(g.OffsetTopic)
tl_channels_get_forum_topics_gen.go#L238: b.PutInt(g.Limit)
tl_channels_get_left_channels_gen.go#L134: b.PutInt(g.Offset)
tl_channels_get_participants_gen.go#L194: b.PutInt(g.Offset)
tl_channels_get_participants_gen.go#L195: b.PutInt(g.Limit)
tl_channels_read_history_gen.go#L149: b.PutInt(r.MaxID)
tl_channels_read_message_contents_gen.go#L151: b.PutInt(v)
tl_channels_reorder_pinned_forum_topics_gen.go#L184: b.PutInt(v)
tl_channels_report_anti_spam_false_positive_gen.go#L151: b.PutInt(r.MsgID)
tl_channels_report_spam_gen.go#L163: b.PutInt(v)
tl_channels_toggle_slow_mode_gen.go#L148: b.PutInt(t.Seconds)
tl_channels_update_color_gen.go#L211: b.PutInt(u.Color)
tl_channels_update_pinned_forum_topic_gen.go#L160: b.PutInt(u.TopicID)
tl_chat_admin_with_invites_gen.go#L149: b.PutInt(c.InvitesCount)
tl_chat_admin_with_invites_gen.go#L150: b.PutInt(c.RevokedInvitesCount)
tl_chat_banned_rights_gen.go#L507: b.PutInt(c.UntilDate)
tl_chat_full_gen.go#L526: b.PutInt(c.PinnedMsgID)
tl_chat_full_gen.go#L529: b.PutInt(c.FolderID)
tl_chat_full_gen.go#L537: b.PutInt(c.TTLPeriod)
tl_chat_full_gen.go#L551: b.PutInt(c.RequestsPending)
tl_chat_full_gen.go#L2090: b.PutInt(c.ParticipantsCount)
tl_chat_full_gen.go#L2093: b.PutInt(c.AdminsCount)
tl_chat_full_gen.go#L2096: b.PutInt(c.KickedCount)
tl_chat_full_gen.go#L2099: b.PutInt(c.BannedCount)
tl_chat_full_gen.go#L2102: b.PutInt(c.OnlineCount)
tl_chat_full_gen.go#L2104: b.PutInt(c.ReadInboxMaxID)
tl_chat_full_gen.go#L2105: b.PutInt(c.ReadOutboxMaxID)
tl_chat_full_gen.go#L2106: b.PutInt(c.UnreadCount)
tl_chat_full_gen.go#L2134: b.PutInt(c.MigratedFromMaxID)
tl_chat_full_gen.go#L2137: b.PutInt(c.PinnedMsgID)
tl_chat_full_gen.go#L2145: b.PutInt(c.AvailableMinID)
tl_chat_full_gen.go#L2148: b.PutInt(c.FolderID)
tl_chat_full_gen.go#L2162: b.PutInt(c.SlowmodeSeconds)
tl_chat_full_gen.go#L2165: b.PutInt(c.SlowmodeNextSendDate)
tl_chat_full_gen.go#L2168: b.PutInt(c.StatsDC)
tl_chat_full_gen.go#L2170: b.PutInt(c.Pts)
tl_chat_full_gen.go#L2177: b.PutInt(c.TTLPeriod)
tl_chat_full_gen.go#L2197: b.PutInt(c.RequestsPending)
tl_chat_gen.go#L510: b.PutInt(c.ParticipantsCount)
tl_chat_gen.go#L511: b.PutInt(c.Date)
tl_chat_gen.go#L512: b.PutInt(c.Version)
tl_chat_gen.go#L1829: b.PutInt(c.Date)
tl_chat_gen.go#L1854: b.PutInt(c.ParticipantsCount)
tl_chat_gen.go#L1865: b.PutInt(c.StoriesMaxID)
tl_chat_gen.go#L1886: b.PutInt(c.Level)
tl_chat_gen.go#L2965: b.PutInt(c.UntilDate)
tl_chat_invite_gen.go#L510: b.PutInt(c.ParticipantsCount)
tl_chat_invite_gen.go#L522: b.PutInt(c.Color)
tl_chat_invite_gen.go#L953: b.PutInt(c.Expires)
tl_chat_invite_importer_gen.go#L233: b.PutInt(c.Date)
tl_chat_onlines_gen.go#L126: b.PutInt(c.Onlines)
tl_chat_participant_gen.go#L155: b.PutInt(c.Date)
tl_chat_participant_gen.go#L479: b.PutInt(c.Date)
tl_chat_participants_gen.go#L372: b.PutInt(c.Version)
tl_chat_photo_gen.go#L302: b.PutInt(c.DCID)
tl_chatlists_chatlist_invite_gen.go#L178: b.PutInt(c.FilterID)
tl_config_gen.go#L816: b.PutInt(c.Date)
tl_config_gen.go#L817: b.PutInt(c.Expires)
tl_config_gen.go#L819: b.PutInt(c.ThisDC)
tl_config_gen.go#L827: b.PutInt(c.ChatSizeMax)
tl_config_gen.go#L828: b.PutInt(c.MegagroupSizeMax)
tl_config_gen.go#L829: b.PutInt(c.ForwardedCountMax)
tl_config_gen.go#L830: b.PutInt(c.OnlineUpdatePeriodMs)
tl_config_gen.go#L831: b.PutInt(c.OfflineBlurTimeoutMs)
tl_config_gen.go#L832: b.PutInt(c.OfflineIdleTimeoutMs)
tl_config_gen.go#L833: b.PutInt(c.OnlineCloudTimeoutMs)
tl_config_gen.go#L834: b.PutInt(c.NotifyCloudDelayMs)
tl_config_gen.go#L835: b.PutInt(c.NotifyDefaultDelayMs)
tl_config_gen.go#L836: b.PutInt(c.PushChatPeriodMs)
tl_config_gen.go#L837: b.PutInt(c.PushChatLimit)
tl_config_gen.go#L838: b.PutInt(c.EditTimeLimit)
tl_config_gen.go#L839: b.PutInt(c.RevokeTimeLimit)
tl_config_gen.go#L840: b.PutInt(c.RevokePmTimeLimit)
tl_config_gen.go#L841: b.PutInt(c.RatingEDecay)
tl_config_gen.go#L842: b.PutInt(c.StickersRecentLimit)
tl_config_gen.go#L843: b.PutInt(c.ChannelsReadMediaPeriod)
tl_config_gen.go#L845: b.PutInt(c.TmpSessions)
tl_config_gen.go#L847: b.PutInt(c.CallReceiveTimeoutMs)
tl_config_gen.go#L848: b.PutInt(c.CallRingTimeoutMs)
tl_config_gen.go#L849: b.PutInt(c.CallConnectTimeoutMs)
tl_config_gen.go#L850: b.PutInt(c.CallPacketTimeoutMs)
tl_config_gen.go#L867: b.PutInt(c.CaptionLengthMax)
tl_config_gen.go#L868: b.PutInt(c.MessageLengthMax)
tl_config_gen.go#L869: b.PutInt(c.WebfileDCID)
tl_config_gen.go#L874: b.PutInt(c.LangPackVersion)
tl_config_gen.go#L877: b.PutInt(c.BaseLangPackVersion)
tl_contacts_block_from_replies_gen.go#L193: buf.PutInt(b.MsgID)
tl_contacts_blocked_gen.go#L414: buf.PutInt(b.Count)
tl_contacts_contacts_gen.go#L261: b.PutInt(c.SavedCount)
tl_contacts_get_blocked_gen.go#L172: b.PutInt(g.Offset)
tl_contacts_get_blocked_gen.go#L173: b.PutInt(g.Limit)
tl_contacts_get_located_gen.go#L192: b.PutInt(g.SelfExpires)
tl_contacts_get_top_peers_gen.go#L293: b.PutInt(g.Offset)
tl_contacts_get_top_peers_gen.go#L294: b.PutInt(g.Limit)
tl_contacts_search_gen.go#L138: b.PutInt(s.Limit)
tl_contacts_set_blocked_gen.go#L187: b.PutInt(s.Limit)
tl_dc_option_gen.go#L288: b.PutInt(d.ID)
tl_dc_option_gen.go#L290: b.PutInt(d.Port)
tl_default_history_ttl_gen.go#L127: b.PutInt(d.Period)
tl_dialog_filter_gen.go#L373: b.PutInt(d.ID)
tl_dialog_filter_gen.go#L1030: b.PutInt(d.ID)
tl_dialog_gen.go#L375: b.PutInt(d.TopMessage)
tl_dialog_gen.go#L376: b.PutInt(d.ReadInboxMaxID)
tl_dialog_gen.go#L377: b.PutInt(d.ReadOutboxMaxID)
tl_dialog_gen.go#L378: b.PutInt(d.UnreadCount)
tl_dialog_gen.go#L379: b.PutInt(d.UnreadMentionsCount)
tl_dialog_gen.go#L380: b.PutInt(d.UnreadReactionsCount)
tl_dialog_gen.go#L385: b.PutInt(d.Pts)
tl_dialog_gen.go#L396: b.PutInt(d.FolderID)
tl_dialog_gen.go#L399: b.PutInt(d.TTLPeriod)
tl_dialog_gen.go#L909: b.PutInt(d.TopMessage)
tl_dialog_gen.go#L910: b.PutInt(d.UnreadMutedPeersCount)
tl_dialog_gen.go#L911: b.PutInt(d.UnreadUnmutedPeersCount)
tl_dialog_gen.go#L912: b.PutInt(d.UnreadMutedMessagesCount)
tl_dialog_gen.go#L913: b.PutInt(d.UnreadUnmutedMessagesCount)
tl_dialog_peer_gen.go#L277: b.PutInt(d.FolderID)
tl_document_attribute_gen.go#L142: b.PutInt(d.W)
tl_document_attribute_gen.go#L143: b.PutInt(d.H)
tl_document_attribute_gen.go#L774: b.PutInt(d.W)
tl_document_attribute_gen.go#L775: b.PutInt(d.H)
tl_document_attribute_gen.go#L777: b.PutInt(d.PreloadPrefixSize)
tl_document_attribute_gen.go#L1128: b.PutInt(d.Duration)
tl_document_gen.go#L405: b.PutInt(d.Date)
tl_document_gen.go#L430: b.PutInt(d.DCID)
tl_draft_message_gen.go#L157: b.PutInt(d.Date)
tl_draft_message_gen.go#L461: b.PutInt(d.Date)
tl_emoji_keywords_difference_gen.go#L160: b.PutInt(e.FromVersion)
tl_emoji_keywords_difference_gen.go#L161: b.PutInt(e.Version)
tl_emoji_status_gen.go#L392: b.PutInt(e.Until)
tl_encrypted_chat_gen.go#L131: b.PutInt(e.ID)
tl_encrypted_chat_gen.go#L310: b.PutInt(e.ID)
tl_encrypted_chat_gen.go#L312: b.PutInt(e.Date)
tl_encrypted_chat_gen.go#L607: b.PutInt(e.FolderID)
tl_encrypted_chat_gen.go#L609: b.PutInt(e.ID)
tl_encrypted_chat_gen.go#L611: b.PutInt(e.Date)
tl_encrypted_chat_gen.go#L924: b.PutInt(e.ID)
tl_encrypted_chat_gen.go#L926: b.PutInt(e.Date)
tl_encrypted_chat_gen.go#L1186: b.PutInt(e.ID)
tl_encrypted_file_gen.go#L280: b.PutInt(e.DCID)
tl_encrypted_file_gen.go#L281: b.PutInt(e.KeyFingerprint)
tl_encrypted_message_gen.go#L180: b.PutInt(e.ChatID)
tl_encrypted_message_gen.go#L181: b.PutInt(e.Date)
tl_encrypted_message_gen.go#L421: b.PutInt(e.ChatID)
tl_encrypted_message_gen.go#L422: b.PutInt(e.Date)
tl_error_gen.go#L137: b.PutInt(e.Code)
tl_exported_chat_invite_gen.go#L337: b.PutInt(c.Date)
tl_exported_chat_invite_gen.go#L339: b.PutInt(c.StartDate)
tl_exported_chat_invite_gen.go#L342: b.PutInt(c.ExpireDate)
tl_exported_chat_invite_gen.go#L345: b.PutInt(c.UsageLimit)
tl_exported_chat_invite_gen.go#L348: b.PutInt(c.Usage)
tl_exported_chat_invite_gen.go#L351: b.PutInt(c.Requested)
tl_exported_contact_token_gen.go#L144: b.PutInt(e.Expires)
tl_file_hash_gen.go#L148: b.PutInt(f.Limit)
tl_folder_gen.go#L218: b.PutInt(f.ID)
tl_folder_peer_gen.go#L146: b.PutInt(f.FolderID)
tl_forum_topic_gen.go#L131: b.PutInt(f.ID)
tl_forum_topic_gen.go#L543: b.PutInt(f.ID)
tl_forum_topic_gen.go#L544: b.PutInt(f.Date)
tl_forum_topic_gen.go#L546: b.PutInt(f.IconColor)
tl_forum_topic_gen.go#L550: b.PutInt(f.TopMessage)
tl_forum_topic_gen.go#L551: b.PutInt(f.ReadInboxMaxID)
tl_forum_topic_gen.go#L552: b.PutInt(f.ReadOutboxMaxID)
tl_forum_topic_gen.go#L553: b.PutInt(f.UnreadCount)
tl_forum_topic_gen.go#L554: b.PutInt(f.UnreadMentionsCount)
tl_forum_topic_gen.go#L555: b.PutInt(f.UnreadReactionsCount)
tl_geo_point_gen.go#L295: b.PutInt(g.AccuracyRadius)
tl_group_call_gen.go#L155: b.PutInt(g.Duration)
tl_group_call_gen.go#L612: b.PutInt(g.ParticipantsCount)
tl_group_call_gen.go#L617: b.PutInt(g.StreamDCID)
tl_group_call_gen.go#L620: b.PutInt(g.RecordStartDate)
tl_group_call_gen.go#L623: b.PutInt(g.ScheduleDate)
tl_group_call_gen.go#L626: b.PutInt(g.UnmutedVideoCount)
tl_group_call_gen.go#L628: b.PutInt(g.UnmutedVideoLimit)
tl_group_call_gen.go#L629: b.PutInt(g.Version)
tl_group_call_participant_gen.go#L451: b.PutInt(g.Date)
tl_group_call_participant_gen.go#L453: b.PutInt(g.ActiveDate)
tl_group_call_participant_gen.go#L455: b.PutInt(g.Source)
tl_group_call_participant_gen.go#L457: b.PutInt(g.Volume)
tl_group_call_participant_video_gen.go#L196: b.PutInt(g.AudioSource)
tl_group_call_participant_video_source_group_gen.go#L140: b.PutInt(v)
tl_group_call_stream_channel_gen.go#L153: b.PutInt(g.Channel)
tl_group_call_stream_channel_gen.go#L154: b.PutInt(g.Scale)
tl_help_app_config_gen.go#L253: b.PutInt(a.Hash)
tl_help_app_update_gen.go#L258: b.PutInt(a.ID)
tl_help_config_simple_gen.go#L147: b.PutInt(c.Date)
tl_help_config_simple_gen.go#L148: b.PutInt(c.Expires)
tl_help_config_simple_gen.go#L149: b.PutInt(len(c.Rules))
tl_help_countries_list_gen.go#L253: b.PutInt(c.Hash)
tl_help_get_app_config_gen.go#L132: b.PutInt(g.Hash)
tl_help_get_countries_list_gen.go#L141: b.PutInt(g.Hash)
tl_help_get_passport_config_gen.go#L132: b.PutInt(g.Hash)
tl_help_get_peer_colors_gen.go#L132: b.PutInt(g.Hash)
tl_help_get_peer_profile_colors_gen.go#L132: b.PutInt(g.Hash)
tl_help_passport_config_gen.go#L250: b.PutInt(p.Hash)
tl_help_peer_color_option_gen.go#L224: b.PutInt(p.ColorID)
tl_help_peer_color_option_gen.go#L242: b.PutInt(p.ChannelMinLevel)
tl_help_peer_color_set_gen.go#L136: b.PutInt(v)
tl_help_peer_color_set_gen.go#L312: b.PutInt(v)
tl_help_peer_color_set_gen.go#L316: b.PutInt(v)
tl_help_peer_color_set_gen.go#L320: b.PutInt(v)
tl_help_peer_colors_gen.go#L253: b.PutInt(p.Hash)
tl_help_promo_data_gen.go#L131: b.PutInt(p.Expires)
tl_help_promo_data_gen.go#L370: b.PutInt(p.Expires)
tl_help_set_bot_updates_status_gen.go#L138: b.PutInt(s.PendingUpdatesCount)
tl_help_terms_of_service_gen.go#L217: b.PutInt(t.MinAgeConfirm)
tl_help_terms_of_service_update_gen.go#L135: b.PutInt(t.Expires)
tl_help_terms_of_service_update_gen.go#L290: b.PutInt(t.Expires)
tl_help_user_info_gen.go#L280: b.PutInt(u.Date)
tl_high_score_gen.go#L148: b.PutInt(h.Pos)
tl_high_score_gen.go#L150: b.PutInt(h.Score)
tl_init_connection_gen.go#L263: b.PutInt(i.APIID)
tl_input_bot_inline_message_gen.go#L920: b.PutInt(i.Heading)
tl_input_bot_inline_message_gen.go#L923: b.PutInt(i.Period)
tl_input_bot_inline_message_gen.go#L926: b.PutInt(i.ProximityNotificationRadius)
tl_input_bot_inline_message_id_gen.go#L154: b.PutInt(i.DCID)
tl_input_bot_inline_message_id_gen.go#L354: b.PutInt(i.DCID)
tl_input_bot_inline_message_id_gen.go#L356: b.PutInt(i.ID)
tl_input_channel_gen.go#L429: b.PutInt(i.MsgID)
tl_input_chatlist_dialog_filter_gen.go#L129: b.PutInt(i.FilterID)
tl_input_client_proxy_gen.go#L141: b.PutInt(i.Port)
tl_input_dialog_peer_gen.go#L277: b.PutInt(i.FolderID)
tl_input_encrypted_chat_gen.go#L143: b.PutInt(i.ChatID)
tl_input_encrypted_file_gen.go#L271: b.PutInt(i.Parts)
tl_input_encrypted_file_gen.go#L273: b.PutInt(i.KeyFingerprint)
tl_input_encrypted_file_gen.go#L648: b.PutInt(i.Parts)
tl_input_encrypted_file_gen.go#L649: b.PutInt(i.KeyFingerprint)
tl_input_file_gen.go#L172: b.PutInt(i.Parts)
tl_input_file_gen.go#L381: b.PutInt(i.Parts)
tl_input_file_location_gen.go#L168: b.PutInt(i.LocalID)
tl_input_file_location_gen.go#L1311: b.PutInt(i.LocalID)
tl_input_file_location_gen.go#L1765: b.PutInt(i.ThumbVersion)
tl_input_file_location_gen.go#L1998: b.PutInt(i.Scale)
tl_input_file_location_gen.go#L2000: b.PutInt(i.VideoChannel)
tl_input_file_location_gen.go#L2003: b.PutInt(i.VideoQuality)
tl_input_file_location_gen.go#L2278: b.PutInt(i.LocalID)
tl_input_file_location_gen.go#L2496: b.PutInt(i.LocalID)
tl_input_folder_peer_gen.go#L146: b.PutInt(i.FolderID)
tl_input_geo_point_gen.go#L283: b.PutInt(i.AccuracyRadius)
tl_input_invoice_gen.go#L151: b.PutInt(i.MsgID)
tl_input_media_gen.go#L325: b.PutInt(i.TTLSeconds)
tl_input_media_gen.go#L612: b.PutInt(i.TTLSeconds)
tl_input_media_gen.go#L1337: b.PutInt(i.TTLSeconds)
tl_input_media_gen.go#L1755: b.PutInt(i.TTLSeconds)
tl_input_media_gen.go#L2298: b.PutInt(i.TTLSeconds)
tl_input_media_gen.go#L2537: b.PutInt(i.TTLSeconds)
tl_input_media_gen.go#L3428: b.PutInt(i.Heading)
tl_input_media_gen.go#L3431: b.PutInt(i.Period)
tl_input_media_gen.go#L3434: b.PutInt(i.ProximityNotificationRadius)
tl_input_media_gen.go#L4167: b.PutInt(i.ID)
tl_input_message_gen.go#L131: b.PutInt(i.ID)
tl_input_message_gen.go#L266: b.PutInt(i.ID)
tl_input_message_gen.go#L515: b.PutInt(i.ID)
tl_input_notify_peer_gen.go#L604: b.PutInt(i.TopMsgID)
tl_input_peer_gen.go#L831: b.PutInt(i.MsgID)
tl_input_peer_gen.go#L1028: b.PutInt(i.MsgID)
tl_input_peer_notify_settings_gen.go#L278: b.PutInt(i.MuteUntil)
tl_input_reply_to_gen.go#L258: b.PutInt(i.ReplyToMsgID)
tl_input_reply_to_gen.go#L260: b.PutInt(i.TopMsgID)
tl_input_reply_to_gen.go#L285: b.PutInt(i.QuoteOffset)
tl_input_reply_to_gen.go#L586: b.PutInt(i.StoryID)
tl_input_secure_file_gen.go#L179: b.PutInt(i.Parts)
tl_input_store_payment_purpose_gen.go#L1051: b.PutInt(i.UntilDate)
tl_input_theme_settings_gen.go#L269: b.PutInt(i.AccentColor)
tl_input_theme_settings_gen.go#L271: b.PutInt(i.OutboxAccentColor)
tl_input_theme_settings_gen.go#L276: b.PutInt(v)
tl_input_user_gen.go#L531: b.PutInt(i.MsgID)
tl_input_web_document_gen.go#L163: b.PutInt(i.Size)
tl_input_web_file_location_gen.go#L366: b.PutInt(i.W)
tl_input_web_file_location_gen.go#L367: b.PutInt(i.H)
tl_input_web_file_location_gen.go#L368: b.PutInt(i.Zoom)
tl_input_web_file_location_gen.go#L369: b.PutInt(i.Scale)
tl_int_vector_gen.go#L125: b.PutInt(v)
tl_invoke_with_layer_gen.go#L140: b.PutInt(i.Layer)
tl_ip_port_gen.go#L141: b.PutInt(i.Ipv4)
tl_ip_port_gen.go#L142: b.PutInt(i.Port)
tl_ip_port_gen.go#L313: b.PutInt(i.Ipv4)
tl_ip_port_gen.go#L314: b.PutInt(i.Port)
tl_keyboard_button_gen.go#L1584: b.PutInt(k.ButtonID)
tl_keyboard_button_gen.go#L3021: b.PutInt(k.ButtonID)
tl_keyboard_button_gen.go#L3028: b.PutInt(k.MaxQuantity)
tl_lang_pack_difference_gen.go#L160: b.PutInt(l.FromVersion)
tl_lang_pack_difference_gen.go#L161: b.PutInt(l.Version)
tl_lang_pack_language_gen.go#L286: b.PutInt(l.StringsCount)
tl_lang_pack_language_gen.go#L287: b.PutInt(l.TranslatedCount)
tl_langpack_get_difference_gen.go#L150: b.PutInt(g.FromVersion)
tl_mask_coords_gen.go#L167: b.PutInt(m.N)
tl_media_area_gen.go#L1095: b.PutInt(m.MsgID)
tl_media_area_gen.go#L1288: b.PutInt(i.MsgID)
tl_message_action_gen.go#L1857: b.PutInt(m.Score)
tl_message_action_gen.go#L2815: b.PutInt(m.Duration)
tl_message_action_gen.go#L4061: b.PutInt(m.Distance)
tl_message_action_gen.go#L4266: b.PutInt(m.Duration)
tl_message_action_gen.go#L4648: b.PutInt(m.Period)
tl_message_action_gen.go#L4830: b.PutInt(m.ScheduleDate)
tl_message_action_gen.go#L5618: b.PutInt(m.Months)
tl_message_action_gen.go#L5899: b.PutInt(m.IconColor)
tl_message_action_gen.go#L6570: b.PutInt(m.ButtonID)
tl_message_action_gen.go#L7180: b.PutInt(m.Months)
tl_message_action_gen.go#L7632: b.PutInt(m.WinnersCount)
tl_message_action_gen.go#L7633: b.PutInt(m.UnclaimedCount)
tl_message_entity_gen.go#L148: b.PutInt(m.Offset)
tl_message_entity_gen.go#L149: b.PutInt(m.Length)
tl_message_entity_gen.go#L321: b.PutInt(m.Offset)
tl_message_entity_gen.go#L322: b.PutInt(m.Length)
tl_message_entity_gen.go#L489: b.PutInt(m.Offset)
tl_message_entity_gen.go#L490: b.PutInt(m.Length)
tl_message_entity_gen.go#L657: b.PutInt(m.Offset)
tl_message_entity_gen.go#L658: b.PutInt(m.Length)
tl_message_entity_gen.go#L831: b.PutInt(m.Offset)
tl_message_entity_gen.go#L832: b.PutInt(m.Length)
tl_message_entity_gen.go#L1002: b.PutInt(m.Offset)
tl_message_entity_gen.go#L1003: b.PutInt(m.Length)
tl_message_entity_gen.go#L1170: b.PutInt(m.Offset)
tl_message_entity_gen.go#L1171: b.PutInt(m.Length)
tl_message_entity_gen.go#L1338: b.PutInt(m.Offset)
tl_message_entity_gen.go#L1339: b.PutInt(m.Length)
tl_message_entity_gen.go#L1506: b.PutInt(m.Offset)
tl_message_entity_gen.go#L1507: b.PutInt(m.Length)
tl_message_entity_gen.go#L1686: b.PutInt(m.Offset)
tl_message_entity_gen.go#L1687: b.PutInt(m.Length)
tl_message_entity_gen.go#L1891: b.PutInt(m.Offset)
tl_message_entity_gen.go#L1892: b.PutInt(m.Length)
tl_message_entity_gen.go#L2091: b.PutInt(m.Offset)
tl_message_entity_gen.go#L2092: b.PutInt(m.Length)
tl_message_entity_gen.go#L2291: b.PutInt(i.Offset)
tl_message_entity_gen.go#L2292: b.PutInt(i.Length)
tl_message_entity_gen.go#L2480: b.PutInt(m.Offset)
tl_message_entity_gen.go#L2481: b.PutInt(m.Length)
tl_message_entity_gen.go#L2648: b.PutInt(m.Offset)
tl_message_entity_gen.go#L2649: b.PutInt(m.Length)
tl_message_entity_gen.go#L2816: b.PutInt(m.Offset)
tl_message_entity_gen.go#L2817: b.PutInt(m.Length)
tl_message_entity_gen.go#L2984: b.PutInt(m.Offset)
tl_message_entity_gen.go#L2985: b.PutInt(m.Length)
tl_message_entity_gen.go#L3152: b.PutInt(m.Offset)
tl_message_entity_gen.go#L3153: b.PutInt(m.Length)
tl_message_entity_gen.go#L3320: b.PutInt(m.Offset)
tl_message_entity_gen.go#L3321: b.PutInt(m.Length)
tl_message_entity_gen.go#L3510: b.PutInt(m.Offset)
tl_message_entity_gen.go#L3511: b.PutInt(m.Length)
tl_message_entity_gen.go#L3694: b.PutInt(m.Offset)
tl_message_entity_gen.go#L3695: b.PutInt(m.Length)
tl_message_extended_media_gen.go#L217: b.PutInt(m.W)
tl_message_extended_media_gen.go#L220: b.PutInt(m.H)
tl_message_extended_media_gen.go#L231: b.PutInt(m.VideoDuration)
tl_message_fwd_header_gen.go#L314: b.PutInt(m.Date)
tl_message_fwd_header_gen.go#L316: b.PutInt(m.ChannelPost)
tl_message_fwd_header_gen.go#L330: b.PutInt(m.SavedFromMsgID)
tl_message_gen.go#L167: b.PutInt(m.ID)
tl_message_gen.go#L902: b.PutInt(m.ID)
tl_message_gen.go#L933: b.PutInt(m.Date)
tl_message_gen.go#L963: b.PutInt(m.Views)
tl_message_gen.go#L966: b.PutInt(m.Forwards)
tl_message_gen.go#L974: b.PutInt(m.EditDate)
tl_message_gen.go#L996: b.PutInt(m.TTLPeriod)
tl_message_gen.go#L2024: b.PutInt(m.ID)
tl_message_gen.go#L2047: b.PutInt(m.Date)
tl_message_gen.go#L2055: b.PutInt(m.TTLPeriod)
tl_message_media_gen.go#L302: b.PutInt(m.TTLSeconds)
tl_message_media_gen.go#L1098: b.PutInt(m.TTLSeconds)
tl_message_media_gen.go#L2234: b.PutInt(m.ReceiptMsgID)
tl_message_media_gen.go#L2645: b.PutInt(m.Heading)
tl_message_media_gen.go#L2647: b.PutInt(m.Period)
tl_message_media_gen.go#L2649: b.PutInt(m.ProximityNotificationRadius)
tl_message_media_gen.go#L3034: b.PutInt(m.Value)
tl_message_media_gen.go#L3262: b.PutInt(m.ID)
tl_message_media_gen.go#L3614: b.PutInt(m.Quantity)
tl_message_media_gen.go#L3615: b.PutInt(m.Months)
tl_message_media_gen.go#L3616: b.PutInt(m.UntilDate)
tl_message_media_gen.go#L4061: b.PutInt(m.AdditionalPeersCount)
tl_message_media_gen.go#L4063: b.PutInt(m.LaunchMsgID)
tl_message_media_gen.go#L4064: b.PutInt(m.WinnersCount)
tl_message_media_gen.go#L4065: b.PutInt(m.UnclaimedCount)
tl_message_media_gen.go#L4070: b.PutInt(m.Months)
tl_message_media_gen.go#L4074: b.PutInt(m.UntilDate)
tl_message_peer_reaction_gen.go#L225: b.PutInt(m.Date)
tl_message_peer_vote_gen.go#L160: b.PutInt(m.Date)
tl_message_peer_vote_gen.go#L346: b.PutInt(m.Date)
tl_message_peer_vote_gen.go#L528: b.PutInt(m.Date)
tl_message_range_gen.go#L137: b.PutInt(m.MinID)
tl_message_range_gen.go#L138: b.PutInt(m.MaxID)
tl_message_replies_gen.go#L263: b.PutInt(m.Replies)
tl_message_replies_gen.go#L264: b.PutInt(m.RepliesPts)
tl_message_replies_gen.go#L280: b.PutInt(m.MaxID)
tl_message_replies_gen.go#L283: b.PutInt(m.ReadMaxID)
tl_message_reply_header_gen.go#L363: b.PutInt(m.ReplyToMsgID)
tl_message_reply_header_gen.go#L387: b.PutInt(m.ReplyToTopID)
tl_message_reply_header_gen.go#L404: b.PutInt(m.QuoteOffset)
tl_message_reply_header_gen.go#L821: b.PutInt(m.StoryID)
tl_message_views_gen.go#L195: b.PutInt(m.Views)
tl_message_views_gen.go#L198: b.PutInt(m.Forwards)
tl_messages_accept_url_auth_gen.go#L242: b.PutInt(a.MsgID)
tl_messages_accept_url_auth_gen.go#L245: b.PutInt(a.ButtonID)
tl_messages_add_chat_user_gen.go#L162: b.PutInt(a.FwdLimit)
tl_messages_affected_found_messages_gen.go#L165: b.PutInt(a.Pts)
tl_messages_affected_found_messages_gen.go#L166: b.PutInt(a.PtsCount)
tl_messages_affected_found_messages_gen.go#L167: b.PutInt(a.Offset)
tl_messages_affected_found_messages_gen.go#L170: b.PutInt(v)
tl_messages_affected_history_gen.go#L150: b.PutInt(a.Pts)
tl_messages_affected_history_gen.go#L151: b.PutInt(a.PtsCount)
tl_messages_affected_history_gen.go#L152: b.PutInt(a.Offset)
tl_messages_affected_messages_gen.go#L143: b.PutInt(a.Pts)
tl_messages_affected_messages_gen.go#L144: b.PutInt(a.PtsCount)
tl_messages_archived_stickers_gen.go#L137: b.PutInt(a.Count)
tl_messages_available_reactions_gen.go#L253: b.PutInt(a.Hash)
tl_messages_bot_callback_answer_gen.go#L233: buf.PutInt(b.CacheTime)
tl_messages_bot_results_gen.go#L278: buf.PutInt(b.CacheTime)
tl_messages_chat_invite_importers_gen.go#L148: b.PutInt(c.Count)
tl_messages_chats_gen.go#L303: b.PutInt(c.Count)
tl_messages_create_chat_gen.go#L196: b.PutInt(c.TTLPeriod)
tl_messages_delete_history_gen.go#L230: b.PutInt(d.MaxID)
tl_messages_delete_history_gen.go#L232: b.PutInt(d.MinDate)
tl_messages_delete_history_gen.go#L235: b.PutInt(d.MaxDate)
tl_messages_delete_messages_gen.go#L159: b.PutInt(v)
tl_messages_delete_scheduled_messages_gen.go#L145: b.PutInt(v)
tl_messages_dh_config_gen.go#L305: b.PutInt(d.G)
tl_messages_dh_config_gen.go#L307: b.PutInt(d.Version)
tl_messages_dialogs_gen.go#L483: b.PutInt(d.Count)
tl_messages_dialogs_gen.go#L774: b.PutInt(d.Count)
tl_messages_discard_encryption_gen.go#L157: b.PutInt(d.ChatID)
tl_messages_discussion_message_gen.go#L258: b.PutInt(d.MaxID)
tl_messages_discussion_message_gen.go#L261: b.PutInt(d.ReadInboxMaxID)
tl_messages_discussion_message_gen.go#L264: b.PutInt(d.ReadOutboxMaxID)
tl_messages_discussion_message_gen.go#L266: b.PutInt(d.UnreadCount)
tl_messages_edit_exported_chat_invite_gen.go#L257: b.PutInt(e.ExpireDate)
tl_messages_edit_exported_chat_invite_gen.go#L260: b.PutInt(e.UsageLimit)
tl_messages_edit_message_gen.go#L296: b.PutInt(e.ID)
tl_messages_edit_message_gen.go#L328: b.PutInt(e.ScheduleDate)
tl_messages_emoji_groups_gen.go#L256: b.PutInt(e.Hash)
tl_messages_export_chat_invite_gen.go#L242: b.PutInt(e.ExpireDate)
tl_messages_export_chat_invite_gen.go#L245: b.PutInt(e.UsageLimit)
tl_messages_exported_chat_invites_gen.go#L148: b.PutInt(e.Count)
tl_messages_featured_stickers_gen.go#L131: b.PutInt(f.Count)
tl_messages_featured_stickers_gen.go#L334: b.PutInt(f.Count)
tl_messages_forum_topics_gen.go#L233: b.PutInt(f.Count)
tl_messages_forum_topics_gen.go#L270: b.PutInt(f.Pts)
tl_messages_forward_messages_gen.go#L341: b.PutInt(v)
tl_messages_forward_messages_gen.go#L354: b.PutInt(f.TopMsgID)
tl_messages_forward_messages_gen.go#L357: b.PutInt(f.ScheduleDate)
tl_messages_get_archived_stickers_gen.go#L196: b.PutInt(g.Limit)
tl_messages_get_available_reactions_gen.go#L132: b.PutInt(g.Hash)
tl_messages_get_bot_callback_answer_gen.go#L219: b.PutInt(g.MsgID)
tl_messages_get_chat_invite_importers_gen.go#L258: b.PutInt(g.OffsetDate)
tl_messages_get_chat_invite_importers_gen.go#L265: b.PutInt(g.Limit)
tl_messages_get_common_chats_gen.go#L161: b.PutInt(g.Limit)
tl_messages_get_dh_config_gen.go#L141: b.PutInt(g.Version)
tl_messages_get_dh_config_gen.go#L142: b.PutInt(g.RandomLength)
tl_messages_get_dialogs_gen.go#L238: b.PutInt(g.FolderID)
tl_messages_get_dialogs_gen.go#L240: b.PutInt(g.OffsetDate)
tl_messages_get_dialogs_gen.go#L241: b.PutInt(g.OffsetID)
tl_messages_get_dialogs_gen.go#L248: b.PutInt(g.Limit)
tl_messages_get_discussion_message_gen.go#L151: b.PutInt(g.MsgID)
tl_messages_get_emoji_groups_gen.go#L133: b.PutInt(g.Hash)
tl_messages_get_emoji_keywords_difference_gen.go#L141: b.PutInt(g.FromVersion)
tl_messages_get_emoji_profile_photo_groups_gen.go#L134: b.PutInt(g.Hash)
tl_messages_get_emoji_status_groups_gen.go#L134: b.PutInt(g.Hash)
tl_messages_get_exported_chat_invites_gen.go#L241: b.PutInt(g.OffsetDate)
tl_messages_get_exported_chat_invites_gen.go#L246: b.PutInt(g.Limit)
tl_messages_get_extended_media_gen.go#L145: b.PutInt(v)
tl_messages_get_game_high_scores_gen.go#L154: b.PutInt(g.ID)
tl_messages_get_history_gen.go#L214: b.PutInt(g.OffsetID)
tl_messages_get_history_gen.go#L215: b.PutInt(g.OffsetDate)
tl_messages_get_history_gen.go#L216: b.PutInt(g.AddOffset)
tl_messages_get_history_gen.go#L217: b.PutInt(g.Limit)
tl_messages_get_history_gen.go#L218: b.PutInt(g.MaxID)
tl_messages_get_history_gen.go#L219: b.PutInt(g.MinID)
tl_messages_get_message_edit_data_gen.go#L143: b.PutInt(g.ID)
tl_messages_get_message_reactions_list_gen.go#L220: b.PutInt(g.ID)
tl_messages_get_message_reactions_list_gen.go#L232: b.PutInt(g.Limit)
tl_messages_get_message_read_participants_gen.go#L151: b.PutInt(g.MsgID)
tl_messages_get_messages_reactions_gen.go#L148: b.PutInt(v)
tl_messages_get_messages_views_gen.go#L159: b.PutInt(v)
tl_messages_get_old_featured_stickers_gen.go#L154: b.PutInt(g.Offset)
tl_messages_get_old_featured_stickers_gen.go#L155: b.PutInt(g.Limit)
tl_messages_get_pinned_dialogs_gen.go#L129: b.PutInt(g.FolderID)
tl_messages_get_poll_results_gen.go#L143: b.PutInt(g.MsgID)
tl_messages_get_poll_votes_gen.go#L217: b.PutInt(g.ID)
tl_messages_get_poll_votes_gen.go#L224: b.PutInt(g.Limit)
tl_messages_get_recent_locations_gen.go#L160: b.PutInt(g.Limit)
tl_messages_get_recent_reactions_gen.go#L146: b.PutInt(g.Limit)
tl_messages_get_replies_gen.go#L237: b.PutInt(g.MsgID)
tl_messages_get_replies_gen.go#L238: b.PutInt(g.OffsetID)
tl_messages_get_replies_gen.go#L239: b.PutInt(g.OffsetDate)
tl_messages_get_replies_gen.go#L240: b.PutInt(g.AddOffset)
tl_messages_get_replies_gen.go#L241: b.PutInt(g.Limit)
tl_messages_get_replies_gen.go#L242: b.PutInt(g.MaxID)
tl_messages_get_replies_gen.go#L243: b.PutInt(g.MinID)
tl_messages_get_scheduled_messages_gen.go#L145: b.PutInt(v)
tl_messages_get_search_counters_gen.go#L187: b.PutInt(g.TopMsgID)
tl_messages_get_search_results_calendar_gen.go#L185: b.PutInt(g.OffsetID)
tl_messages_get_search_results_calendar_gen.go#L186: b.PutInt(g.OffsetDate)
tl_messages_get_search_results_positions_gen.go#L185: b.PutInt(g.OffsetID)
tl_messages_get_search_results_positions_gen.go#L186: b.PutInt(g.Limit)
tl_messages_get_sticker_set_gen.go#L146: b.PutInt(g.Hash)
tl_messages_get_top_reactions_gen.go#L146: b.PutInt(g.Limit)
tl_messages_get_unread_mentions_gen.go#L242: b.PutInt(g.TopMsgID)
tl_messages_get_unread_mentions_gen.go#L244: b.PutInt(g.OffsetID)
tl_messages_get_unread_mentions_gen.go#L245: b.PutInt(g.AddOffset)
tl_messages_get_unread_mentions_gen.go#L246: b.PutInt(g.Limit)
tl_messages_get_unread_mentions_gen.go#L247: b.PutInt(g.MaxID)
tl_messages_get_unread_mentions_gen.go#L248: b.PutInt(g.MinID)
tl_messages_get_unread_reactions_gen.go#L236: b.PutInt(g.TopMsgID)
tl_messages_get_unread_reactions_gen.go#L238: b.PutInt(g.OffsetID)
tl_messages_get_unread_reactions_gen.go#L239: b.PutInt(g.AddOffset)
tl_messages_get_unread_reactions_gen.go#L240: b.PutInt(g.Limit)
tl_messages_get_unread_reactions_gen.go#L241: b.PutInt(g.MaxID)
tl_messages_get_unread_reactions_gen.go#L242: b.PutInt(g.MinID)
tl_messages_get_web_page_gen.go#L144: b.PutInt(g.Hash)
tl_messages_inactive_chats_gen.go#L150: b.PutInt(v)
tl_messages_init_history_import_gen.go#L171: b.PutInt(i.MediaCount)
tl_messages_message_reactions_list_gen.go#L199: b.PutInt(m.Count)
tl_messages_messages_gen.go#L499: b.PutInt(m.Count)
tl_messages_messages_gen.go#L501: b.PutInt(m.NextRate)
tl_messages_messages_gen.go#L504: b.PutInt(m.OffsetIDOffset)
tl_messages_messages_gen.go#L947: b.PutInt(c.Pts)
tl_messages_messages_gen.go#L948: b.PutInt(c.Count)
tl_messages_messages_gen.go#L950: b.PutInt(c.OffsetIDOffset)
tl_messages_messages_gen.go#L1307: b.PutInt(m.Count)
tl_messages_rate_transcribed_audio_gen.go#L168: b.PutInt(r.MsgID)
tl_messages_read_discussion_gen.go#L157: b.PutInt(r.MsgID)
tl_messages_read_discussion_gen.go#L158: b.PutInt(r.ReadMaxID)
tl_messages_read_encrypted_history_gen.go#L140: b.PutInt(r.MaxDate)
tl_messages_read_history_gen.go#L144: b.PutInt(r.MaxID)
tl_messages_read_mentions_gen.go#L172: b.PutInt(r.TopMsgID)
tl_messages_read_message_contents_gen.go#L129: b.PutInt(v)
tl_messages_read_reactions_gen.go#L175: b.PutInt(r.TopMsgID)
tl_messages_received_messages_gen.go#L126: b.PutInt(r.MaxID)
tl_messages_received_queue_gen.go#L128: b.PutInt(r.MaxQts)
tl_messages_recent_stickers_gen.go#L287: b.PutInt(v)
tl_messages_reorder_pinned_dialogs_gen.go#L171: b.PutInt(r.FolderID)
tl_messages_report_gen.go#L167: b.PutInt(v)
tl_messages_report_reaction_gen.go#L157: b.PutInt(r.ID)
tl_messages_request_encryption_gen.go#L158: b.PutInt(r.RandomID)
tl_messages_request_url_auth_gen.go#L227: b.PutInt(r.MsgID)
tl_messages_request_url_auth_gen.go#L230: b.PutInt(r.ButtonID)
tl_messages_search_counter_gen.go#L178: b.PutInt(s.Count)
tl_messages_search_gen.go#L335: b.PutInt(s.TopMsgID)
tl_messages_search_gen.go#L343: b.PutInt(s.MinDate)
tl_messages_search_gen.go#L344: b.PutInt(s.MaxDate)
tl_messages_search_gen.go#L345: b.PutInt(s.OffsetID)
tl_messages_search_gen.go#L346: b.PutInt(s.AddOffset)
tl_messages_search_gen.go#L347: b.PutInt(s.Limit)
tl_messages_search_gen.go#L348: b.PutInt(s.MaxID)
tl_messages_search_gen.go#L349: b.PutInt(s.MinID)
tl_messages_search_global_gen.go#L257: b.PutInt(s.FolderID)
tl_messages_search_global_gen.go#L266: b.PutInt(s.MinDate)
tl_messages_search_global_gen.go#L267: b.PutInt(s.MaxDate)
tl_messages_search_global_gen.go#L268: b.PutInt(s.OffsetRate)
tl_messages_search_global_gen.go#L275: b.PutInt(s.OffsetID)
tl_messages_search_global_gen.go#L276: b.PutInt(s.Limit)
tl_messages_search_results_calendar_gen.go#L252: b.PutInt(s.Count)
tl_messages_search_results_calendar_gen.go#L253: b.PutInt(s.MinDate)
tl_messages_search_results_calendar_gen.go#L254: b.PutInt(s.MinMsgID)
tl_messages_search_results_calendar_gen.go#L256: b.PutInt(s.OffsetIDOffset)
tl_messages_search_results_positions_gen.go#L137: b.PutInt(s.Count)
tl_messages_search_sent_media_gen.go#L156: b.PutInt(s.Limit)
tl_messages_send_bot_requested_peer_gen.go#L178: b.PutInt(s.MsgID)
tl_messages_send_bot_requested_peer_gen.go#L179: b.PutInt(s.ButtonID)
tl_messages_send_inline_bot_result_gen.go#L331: b.PutInt(s.ScheduleDate)
tl_messages_send_media_gen.go#L422: b.PutInt(s.ScheduleDate)
tl_messages_send_message_gen.go#L420: b.PutInt(s.ScheduleDate)
tl_messages_send_multi_media_gen.go#L343: b.PutInt(s.ScheduleDate)
tl_messages_send_reaction_gen.go#L217: b.PutInt(s.MsgID)
tl_messages_send_scheduled_messages_gen.go#L145: b.PutInt(v)
tl_messages_send_vote_gen.go#L157: b.PutInt(s.MsgID)
tl_messages_sent_encrypted_message_gen.go#L131: b.PutInt(s.Date)
tl_messages_sent_encrypted_message_gen.go#L277: b.PutInt(s.Date)
tl_messages_set_bot_callback_answer_gen.go#L215: b.PutInt(s.CacheTime)
tl_messages_set_chat_wall_paper_gen.go#L277: b.PutInt(s.ID)
tl_messages_set_default_history_ttl_gen.go#L126: b.PutInt(s.Period)
tl_messages_set_game_score_gen.go#L214: b.PutInt(s.ID)
tl_messages_set_game_score_gen.go#L221: b.PutInt(s.Score)
tl_messages_set_history_ttl_gen.go#L143: b.PutInt(s.Period)
tl_messages_set_inline_bot_results_gen.go#L275: b.PutInt(s.CacheTime)
tl_messages_set_inline_game_score_gen.go#L209: b.PutInt(s.Score)
tl_messages_set_typing_gen.go#L187: b.PutInt(s.TopMsgID)
tl_messages_sponsored_messages_gen.go#L191: b.PutInt(s.PostsBetween)
tl_messages_transcribe_audio_gen.go#L146: b.PutInt(t.MsgID)
tl_messages_transcribed_audio_gen.go#L229: b.PutInt(t.TrialRemainsNum)
tl_messages_transcribed_audio_gen.go#L232: b.PutInt(t.TrialRemainsUntilDate)
tl_messages_translate_text_gen.go#L218: b.PutInt(v)
tl_messages_unpin_all_messages_gen.go#L175: b.PutInt(u.TopMsgID)
tl_messages_update_dialog_filter_gen.go#L171: b.PutInt(u.ID)
tl_messages_update_dialog_filters_order_gen.go#L134: b.PutInt(v)
tl_messages_update_pinned_message_gen.go#L204: b.PutInt(u.ID)
tl_messages_votes_list_gen.go#L203: b.PutInt(v.Count)
tl_my_boost_gen.go#L215: b.PutInt(m.Slot)
tl_my_boost_gen.go#L224: b.PutInt(m.Date)
tl_my_boost_gen.go#L225: b.PutInt(m.Expires)
tl_my_boost_gen.go#L227: b.PutInt(m.CooldownUntilDate)
tl_nearest_dc_gen.go#L149: b.PutInt(n.ThisDC)
tl_nearest_dc_gen.go#L150: b.PutInt(n.NearestDC)
tl_notify_peer_gen.go#L601: b.PutInt(n.TopMsgID)
tl_page_block_gen.go#L530: b.PutInt(p.PublishedDate)
tl_page_block_gen.go#L2974: b.PutInt(p.W)
tl_page_block_gen.go#L2977: b.PutInt(p.H)
tl_page_block_gen.go#L3354: b.PutInt(p.Date)
tl_page_block_gen.go#L5328: b.PutInt(p.Zoom)
tl_page_block_gen.go#L5329: b.PutInt(p.W)
tl_page_block_gen.go#L5330: b.PutInt(p.H)
tl_page_gen.go#L279: b.PutInt(p.Views)
tl_page_related_article_gen.go#L268: b.PutInt(p.PublishedDate)
tl_page_table_cell_gen.go#L275: b.PutInt(p.Colspan)
tl_page_table_cell_gen.go#L278: b.PutInt(p.Rowspan)
tl_password_kdf_algo_gen.go#L286: b.PutInt(p.G)
tl_payments_checked_gift_code_gen.go#L288: b.PutInt(c.GiveawayMsgID)
tl_payments_checked_gift_code_gen.go#L293: b.PutInt(c.Date)
tl_payments_checked_gift_code_gen.go#L294: b.PutInt(c.Months)
tl_payments_checked_gift_code_gen.go#L296: b.PutInt(c.UsedDate)
tl_payments_get_giveaway_info_gen.go#L149: b.PutInt(g.MsgID)
tl_payments_get_payment_receipt_gen.go#L143: b.PutInt(g.MsgID)
tl_payments_giveaway_info_gen.go#L251: b.PutInt(g.StartDate)
tl_payments_giveaway_info_gen.go#L253: b.PutInt(g.JoinedTooEarlyDate)
tl_payments_giveaway_info_gen.go#L626: b.PutInt(g.StartDate)
tl_payments_giveaway_info_gen.go#L630: b.PutInt(g.FinishDate)
tl_payments_giveaway_info_gen.go#L631: b.PutInt(g.WinnersCount)
tl_payments_giveaway_info_gen.go#L632: b.PutInt(g.ActivatedCount)
tl_payments_payment_receipt_gen.go#L330: b.PutInt(p.Date)
tl_peer_blocked_gen.go#L143: b.PutInt(p.Date)
tl_peer_color_gen.go#L181: b.PutInt(p.Color)
tl_peer_located_gen.go#L159: b.PutInt(p.Expires)
tl_peer_located_gen.go#L160: b.PutInt(p.Distance)
tl_peer_located_gen.go#L325: b.PutInt(p.Expires)
tl_peer_notify_settings_gen.go#L360: b.PutInt(p.MuteUntil)
tl_peer_settings_gen.go#L348: b.PutInt(p.GeoDistance)
tl_peer_settings_gen.go#L354: b.PutInt(p.RequestChatDate)
tl_peer_stories_gen.go#L183: b.PutInt(p.MaxReadID)
tl_phone_call_gen.go#L374: b.PutInt(p.Date)
tl_phone_call_gen.go#L381: b.PutInt(p.ReceiveDate)
tl_phone_call_gen.go#L742: b.PutInt(p.Date)
tl_phone_call_gen.go#L1098: b.PutInt(p.Date)
tl_phone_call_gen.go#L1505: b.PutInt(p.Date)
tl_phone_call_gen.go#L1522: b.PutInt(p.StartDate)
tl_phone_call_gen.go#L1967: b.PutInt(p.Duration)
tl_phone_call_protocol_gen.go#L203: b.PutInt(p.MinLayer)
tl_phone_call_protocol_gen.go#L204: b.PutInt(p.MaxLayer)
tl_phone_check_group_call_gen.go#L145: b.PutInt(v)
tl_phone_connection_gen.go#L209: b.PutInt(p.Port)
tl_phone_connection_gen.go#L534: b.PutInt(p.Port)
tl_phone_create_group_call_gen.go#L222: b.PutInt(c.RandomID)
tl_phone_create_group_call_gen.go#L227: b.PutInt(c.ScheduleDate)
tl_phone_discard_call_gen.go#L193: b.PutInt(d.Duration)
tl_phone_edit_group_call_participant_gen.go#L291: b.PutInt(e.Volume)
tl_phone_get_group_call_gen.go#L143: b.PutInt(g.Limit)
tl_phone_get_group_participants_gen.go#L194: b.PutInt(v)
tl_phone_get_group_participants_gen.go#L197: b.PutInt(g.Limit)
tl_phone_group_participants_gen.go#L185: b.PutInt(g.Count)
tl_phone_group_participants_gen.go#L211: b.PutInt(g.Version)
tl_phone_leave_group_call_gen.go#L140: b.PutInt(l.Source)
tl_phone_request_call_gen.go#L199: b.PutInt(r.RandomID)
tl_phone_set_call_rating_gen.go#L182: b.PutInt(s.Rating)
tl_photo_gen.go#L381: b.PutInt(p.Date)
tl_photo_gen.go#L402: b.PutInt(p.DCID)
tl_photo_size_gen.go#L306: b.PutInt(p.W)
tl_photo_size_gen.go#L307: b.PutInt(p.H)
tl_photo_size_gen.go#L308: b.PutInt(p.Size)
tl_photo_size_gen.go#L522: b.PutInt(p.W)
tl_photo_size_gen.go#L523: b.PutInt(p.H)
tl_photo_size_gen.go#L907: b.PutInt(p.W)
tl_photo_size_gen.go#L908: b.PutInt(p.H)
tl_photo_size_gen.go#L911: b.PutInt(v)
tl_photos_get_user_photos_gen.go#L172: b.PutInt(g.Offset)
tl_photos_get_user_photos_gen.go#L174: b.PutInt(g.Limit)
tl_photos_photos_gen.go#L361: b.PutInt(p.Count)
tl_poll_answer_voters_gen.go#L187: b.PutInt(p.Voters)
tl_poll_gen.go#L280: b.PutInt(p.ClosePeriod)
tl_poll_gen.go#L283: b.PutInt(p.CloseDate)
tl_poll_results_gen.go#L264: b.PutInt(p.TotalVoters)
tl_popular_contact_gen.go#L138: b.PutInt(p.Importers)
tl_post_interaction_counters_gen.go#L164: b.PutInt(p.MsgID)
tl_post_interaction_counters_gen.go#L165: b.PutInt(p.Views)
tl_post_interaction_counters_gen.go#L166: b.PutInt(p.Forwards)
tl_post_interaction_counters_gen.go#L167: b.PutInt(p.Reactions)
tl_post_interaction_counters_gen.go#L380: b.PutInt(p.StoryID)
tl_post_interaction_counters_gen.go#L381: b.PutInt(p.Views)
tl_post_interaction_counters_gen.go#L382: b.PutInt(p.Forwards)
tl_post_interaction_counters_gen.go#L383: b.PutInt(p.Reactions)
tl_premium_apply_boost_gen.go#L171: b.PutInt(v)
tl_premium_boosts_list_gen.go#L193: buf.PutInt(b.Count)
tl_premium_boosts_status_gen.go#L310: buf.PutInt(b.Level)
tl_premium_boosts_status_gen.go#L311: buf.PutInt(b.CurrentLevelBoosts)
tl_premium_boosts_status_gen.go#L312: buf.PutInt(b.Boosts)
tl_premium_boosts_status_gen.go#L314: buf.PutInt(b.GiftBoosts)
tl_premium_boosts_status_gen.go#L317: buf.PutInt(b.NextLevelBoosts)
tl_premium_boosts_status_gen.go#L336: buf.PutInt(v)
tl_premium_get_boosts_list_gen.go#L196: b.PutInt(g.Limit)
tl_premium_gift_code_option_gen.go#L230: b.PutInt(p.Users)
tl_premium_gift_code_option_gen.go#L231: b.PutInt(p.Months)
tl_premium_gift_code_option_gen.go#L236: b.PutInt(p.StoreQuantity)
tl_premium_gift_option_gen.go#L208: b.PutInt(p.Months)
tl_premium_subscription_option_gen.go#L264: b.PutInt(p.Months)
tl_prepaid_giveaway_gen.go#L169: b.PutInt(p.Months)
tl_prepaid_giveaway_gen.go#L170: b.PutInt(p.Quantity)
tl_prepaid_giveaway_gen.go#L171: b.PutInt(p.Date)
tl_reaction_count_gen.go#L175: b.PutInt(r.ChosenOrder)
tl_reaction_count_gen.go#L183: b.PutInt(r.Count)
tl_read_participant_date_gen.go#L138: b.PutInt(r.Date)
tl_received_notify_message_gen.go#L137: b.PutInt(r.ID)
tl_received_notify_message_gen.go#L138: b.PutInt(r.Flags)
tl_rich_text_gen.go#L2197: b.PutInt(t.W)
tl_rich_text_gen.go#L2198: b.PutInt(t.H)
tl_saved_phone_contact_gen.go#L162: b.PutInt(s.Date)
tl_search_result_position_gen.go#L148: b.PutInt(s.MsgID)
tl_search_result_position_gen.go#L149: b.PutInt(s.Date)
tl_search_result_position_gen.go#L150: b.PutInt(s.Offset)
tl_search_results_calendar_period_gen.go#L167: b.PutInt(s.Date)
tl_search_results_calendar_period_gen.go#L168: b.PutInt(s.MinMsgID)
tl_search_results_calendar_period_gen.go#L169: b.PutInt(s.MaxMsgID)
tl_search_results_calendar_period_gen.go#L170: b.PutInt(s.Count)
tl_secure_file_gen.go#L306: b.PutInt(s.DCID)
tl_secure_file_gen.go#L307: b.PutInt(s.Date)
tl_send_message_action_gen.go#L438: b.PutInt(s.Progress)
tl_send_message_action_gen.go#L675: b.PutInt(s.Progress)
tl_send_message_action_gen.go#L810: b.PutInt(s.Progress)
tl_send_message_action_gen.go#L945: b.PutInt(s.Progress)
tl_send_message_action_gen.go#L1488: b.PutInt(s.Progress)
tl_send_message_action_gen.go#L1725: b.PutInt(s.Progress)
tl_send_message_action_gen.go#L1992: b.PutInt(s.MsgID)
tl_sponsored_message_gen.go#L437: b.PutInt(s.ChannelPost)
tl_stats_date_range_days_gen.go#L140: b.PutInt(s.MinDate)
tl_stats_date_range_days_gen.go#L141: b.PutInt(s.MaxDate)
tl_stats_get_message_public_forwards_gen.go#L174: b.PutInt(g.MsgID)
tl_stats_get_message_public_forwards_gen.go#L176: b.PutInt(g.Limit)
tl_stats_get_message_stats_gen.go#L177: b.PutInt(g.MsgID)
tl_stats_get_story_public_forwards_gen.go#L178: b.PutInt(g.ID)
tl_stats_get_story_public_forwards_gen.go#L180: b.PutInt(g.Limit)
tl_stats_get_story_stats_gen.go#L178: b.PutInt(g.ID)
tl_stats_group_top_admin_gen.go#L169: b.PutInt(s.Deleted)
tl_stats_group_top_admin_gen.go#L170: b.PutInt(s.Kicked)
tl_stats_group_top_admin_gen.go#L171: b.PutInt(s.Banned)
tl_stats_group_top_inviter_gen.go#L141: b.PutInt(s.Invitations)
tl_stats_group_top_poster_gen.go#L152: b.PutInt(s.Messages)
tl_stats_group_top_poster_gen.go#L153: b.PutInt(s.AvgChars)
tl_stats_public_forwards_gen.go#L202: b.PutInt(p.Count)
tl_sticker_set_gen.go#L428: b.PutInt(s.InstalledDate)
tl_sticker_set_gen.go#L446: b.PutInt(s.ThumbDCID)
tl_sticker_set_gen.go#L449: b.PutInt(s.ThumbVersion)
tl_sticker_set_gen.go#L454: b.PutInt(s.Count)
tl_sticker_set_gen.go#L455: b.PutInt(s.Hash)
tl_stickers_change_sticker_position_gen.go#L144: b.PutInt(c.Position)
tl_stories_all_stories_gen.go#L415: b.PutInt(a.Count)
tl_stories_delete_stories_gen.go#L148: b.PutInt(v)
tl_stories_edit_story_gen.go#L275: b.PutInt(e.ID)
tl_stories_export_story_link_gen.go#L146: b.PutInt(e.ID)
tl_stories_get_pinned_stories_gen.go#L163: b.PutInt(g.OffsetID)
tl_stories_get_pinned_stories_gen.go#L164: b.PutInt(g.Limit)
tl_stories_get_stories_archive_gen.go#L163: b.PutInt(g.OffsetID)
tl_stories_get_stories_archive_gen.go#L164: b.PutInt(g.Limit)
tl_stories_get_stories_by_id_gen.go#L148: b.PutInt(v)
tl_stories_get_stories_views_gen.go#L149: b.PutInt(v)
tl_stories_get_story_reactions_list_gen.go#L221: b.PutInt(g.ID)
tl_stories_get_story_reactions_list_gen.go#L233: b.PutInt(g.Limit)
tl_stories_get_story_views_list_gen.go#L267: b.PutInt(g.ID)
tl_stories_get_story_views_list_gen.go#L269: b.PutInt(g.Limit)
tl_stories_increment_story_views_gen.go#L145: b.PutInt(v)
tl_stories_read_stories_gen.go#L147: b.PutInt(r.MaxID)
tl_stories_report_gen.go#L167: b.PutInt(v)
tl_stories_send_reaction_gen.go#L188: b.PutInt(s.StoryID)
tl_stories_send_story_gen.go#L412: b.PutInt(s.Period)
tl_stories_send_story_gen.go#L423: b.PutInt(s.FwdFromStory)
tl_stories_stealth_mode_gen.go#L175: b.PutInt(s.ActiveUntilDate)
tl_stories_stealth_mode_gen.go#L178: b.PutInt(s.CooldownUntilDate)
tl_stories_stories_gen.go#L162: b.PutInt(s.Count)
tl_stories_story_reactions_list_gen.go#L191: b.PutInt(s.Count)
tl_stories_story_views_list_gen.go#L231: b.PutInt(s.Count)
tl_stories_story_views_list_gen.go#L232: b.PutInt(s.ViewsCount)
tl_stories_story_views_list_gen.go#L233: b.PutInt(s.ForwardsCount)
tl_stories_story_views_list_gen.go#L234: b.PutInt(s.ReactionsCount)
tl_stories_toggle_pinned_gen.go#L156: b.PutInt(v)
tl_story_fwd_header_gen.go#L221: b.PutInt(s.StoryID)
tl_story_item_gen.go#L131: b.PutInt(s.ID)
tl_story_item_gen.go#L328: b.PutInt(s.ID)
tl_story_item_gen.go#L329: b.PutInt(s.Date)
tl_story_item_gen.go#L330: b.PutInt(s.ExpireDate)
tl_story_item_gen.go#L872: b.PutInt(s.ID)
tl_story_item_gen.go#L873: b.PutInt(s.Date)
tl_story_item_gen.go#L879: b.PutInt(s.ExpireDate)
tl_story_reaction_gen.go#L158: b.PutInt(s.Date)
tl_story_view_gen.go#L219: b.PutInt(s.Date)
tl_story_views_gen.go#L244: b.PutInt(s.ViewsCount)
tl_story_views_gen.go#L246: b.PutInt(s.ForwardsCount)
tl_story_views_gen.go#L257: b.PutInt(s.ReactionsCount)
tl_theme_gen.go#L327: b.PutInt(t.InstallsCount)
tl_theme_settings_gen.go#L241: b.PutInt(t.AccentColor)
tl_theme_settings_gen.go#L243: b.PutInt(t.OutboxAccentColor)
tl_theme_settings_gen.go#L248: b.PutInt(v)
tl_top_peer_category_peers_gen.go#L154: b.PutInt(t.Count)
tl_update_gen.go#L162: b.PutInt(u.Pts)
tl_update_gen.go#L163: b.PutInt(u.PtsCount)
tl_update_gen.go#L342: b.PutInt(u.ID)
tl_update_gen.go#L520: b.PutInt(v)
tl_update_gen.go#L522: b.PutInt(u.Pts)
tl_update_gen.go#L523: b.PutInt(u.PtsCount)
tl_update_gen.go#L1713: b.PutInt(u.Date)
tl_update_gen.go#L1975: b.PutInt(u.Qts)
tl_update_gen.go#L2127: b.PutInt(u.ChatID)
tl_update_gen.go#L2279: b.PutInt(u.Date)
tl_update_gen.go#L2451: b.PutInt(u.ChatID)
tl_update_gen.go#L2452: b.PutInt(u.MaxDate)
tl_update_gen.go#L2453: b.PutInt(u.Date)
tl_update_gen.go#L2665: b.PutInt(u.Date)
tl_update_gen.go#L2666: b.PutInt(u.Version)
tl_update_gen.go#L2885: b.PutInt(u.Version)
tl_update_gen.go#L3483: b.PutInt(u.InboxDate)
tl_update_gen.go#L4208: b.PutInt(u.FolderID)
tl_update_gen.go#L4216: b.PutInt(u.MaxID)
tl_update_gen.go#L4217: b.PutInt(u.StillUnreadCount)
tl_update_gen.go#L4218: b.PutInt(u.Pts)
tl_update_gen.go#L4219: b.PutInt(u.PtsCount)
tl_update_gen.go#L4489: b.PutInt(u.MaxID)
tl_update_gen.go#L4490: b.PutInt(u.Pts)
tl_update_gen.go#L4491: b.PutInt(u.PtsCount)
tl_update_gen.go#L4708: b.PutInt(u.Pts)
tl_update_gen.go#L4709: b.PutInt(u.PtsCount)
tl_update_gen.go#L4943: b.PutInt(v)
tl_update_gen.go#L4945: b.PutInt(u.Pts)
tl_update_gen.go#L4946: b.PutInt(u.PtsCount)
tl_update_gen.go#L4948: b.PutInt(u.Date)
tl_update_gen.go#L5197: b.PutInt(u.Pts)
tl_update_gen.go#L5536: b.PutInt(u.Pts)
tl_update_gen.go#L5537: b.PutInt(u.PtsCount)
tl_update_gen.go#L5781: b.PutInt(u.FolderID)
tl_update_gen.go#L5784: b.PutInt(u.MaxID)
tl_update_gen.go#L5785: b.PutInt(u.StillUnreadCount)
tl_update_gen.go#L5786: b.PutInt(u.Pts)
tl_update_gen.go#L6041: b.PutInt(v)
tl_update_gen.go#L6043: b.PutInt(u.Pts)
tl_update_gen.go#L6044: b.PutInt(u.PtsCount)
tl_update_gen.go#L6257: b.PutInt(u.ID)
tl_update_gen.go#L6258: b.PutInt(u.Views)
tl_update_gen.go#L6462: b.PutInt(u.Version)
tl_update_gen.go#L8036: b.PutInt(u.Pts)
tl_update_gen.go#L8037: b.PutInt(u.PtsCount)
tl_update_gen.go#L8312: b.PutInt(u.MsgID)
tl_update_gen.go#L8603: b.PutInt(u.Pts)
tl_update_gen.go#L8604: b.PutInt(u.PtsCount)
tl_update_gen.go#L9124: b.PutInt(u.MaxID)
tl_update_gen.go#L9334: b.PutInt(u.TopMsgID)
tl_update_gen.go#L9990: b.PutInt(u.Pts)
tl_update_gen.go#L9991: b.PutInt(u.PtsCount)
tl_update_gen.go#L10226: b.PutInt(u.FolderID)
tl_update_gen.go#L10467: b.PutInt(u.FolderID)
tl_update_gen.go#L10833: b.PutInt(u.Timeout)
tl_update_gen.go#L12159: b.PutInt(u.TopMsgID)
tl_update_gen.go#L12163: b.PutInt(v)
tl_update_gen.go#L12471: b.PutInt(u.AvailableMinID)
tl_update_gen.go#L13082: b.PutInt(u.Version)
tl_update_gen.go#L13282: b.PutInt(u.Pts)
tl_update_gen.go#L13283: b.PutInt(u.PtsCount)
tl_update_gen.go#L13948: b.PutInt(v)
tl_update_gen.go#L14261: b.PutInt(u.MsgID)
tl_update_gen.go#L14560: b.PutInt(u.Qts)
tl_update_gen.go#L14795: b.PutInt(u.ID)
tl_update_gen.go#L14976: b.PutInt(v)
tl_update_gen.go#L15412: b.PutInt(u.ID)
tl_update_gen.go#L15413: b.PutInt(u.Forwards)
tl_update_gen.go#L15677: b.PutInt(u.TopMsgID)
tl_update_gen.go#L15678: b.PutInt(u.ReadMaxID)
tl_update_gen.go#L15683: b.PutInt(u.BroadcastPost)
tl_update_gen.go#L15939: b.PutInt(u.TopMsgID)
tl_update_gen.go#L15940: b.PutInt(u.ReadMaxID)
tl_update_gen.go#L16410: b.PutInt(u.TopMsgID)
tl_update_gen.go#L16696: b.PutInt(v)
tl_update_gen.go#L16698: b.PutInt(u.Pts)
tl_update_gen.go#L16699: b.PutInt(u.PtsCount)
tl_update_gen.go#L16990: b.PutInt(v)
tl_update_gen.go#L16992: b.PutInt(u.Pts)
tl_update_gen.go#L16993: b.PutInt(u.PtsCount)
tl_update_gen.go#L17374: b.PutInt(u.Version)
tl_update_gen.go#L17760: b.PutInt(u.TTLPeriod)
tl_update_gen.go#L18054: b.PutInt(u.Date)
tl_update_gen.go#L18081: b.PutInt(u.Qts)
tl_update_gen.go#L18505: b.PutInt(u.Date)
tl_update_gen.go#L18532: b.PutInt(u.Qts)
tl_update_gen.go#L18864: b.PutInt(u.Date)
tl_update_gen.go#L18866: b.PutInt(u.Qts)
tl_update_gen.go#L19480: b.PutInt(u.RequestsPending)
tl_update_gen.go#L19733: b.PutInt(u.Date)
tl_update_gen.go#L19742: b.PutInt(u.Qts)
tl_update_gen.go#L20022: b.PutInt(u.MsgID)
tl_update_gen.go#L20024: b.PutInt(u.TopMsgID)
tl_update_gen.go#L20819: b.PutInt(u.MsgID)
tl_update_gen.go#L21780: b.PutInt(u.MsgID)
tl_update_gen.go#L21997: b.PutInt(u.TopicID)
tl_update_gen.go#L22215: b.PutInt(v)
tl_update_gen.go#L22969: b.PutInt(u.MaxID)
tl_update_gen.go#L23143: b.PutInt(u.ID)
tl_update_gen.go#L23466: b.PutInt(u.StoryID)
tl_update_gen.go#L23674: b.PutInt(u.Qts)
tl_update_gen.go#L24339: b.PutInt(u.MsgID)
tl_update_gen.go#L24340: b.PutInt(u.Date)
tl_update_gen.go#L24365: b.PutInt(u.Qts)
tl_update_gen.go#L24669: b.PutInt(u.MsgID)
tl_update_gen.go#L24670: b.PutInt(u.Date)
tl_update_gen.go#L24677: b.PutInt(u.Qts)
tl_updates_channel_difference_gen.go#L186: b.PutInt(c.Pts)
tl_updates_channel_difference_gen.go#L188: b.PutInt(c.Timeout)
tl_updates_channel_difference_gen.go#L468: b.PutInt(c.Timeout)
tl_updates_channel_difference_gen.go#L877: b.PutInt(c.Pts)
tl_updates_channel_difference_gen.go#L879: b.PutInt(c.Timeout)
tl_updates_difference_gen.go#L142: b.PutInt(d.Date)
tl_updates_difference_gen.go#L143: b.PutInt(d.Seq)
tl_updates_difference_gen.go#L1069: b.PutInt(d.Pts)
tl_updates_gen.go#L483: b.PutInt(u.ID)
tl_updates_gen.go#L486: b.PutInt(u.Pts)
tl_updates_gen.go#L487: b.PutInt(u.PtsCount)
tl_updates_gen.go#L488: b.PutInt(u.Date)
tl_updates_gen.go#L517: b.PutInt(u.TTLPeriod)
tl_updates_gen.go#L1210: b.PutInt(u.ID)
tl_updates_gen.go#L1214: b.PutInt(u.Pts)
tl_updates_gen.go#L1215: b.PutInt(u.PtsCount)
tl_updates_gen.go#L1216: b.PutInt(u.Date)
tl_updates_gen.go#L1245: b.PutInt(u.TTLPeriod)
tl_updates_gen.go#L1714: b.PutInt(u.Date)
tl_updates_gen.go#L1946: b.PutInt(u.Date)
tl_updates_gen.go#L1947: b.PutInt(u.SeqStart)
tl_updates_gen.go#L1948: b.PutInt(u.Seq)
tl_updates_gen.go#L2273: b.PutInt(u.Date)
tl_updates_gen.go#L2274: b.PutInt(u.Seq)
tl_updates_gen.go#L2652: b.PutInt(u.ID)
tl_updates_gen.go#L2653: b.PutInt(u.Pts)
tl_updates_gen.go#L2654: b.PutInt(u.PtsCount)
tl_updates_gen.go#L2655: b.PutInt(u.Date)
tl_updates_gen.go#L2676: b.PutInt(u.TTLPeriod)
tl_updates_get_channel_difference_gen.go#L207: b.PutInt(g.Pts)
tl_updates_get_channel_difference_gen.go#L208: b.PutInt(g.Limit)
tl_updates_get_difference_gen.go#L242: b.PutInt(g.Pts)
tl_updates_get_difference_gen.go#L244: b.PutInt(g.PtsLimit)
tl_updates_get_difference_gen.go#L247: b.PutInt(g.PtsTotalLimit)
tl_updates_get_difference_gen.go#L249: b.PutInt(g.Date)
tl_updates_get_difference_gen.go#L250: b.PutInt(g.Qts)
tl_updates_get_difference_gen.go#L252: b.PutInt(g.QtsLimit)
tl_updates_state_gen.go#L174: b.PutInt(s.Pts)
tl_updates_state_gen.go#L175: b.PutInt(s.Qts)
tl_updates_state_gen.go#L176: b.PutInt(s.Date)
tl_updates_state_gen.go#L177: b.PutInt(s.Seq)
tl_updates_state_gen.go#L178: b.PutInt(s.UnreadCount)
tl_upload_file_gen.go#L159: b.PutInt(f.Mtime)
tl_upload_file_gen.go#L387: b.PutInt(f.DCID)
tl_upload_get_cdn_file_gen.go#L153: b.PutInt(g.Limit)
tl_upload_get_file_gen.go#L205: b.PutInt(g.Limit)
tl_upload_get_web_file_gen.go#L153: b.PutInt(g.Offset)
tl_upload_get_web_file_gen.go#L154: b.PutInt(g.Limit)
tl_upload_save_big_file_part_gen.go#L161: b.PutInt(s.FilePart)
tl_upload_save_big_file_part_gen.go#L162: b.PutInt(s.FileTotalParts)
tl_upload_save_file_part_gen.go#L149: b.PutInt(s.FilePart)
tl_upload_web_file_gen.go#L174: b.PutInt(w.Size)
tl_upload_web_file_gen.go#L182: b.PutInt(w.Mtime)
tl_user_full_gen.go#L722: b.PutInt(u.PinnedMsgID)
tl_user_full_gen.go#L724: b.PutInt(u.CommonChatsCount)
tl_user_full_gen.go#L726: b.PutInt(u.FolderID)
tl_user_full_gen.go#L729: b.PutInt(u.TTLPeriod)
tl_user_gen.go#L1008: b.PutInt(u.BotInfoVersion)
tl_user_gen.go#L1041: b.PutInt(u.StoriesMaxID)
tl_user_profile_photo_gen.go#L324: b.PutInt(u.DCID)
tl_user_status_gen.go#L233: b.PutInt(u.Expires)
tl_user_status_gen.go#L368: b.PutInt(u.WasOnline)
tl_video_size_gen.go#L204: b.PutInt(v.W)
tl_video_size_gen.go#L205: b.PutInt(v.H)
tl_video_size_gen.go#L206: b.PutInt(v.Size)
tl_video_size_gen.go#L446: b.PutInt(v)
tl_video_size_gen.go#L647: b.PutInt(v)
tl_wall_paper_settings_gen.go#L328: b.PutInt(w.BackgroundColor)
tl_wall_paper_settings_gen.go#L331: b.PutInt(w.SecondBackgroundColor)
tl_wall_paper_settings_gen.go#L334: b.PutInt(w.ThirdBackgroundColor)
tl_wall_paper_settings_gen.go#L337: b.PutInt(w.FourthBackgroundColor)
tl_wall_paper_settings_gen.go#L340: b.PutInt(w.Intensity)
tl_wall_paper_settings_gen.go#L343: b.PutInt(w.Rotation)
tl_web_authorization_gen.go#L222: b.PutInt(w.DateCreated)
tl_web_authorization_gen.go#L223: b.PutInt(w.DateActive)
tl_web_document_gen.go#L177: b.PutInt(w.Size)
tl_web_document_gen.go#L434: b.PutInt(w.Size)
tl_web_page_attribute_gen.go#L442: b.PutInt(w.ID)
tl_web_page_gen.go#L386: b.PutInt(w.Date)
tl_web_page_gen.go#L920: b.PutInt(w.Hash)
tl_web_page_gen.go#L948: b.PutInt(w.EmbedWidth)
tl_web_page_gen.go#L951: b.PutInt(w.EmbedHeight)
tl_web_page_gen.go#L954: b.PutInt(w.Duration)
tl_web_page_gen.go#L1579: b.PutInt(w.CachedPageViews)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |