getMe(fields_expansions_) - daneden/Twift GitHub Wiki
Returns a variety of information about the currently-authenticated user
public func getMe(fields: Set<User.Field> = [],
expansions: [User.Expansions] = []
)Equivalent to GET /2/users/me.
- fields: Any additional fields to include on returned objects
- expansions: Objects and their corresponding fields that should be expanded in the
includesproperty
A Twitter API response object containing the User and any pinned tweets