| Function silc_client_get_channel_resolve
 
 SYNOPSIS
 
    void silc_client_get_channel_resolve(SilcClient client,
                                         SilcClientConnection conn,
                                         char *channel_name,
                                         SilcGetChannelCallback completion,
                                         void *context);
DESCRIPTION
    Resolves entry for channel by the channel name from the server.
    The resolving is done with IDENTIFY command. Note that users on
    the channel are not resolved at the same time. Use for example
    USERS command to resolve all users on a channel.
 
 
 
 |