TwitterMedia
TwitterMedia is a specific Twitter Tweet.
type TwitterMedia {
url: String!
width: Int
}
Fields
TwitterMedia.url ● String! non-null scalar
url is the URL of a Twitter tweet.
TwitterMedia.width ● Int scalar
width is the width of the Twitter tweet in pixels.
Implemented By
CommentMedia union