Last updated 3 years ago
Was this helpful?
Calling rust_socket.send_team_message(message: str) will send the message to the team chat as the player who you are logged in as in the . For example:
rust_socket.send_team_message(message: str)
await rust_socket.send_team_message("Hi! This was sent with Rust+.py")
RustSocket