<TimeAgo>
The <TimeAgo> component displays the amount of elapsed time since a message was sent.
A collection of objects which are passed to all Chatbox/ConversationList theme components.
Because this particular theme component can show up in both a <Chatbox> and a <ConversationList>, this prop has a union type.
The timestamp of when the message was sent. Holds the number of milliseconds passed since the Unix Epoch.
In the default theme, the <TimeAgo> component is implemented as follows:
1// loading...