github.com/gotd/td/bin.Buffer.PutLong (method)
551 uses
github.com/gotd/td/bin (current package)
encode.go#L74: b.PutLong(v)
encode.go#L78: func (b *Buffer) PutLong(v int64) {
github.com/gotd/td/internal/crypto
encrypted_message_data.go#L25: b.PutLong(e.Salt)
encrypted_message_data.go#L26: b.PutLong(e.SessionID)
encrypted_message_data.go#L27: b.PutLong(e.MessageID)
encrypted_message_data.go#L41: b.PutLong(e.Salt)
encrypted_message_data.go#L42: b.PutLong(e.SessionID)
encrypted_message_data.go#L43: b.PutLong(e.MessageID)
github.com/gotd/td/internal/mt
tl_bad_msg_notification_gen.go#L139: buf.PutLong(b.BadMsgID)
tl_bad_msg_notification_gen.go#L323: buf.PutLong(b.BadMsgID)
tl_bad_msg_notification_gen.go#L326: buf.PutLong(b.NewServerSalt)
tl_client_d_h_inner_data_gen.go#L145: b.PutLong(c.RetryID)
tl_destroy_session_gen.go#L116: b.PutLong(d.SessionID)
tl_destroy_session_res_gen.go#L121: b.PutLong(d.SessionID)
tl_destroy_session_res_gen.go#L246: b.PutLong(d.SessionID)
tl_future_salt_gen.go#L136: b.PutLong(f.Salt)
tl_future_salts_gen.go#L134: b.PutLong(f.ReqMsgID)
tl_message_gen.go#L143: b.PutLong(m.MsgID)
tl_msg_detailed_info_gen.go#L148: b.PutLong(m.MsgID)
tl_msg_detailed_info_gen.go#L149: b.PutLong(m.AnswerMsgID)
tl_msg_detailed_info_gen.go#L339: b.PutLong(m.AnswerMsgID)
tl_msg_resend_req_gen.go#L118: b.PutLong(v)
tl_msgs_ack_gen.go#L118: b.PutLong(v)
tl_msgs_all_info_gen.go#L127: b.PutLong(v)
tl_msgs_state_info_gen.go#L125: b.PutLong(m.ReqMsgID)
tl_msgs_state_req_gen.go#L118: b.PutLong(v)
tl_new_session_created_gen.go#L134: b.PutLong(n.FirstMsgID)
tl_new_session_created_gen.go#L135: b.PutLong(n.UniqueID)
tl_new_session_created_gen.go#L136: b.PutLong(n.ServerSalt)
tl_ping_delay_disconnect_gen.go#L125: b.PutLong(p.PingID)
tl_ping_gen.go#L116: b.PutLong(p.PingID)
tl_pong_gen.go#L125: b.PutLong(p.MsgID)
tl_pong_gen.go#L126: b.PutLong(p.PingID)
tl_req_d_h_params_gen.go#L165: b.PutLong(r.PublicKeyFingerprint)
tl_res_p_q_gen.go#L148: b.PutLong(v)
tl_rpc_drop_answer_const_gen.go#L116: b.PutLong(r.ReqMsgID)
tl_rpc_drop_answer_gen.go#L337: b.PutLong(r.MsgID)
tl_rpc_result_gen.go#L125: b.PutLong(r.ReqMsgID)
github.com/gotd/td/internal/proto
container.go#L61: b.PutLong(m.ID)
rpc_result.go#L19: b.PutLong(r.RequestMessageID)
unencrypted_message.go#L50: b.PutLong(0)
unencrypted_message.go#L51: b.PutLong(u.MessageID)
github.com/gotd/td/tg
tl_account_accept_authorization_gen.go#L171: b.PutLong(a.BotID)
tl_account_change_authorization_settings_gen.go#L207: b.PutLong(c.Hash)
tl_account_emoji_statuses_gen.go#L256: b.PutLong(e.Hash)
tl_account_get_authorization_form_gen.go#L148: b.PutLong(g.BotID)
tl_account_get_channel_default_emoji_statuses_gen.go#L125: b.PutLong(g.Hash)
tl_account_get_channel_restricted_status_emojis_gen.go#L125: b.PutLong(g.Hash)
tl_account_get_chat_themes_gen.go#L129: b.PutLong(g.Hash)
tl_account_get_default_background_emojis_gen.go#L134: b.PutLong(g.Hash)
tl_account_get_default_emoji_statuses_gen.go#L132: b.PutLong(g.Hash)
tl_account_get_default_group_photo_emojis_gen.go#L133: b.PutLong(g.Hash)
tl_account_get_default_profile_photo_emojis_gen.go#L133: b.PutLong(g.Hash)
tl_account_get_recent_emoji_statuses_gen.go#L132: b.PutLong(g.Hash)
tl_account_get_saved_ringtones_gen.go#L129: b.PutLong(g.Hash)
tl_account_get_themes_gen.go#L141: b.PutLong(g.Hash)
tl_account_get_wall_papers_gen.go#L132: b.PutLong(g.Hash)
tl_account_init_takeout_session_gen.go#L254: b.PutLong(i.FileMaxSize)
tl_account_password_gen.go#L389: b.PutLong(p.SRPID)
tl_account_register_device_gen.go#L220: b.PutLong(v)
tl_account_reset_authorization_gen.go#L129: b.PutLong(r.Hash)
tl_account_reset_web_authorization_gen.go#L132: b.PutLong(r.Hash)
tl_account_save_secure_value_gen.go#L150: b.PutLong(s.SecureSecretID)
tl_account_saved_ringtones_gen.go#L247: b.PutLong(s.Hash)
tl_account_takeout_gen.go#L126: b.PutLong(t.ID)
tl_account_themes_gen.go#L247: b.PutLong(t.Hash)
tl_account_unregister_device_gen.go#L158: b.PutLong(v)
tl_account_update_color_gen.go#L198: b.PutLong(u.BackgroundEmojiID)
tl_account_wall_papers_gen.go#L256: b.PutLong(w.Hash)
tl_attach_menu_bot_gen.go#L293: b.PutLong(a.BotID)
tl_attach_menu_bots_gen.go#L264: b.PutLong(a.Hash)
tl_auth_bind_temp_auth_key_gen.go#L174: buf.PutLong(b.PermAuthKeyID)
tl_auth_bind_temp_auth_key_gen.go#L175: buf.PutLong(b.Nonce)
tl_auth_drop_temp_auth_keys_gen.go#L128: b.PutLong(v)
tl_auth_export_login_token_gen.go#L166: b.PutLong(v)
tl_auth_exported_authorization_gen.go#L137: b.PutLong(e.ID)
tl_auth_import_authorization_gen.go#L137: b.PutLong(i.ID)
tl_authorization_gen.go#L359: b.PutLong(a.Hash)
tl_auto_download_settings_gen.go#L278: b.PutLong(a.VideoSizeMax)
tl_auto_download_settings_gen.go#L279: b.PutLong(a.FileSizeMax)
tl_auto_save_settings_gen.go#L182: b.PutLong(a.VideoMaxSize)
tl_boost_gen.go#L312: buf.PutLong(b.UserID)
tl_bot_app_gen.go#L345: buf.PutLong(b.ID)
tl_bot_app_gen.go#L346: buf.PutLong(b.AccessHash)
tl_bot_app_gen.go#L364: buf.PutLong(b.Hash)
tl_bot_info_gen.go#L252: buf.PutLong(b.UserID)
tl_bot_inline_message_gen.go#L1957: buf.PutLong(b.TotalAmount)
tl_bots_answer_webhook_json_query_gen.go#L137: b.PutLong(a.QueryID)
tl_channel_admin_log_event_action_gen.go#L2864: b.PutLong(c.PrevValue)
tl_channel_admin_log_event_action_gen.go#L2865: b.PutLong(c.NewValue)
tl_channel_admin_log_event_action_gen.go#L5027: b.PutLong(c.ApprovedBy)
tl_channel_admin_log_event_gen.go#L159: b.PutLong(c.ID)
tl_channel_admin_log_event_gen.go#L161: b.PutLong(c.UserID)
tl_channel_participant_gen.go#L142: b.PutLong(c.UserID)
tl_channel_participant_gen.go#L346: b.PutLong(c.UserID)
tl_channel_participant_gen.go#L347: b.PutLong(c.InviterID)
tl_channel_participant_gen.go#L586: b.PutLong(c.UserID)
tl_channel_participant_gen.go#L892: b.PutLong(c.UserID)
tl_channel_participant_gen.go#L894: b.PutLong(c.InviterID)
tl_channel_participant_gen.go#L896: b.PutLong(c.PromotedBy)
tl_channel_participant_gen.go#L1249: b.PutLong(c.KickedBy)
tl_channels_create_forum_topic_gen.go#L250: b.PutLong(c.IconEmojiID)
tl_channels_create_forum_topic_gen.go#L252: b.PutLong(c.RandomID)
tl_channels_edit_forum_topic_gen.go#L256: b.PutLong(e.IconEmojiID)
tl_channels_get_admin_log_gen.go#L261: b.PutLong(g.MaxID)
tl_channels_get_admin_log_gen.go#L262: b.PutLong(g.MinID)
tl_channels_get_participants_gen.go#L196: b.PutLong(g.Hash)
tl_channels_update_color_gen.go#L214: b.PutLong(u.BackgroundEmojiID)
tl_chat_admin_with_invites_gen.go#L148: b.PutLong(c.AdminID)
tl_chat_full_gen.go#L490: b.PutLong(c.ID)
tl_chat_full_gen.go#L556: b.PutLong(v)
tl_chat_full_gen.go#L2087: b.PutLong(c.ID)
tl_chat_full_gen.go#L2131: b.PutLong(c.MigratedFromChatID)
tl_chat_full_gen.go#L2151: b.PutLong(c.LinkedChatID)
tl_chat_full_gen.go#L2202: b.PutLong(v)
tl_chat_gen.go#L131: b.PutLong(c.ID)
tl_chat_gen.go#L502: b.PutLong(c.ID)
tl_chat_gen.go#L948: b.PutLong(c.ID)
tl_chat_gen.go#L1815: b.PutLong(c.ID)
tl_chat_gen.go#L1817: b.PutLong(c.AccessHash)
tl_chat_gen.go#L2961: b.PutLong(c.ID)
tl_chat_gen.go#L2962: b.PutLong(c.AccessHash)
tl_chat_invite_importer_gen.go#L232: b.PutLong(c.UserID)
tl_chat_invite_importer_gen.go#L238: b.PutLong(c.ApprovedBy)
tl_chat_participant_gen.go#L153: b.PutLong(c.UserID)
tl_chat_participant_gen.go#L154: b.PutLong(c.InviterID)
tl_chat_participant_gen.go#L320: b.PutLong(c.UserID)
tl_chat_participant_gen.go#L477: b.PutLong(c.UserID)
tl_chat_participant_gen.go#L478: b.PutLong(c.InviterID)
tl_chat_participants_gen.go#L167: b.PutLong(c.ChatID)
tl_chat_participants_gen.go#L362: b.PutLong(c.ChatID)
tl_chat_photo_gen.go#L298: b.PutLong(c.PhotoID)
tl_contact_gen.go#L137: b.PutLong(c.UserID)
tl_contact_status_gen.go#L137: b.PutLong(c.UserID)
tl_contacts_edit_close_friends_gen.go#L134: b.PutLong(v)
tl_contacts_get_contact_ids_gen.go#L129: b.PutLong(g.Hash)
tl_contacts_get_contacts_gen.go#L132: b.PutLong(g.Hash)
tl_contacts_get_top_peers_gen.go#L295: b.PutLong(g.Hash)
tl_contacts_imported_contacts_gen.go#L174: b.PutLong(v)
tl_document_gen.go#L131: b.PutLong(d.ID)
tl_document_gen.go#L402: b.PutLong(d.ID)
tl_document_gen.go#L403: b.PutLong(d.AccessHash)
tl_document_gen.go#L407: b.PutLong(d.Size)
tl_emoji_group_gen.go#L152: b.PutLong(e.IconEmojiID)
tl_emoji_list_gen.go#L253: b.PutLong(e.Hash)
tl_emoji_list_gen.go#L256: b.PutLong(v)
tl_emoji_status_gen.go#L239: b.PutLong(e.DocumentID)
tl_emoji_status_gen.go#L391: b.PutLong(e.DocumentID)
tl_encrypted_chat_gen.go#L311: b.PutLong(e.AccessHash)
tl_encrypted_chat_gen.go#L313: b.PutLong(e.AdminID)
tl_encrypted_chat_gen.go#L314: b.PutLong(e.ParticipantID)
tl_encrypted_chat_gen.go#L610: b.PutLong(e.AccessHash)
tl_encrypted_chat_gen.go#L612: b.PutLong(e.AdminID)
tl_encrypted_chat_gen.go#L613: b.PutLong(e.ParticipantID)
tl_encrypted_chat_gen.go#L925: b.PutLong(e.AccessHash)
tl_encrypted_chat_gen.go#L927: b.PutLong(e.AdminID)
tl_encrypted_chat_gen.go#L928: b.PutLong(e.ParticipantID)
tl_encrypted_chat_gen.go#L930: b.PutLong(e.KeyFingerprint)
tl_encrypted_file_gen.go#L277: b.PutLong(e.ID)
tl_encrypted_file_gen.go#L278: b.PutLong(e.AccessHash)
tl_encrypted_file_gen.go#L279: b.PutLong(e.Size)
tl_encrypted_message_gen.go#L179: b.PutLong(e.RandomID)
tl_encrypted_message_gen.go#L420: b.PutLong(e.RandomID)
tl_exported_chat_invite_gen.go#L336: b.PutLong(c.AdminID)
tl_file_hash_gen.go#L147: b.PutLong(f.Offset)
tl_forum_topic_gen.go#L548: b.PutLong(f.IconEmojiID)
tl_game_gen.go#L217: b.PutLong(g.ID)
tl_game_gen.go#L218: b.PutLong(g.AccessHash)
tl_geo_point_gen.go#L293: b.PutLong(g.AccessHash)
tl_group_call_gen.go#L153: b.PutLong(g.ID)
tl_group_call_gen.go#L154: b.PutLong(g.AccessHash)
tl_group_call_gen.go#L610: b.PutLong(g.ID)
tl_group_call_gen.go#L611: b.PutLong(g.AccessHash)
tl_group_call_participant_gen.go#L463: b.PutLong(g.RaiseHandRating)
tl_group_call_stream_channel_gen.go#L155: b.PutLong(g.LastTimestampMs)
tl_high_score_gen.go#L149: b.PutLong(h.UserID)
tl_imported_contact_gen.go#L140: b.PutLong(i.UserID)
tl_imported_contact_gen.go#L141: b.PutLong(i.ClientID)
tl_input_app_event_gen.go#L162: b.PutLong(i.Peer)
tl_input_bot_app_gen.go#L151: b.PutLong(i.ID)
tl_input_bot_app_gen.go#L152: b.PutLong(i.AccessHash)
tl_input_bot_inline_message_id_gen.go#L155: b.PutLong(i.ID)
tl_input_bot_inline_message_id_gen.go#L156: b.PutLong(i.AccessHash)
tl_input_bot_inline_message_id_gen.go#L355: b.PutLong(i.OwnerID)
tl_input_bot_inline_message_id_gen.go#L357: b.PutLong(i.AccessHash)
tl_input_channel_gen.go#L247: b.PutLong(i.ChannelID)
tl_input_channel_gen.go#L248: b.PutLong(i.AccessHash)
tl_input_channel_gen.go#L430: b.PutLong(i.ChannelID)
tl_input_check_password_srp_gen.go#L267: b.PutLong(i.SRPID)
tl_input_document_gen.go#L261: b.PutLong(i.ID)
tl_input_document_gen.go#L262: b.PutLong(i.AccessHash)
tl_input_encrypted_chat_gen.go#L144: b.PutLong(i.AccessHash)
tl_input_encrypted_file_gen.go#L270: b.PutLong(i.ID)
tl_input_encrypted_file_gen.go#L470: b.PutLong(i.ID)
tl_input_encrypted_file_gen.go#L471: b.PutLong(i.AccessHash)
tl_input_encrypted_file_gen.go#L647: b.PutLong(i.ID)
tl_input_file_gen.go#L171: b.PutLong(i.ID)
tl_input_file_gen.go#L380: b.PutLong(i.ID)
tl_input_file_location_gen.go#L167: b.PutLong(i.VolumeID)
tl_input_file_location_gen.go#L169: b.PutLong(i.Secret)
tl_input_file_location_gen.go#L367: b.PutLong(i.ID)
tl_input_file_location_gen.go#L368: b.PutLong(i.AccessHash)
tl_input_file_location_gen.go#L557: b.PutLong(i.ID)
tl_input_file_location_gen.go#L558: b.PutLong(i.AccessHash)
tl_input_file_location_gen.go#L760: b.PutLong(i.ID)
tl_input_file_location_gen.go#L761: b.PutLong(i.AccessHash)
tl_input_file_location_gen.go#L1069: b.PutLong(i.ID)
tl_input_file_location_gen.go#L1070: b.PutLong(i.AccessHash)
tl_input_file_location_gen.go#L1307: b.PutLong(i.ID)
tl_input_file_location_gen.go#L1308: b.PutLong(i.AccessHash)
tl_input_file_location_gen.go#L1310: b.PutLong(i.VolumeID)
tl_input_file_location_gen.go#L1312: b.PutLong(i.Secret)
tl_input_file_location_gen.go#L1570: b.PutLong(i.PhotoID)
tl_input_file_location_gen.go#L1997: b.PutLong(i.TimeMs)
tl_input_file_location_gen.go#L2277: b.PutLong(i.VolumeID)
tl_input_file_location_gen.go#L2495: b.PutLong(i.VolumeID)
tl_input_game_gen.go#L148: b.PutLong(i.ID)
tl_input_game_gen.go#L149: b.PutLong(i.AccessHash)
tl_input_group_call_gen.go#L137: b.PutLong(i.ID)
tl_input_group_call_gen.go#L138: b.PutLong(i.AccessHash)
tl_input_message_gen.go#L516: b.PutLong(i.QueryID)
tl_input_peer_gen.go#L335: b.PutLong(i.ChatID)
tl_input_peer_gen.go#L484: b.PutLong(i.UserID)
tl_input_peer_gen.go#L485: b.PutLong(i.AccessHash)
tl_input_peer_gen.go#L649: b.PutLong(i.ChannelID)
tl_input_peer_gen.go#L650: b.PutLong(i.AccessHash)
tl_input_peer_gen.go#L832: b.PutLong(i.UserID)
tl_input_peer_gen.go#L1029: b.PutLong(i.ChannelID)
tl_input_phone_call_gen.go#L137: b.PutLong(i.ID)
tl_input_phone_call_gen.go#L138: b.PutLong(i.AccessHash)
tl_input_phone_contact_gen.go#L166: b.PutLong(i.ClientID)
tl_input_photo_gen.go#L261: b.PutLong(i.ID)
tl_input_photo_gen.go#L262: b.PutLong(i.AccessHash)
tl_input_privacy_rule_gen.go#L857: b.PutLong(v)
tl_input_privacy_rule_gen.go#L1005: b.PutLong(v)
tl_input_secure_file_gen.go#L178: b.PutLong(i.ID)
tl_input_secure_file_gen.go#L392: b.PutLong(i.ID)
tl_input_secure_file_gen.go#L393: b.PutLong(i.AccessHash)
tl_input_single_media_gen.go#L197: b.PutLong(i.RandomID)
tl_input_sticker_set_gen.go#L244: b.PutLong(i.ID)
tl_input_sticker_set_gen.go#L245: b.PutLong(i.AccessHash)
tl_input_store_payment_purpose_gen.go#L369: b.PutLong(i.Amount)
tl_input_store_payment_purpose_gen.go#L635: b.PutLong(i.Amount)
tl_input_store_payment_purpose_gen.go#L1050: b.PutLong(i.RandomID)
tl_input_store_payment_purpose_gen.go#L1053: b.PutLong(i.Amount)
tl_input_theme_gen.go#L142: b.PutLong(i.ID)
tl_input_theme_gen.go#L143: b.PutLong(i.AccessHash)
tl_input_user_gen.go#L349: b.PutLong(i.UserID)
tl_input_user_gen.go#L350: b.PutLong(i.AccessHash)
tl_input_user_gen.go#L532: b.PutLong(i.UserID)
tl_input_wall_paper_gen.go#L148: b.PutLong(i.ID)
tl_input_wall_paper_gen.go#L149: b.PutLong(i.AccessHash)
tl_input_wall_paper_gen.go#L443: b.PutLong(i.ID)
tl_input_web_file_location_gen.go#L143: b.PutLong(i.AccessHash)
tl_input_web_file_location_gen.go#L365: b.PutLong(i.AccessHash)
tl_invoice_gen.go#L369: b.PutLong(i.MaxTipAmount)
tl_invoice_gen.go#L374: b.PutLong(v)
tl_invoke_after_msg_gen.go#L137: b.PutLong(i.MsgID)
tl_invoke_after_msgs_gen.go#L139: b.PutLong(v)
tl_invoke_with_takeout_gen.go#L143: b.PutLong(i.TakeoutID)
tl_keyboard_button_gen.go#L2481: b.PutLong(k.UserID)
tl_labeled_price_gen.go#L144: b.PutLong(l.Amount)
tl_long_vector_gen.go#L125: b.PutLong(v)
tl_media_area_gen.go#L474: b.PutLong(i.QueryID)
tl_media_area_gen.go#L1094: b.PutLong(m.ChannelID)
tl_message_action_gen.go#L247: b.PutLong(v)
tl_message_action_gen.go#L787: b.PutLong(v)
tl_message_action_gen.go#L933: b.PutLong(m.UserID)
tl_message_action_gen.go#L1068: b.PutLong(m.InviterID)
tl_message_action_gen.go#L1341: b.PutLong(m.ChannelID)
tl_message_action_gen.go#L1491: b.PutLong(m.ChatID)
tl_message_action_gen.go#L1856: b.PutLong(m.GameID)
tl_message_action_gen.go#L2136: b.PutLong(m.TotalAmount)
tl_message_action_gen.go#L2511: b.PutLong(m.TotalAmount)
tl_message_action_gen.go#L2805: b.PutLong(m.CallID)
tl_message_action_gen.go#L4446: b.PutLong(v)
tl_message_action_gen.go#L4650: b.PutLong(m.AutoSettingFrom)
tl_message_action_gen.go#L5617: b.PutLong(m.Amount)
tl_message_action_gen.go#L5623: b.PutLong(m.CryptoAmount)
tl_message_action_gen.go#L5901: b.PutLong(m.IconEmojiID)
tl_message_action_gen.go#L6177: b.PutLong(m.IconEmojiID)
tl_message_action_gen.go#L7186: b.PutLong(m.Amount)
tl_message_action_gen.go#L7192: b.PutLong(m.CryptoAmount)
tl_message_entity_gen.go#L2093: b.PutLong(m.UserID)
tl_message_entity_gen.go#L3512: b.PutLong(m.DocumentID)
tl_message_gen.go#L923: b.PutLong(m.ViaBotID)
tl_message_gen.go#L980: b.PutLong(m.GroupedID)
tl_message_media_gen.go#L686: b.PutLong(m.UserID)
tl_message_media_gen.go#L2237: b.PutLong(m.TotalAmount)
tl_message_media_gen.go#L3603: b.PutLong(v)
tl_message_media_gen.go#L4059: b.PutLong(m.ChannelID)
tl_message_media_gen.go#L4068: b.PutLong(v)
tl_message_replies_gen.go#L277: b.PutLong(m.ChannelID)
tl_message_reply_header_gen.go#L820: b.PutLong(m.UserID)
tl_messages_accept_encryption_gen.go#L155: b.PutLong(a.KeyFingerprint)
tl_messages_add_chat_user_gen.go#L155: b.PutLong(a.ChatID)
tl_messages_all_stickers_gen.go#L247: b.PutLong(a.Hash)
tl_messages_bot_results_gen.go#L255: buf.PutLong(b.QueryID)
tl_messages_delete_chat_gen.go#L129: b.PutLong(d.ChatID)
tl_messages_delete_chat_user_gen.go#L168: b.PutLong(d.ChatID)
tl_messages_edit_chat_admin_gen.go#L151: b.PutLong(e.ChatID)
tl_messages_edit_chat_photo_gen.go#L137: b.PutLong(e.ChatID)
tl_messages_edit_chat_title_gen.go#L137: b.PutLong(e.ChatID)
tl_messages_faved_stickers_gen.go#L258: b.PutLong(f.Hash)
tl_messages_featured_stickers_gen.go#L333: b.PutLong(f.Hash)
tl_messages_featured_stickers_gen.go#L346: b.PutLong(v)
tl_messages_forward_messages_gen.go#L345: b.PutLong(v)
tl_messages_found_sticker_sets_gen.go#L247: b.PutLong(f.Hash)
tl_messages_get_all_stickers_gen.go#L129: b.PutLong(g.Hash)
tl_messages_get_archived_stickers_gen.go#L195: b.PutLong(g.OffsetID)
tl_messages_get_attach_menu_bots_gen.go#L132: b.PutLong(g.Hash)
tl_messages_get_bot_app_gen.go#L152: b.PutLong(g.Hash)
tl_messages_get_chats_gen.go#L128: b.PutLong(v)
tl_messages_get_common_chats_gen.go#L160: b.PutLong(g.MaxID)
tl_messages_get_custom_emoji_documents_gen.go#L140: b.PutLong(v)
tl_messages_get_dialogs_gen.go#L249: b.PutLong(g.Hash)
tl_messages_get_document_by_hash_gen.go#L149: b.PutLong(g.Size)
tl_messages_get_emoji_stickers_gen.go#L132: b.PutLong(g.Hash)
tl_messages_get_faved_stickers_gen.go#L129: b.PutLong(g.Hash)
tl_messages_get_featured_emoji_stickers_gen.go#L129: b.PutLong(g.Hash)
tl_messages_get_featured_stickers_gen.go#L129: b.PutLong(g.Hash)
tl_messages_get_full_chat_gen.go#L132: b.PutLong(g.ChatID)
tl_messages_get_history_gen.go#L220: b.PutLong(g.Hash)
tl_messages_get_mask_stickers_gen.go#L129: b.PutLong(g.Hash)
tl_messages_get_old_featured_stickers_gen.go#L156: b.PutLong(g.Hash)
tl_messages_get_recent_locations_gen.go#L161: b.PutLong(g.Hash)
tl_messages_get_recent_reactions_gen.go#L147: b.PutLong(g.Hash)
tl_messages_get_recent_stickers_gen.go#L160: b.PutLong(g.Hash)
tl_messages_get_replies_gen.go#L244: b.PutLong(g.Hash)
tl_messages_get_saved_gifs_gen.go#L129: b.PutLong(g.Hash)
tl_messages_get_scheduled_history_gen.go#L146: b.PutLong(g.Hash)
tl_messages_get_stickers_gen.go#L141: b.PutLong(g.Hash)
tl_messages_get_top_reactions_gen.go#L147: b.PutLong(g.Hash)
tl_messages_history_import_gen.go#L132: b.PutLong(h.ID)
tl_messages_migrate_chat_gen.go#L132: b.PutLong(m.ChatID)
tl_messages_prolong_web_view_gen.go#L248: b.PutLong(p.QueryID)
tl_messages_rate_transcribed_audio_gen.go#L169: b.PutLong(r.TranscriptionID)
tl_messages_reactions_gen.go#L253: b.PutLong(r.Hash)
tl_messages_read_featured_stickers_gen.go#L128: b.PutLong(v)
tl_messages_recent_stickers_gen.go#L269: b.PutLong(r.Hash)
tl_messages_reorder_sticker_sets_gen.go#L177: b.PutLong(v)
tl_messages_saved_gifs_gen.go#L247: b.PutLong(s.Hash)
tl_messages_search_custom_emoji_gen.go#L144: b.PutLong(s.Hash)
tl_messages_search_emoji_sticker_sets_gen.go#L175: b.PutLong(s.Hash)
tl_messages_search_gen.go#L350: b.PutLong(s.Hash)
tl_messages_search_sticker_sets_gen.go#L172: b.PutLong(s.Hash)
tl_messages_send_encrypted_file_gen.go#L197: b.PutLong(s.RandomID)
tl_messages_send_encrypted_gen.go#L186: b.PutLong(s.RandomID)
tl_messages_send_encrypted_service_gen.go#L155: b.PutLong(s.RandomID)
tl_messages_send_inline_bot_result_gen.go#L327: b.PutLong(s.RandomID)
tl_messages_send_inline_bot_result_gen.go#L328: b.PutLong(s.QueryID)
tl_messages_send_media_gen.go#L401: b.PutLong(s.RandomID)
tl_messages_send_message_gen.go#L399: b.PutLong(s.RandomID)
tl_messages_send_screenshot_notification_gen.go#L161: b.PutLong(s.RandomID)
tl_messages_send_web_view_data_gen.go#L175: b.PutLong(s.RandomID)
tl_messages_set_bot_callback_answer_gen.go#L208: b.PutLong(s.QueryID)
tl_messages_set_bot_precheckout_results_gen.go#L190: b.PutLong(s.QueryID)
tl_messages_set_bot_shipping_results_gen.go#L189: b.PutLong(s.QueryID)
tl_messages_set_inline_bot_results_gen.go#L265: b.PutLong(s.QueryID)
tl_messages_start_bot_gen.go#L177: b.PutLong(s.RandomID)
tl_messages_start_history_import_gen.go#L156: b.PutLong(s.ImportID)
tl_messages_stickers_gen.go#L247: b.PutLong(s.Hash)
tl_messages_transcribed_audio_gen.go#L226: b.PutLong(t.TranscriptionID)
tl_messages_upload_imported_media_gen.go#L172: b.PutLong(u.ImportID)
tl_notification_sound_gen.go#L501: b.PutLong(n.ID)
tl_page_block_gen.go#L2213: b.PutLong(p.PhotoID)
tl_page_block_gen.go#L2221: b.PutLong(p.WebpageID)
tl_page_block_gen.go#L2482: b.PutLong(p.VideoID)
tl_page_block_gen.go#L2971: b.PutLong(p.PosterPhotoID)
tl_page_block_gen.go#L3351: b.PutLong(p.WebpageID)
tl_page_block_gen.go#L3352: b.PutLong(p.AuthorPhotoID)
tl_page_block_gen.go#L4128: b.PutLong(p.AudioID)
tl_page_related_article_gen.go#L254: b.PutLong(p.WebpageID)
tl_page_related_article_gen.go#L262: b.PutLong(p.PhotoID)
tl_payments_checked_gift_code_gen.go#L291: b.PutLong(c.ToID)
tl_payments_giveaway_info_gen.go#L256: b.PutLong(g.AdminDisallowedChatID)
tl_payments_launch_prepaid_giveaway_gen.go#L157: b.PutLong(l.GiveawayID)
tl_payments_payment_form_gen.go#L379: b.PutLong(p.FormID)
tl_payments_payment_form_gen.go#L380: b.PutLong(p.BotID)
tl_payments_payment_form_gen.go#L394: b.PutLong(p.ProviderID)
tl_payments_payment_receipt_gen.go#L331: b.PutLong(p.BotID)
tl_payments_payment_receipt_gen.go#L332: b.PutLong(p.ProviderID)
tl_payments_payment_receipt_gen.go#L357: b.PutLong(p.TipAmount)
tl_payments_payment_receipt_gen.go#L360: b.PutLong(p.TotalAmount)
tl_payments_send_payment_form_gen.go#L233: b.PutLong(s.FormID)
tl_payments_send_payment_form_gen.go#L253: b.PutLong(s.TipAmount)
tl_peer_color_gen.go#L184: b.PutLong(p.BackgroundEmojiID)
tl_peer_gen.go#L131: b.PutLong(p.UserID)
tl_peer_gen.go#L266: b.PutLong(p.ChatID)
tl_peer_gen.go#L401: b.PutLong(p.ChannelID)
tl_phone_call_gen.go#L131: b.PutLong(p.ID)
tl_phone_call_gen.go#L372: b.PutLong(p.ID)
tl_phone_call_gen.go#L373: b.PutLong(p.AccessHash)
tl_phone_call_gen.go#L375: b.PutLong(p.AdminID)
tl_phone_call_gen.go#L376: b.PutLong(p.ParticipantID)
tl_phone_call_gen.go#L740: b.PutLong(p.ID)
tl_phone_call_gen.go#L741: b.PutLong(p.AccessHash)
tl_phone_call_gen.go#L743: b.PutLong(p.AdminID)
tl_phone_call_gen.go#L744: b.PutLong(p.ParticipantID)
tl_phone_call_gen.go#L1096: b.PutLong(p.ID)
tl_phone_call_gen.go#L1097: b.PutLong(p.AccessHash)
tl_phone_call_gen.go#L1099: b.PutLong(p.AdminID)
tl_phone_call_gen.go#L1100: b.PutLong(p.ParticipantID)
tl_phone_call_gen.go#L1503: b.PutLong(p.ID)
tl_phone_call_gen.go#L1504: b.PutLong(p.AccessHash)
tl_phone_call_gen.go#L1506: b.PutLong(p.AdminID)
tl_phone_call_gen.go#L1507: b.PutLong(p.ParticipantID)
tl_phone_call_gen.go#L1509: b.PutLong(p.KeyFingerprint)
tl_phone_call_gen.go#L1957: b.PutLong(p.ID)
tl_phone_confirm_call_gen.go#L169: b.PutLong(c.KeyFingerprint)
tl_phone_connection_gen.go#L206: b.PutLong(p.ID)
tl_phone_connection_gen.go#L531: b.PutLong(p.ID)
tl_phone_discard_call_gen.go#L200: b.PutLong(d.ConnectionID)
tl_photo_gen.go#L131: b.PutLong(p.ID)
tl_photo_gen.go#L378: b.PutLong(p.ID)
tl_photo_gen.go#L379: b.PutLong(p.AccessHash)
tl_photos_get_user_photos_gen.go#L173: b.PutLong(g.MaxID)
tl_poll_gen.go#L268: b.PutLong(p.ID)
tl_popular_contact_gen.go#L137: b.PutLong(p.ClientID)
tl_premium_gift_code_option_gen.go#L239: b.PutLong(p.Amount)
tl_premium_gift_option_gen.go#L210: b.PutLong(p.Amount)
tl_premium_subscription_option_gen.go#L266: b.PutLong(p.Amount)
tl_prepaid_giveaway_gen.go#L168: b.PutLong(p.ID)
tl_privacy_rule_gen.go#L337: b.PutLong(v)
tl_privacy_rule_gen.go#L689: b.PutLong(v)
tl_privacy_rule_gen.go#L837: b.PutLong(v)
tl_privacy_rule_gen.go#L985: b.PutLong(v)
tl_reaction_gen.go#L374: b.PutLong(r.DocumentID)
tl_read_participant_date_gen.go#L137: b.PutLong(r.UserID)
tl_recent_me_url_gen.go#L278: b.PutLong(r.UserID)
tl_recent_me_url_gen.go#L440: b.PutLong(r.ChatID)
tl_rich_text_gen.go#L1097: b.PutLong(t.WebpageID)
tl_rich_text_gen.go#L2196: b.PutLong(t.DocumentID)
tl_secure_file_gen.go#L303: b.PutLong(s.ID)
tl_secure_file_gen.go#L304: b.PutLong(s.AccessHash)
tl_secure_file_gen.go#L305: b.PutLong(s.Size)
tl_secure_secret_settings_gen.go#L155: b.PutLong(s.SecureSecretID)
tl_stats_group_top_admin_gen.go#L168: b.PutLong(s.UserID)
tl_stats_group_top_inviter_gen.go#L140: b.PutLong(s.UserID)
tl_stats_group_top_poster_gen.go#L151: b.PutLong(s.UserID)
tl_stats_load_async_graph_gen.go#L170: b.PutLong(l.X)
tl_sticker_keyword_gen.go#L137: b.PutLong(s.DocumentID)
tl_sticker_pack_gen.go#L145: b.PutLong(v)
tl_sticker_set_gen.go#L430: b.PutLong(s.ID)
tl_sticker_set_gen.go#L431: b.PutLong(s.AccessHash)
tl_sticker_set_gen.go#L452: b.PutLong(s.ThumbDocumentID)
tl_stickers_set_sticker_set_thumb_gen.go#L201: b.PutLong(s.ThumbDocumentID)
tl_stories_send_story_gen.go#L410: b.PutLong(s.RandomID)
tl_story_view_gen.go#L218: b.PutLong(s.UserID)
tl_story_views_gen.go#L262: b.PutLong(v)
tl_theme_gen.go#L303: b.PutLong(t.ID)
tl_theme_gen.go#L304: b.PutLong(t.AccessHash)
tl_update_gen.go#L343: b.PutLong(u.RandomID)
tl_update_gen.go#L711: b.PutLong(u.UserID)
tl_update_gen.go#L891: b.PutLong(u.ChatID)
tl_update_gen.go#L1219: b.PutLong(u.UserID)
tl_update_gen.go#L1416: b.PutLong(u.UserID)
tl_update_gen.go#L1711: b.PutLong(u.Hash)
tl_update_gen.go#L2662: b.PutLong(u.ChatID)
tl_update_gen.go#L2663: b.PutLong(u.UserID)
tl_update_gen.go#L2664: b.PutLong(u.InviterID)
tl_update_gen.go#L2883: b.PutLong(u.ChatID)
tl_update_gen.go#L2884: b.PutLong(u.UserID)
tl_update_gen.go#L3967: b.PutLong(u.UserID)
tl_update_gen.go#L5195: b.PutLong(u.ChannelID)
tl_update_gen.go#L5364: b.PutLong(u.ChannelID)
tl_update_gen.go#L5783: b.PutLong(u.ChannelID)
tl_update_gen.go#L6038: b.PutLong(u.ChannelID)
tl_update_gen.go#L6256: b.PutLong(u.ChannelID)
tl_update_gen.go#L6459: b.PutLong(u.ChatID)
tl_update_gen.go#L6460: b.PutLong(u.UserID)
tl_update_gen.go#L6830: b.PutLong(v)
tl_update_gen.go#L7422: b.PutLong(u.QueryID)
tl_update_gen.go#L7423: b.PutLong(u.UserID)
tl_update_gen.go#L7761: b.PutLong(u.UserID)
tl_update_gen.go#L8304: b.PutLong(u.QueryID)
tl_update_gen.go#L8305: b.PutLong(u.UserID)
tl_update_gen.go#L8313: b.PutLong(u.ChatInstance)
tl_update_gen.go#L8860: b.PutLong(u.QueryID)
tl_update_gen.go#L8861: b.PutLong(u.UserID)
tl_update_gen.go#L8868: b.PutLong(u.ChatInstance)
tl_update_gen.go#L9123: b.PutLong(u.ChannelID)
tl_update_gen.go#L9983: b.PutLong(u.ChannelID)
tl_update_gen.go#L10829: b.PutLong(u.QueryID)
tl_update_gen.go#L11029: b.PutLong(u.QueryID)
tl_update_gen.go#L11030: b.PutLong(u.UserID)
tl_update_gen.go#L11321: b.PutLong(u.QueryID)
tl_update_gen.go#L11322: b.PutLong(u.UserID)
tl_update_gen.go#L11333: b.PutLong(u.TotalAmount)
tl_update_gen.go#L12157: b.PutLong(u.ChannelID)
tl_update_gen.go#L12470: b.PutLong(u.ChannelID)
tl_update_gen.go#L12864: b.PutLong(u.PollID)
tl_update_gen.go#L14549: b.PutLong(u.PollID)
tl_update_gen.go#L15238: b.PutLong(u.PhoneCallID)
tl_update_gen.go#L15411: b.PutLong(u.ChannelID)
tl_update_gen.go#L15676: b.PutLong(u.ChannelID)
tl_update_gen.go#L15680: b.PutLong(u.BroadcastID)
tl_update_gen.go#L15938: b.PutLong(u.ChannelID)
tl_update_gen.go#L16408: b.PutLong(u.ChannelID)
tl_update_gen.go#L16987: b.PutLong(u.ChannelID)
tl_update_gen.go#L17208: b.PutLong(u.ChatID)
tl_update_gen.go#L17561: b.PutLong(u.ChatID)
tl_update_gen.go#L18053: b.PutLong(u.ChatID)
tl_update_gen.go#L18055: b.PutLong(u.ActorID)
tl_update_gen.go#L18056: b.PutLong(u.UserID)
tl_update_gen.go#L18504: b.PutLong(u.ChannelID)
tl_update_gen.go#L18506: b.PutLong(u.ActorID)
tl_update_gen.go#L18507: b.PutLong(u.UserID)
tl_update_gen.go#L18863: b.PutLong(u.UserID)
tl_update_gen.go#L19268: b.PutLong(u.BotID)
tl_update_gen.go#L19483: b.PutLong(v)
tl_update_gen.go#L19734: b.PutLong(u.UserID)
tl_update_gen.go#L20332: b.PutLong(u.QueryID)
tl_update_gen.go#L20478: b.PutLong(u.BotID)
tl_update_gen.go#L20820: b.PutLong(u.TranscriptionID)
tl_update_gen.go#L21148: b.PutLong(u.UserID)
tl_update_gen.go#L21572: b.PutLong(u.Stickerset)
tl_update_gen.go#L21996: b.PutLong(u.ChannelID)
tl_update_gen.go#L22211: b.PutLong(u.ChannelID)
tl_update_gen.go#L22395: b.PutLong(u.UserID)
tl_update_gen.go#L22645: b.PutLong(u.UserID)
tl_update_gen.go#L23144: b.PutLong(u.RandomID)
tl_update_gen.go#L23859: b.PutLong(u.ChannelID)
tl_updates_gen.go#L484: b.PutLong(u.UserID)
tl_updates_gen.go#L495: b.PutLong(u.ViaBotID)
tl_updates_gen.go#L1211: b.PutLong(u.FromID)
tl_updates_gen.go#L1212: b.PutLong(u.ChatID)
tl_updates_gen.go#L1223: b.PutLong(u.ViaBotID)
tl_upload_get_cdn_file_gen.go#L152: b.PutLong(g.Offset)
tl_upload_get_cdn_file_hashes_gen.go#L141: b.PutLong(g.Offset)
tl_upload_get_file_gen.go#L204: b.PutLong(g.Offset)
tl_upload_get_file_hashes_gen.go#L143: b.PutLong(g.Offset)
tl_upload_save_big_file_part_gen.go#L160: b.PutLong(s.FileID)
tl_upload_save_file_part_gen.go#L148: b.PutLong(s.FileID)
tl_user_full_gen.go#L682: b.PutLong(u.ID)
tl_user_gen.go#L131: b.PutLong(u.ID)
tl_user_gen.go#L975: b.PutLong(u.ID)
tl_user_gen.go#L977: b.PutLong(u.AccessHash)
tl_user_profile_photo_gen.go#L320: b.PutLong(u.PhotoID)
tl_video_size_gen.go#L443: b.PutLong(v.EmojiID)
tl_video_size_gen.go#L644: b.PutLong(v.StickerID)
tl_wall_paper_gen.go#L271: b.PutLong(w.ID)
tl_wall_paper_gen.go#L275: b.PutLong(w.AccessHash)
tl_wall_paper_gen.go#L641: b.PutLong(w.ID)
tl_web_authorization_gen.go#L217: b.PutLong(w.Hash)
tl_web_authorization_gen.go#L218: b.PutLong(w.BotID)
tl_web_document_gen.go#L176: b.PutLong(w.AccessHash)
tl_web_page_gen.go#L167: b.PutLong(w.ID)
tl_web_page_gen.go#L382: b.PutLong(w.ID)
tl_web_page_gen.go#L917: b.PutLong(w.ID)
tl_web_view_result_url_gen.go#L137: b.PutLong(w.QueryID)
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. |