public string Join(int ChannelId, string Password = null) { if (!client.Connected) { return("Not connected!"); } client.ClientMove(client.ClientId, (ulong)ChannelId, Password); return("Ok"); }
public E <LocalStr> MoveTo(ulong channelId, string password = null) => tsFullClient.ClientMove(tsFullClient.ClientId, channelId, password).FormatLocal(() => strings.error_ts_cannot_move);