Skip to content

Documentation v1.0.0


Documentation / @openassistant/places / FoursquarePhotoExtendedTip

Interface: FoursquarePhotoExtendedTip ​

Defined in: packages/tools/places/src/types.ts:142

Properties ​

agree_count ​

agree_count: number

Defined in: packages/tools/places/src/types.ts:149


created_at ​

created_at: string

Defined in: packages/tools/places/src/types.ts:144


disagree_count ​

disagree_count: number

Defined in: packages/tools/places/src/types.ts:150


fsq_tip_id ​

fsq_tip_id: string

Defined in: packages/tools/places/src/types.ts:143


lang ​

lang: string

Defined in: packages/tools/places/src/types.ts:148


photo? ​

optional photo: FoursquarePhoto

Defined in: packages/tools/places/src/types.ts:147


text ​

text: string

Defined in: packages/tools/places/src/types.ts:145


url ​

url: string

Defined in: packages/tools/places/src/types.ts:146

Released under the MIT License.