create/2 | Creates a private group. |
create_child/2 | Clones and archives a private group. |
history/2 | Fetch history of messages and events from a given private group. |
invite/3 | Invites a user to a private group. |
kick/3 | Removes a user from a private group. |
leave/2 | Leaves a private group. |
list/1 | List of groups in the team that the calling user has access to. |
mark/3 | Sets the read cursor in a private group. |
rename/3 | Rename a group. |
set_purpose/3 | Sets the purpose for a private group. |
set_topic/3 | Sets the topic for a private group. |
create(Token::string(), Name::string()) -> http_response()
Creates a private group.
create_child(Token::string(), Channel::string()) -> http_response()
Clones and archives a private group.
history(Token::string(), Channel::string()) -> http_response()
Fetch history of messages and events from a given private group.
invite(Token::string(), Channel::string(), User::string()) -> http_response()
Invites a user to a private group.
kick(Token::string(), Channel::string(), User::string()) -> http_response()
Removes a user from a private group.
leave(Token::string(), Channel::string()) -> http_response()
Leaves a private group.
list(Token::string()) -> http_response()
List of groups in the team that the calling user has access to.
mark(Token::string(), Channel::string(), Timestamp::string()) -> http_response()
Sets the read cursor in a private group.
rename(Token::string(), Channel::string(), Name::string()) -> http_response()
Rename a group.
set_purpose(Token::string(), Channel::string(), Purpose::string()) -> http_response()
Sets the purpose for a private group.
set_topic(Token::string(), Channel::string(), Topic::string()) -> http_response()
Sets the topic for a private group.
Generated by EDoc, Nov 13 2014, 12:20:41.