Skip to content

@line/bot-sdk


@line/bot-sdk / messagingApi / UserProfileResponse

Type Alias: UserProfileResponse

UserProfileResponse = object

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

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.

Properties

displayName

displayName: string

Defined in: lib/messaging-api/model/userProfileResponse.ts:19

User's display name

See

displayName Documentation


language?

optional language: string

Defined in: lib/messaging-api/model/userProfileResponse.ts:43

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

Defined in: lib/messaging-api/model/userProfileResponse.ts:31

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

Defined in: lib/messaging-api/model/userProfileResponse.ts:37

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

See

statusMessage Documentation


userId

userId: string

Defined in: lib/messaging-api/model/userProfileResponse.ts:25

User ID

See

userId Documentation