*//////////////////////////////////////////////////////////////*
* #g4slkch_joinChannel - Join Channel *
* *
* Input: *
* in_parameter (required) - The parameter name. *
* in_value (required) - The value of the parameter. *
* *
* Output: *
* out_errMsg - The error message (if error exists). *
* *
* Returns: *
* Channel ID of channel joined or blank for error. *
* *
* Settable Variables ([r]=required) *
* id - The Slack ID to use [r] *
* team - The Slack Team to use [r] *
* channel - The Channel Name to Join [r] *
* ccsid - The CCSID to use (1208) *
* debug - Turn on Debug (*NO, *YES) *
* debug_file - The debug file name. *
* (/tmp/g4g_[id]_joinChannel.txt) *
* *
*//////////////////////////////////////////////////////////////*
D #g4slkch_joinChannel...
D PR 256
D out_errMsg 256 Options(*NOPASS)
#g4slk_joinChannel is used to join (or create if it does not exist) a channel on your team.
Returns: The channel ID of the channel joined or blank for an error.
Optional Parameters:
Settable Variables (use #g4slk_setValue)