Function that will parse multiple types of channel inputs.

prep_channel(channel, ts = NULL)

Arguments

channel

character

ts

character slack api timestamp of the format xxxxxxxxxx.xxxxxx, Default: NULL

Value

channel

Details

channel can be either - channel id - link to a message from slack

See also

Other post: post_block()

Examples

if (FALSE) { if(interactive()){ #EXAMPLE1 } }