Skip to content

@line/bot-sdk


@line/bot-sdk / messagingApi / GroupUserProfileResponse

Type Alias: GroupUserProfileResponse

GroupUserProfileResponse = object

Defined in: lib/messaging-api/model/groupUserProfileResponse.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/groupUserProfileResponse.ts:19

User's display name

See

displayName Documentation


pictureUrl?

optional pictureUrl: string

Defined in: lib/messaging-api/model/groupUserProfileResponse.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


userId

userId: string

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

User ID

See

userId Documentation