Deletes the specified number of messages from the channel
slackr_delete(
count,
channel = Sys.getenv("SLACK_CHANNEL"),
token = Sys.getenv("SLACK_TOKEN")
)
The number of messages to delete.
Channel, private group, or IM channel to delete messages from. Can be an encoded ID, or a name. See the chat.postMessage endpoint documentation for details.
Authentication token bearing required scopes.