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 RustSocket . For example:
rust_socket.send_team_message(message: str)
RustSocket
await rust_socket.send_team_message("Hi! This was sent with Rust+.py")
Last updated 3 years ago
Was this helpful?