insight-line 0.0.1

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**overview** | Option<[**models::GetMessageEventResponseOverview**]GetMessageEventResponseOverview.md> |  | [optional]
**messages** | Option<[**Vec<models::GetMessageEventResponseMessage>**]GetMessageEventResponseMessage.md> | Array of information about individual message bubbles. | [optional]
**clicks** | Option<[**Vec<models::GetMessageEventResponseClick>**]GetMessageEventResponseClick.md> | Array of information about opened URLs in the message. | [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)