line_messaging_api 0.0.3

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

## 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]

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