简体   繁体   中英

SLACK API ) how can i get TimeStamp in Message Url?

i want to make command like '/deleteMessage (URL)' so i tried to use SlackAPI- chat.delete

but it needs timestamp, no url

how can i convert url to timestamp?

so, i want this

input >> url of message

output >> timestamp of message

The digits at the end of a Slack message URL is the timestamp of the message. You'll need to add a period six digits from the right and you can use this to delete your message via chat.delete .

As an example, for this URL: https://your-own-workspace.slack.com/archives/CA912334S/p1675234624350123 .

The timestamp would be 1675234624.350123 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM