Skip to content

@line/bot-sdkDocs


@line/bot-sdk / messagingApi / UserProfileResponse

Type Alias: UserProfileResponse

UserProfileResponse: object

LINE Messaging API This document describes LINE Messaging API.

The version of the OpenAPI document: 0.0.1

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Type declaration

displayName

displayName: string

User's display name

See

displayName Documentation

language?

optional language: string

User's language, as a BCP 47 language tag. Not included in the response if the user hasn't yet consented to the LINE Privacy Policy.

See

language Documentation

pictureUrl?

optional pictureUrl: string

Profile image URL. https image URL. Not included in the response if the user doesn't have a profile image.

See

pictureUrl Documentation

statusMessage?

optional statusMessage: string

User's status message. Not included in the response if the user doesn't have a status message.

See

statusMessage Documentation

userId

userId: string

User ID

See

userId Documentation

Defined in

lib/messaging-api/model/userProfileResponse.ts:13