Skip to main content
Version: V2

TwitterInfo

The TwitterInfo type provides information about a twitter profile.

type TwitterInfo {
handle: String!
avatar: String!
verified: Boolean!
tweetID: String!
source: String!
followerCount: Int!
}

Fields

handle (String)

handle the twitter profile handle.

avatar (String)

avatar the twitter profile avatar.

verified (Boolean)

verified the verification status of the twitter profile.

tweetID (String)

tweetID the ID of the tweet used for verification.

source (String)

source the data source of twitter handle.

followerCount (Int)

followerCount the number of followers on twitter.

Designed by