github.com/gotd/td/bin.Buffer.PutBytes (method)

171 uses

	github.com/gotd/td/bin (current package)
		encode.go#L26: func (b *Buffer) PutBytes(v []byte) {

	github.com/gotd/td/crypto
		rsa_fingerprint.go#L20: 	buf.PutBytes(key.N.Bytes())
		rsa_fingerprint.go#L21: 	buf.PutBytes(e.Bytes())

	github.com/gotd/td/mt
		tl_client_d_h_inner_data_gen.go#L146: 	b.PutBytes(c.GB)
		tl_gzip_packed_gen.go#L116: 	b.PutBytes(g.PackedData)
		tl_msgs_all_info_gen.go#L129: 	b.PutBytes(m.Info)
		tl_msgs_state_info_gen.go#L126: 	b.PutBytes(m.Info)
		tl_p_q_inner_data_gen.go#L166: 	b.PutBytes(p.Pq)
		tl_p_q_inner_data_gen.go#L167: 	b.PutBytes(p.P)
		tl_p_q_inner_data_gen.go#L168: 	b.PutBytes(p.Q)
		tl_p_q_inner_data_gen.go#L425: 	b.PutBytes(p.Pq)
		tl_p_q_inner_data_gen.go#L426: 	b.PutBytes(p.P)
		tl_p_q_inner_data_gen.go#L427: 	b.PutBytes(p.Q)
		tl_p_q_inner_data_gen.go#L709: 	b.PutBytes(p.Pq)
		tl_p_q_inner_data_gen.go#L710: 	b.PutBytes(p.P)
		tl_p_q_inner_data_gen.go#L711: 	b.PutBytes(p.Q)
		tl_req_d_h_params_gen.go#L163: 	b.PutBytes(r.P)
		tl_req_d_h_params_gen.go#L164: 	b.PutBytes(r.Q)
		tl_req_d_h_params_gen.go#L166: 	b.PutBytes(r.EncryptedData)
		tl_res_p_q_gen.go#L145: 	b.PutBytes(r.Pq)
		tl_server_d_h_inner_data_gen.go#L164: 	b.PutBytes(s.DhPrime)
		tl_server_d_h_inner_data_gen.go#L165: 	b.PutBytes(s.GA)
		tl_server_d_h_params_gen.go#L316: 	b.PutBytes(s.EncryptedAnswer)
		tl_set_client_d_h_params_gen.go#L136: 	b.PutBytes(s.EncryptedData)

	github.com/gotd/td/proto
		gzip.go#L107: 	b.PutBytes(buf.Bytes())

	github.com/gotd/td/tg
		tl_account_password_gen.go#L386: 		b.PutBytes(p.SRPB)
		tl_account_password_gen.go#L409: 	b.PutBytes(p.SecureRandom)
		tl_account_password_input_settings_gen.go#L249: 		b.PutBytes(p.NewPasswordHash)
		tl_account_register_device_gen.go#L217: 	b.PutBytes(r.Secret)
		tl_account_tmp_password_gen.go#L137: 	b.PutBytes(t.TmpPassword)
		tl_auth_accept_login_token_gen.go#L134: 	b.PutBytes(a.Token)
		tl_auth_authorization_gen.go#L237: 		b.PutBytes(a.FutureAuthToken)
		tl_auth_bind_temp_auth_key_gen.go#L177: 	buf.PutBytes(b.EncryptedMessage)
		tl_auth_exported_authorization_gen.go#L138: 	b.PutBytes(e.Bytes)
		tl_auth_import_authorization_gen.go#L138: 	b.PutBytes(i.Bytes)
		tl_auth_import_login_token_gen.go#L132: 	b.PutBytes(i.Token)
		tl_auth_logged_out_gen.go#L158: 		b.PutBytes(l.FutureAuthToken)
		tl_auth_login_token_gen.go#L146: 	b.PutBytes(l.Token)
		tl_auth_login_token_gen.go#L308: 	b.PutBytes(l.Token)
		tl_auth_sent_code_type_gen.go#L1703: 		b.PutBytes(s.Nonce)
		tl_auth_sent_code_type_gen.go#L1709: 		b.PutBytes(s.PlayIntegrityNonce)
		tl_bot_app_settings_gen.go#L238: 		buf.PutBytes(b.PlaceholderPath)
		tl_chat_photo_gen.go#L300: 		b.PutBytes(c.StrippedThumb)
		tl_code_settings_gen.go#L306: 			b.PutBytes(v)
		tl_dc_option_gen.go#L292: 		b.PutBytes(d.Secret)
		tl_document_attribute_gen.go#L1232: 		b.PutBytes(d.Waveform)
		tl_document_gen.go#L404: 	b.PutBytes(d.FileReference)
		tl_encrypted_chat_gen.go#L614: 	b.PutBytes(e.GA)
		tl_encrypted_chat_gen.go#L929: 	b.PutBytes(e.GAOrB)
		tl_encrypted_message_gen.go#L182: 	b.PutBytes(e.Bytes)
		tl_encrypted_message_gen.go#L423: 	b.PutBytes(e.Bytes)
		tl_file_hash_gen.go#L149: 	b.PutBytes(f.Hash)
		tl_input_bot_inline_message_gen.go#L2124: 	b.PutBytes(i.Payload)
		tl_input_check_password_srp_gen.go#L268: 	b.PutBytes(i.A)
		tl_input_check_password_srp_gen.go#L269: 	b.PutBytes(i.M1)
		tl_input_document_gen.go#L263: 	b.PutBytes(i.FileReference)
		tl_input_file_location_gen.go#L170: 	b.PutBytes(i.FileReference)
		tl_input_file_location_gen.go#L559: 	b.PutBytes(i.FileReference)
		tl_input_file_location_gen.go#L1071: 	b.PutBytes(i.FileReference)
		tl_input_file_location_gen.go#L1309: 	b.PutBytes(i.FileReference)
		tl_input_media_gen.go#L3513: 	b.PutBytes(i.Payload)
		tl_input_media_gen.go#L5618: 	b.PutBytes(i.ClientSeed)
		tl_input_passkey_response_gen.go#L159: 	b.PutBytes(i.AttestationData)
		tl_input_passkey_response_gen.go#L364: 	b.PutBytes(i.AuthenticatorData)
		tl_input_passkey_response_gen.go#L365: 	b.PutBytes(i.Signature)
		tl_input_payment_credentials_gen.go#L143: 	b.PutBytes(i.TmpPassword)
		tl_input_photo_gen.go#L263: 	b.PutBytes(i.FileReference)
		tl_input_reply_to_gen.go#L370: 		b.PutBytes(i.PollOption)
		tl_input_secure_file_gen.go#L181: 	b.PutBytes(i.FileHash)
		tl_input_secure_file_gen.go#L182: 	b.PutBytes(i.Secret)
		tl_ip_port_gen.go#L315: 	b.PutBytes(i.Secret)
		tl_keyboard_button_gen.go#L653: 	b.PutBytes(k.Data)
		tl_message_action_gen.go#L2161: 	b.PutBytes(m.Payload)
		tl_message_action_gen.go#L8615: 		b.PutBytes(m.Payload)
		tl_message_peer_vote_gen.go#L159: 	b.PutBytes(m.Option)
		tl_message_peer_vote_gen.go#L526: 		b.PutBytes(v)
		tl_message_reply_header_gen.go#L468: 		b.PutBytes(m.PollOption)
		tl_message_report_option_gen.go#L142: 	b.PutBytes(m.Option)
		tl_messages_accept_encryption_gen.go#L154: 	b.PutBytes(a.GB)
		tl_messages_click_sponsored_message_gen.go#L176: 	b.PutBytes(c.RandomID)
		tl_messages_delete_poll_answer_gen.go#L154: 	b.PutBytes(d.Option)
		tl_messages_dh_config_gen.go#L131: 	b.PutBytes(d.Random)
		tl_messages_dh_config_gen.go#L306: 	b.PutBytes(d.P)
		tl_messages_dh_config_gen.go#L308: 	b.PutBytes(d.Random)
		tl_messages_emoji_game_outcome_gen.go#L147: 	b.PutBytes(e.Seed)
		tl_messages_get_bot_callback_answer_gen.go#L221: 		b.PutBytes(g.Data)
		tl_messages_get_document_by_hash_gen.go#L148: 	b.PutBytes(g.SHA256)
		tl_messages_get_poll_votes_gen.go#L219: 		b.PutBytes(g.Option)
		tl_messages_report_gen.go#L169: 	b.PutBytes(r.Option)
		tl_messages_report_sponsored_message_gen.go#L145: 	b.PutBytes(r.RandomID)
		tl_messages_report_sponsored_message_gen.go#L146: 	b.PutBytes(r.Option)
		tl_messages_request_encryption_gen.go#L159: 	b.PutBytes(r.GA)
		tl_messages_send_encrypted_file_gen.go#L198: 	b.PutBytes(s.Data)
		tl_messages_send_encrypted_gen.go#L187: 	b.PutBytes(s.Data)
		tl_messages_send_encrypted_service_gen.go#L156: 	b.PutBytes(s.Data)
		tl_messages_send_vote_gen.go#L163: 		b.PutBytes(v)
		tl_messages_view_sponsored_message_gen.go#L129: 	b.PutBytes(v.RandomID)
		tl_password_kdf_algo_gen.go#L284: 	b.PutBytes(p.Salt1)
		tl_password_kdf_algo_gen.go#L285: 	b.PutBytes(p.Salt2)
		tl_password_kdf_algo_gen.go#L287: 	b.PutBytes(p.P)
		tl_payments_assign_app_store_transaction_gen.go#L138: 	b.PutBytes(a.Receipt)
		tl_phone_accept_call_gen.go#L157: 	b.PutBytes(a.GB)
		tl_phone_call_gen.go#L751: 	b.PutBytes(p.GAHash)
		tl_phone_call_gen.go#L1110: 	b.PutBytes(p.GB)
		tl_phone_call_gen.go#L1558: 	b.PutBytes(p.GAOrB)
		tl_phone_confirm_call_gen.go#L170: 	b.PutBytes(c.GA)
		tl_phone_connection_gen.go#L211: 	b.PutBytes(p.PeerTag)
		tl_phone_create_conference_call_gen.go#L255: 		b.PutBytes(c.Block)
		tl_phone_delete_conference_call_participants_gen.go#L211: 	b.PutBytes(d.Block)
		tl_phone_join_group_call_gen.go#L284: 		b.PutBytes(j.Block)
		tl_phone_request_call_gen.go#L203: 	b.PutBytes(r.GAHash)
		tl_phone_send_conference_call_broadcast_gen.go#L147: 	b.PutBytes(s.Block)
		tl_phone_send_group_call_encrypted_message_gen.go#L148: 	b.PutBytes(s.EncryptedMessage)
		tl_phone_send_signaling_data_gen.go#L143: 	b.PutBytes(s.Data)
		tl_photo_gen.go#L380: 	b.PutBytes(p.FileReference)
		tl_photo_size_gen.go#L524: 	b.PutBytes(p.Bytes)
		tl_photo_size_gen.go#L719: 	b.PutBytes(p.Bytes)
		tl_photo_size_gen.go#L1118: 	b.PutBytes(p.Bytes)
		tl_poll_answer_gen.go#L229: 	b.PutBytes(p.Option)
		tl_poll_answer_voters_gen.go#L215: 	b.PutBytes(p.Option)
		tl_report_result_gen.go#L356: 	b.PutBytes(r.Option)
		tl_secure_credentials_encrypted_gen.go#L163: 	b.PutBytes(s.Data)
		tl_secure_credentials_encrypted_gen.go#L164: 	b.PutBytes(s.Hash)
		tl_secure_credentials_encrypted_gen.go#L165: 	b.PutBytes(s.Secret)
		tl_secure_data_gen.go#L152: 	b.PutBytes(s.Data)
		tl_secure_data_gen.go#L153: 	b.PutBytes(s.DataHash)
		tl_secure_data_gen.go#L154: 	b.PutBytes(s.Secret)
		tl_secure_file_gen.go#L308: 	b.PutBytes(s.FileHash)
		tl_secure_file_gen.go#L309: 	b.PutBytes(s.Secret)
		tl_secure_password_kdf_algo_gen.go#L235: 	b.PutBytes(s.Salt)
		tl_secure_password_kdf_algo_gen.go#L370: 	b.PutBytes(s.Salt)
		tl_secure_secret_settings_gen.go#L154: 	b.PutBytes(s.SecureSecret)
		tl_secure_value_error_gen.go#L182: 	b.PutBytes(s.DataHash)
		tl_secure_value_error_gen.go#L400: 	b.PutBytes(s.FileHash)
		tl_secure_value_error_gen.go#L599: 	b.PutBytes(s.FileHash)
		tl_secure_value_error_gen.go#L801: 	b.PutBytes(s.FileHash)
		tl_secure_value_error_gen.go#L1005: 	b.PutBytes(s.FileHash)
		tl_secure_value_error_gen.go#L1211: 		b.PutBytes(v)
		tl_secure_value_error_gen.go#L1416: 	b.PutBytes(s.Hash)
		tl_secure_value_error_gen.go#L1627: 	b.PutBytes(s.FileHash)
		tl_secure_value_error_gen.go#L1840: 		b.PutBytes(v)
		tl_secure_value_gen.go#L382: 	b.PutBytes(s.Hash)
		tl_secure_value_hash_gen.go#L143: 	b.PutBytes(s.Hash)
		tl_sponsored_message_gen.go#L400: 	b.PutBytes(s.RandomID)
		tl_sponsored_message_report_option_gen.go#L144: 	b.PutBytes(s.Option)
		tl_sponsored_peer_gen.go#L203: 	b.PutBytes(s.RandomID)
		tl_stars_transaction_gen.go#L892: 		b.PutBytes(s.BotPayload)
		tl_stories_report_gen.go#L169: 	b.PutBytes(r.Option)
		tl_update_gen.go#L8487: 		b.PutBytes(u.Data)
		tl_update_gen.go#L9042: 		b.PutBytes(u.Data)
		tl_update_gen.go#L11260: 	b.PutBytes(u.Payload)
		tl_update_gen.go#L11553: 	b.PutBytes(u.Payload)
		tl_update_gen.go#L15156: 		b.PutBytes(v)
		tl_update_gen.go#L15866: 	b.PutBytes(u.Data)
		tl_update_gen.go#L28047: 		b.PutBytes(u.Data)
		tl_update_gen.go#L28998: 		b.PutBytes(v)
		tl_update_gen.go#L30023: 	b.PutBytes(u.EncryptedMessage)
		tl_upload_cdn_file_gen.go#L138: 	b.PutBytes(c.RequestToken)
		tl_upload_cdn_file_gen.go#L276: 	b.PutBytes(c.Bytes)
		tl_upload_file_gen.go#L160: 	b.PutBytes(f.Bytes)
		tl_upload_file_gen.go#L388: 	b.PutBytes(f.FileToken)
		tl_upload_file_gen.go#L389: 	b.PutBytes(f.EncryptionKey)
		tl_upload_file_gen.go#L390: 	b.PutBytes(f.EncryptionIv)
		tl_upload_get_cdn_file_gen.go#L151: 	b.PutBytes(g.FileToken)
		tl_upload_get_cdn_file_hashes_gen.go#L140: 	b.PutBytes(g.FileToken)
		tl_upload_reupload_cdn_file_gen.go#L140: 	b.PutBytes(r.FileToken)
		tl_upload_reupload_cdn_file_gen.go#L141: 	b.PutBytes(r.RequestToken)
		tl_upload_save_big_file_part_gen.go#L163: 	b.PutBytes(s.Bytes)
		tl_upload_save_file_part_gen.go#L150: 	b.PutBytes(s.Bytes)
		tl_upload_web_file_gen.go#L183: 	b.PutBytes(w.Bytes)
		tl_user_profile_photo_gen.go#L322: 		b.PutBytes(u.StrippedThumb)