slackhq / slack-api-docs

API Docs for Slack.com
https://api.slack.com/
426 stars 85 forks source link

Timestamps are sometimes numbers and sometimes strings #35

Closed davedelong closed 9 years ago

davedelong commented 9 years ago

When I receive back a Channel object, the "created" field is a number.

However, when I receive back a Message object, the "ts" (which I assume means "timestamp") value is a string. It should also be sent as a number. Timestamps are not strings.

ernesto-jimenez commented 9 years ago

@davedelong this is a duplicate of #7 :)

davedelong commented 9 years ago

Yep!