rename() to rename the current chat. It is fire-and-forget: space.send(rename(...)) resolves to undefined.
space.rename(displayName) is sugar for space.send(rename(displayName)). The builder throws at construction time if displayName is empty.
Per-platform constraints, such as iMessage requiring remote mode and a group chat, surface as UnsupportedError from the provider’s send action.