v3_channel_update()
void v3_channel_update(v3_channel *channel, const char *password);
Requests that the server update or create channel and set password. If the id of the supplied channel struct is 0, this function attempts to create a new channel.
Arguments
| Type | Description |
| v3_channel *channel | A v3_channel structure |
| const char *password | A null-terminated unencrypted password (NULL for none) |
