add/3 | Pins an item to a channel. |
list/2 | Lists the items pinned to a channel. |
remove/3 | Un-pin an item from a channel. |
add(Token::string(), Channel::string(), Options::list()) -> http_response()
Pins an item to a channel.
Options can be: file: file to pin file_comment: file comment to pin timestamp: timestamp of the message to pinlist(Token::string(), Channel::string()) -> http_response()
Lists the items pinned to a channel.
remove(Token::string(), Channel::string(), Options::list()) -> http_response()
Un-pin an item from a channel.
Options can be: file: file to un-pin file_comment: file comment to un-pin timestamp: timestamp of the message to un-pinGenerated by EDoc, Feb 3 2016, 17:11:45.