Skip to contents

Use with caution!

Usage

slack_message_rm(msg = NULL, channel = NULL, channel_id = NULL, ts)

Arguments

msg

Data frame. Output of slack_messages containing messages to remove. Should contain columns "channel" and "ts". Note that only the most recent message will be removed.

channel

Character. Channel Name. Not required if channel_id supplied.

channel_id

Character. Channel id.

ts

Numeric. Timestamp to identify message to remove

Value

Nothing. Side effect of removing message from channel