Slack v0.1.0 Slack.User.Profile
Functions for working with user profiles
Summary
Functions
Specs
get(Slack.Client.t, Keyword.t) :: Slack.response
Get the profile information of a user.
https://api.slack.com/methods/users.profile.get
Examples
Slack.User.Profile.get(client, user: "U1234567890")
Specs
set(Slack.Client.t, Keyword.t) :: Slack.response
Set the profile information of a user.
https://api.slack.com/methods/users.profile.set
Examples
Slack.User.Profile.set(client, user: "U1234567890", name: "Name")