messaging-api-line 0.0.1

This document describes LINE Messaging API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# UserProfileResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**display_name** | **String** | User's display name | 
**user_id** | **String** | User ID | 
**picture_url** | Option<**String**> | Profile image URL. `https` image URL. Not included in the response if the user doesn't have a profile image. | [optional]
**status_message** | Option<**String**> | User's status message. Not included in the response if the user doesn't have a status message. | [optional]
**language** | Option<**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. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)