Module slacker_pin

Function Index

add/3Pins an item to a channel.
list/2Lists the items pinned to a channel.
remove/3Un-pin an item from a channel.

Function Details

add/3

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 pin

list/2

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

Lists the items pinned to a channel.

remove/3

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-pin


Generated by EDoc, Feb 3 2016, 17:11:45.