slackr_delete: slackr_delete
Description
Deletes the specified number of messages from the channel
Usage
slackr_delete(
count,
channel = Sys.getenv("SLACK_CHANNEL"),
bot_user_oauth_token = Sys.getenv("SLACK_BOT_USER_OAUTH_TOKEN")
)
Arguments
count
the number of messages to delete
channel
the channel to delete from
bot_user_oauth_token
the Slack bot user OAuth token