Adds a reaction to an item. See https://api.slack.com/methods/reactions.add for more information.
Channel where the message to add reaction to was posted.
Type: STRING
File to add reaction to.
Type: STRING
File comment to add reaction to.
Type: STRING
Reaction (emoji) name.
Type: STRING
Timestamp of the message to add reaction to.
Type: NUMBER
Creates a reminder. See https://api.slack.com/methods/reminders.add for more information.
The content of the reminder
Type: STRING
When this reminder should happen: the Unix timestamp (up to five years from now), the number of seconds until the reminder (if within 24 hours), or a natural language description (Ex. "in 15 minutes," or "every Thursday")
Type: STRING
The user who will receive the reminder. If no user is specified, the reminder will go to user who created it.
Type: STRING
Adds a star to an item. See https://api.slack.com/methods/stars.add for more information.
Channel to add star to, or channel where the message to add star to was posted (used with timestamp
).
Type: STRING
File to add star to.
Type: STRING
File comment to add star to.
Type: STRING
Timestamp of the message to add star to.
Type: NUMBER
Archives a conversation. See https://api.slack.com/methods/conversations.archive for more information.
Closes a direct message or multi-person direct message. See https://api.slack.com/methods/conversations.close for more information.
Starts a Real Time Messaging session. See https://api.slack.com/methods/rtm.connect for more information.
Batch presence deliveries via subscription. Enabling changes the shape of presence_change
events. See batch presence.
Type: BOOLEAN
Only deliver presence events when requested by subscription. See presence subscriptions.
Type: BOOLEAN
Initiates a public or private channel-based conversation. See https://api.slack.com/methods/conversations.create for more information.
Create a private channel instead of a public one
Type: BOOLEAN
Name of the public or private channel to create
Type: STRING
Pins an item to a channel. See https://api.slack.com/methods/pins.add for more information.
Channel to pin the item in.
Type: STRING
File to pin.
Type: STRING
File comment to pin.
Type: STRING
Timestamp of the message to pin.
Type: NUMBER
Create a User Group. See https://api.slack.com/methods/usergroups.create for more information.
A comma separated string of encoded channel IDs for which the User Group uses as a default.
Type: STRING
A short description of the User Group.
Type: STRING
A mention handle. Must be unique among channels, users and User Groups.
Type: STRING
Include the number of users in each User Group.
Type: BOOLEAN
A name for the User Group. Must be unique among User Groups.
Type: STRING
Deletes an existing comment on a file. See https://api.slack.com/methods/files.comments.delete for more information.
Deletes a file. See https://api.slack.com/methods/files.delete for more information.
Deletes a message. See https://api.slack.com/methods/chat.delete for more information.
Pass true to delete the message as the authed user with chat:write:user
scope. Bot users in this context are considered authed users. If unused or false, the message will be deleted with chat:write:bot
scope.
Type: BOOLEAN
Channel containing the message to be deleted.
Type: STRING
Timestamp of the message to be deleted.
Type: STRING
Delete the user profile photo. See https://api.slack.com/methods/users.deletePhoto for more information.
This operation has no parameters
Deletes a reminder. See https://api.slack.com/methods/reminders.delete for more information.
Deletes a pending scheduled message from the queue. See https://api.slack.com/methods/chat.deleteScheduledMessage for more information.
Pass true to delete the message as the authed user with chat:write:user
scope. Bot users in this context are considered authed users. If unused or false, the message will be deleted with chat:write:bot
scope.
Type: BOOLEAN
The channel the scheduled_message is posting to.
Type: STRING
scheduled_message_id returned from call to chat.scheduleMessage.
Type: STRING
Disable an existing User Group. See https://api.slack.com/methods/usergroups.disable for more information.
Include the number of users in the User Group.
Type: BOOLEAN
The encoded ID of the User Group to disable.
Type: STRING
Enables a file for public/external sharing. See https://api.slack.com/methods/files.sharedPublicURL for more information.
Enable a User Group. See https://api.slack.com/methods/usergroups.enable for more information.
Include the number of users in the User Group.
Type: BOOLEAN
The encoded ID of the User Group to enable.
Type: STRING
Ends the current user's Do Not Disturb session immediately. See https://api.slack.com/methods/dnd.endDnd for more information.
This operation has no parameters
Ends the current user's snooze mode immediately. See https://api.slack.com/methods/dnd.endSnooze for more information.
This operation has no parameters
For Enterprise Grid workspaces, map local user IDs to global user IDs. See https://api.slack.com/methods/migration.exchange for more information.
Specify true
to convert W
global user IDs to workspace-specific U
IDs. Defaults to false
.
Type: BOOLEAN
A comma-separated list of user ids, up to 400 per request
Type: STRING
Gets the access logs for the current team. See https://api.slack.com/methods/team.accessLogs for more information.
Checks authentication & identity. See https://api.slack.com/methods/auth.test for more information.
This operation has no parameters
Gets billable users information for the current team. See https://api.slack.com/methods/team.billableInfo for more information.
Retrieves a user's current Do Not Disturb status. See https://api.slack.com/methods/dnd.info for more information.
Get a user's identity. See https://api.slack.com/methods/users.identity for more information.
This operation has no parameters
Gets information about a bot user. See https://api.slack.com/methods/bots.info for more information.
Retrieve information about a conversation. See https://api.slack.com/methods/conversations.info for more information.
Conversation ID to learn more about
Type: STRING
Set this to true
to receive the locale for this conversation. Defaults to false
Type: BOOLEAN
Gets information about a reminder. See https://api.slack.com/methods/reminders.info for more information.
Gets information about a user. See https://api.slack.com/methods/users.info for more information.
Set this to true
to receive the locale for this user. Defaults to false
Type: BOOLEAN
User to get info on
Type: STRING
Gets information about a team file. See https://api.slack.com/methods/files.info for more information.
Gets the integration logs for the current team. See https://api.slack.com/methods/team.integrationLogs for more information.
Filter logs to this Slack app. Defaults to all logs.
Type: INTEGER
Filter logs with this change type. Defaults to all logs.
Type: STRING
Filter logs to this service. Defaults to all logs.
Type: INTEGER
Filter logs generated by this user’s actions. Defaults to all logs.
Type: STRING
Exchanges a temporary OAuth verifier code for an access token. See https://api.slack.com/methods/oauth.access for more information.
Issued when you created your application.
Type: STRING
Issued when you created your application.
Type: STRING
The code
param returned via the OAuth callback.
Type: STRING
This must match the originally submitted URI (if one was sent).
Type: STRING
Request the user to add your app only to a single channel.
Type: BOOLEAN
Exchanges a temporary OAuth verifier code for a workspace token. See https://api.slack.com/methods/oauth.token for more information.
Issued when you created your application.
Type: STRING
Issued when you created your application.
Type: STRING
The code
param returned via the OAuth callback.
Type: STRING
This must match the originally submitted URI (if one was sent).
Type: STRING
Request the user to add your app only to a single channel.
Type: BOOLEAN
Retrieve a permalink URL for a specific extant message. See https://api.slack.com/methods/chat.getPermalink for more information.
The ID of the conversation or channel containing the message
Type: STRING
A message's ts
value, uniquely identifying it within a channel
Type: STRING
Returns list of permissions this app has on a team. See https://api.slack.com/methods/apps.permissions.info for more information.
This operation has no parameters
Gets user presence information. See https://api.slack.com/methods/users.getPresence for more information.
Retrieves a user's profile information. See https://api.slack.com/methods/users.profile.get for more information.
Include labels for each ID in custom profile fields
Type: BOOLEAN
User to retrieve profile info for
Type: STRING
Gets reactions for an item. See https://api.slack.com/methods/reactions.get for more information.
Channel where the message to get reactions for was posted.
Type: STRING
File to get reactions for.
Type: STRING
File comment to get reactions for.
Type: STRING
If true always return the complete reaction list.
Type: BOOLEAN
Timestamp of the message to get reactions for.
Type: NUMBER
Gets information about the current team. See https://api.slack.com/methods/team.info for more information.
This operation has no parameters
Retrieve a team's profile. See https://api.slack.com/methods/team.profile.get for more information.
Invites users to a channel. See https://api.slack.com/methods/conversations.invite for more information.
The ID of the public or private channel to invite user(s) to.
Type: STRING
A comma separated list of user IDs. Up to 30 users may be listed.
Type: STRING
Joins an existing conversation. See https://api.slack.com/methods/conversations.join for more information.
Leaves a conversation. See https://api.slack.com/methods/conversations.leave for more information.
Lists all channels in a Slack team. See https://api.slack.com/methods/conversations.list for more information.
Set to true
to exclude archived channels from the list
Type: BOOLEAN
Mix and match channel types by providing a comma-separated list of any combination of public_channel
, private_channel
, mpim
, im
Type: STRING
List conversations the calling user may access. See https://api.slack.com/methods/users.conversations for more information.
Set to true
to exclude archived channels from the list
Type: BOOLEAN
Mix and match channel types by providing a comma-separated list of any combination of public_channel
, private_channel
, mpim
, im
Type: STRING
Browse conversations by a specific user ID's membership. Non-public channels are restricted to those where the calling user shares membership.
Type: STRING
Retrieves the Do Not Disturb status for users on a team. See https://api.slack.com/methods/dnd.teamInfo for more information.
Lists custom emoji for a team. See https://api.slack.com/methods/emoji.list for more information.
This operation has no parameters
Lists & filters team files. See https://api.slack.com/methods/files.list for more information.
Filter files appearing in a specific channel, indicated by its ID.
Type: STRING
Filter files created after this timestamp (inclusive).
Type: NUMBER
Filter files created before this timestamp (inclusive).
Type: NUMBER
Filter files by type:
all
- All filesspaces
- Postssnippets
- Snippetsimages
- Image filesgdocs
- Google docszips
- Zip filespdfs
- PDF filesYou can pass multiple values in the types argument, like types=spaces,snippets
.The default value is all
, which does not filter the list.
Type: STRING
Filter files created by a single user.
Type: STRING
Fetches a conversation's history of messages and events. See https://api.slack.com/methods/conversations.history for more information.
Conversation ID to fetch history for.
Type: STRING
Include messages with latest or oldest timestamp in results only when either timestamp is specified.
Type: BOOLEAN
End of time range of messages to include in results.
Type: NUMBER
Start of time range of messages to include in results.
Type: NUMBER
Retrieve members of a conversation. See https://api.slack.com/methods/conversations.members for more information.
Lists items pinned to a channel. See https://api.slack.com/methods/pins.list for more information.
Lists reactions made by a user. See https://api.slack.com/methods/reactions.list for more information.
Type: STRING
If true always return the complete reaction list.
Type: BOOLEAN
Type: STRING
Show reactions made by this user. Defaults to the authed user.
Type: STRING
Lists all reminders created by or for a given user. See https://api.slack.com/methods/reminders.list for more information.
This operation has no parameters
Retrieve a thread of messages posted to a conversation. See https://api.slack.com/methods/conversations.replies for more information.
Conversation ID to fetch thread from.
Type: STRING
Include messages with latest or oldest timestamp in results only when either timestamp is specified.
Type: BOOLEAN
End of time range of messages to include in results.
Type: NUMBER
Start of time range of messages to include in results.
Type: NUMBER
Unique identifier of a thread's parent message.
Type: STRING
Returns list of resource grants this app has on a team. See https://api.slack.com/methods/apps.permissions.resources.list for more information.
This operation has no parameters
Returns a list of scheduled messages. See https://api.slack.com/methods/chat.scheduledMessages.list for more information.
The channel of the scheduled messages.
Type: STRING
A UNIX timestamp of the latest value in the time range.
Type: NUMBER
A UNIX timestamp of the oldest value in the time range.
Type: NUMBER
Returns list of scopes this app has on a team. See https://api.slack.com/methods/apps.permissions.scopes.list for more information.
This operation has no parameters
Lists stars for a user. See https://api.slack.com/methods/stars.list for more information.
List all User Groups for a team. See https://api.slack.com/methods/usergroups.list for more information.
Include the number of users in each User Group.
Type: BOOLEAN
Include disabled User Groups.
Type: BOOLEAN
Include the list of users for each User Group.
Type: BOOLEAN
Lists all users in a Slack team. See https://api.slack.com/methods/users.list for more information.
Set this to true
to receive the locale for users. Defaults to false
Type: BOOLEAN
Deprecated. Whether to include presence data in the output. Defaults to false
. Setting this to true
reduces performance, especially with large teams.
Type: BOOLEAN
List all users in a User Group. See https://api.slack.com/methods/usergroups.users.list for more information.
Allow results that involve disabled User Groups.
Type: BOOLEAN
The encoded ID of the User Group to update.
Type: STRING
Find a user with an email address. See https://api.slack.com/methods/users.lookupByEmail for more information.
Marks a reminder as complete. See https://api.slack.com/methods/reminders.complete for more information.
Opens or resumes a direct message or multi-person direct message. See https://api.slack.com/methods/conversations.open for more information.
Resume a conversation by supplying an im
or mpim
's ID. Or provide the users
field instead.
Type: STRING
Boolean, indicates you want the full IM channel definition in the response.
Type: BOOLEAN
Comma separated lists of users. If only one user is included, this creates a 1:1 DM. The ordering of the users is preserved whenever a multi-person direct message is returned. Supply a channel
when not supplying users
.
Type: STRING
Open a dialog with a user. See https://api.slack.com/methods/dialog.open for more information.
The dialog definition. This must be a JSON-encoded string.
Type: STRING
Exchange a trigger to post to the user.
Type: STRING
Open a modal with a user. See https://api.slack.com/methods/views.open for more information.
Exchange a trigger to post to the user.
Type: STRING
The view payload. This must be a JSON-encoded string.
Type: STRING
Sends a message to a channel. See https://api.slack.com/methods/chat.postMessage for more information.
Pass true to post the message as the authed user, instead of as a bot. Defaults to false. See authorship below.
Type: BOOLEAN
A JSON-based array of structured attachments, presented as a URL-encoded string.
Type: STRING
A JSON-based array of structured blocks, presented as a URL-encoded string.
Type: STRING
Channel, private group, or IM channel to send message to. Can be an encoded ID, or a name. See below for more details.
Type: STRING
Emoji to use as the icon for this message. Overrides icon_url
. Must be used in conjunction with as_user
set to false
, otherwise ignored. See authorship below.
Type: STRING
URL to an image to use as the icon for this message. Must be used in conjunction with as_user
set to false, otherwise ignored. See authorship below.
Type: STRING
Find and link channel names and usernames.
Type: BOOLEAN
Disable Slack markup parsing by setting to false
. Enabled by default.
Type: BOOLEAN
Change how messages are treated. Defaults to none
. See below.
Type: STRING
Used in conjunction with thread_ts
and indicates whether reply should be made visible to everyone in the channel or conversation. Defaults to false
.
Type: BOOLEAN
Text of the message to send. See below for an explanation of formatting. This field is usually required, unless you're providing only attachments
instead. Provide no more than 40,000 characters or risk truncation.
Type: STRING
Provide another message's ts
value to make this message a reply. Avoid using a reply's ts
value; use its parent instead.
Type: STRING
Pass true to enable unfurling of primarily text-based content.
Type: BOOLEAN
Pass false to disable unfurling of media content.
Type: BOOLEAN
Set your bot's user name. Must be used in conjunction with as_user
set to false, otherwise ignored. See authorship below.
Type: STRING
Sends an ephemeral message to a user in a channel. See https://api.slack.com/methods/chat.postEphemeral for more information.
Pass true to post the message as the authed bot. Defaults to false.
Type: BOOLEAN
A JSON-based array of structured attachments, presented as a URL-encoded string.
Type: STRING
A JSON-based array of structured blocks, presented as a URL-encoded string.
Type: STRING
Channel, private group, or IM channel to send message to. Can be an encoded ID, or a name.
Type: STRING
Find and link channel names and usernames.
Type: BOOLEAN
Change how messages are treated. Defaults to none
. See below.
Type: STRING
Text of the message to send. See below for an explanation of formatting. This field is usually required, unless you're providing only attachments
instead.
Type: STRING
id
of the user who will receive the ephemeral message. The user should be in the channel specified by the channel
argument.
Type: STRING
Share a me message into a channel. See https://api.slack.com/methods/chat.meMessage for more information.
Channel to send message to. Can be a public channel, private group or IM channel. Can be an encoded ID, or a name.
Type: STRING
Text of the message to send.
Type: STRING
Push a new view onto the existing view stack by passing a view payload and a valid trigger_id generated from an interaction within the existing modal. The pushed view is added to the top of the stack, so the user will go back to the previous view after they complete or cancel the pushed view. See https://api.slack.com/methods/views.push for more information.
Exchange a trigger to post to the user.
Type: STRING
The view payload. This must be a JSON-encoded string.
Type: STRING
Un-pins an item from a channel. See https://api.slack.com/methods/pins.remove for more information.
Channel where the item is pinned to.
Type: STRING
File to un-pin.
Type: STRING
File comment to un-pin.
Type: STRING
Timestamp of the message to un-pin.
Type: NUMBER
Removes a reaction from an item. See https://api.slack.com/methods/reactions.remove for more information.
Channel where the message to remove reaction from was posted.
Type: STRING
File to remove reaction from.
Type: STRING
File comment to remove reaction from.
Type: STRING
Reaction (emoji) name.
Type: STRING
Timestamp of the message to remove reaction from.
Type: NUMBER
Removes a star from an item. See https://api.slack.com/methods/stars.remove for more information.
Channel to remove star from, or channel where the message to remove star from was posted (used with timestamp
).
Type: STRING
File to remove star from.
Type: STRING
File comment to remove star from.
Type: STRING
Timestamp of the message to remove star from.
Type: NUMBER
Removes a user from a conversation. See https://api.slack.com/methods/conversations.kick for more information.
ID of conversation to remove user from.
Type: STRING
User ID to be removed.
Type: STRING
Renames a conversation. See https://api.slack.com/methods/conversations.rename for more information.
ID of conversation to rename
Type: STRING
New name for conversation.
Type: STRING
Allows an app to request additional scopes. See https://api.slack.com/methods/apps.permissions.request for more information.
A comma separated list of scopes to request for
Type: STRING
Token used to trigger the permissions API
Type: STRING
Revokes a token. See https://api.slack.com/methods/auth.revoke for more information.
Setting this parameter to 1
triggers a testing mode where the specified token will not actually be revoked.
Type: BOOLEAN
Revokes public/external sharing access for a file. See https://api.slack.com/methods/files.revokePublicURL for more information.
Sends a message to a channel. See https://api.slack.com/methods/chat.scheduleMessage for more information.
Pass true to post the message as the authed user, instead of as a bot. Defaults to false. See authorship below.
Type: BOOLEAN
A JSON-based array of structured attachments, presented as a URL-encoded string.
Type: STRING
A JSON-based array of structured blocks, presented as a URL-encoded string.
Type: STRING
Channel, private group, or IM channel to send message to. Can be an encoded ID, or a name. See below for more details.
Type: STRING
Find and link channel names and usernames.
Type: BOOLEAN
Change how messages are treated. Defaults to none
. See below.
Type: STRING
Unix EPOCH timestamp of time in future to send the message.
Type: STRING
Used in conjunction with thread_ts
and indicates whether reply should be made visible to everyone in the channel or conversation. Defaults to false
.
Type: BOOLEAN
Text of the message to send. See below for an explanation of formatting. This field is usually required, unless you're providing only attachments
instead. Provide no more than 40,000 characters or risk truncation.
Type: STRING
Provide another message's ts
value to make this message a reply. Avoid using a reply's ts
value; use its parent instead.
Type: STRING
Pass true to enable unfurling of primarily text-based content.
Type: BOOLEAN
Pass false to disable unfurling of media content.
Type: BOOLEAN
Searches for messages and files matching a query. See https://api.slack.com/methods/search.all for more information.
Type: STRING
Pass a value of true
to enable query highlight markers (see below).
Type: BOOLEAN
Type: STRING
Search query. May contains booleans, etc.
Type: STRING
Return matches sorted by either score
or timestamp
.
Type: STRING
Change sort direction to ascending (asc
) or descending (desc
).
Type: STRING
Searches for files matching a query. See https://api.slack.com/methods/search.files for more information.
Pass a value of true
to enable query highlight markers (see below).
Type: BOOLEAN
Search query.
Type: STRING
Return matches sorted by either score
or timestamp
.
Type: STRING
Change sort direction to ascending (asc
) or descending (desc
).
Type: STRING
Searches for messages matching a query. See https://api.slack.com/methods/search.messages for more information.
Pass a value of true
to enable query highlight markers (see below).
Type: BOOLEAN
Search query.
Type: STRING
Return matches sorted by either score
or timestamp
.
Type: STRING
Change sort direction to ascending (asc
) or descending (desc
).
Type: STRING
Turns on Do Not Disturb mode for the current user, or changes its duration. See https://api.slack.com/methods/dnd.setSnooze for more information.
Manually sets user presence. See https://api.slack.com/methods/users.setPresence for more information.
Set the profile information for a user. See https://api.slack.com/methods/users.profile.set for more information.
Name of a single key to set. Usable only if profile
is not passed.
Type: STRING
Collection of key:value pairs presented as a URL-encoded JSON hash.
Type: STRING
ID of user to change. This argument may only be specified by team admins on paid teams.
Type: STRING
Value to set a single key to. Usable only if profile
is not passed.
Type: STRING
Sets the purpose for a conversation. See https://api.slack.com/methods/conversations.setPurpose for more information.
Conversation to set the purpose of
Type: STRING
A new, specialer purpose
Type: STRING
Sets the topic for a conversation. See https://api.slack.com/methods/conversations.setTopic for more information.
Conversation to set the topic of
Type: STRING
The new topic string. Does not support formatting or linkification.
Type: STRING
Provide custom unfurl behavior for user-posted URLs. See https://api.slack.com/methods/chat.unfurl for more information.
Channel ID of the message
Type: STRING
Timestamp of the message to add unfurl behavior to.
Type: STRING
URL-encoded JSON map with keys set to URLs featured in the the message, pointing to their unfurl message attachments.
Type: STRING
Provide a simply-formatted string to send as an ephemeral message to the user as invitation to authenticate further and enable full unfurling behavior
Type: STRING
Set to true
or 1
to indicate the user must install your Slack app to trigger unfurls for this domain
Type: BOOLEAN
Send users to this custom URL where they will complete authentication in your app to fully trigger unfurling. Value should be properly URL-encoded.
Type: STRING
Starts a Real Time Messaging session. See https://api.slack.com/methods/rtm.start for more information.
Batch presence deliveries via subscription. Enabling changes the shape of presence_change
events. See batch presence.
Type: BOOLEAN
Set this to true
to receive the locale for users and channels. Defaults to false
Type: BOOLEAN
Returns MPIMs to the client in the API response.
Type: BOOLEAN
Exclude latest timestamps for channels, groups, mpims, and ims. Automatically sets no_unreads
to 1
Type: BOOLEAN
Skip unread counts for each channel (improves performance).
Type: BOOLEAN
Only deliver presence events when requested by subscription. See presence subscriptions.
Type: BOOLEAN
Return timestamp only for latest message object of each channel (improves performance).
Type: BOOLEAN
Checks API calling code. See https://api.slack.com/methods/api.test for more information.
Checks authentication & identity. See https://api.slack.com/methods/auth.test for more information.
This operation has no parameters
Reverses conversation archival. See https://api.slack.com/methods/conversations.unarchive for more information.
Updates a message. See https://api.slack.com/methods/chat.update for more information.
Pass true to update the message as the authed user. Bot users in this context are considered authed users.
Type: BOOLEAN
A JSON-based array of structured attachments, presented as a URL-encoded string. This field is required when not presenting text
.
Type: STRING
A JSON-based array of structured blocks, presented as a URL-encoded string.
Type: STRING
Channel containing the message to be updated.
Type: STRING
Find and link channel names and usernames. Defaults to none
. See below.
Type: BOOLEAN
Change how messages are treated. Defaults to client
, unlike chat.postMessage
. See below.
Type: STRING
New text for the message, using the default formatting rules. It's not required when presenting attachments
.
Type: STRING
Timestamp of the message to be updated.
Type: STRING
Update a view by passing a new view definition along with the view_id
returned in views.open
or the external_id
. See https://api.slack.com/methods/views.update for more information.
A unique identifier of the view set by the developer. Must be unique for all views on a team. Max length of 255 characters.
Type: STRING
The view payload. This must be a JSON-encoded string.
Type: STRING
A unique identifier of the view to be updated.
Type: STRING
Update the list of users for a User Group. See https://api.slack.com/methods/usergroups.users.update for more information.
Include the number of users in the User Group.
Type: BOOLEAN
The encoded ID of the User Group to update.
Type: STRING
A comma separated string of encoded user IDs that represent the entire list of users for the User Group.
Type: STRING
Update an existing User Group. See https://api.slack.com/methods/usergroups.update for more information.
A comma separated string of encoded channel IDs for which the User Group uses as a default.
Type: STRING
A short description of the User Group.
Type: STRING
A mention handle. Must be unique among channels, users and User Groups.
Type: STRING
Include the number of users in the User Group.
Type: BOOLEAN
A name for the User Group. Must be unique among User Groups.
Type: STRING
The encoded ID of the User Group to update.
Type: STRING
Uploads or creates a file. See https://api.slack.com/methods/files.upload for more information.
Comma-separated list of channel names or IDs where the file will be shared.
Type: STRING
File contents via a POST variable. If omitting this parameter, you must provide a file
.
Type: STRING
Filename of file.
Type: STRING
A file type identifier.
Type: STRING
Initial comment to add to file.
Type: STRING
Title of file.
Type: STRING
Authentication token.
Type: STRING