Module slacker_channel

Function Index

history/2Fetch history of messages and events from a given channel.
info/2Returns information about a team channel.
invite/3Set read cursor in a channel.
join/2Join a channel.
kick/3Removes a user from a channel.
leave/2Leave a channel.
list/1List of all channels in the team.
mark/3Set read cursor in a channel.
rename/3Rename a channel.
set_purpose/3Sets the purpose for a channel.
set_topic/3Sets the topic for a channel.

Function Details

history/2

history(Token::string(), Channel::string()) -> http_response()

Fetch history of messages and events from a given channel.

info/2

info(Token::string(), Channel::string()) -> http_response()

Returns information about a team channel.

invite/3

invite(Token::string(), Channel::string(), User::string()) -> http_response()

Set read cursor in a channel.

join/2

join(Token::string(), Channel::string()) -> http_response()

Join a channel. If the channel does not exist, it is created.

kick/3

kick(Token::string(), Channel::string(), User::string()) -> http_response()

Removes a user from a channel.

leave/2

leave(Token::string(), Channel::string()) -> http_response()

Leave a channel.

list/1

list(Token::string()) -> http_response()

List of all channels in the team.

mark/3

mark(Token::string(), Channel::string(), Timestamp::string()) -> http_response()

Set read cursor in a channel.

rename/3

rename(Token::string(), Channel::string(), Name::string()) -> http_response()

Rename a channel.

set_purpose/3

set_purpose(Token::string(), Channel::string(), Purpose::string()) -> http_response()

Sets the purpose for a channel.

set_topic/3

set_topic(Token::string(), Channel::string(), Topic::string()) -> http_response()

Sets the topic for a channel.


Generated by EDoc, Nov 13 2014, 12:20:41.