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

144 uses

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

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

	github.com/gotd/td/internal/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/internal/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#L1663: 		b.PutBytes(s.Nonce)
		tl_channels_click_sponsored_message_gen.go#L143: 	b.PutBytes(c.RandomID)
		tl_channels_view_sponsored_message_gen.go#L143: 	b.PutBytes(v.RandomID)
		tl_chat_photo_gen.go#L300: 		b.PutBytes(c.StrippedThumb)
		tl_code_settings_gen.go#L290: 			b.PutBytes(v)
		tl_dc_option_gen.go#L292: 		b.PutBytes(d.Secret)
		tl_document_attribute_gen.go#L1136: 		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#L3021: 	b.PutBytes(i.Payload)
		tl_input_media_gen.go#L3755: 			b.PutBytes(v)
		tl_input_payment_credentials_gen.go#L143: 	b.PutBytes(i.TmpPassword)
		tl_input_photo_gen.go#L263: 	b.PutBytes(i.FileReference)
		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#L481: 	b.PutBytes(k.Data)
		tl_message_action_gen.go#L2137: 	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_messages_accept_encryption_gen.go#L154: 	b.PutBytes(a.GB)
		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_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_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#L160: 		b.PutBytes(v)
		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#L154: 	b.PutBytes(a.GB)
		tl_phone_call_gen.go#L745: 	b.PutBytes(p.GAHash)
		tl_phone_call_gen.go#L1101: 	b.PutBytes(p.GB)
		tl_phone_call_gen.go#L1508: 	b.PutBytes(p.GAOrB)
		tl_phone_confirm_call_gen.go#L168: 	b.PutBytes(c.GA)
		tl_phone_connection_gen.go#L210: 	b.PutBytes(p.PeerTag)
		tl_phone_request_call_gen.go#L200: 	b.PutBytes(r.GAHash)
		tl_phone_send_signaling_data_gen.go#L140: 	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#L141: 	b.PutBytes(p.Option)
		tl_poll_answer_voters_gen.go#L186: 	b.PutBytes(p.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#L416: 	b.PutBytes(s.RandomID)
		tl_update_gen.go#L8315: 		b.PutBytes(u.Data)
		tl_update_gen.go#L8870: 		b.PutBytes(u.Data)
		tl_update_gen.go#L11031: 	b.PutBytes(u.Payload)
		tl_update_gen.go#L11323: 	b.PutBytes(u.Payload)
		tl_update_gen.go#L14558: 		b.PutBytes(v)
		tl_update_gen.go#L15239: 	b.PutBytes(u.Data)
		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)