--- title: "Pybytes library API" aliases: - pybytes/api/send_custom_message --- **Send custom location** ---- Send custom location. **Method** ---- **pybytes.send_custom_message(message_type, message)** **Parameters** ---- | name | Description | is Required | Default value | ------------- |:-------------:|:-------------:|:-------------:| | message_type | TBD 0x00 0x07 | Yes | - | | message | Longitude | Yes | - | **Example** ---- `pybytes.send_custom_message(TBD, TBD)` **Success Response** TBD