<twitter-status> ( assoc -- tweet )


Vocabulary
twitter.private

Inputs
assocan object


Outputs
tweetan object


Definition


: <twitter-status> ( assoc -- tweet )
clone "user" over [ <twitter-user> ] change-at {
"created_at"
"id"
"text"
"source"
"truncated"
"in_reply_to_status_id"
"in_reply_to_user_id"
"favorited"
"user"
} twitter-status keys-boa ;