module-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
# ModuleBot

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user_id** | **String** | Bot's user ID | 
**basic_id** | **String** | Bot's basic ID | 
**premium_id** | Option<**String**> | Bot's premium ID. Not included in the response if the premium ID isn't set. | [optional]
**display_name** | **String** | Bot's display name | 
**picture_url** | Option<**String**> | Profile image URL. Image URL starting with `https://`. Not included in the response if the bot 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)