SilcChannelEntry silc_client_get_channel_by_id(SilcClient client, SilcClientConnection conn, SilcChannelID *channel_id);
Finds channel entry by the channel ID. Returns the entry or NULL if the entry was not found. This checks the local cache and does not resolve anything from server.