Skip to content

Commit e3c18dd

Browse files
Added doc string for getchannels.
1 parent 3612645 commit e3c18dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/channel.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ end
3232

3333
"""
3434
getchannels(token::String)
35+
Takes in the Slack App Auth token and returns a array of channel objects.
36+
The main value in a channel object is the Channel ID and name which you
37+
need in order to send threaded messages to Slack.
3538
"""
3639
function getchannels(token::String)
3740

0 commit comments

Comments
 (0)