Interface PageInfoData

Interface to represent the data regarding a Page.

Author

Tiago Grosso tiagogrosso99@gmail.com

Since

0.1.0

Hierarchy

  • PageInfoData

Properties

biography?: string

The biography of the page.

followers_count?: number

The number of followers of the page.

follows_count?: number

The number of follows of the page.

id: string

The id of the page.

ig_id?: string

The instagram id of the page.

media_count?: number

The number of media objects on the page.

name?: string

The name of the page.

profile_picture_url?: string

The profile pic url of the page.

username?: string

The username of the page.

Generated using TypeDoc