Returns a single Tweet, specified by the id parameter. The Tweet's author will also be embedded within the tweet.
public statusesShow ( string $id, bool[optional] $trimUser = null, bool[optional] $includeMyRetweet = null, bool[optional] $includeEntities = null ) : array | ||
$id | string | The numerical ID of the desired Tweet. |
$trimUser | bool[optional] | |
$includeMyRetweet | bool[optional] | |
$includeEntities | bool[optional] | |
Résultat | array |