Skip to content

Tweet_Includes

daneden edited this page Jan 23, 2022 · 3 revisions

Tweet.Includes

A structure containing any requested expansions for this Tweet request

public struct Includes: Codable 

Inheritance

Codable

Properties

users

public let users: [User]?

tweets

public let tweets: [Tweet]?

media

public let media: [Media]?

polls

public let polls: [Poll]?

places

public let places: [Place]?
Types
Global Variables
Global Functions
Extensions
Clone this wiki locally