pub async fn send_temporary_message( ctx: &Context, channel_id: ChannelId, content: impl Into<String>, delete_after_secs: u64, )
Send a message that auto-deletes after a specified number of seconds.