history/2 | Fetch history of messages and events from a given channel. |
info/2 | Returns information about a team channel. |
invite/3 | Set read cursor in a channel. |
join/2 | Join a channel. |
kick/3 | Removes a user from a channel. |
leave/2 | Leave a channel. |
list/1 | List of all channels in the team. |
mark/3 | Set read cursor in a channel. |
rename/3 | Rename a channel. |
set_purpose/3 | Sets the purpose for a channel. |
set_topic/3 | Sets the topic for a channel. |
history(Token::string(), Channel::string()) -> http_response()
Fetch history of messages and events from a given channel.
info(Token::string(), Channel::string()) -> http_response()
Returns information about a team channel.
invite(Token::string(), Channel::string(), User::string()) -> http_response()
Set read cursor in a channel.
join(Token::string(), Channel::string()) -> http_response()
Join a channel. If the channel does not exist, it is created.
kick(Token::string(), Channel::string(), User::string()) -> http_response()
Removes a user from a channel.
leave(Token::string(), Channel::string()) -> http_response()
Leave a channel.
list(Token::string()) -> http_response()
List of all channels in the team.
mark(Token::string(), Channel::string(), Timestamp::string()) -> http_response()
Set read cursor in a channel.
rename(Token::string(), Channel::string(), Name::string()) -> http_response()
Rename a channel.
set_purpose(Token::string(), Channel::string(), Purpose::string()) -> http_response()
Sets the purpose for a channel.
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.