diff --git a/docs/class-LINE.LINEBot.Constant.Meta.html b/docs/class-LINE.LINEBot.Constant.Meta.html
index 26194e67..2496ceed 100644
--- a/docs/class-LINE.LINEBot.Constant.Meta.html
+++ b/docs/class-LINE.LINEBot.Constant.Meta.html
@@ -125,7 +125,7 @@
diff --git a/docs/class-LINE.LINEBot.Event.Parser.EventRequestParser.html b/docs/class-LINE.LINEBot.Event.Parser.EventRequestParser.html
index 2d59b9ba..0b398b91 100644
--- a/docs/class-LINE.LINEBot.Event.Parser.EventRequestParser.html
+++ b/docs/class-LINE.LINEBot.Event.Parser.EventRequestParser.html
@@ -120,7 +120,7 @@
EventRequestParser
#
- parseEventRequest( string $body , string $channelSecret , string $signature , $eventsOnly = true )
+ parseEventRequest( string $body , string $channelSecret , string $signature , $eventsOnly = true )
diff --git a/docs/class-LINE.LINEBot.Event.UnsendEvent.html b/docs/class-LINE.LINEBot.Event.UnsendEvent.html
new file mode 100644
index 00000000..69120314
--- /dev/null
+++ b/docs/class-LINE.LINEBot.Event.UnsendEvent.html
@@ -0,0 +1,252 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ Class LINE\LINEBot\Event\UnsendEvent
+
+
+
+
+
+
+
+
+
+
+
+
+ Class
+
+
+
+ -
+ LINE
+
+ - \
+ -
+ LINEBot
+
+ - \
+ -
+ Event
+
+
+ - \
+ - UnsendEvent
+
+
+
+
+
+
+
+
+
+ UnsendEvent
+
+
+
+ A class that represents the unsend event.
+
+If the event is not supported by this SDK, the event will be instantiate to this.
+
+
+
+
+ -
+ extends
+
+ LINE\LINEBot\Event\BaseEvent
+
+
+
+
+
+
+
+
+
+
+
+ Methods Summary |
+
+
+
+
+
+
+
+ public
+
+
+
+ |
+
+
+
+ #
+ __construct( array $event )
+
+
+ UnsendEvent constructor.
+
+
+
+
+
+
+
+ Overrides
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+ public
+
+
+
+ |
+
+
+
+ |
+
+
+
+
+
+
+ Methods inherited from LINE\LINEBot\Event\BaseEvent
+ |
+
+
+
+ __construct() ,
+ getType() ,
+ getMode() ,
+ getTimestamp() ,
+ getReplyToken() ,
+ isUserEvent() ,
+ isGroupEvent() ,
+ isRoomEvent() ,
+ isUnknownEvent() ,
+ getUserId() ,
+ getGroupId() ,
+ getRoomId() ,
+ getEventSourceId()
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/class-LINE.LINEBot.Event.VideoPlayCompleteEvent.html b/docs/class-LINE.LINEBot.Event.VideoPlayCompleteEvent.html
new file mode 100644
index 00000000..ce5fd3a1
--- /dev/null
+++ b/docs/class-LINE.LINEBot.Event.VideoPlayCompleteEvent.html
@@ -0,0 +1,252 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ Class LINE\LINEBot\Event\VideoPlayCompleteEvent
+
+
+
+
+
+
+
+
+
+
+
+
+ Class
+
+
+
+ -
+ LINE
+
+ - \
+ -
+ LINEBot
+
+ - \
+ -
+ Event
+
+
+ - \
+ - VideoPlayCompleteEvent
+
+
+
+
+
+
+
+
+
+ VideoPlayCompleteEvent
+
+
+
+ A class that represents the video play complete event.
+
+If the event is not supported by this SDK, the event will be instantiate to this.
+
+
+
+
+ -
+ extends
+
+ LINE\LINEBot\Event\BaseEvent
+
+
+
+
+
+
+
+
+
+
+
+ Methods Summary |
+
+
+
+
+
+
+
+ public
+
+
+
+ |
+
+
+
+ #
+ __construct( array $event )
+
+
+ VideoPlayCompleteEvent constructor.
+
+
+
+
+
+
+
+ Overrides
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+ public
+
+
+
+ |
+
+
+
+ |
+
+
+
+
+
+
+ Methods inherited from LINE\LINEBot\Event\BaseEvent
+ |
+
+
+
+ __construct() ,
+ getType() ,
+ getMode() ,
+ getTimestamp() ,
+ getReplyToken() ,
+ isUserEvent() ,
+ isGroupEvent() ,
+ isRoomEvent() ,
+ isUnknownEvent() ,
+ getUserId() ,
+ getGroupId() ,
+ getRoomId() ,
+ getEventSourceId()
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/class-LINE.LINEBot.Narrowcast.Recipient.RecipientBuilder.html b/docs/class-LINE.LINEBot.Narrowcast.Recipient.RecipientBuilder.html
index 0cfd1d1d..ad1191a0 100644
--- a/docs/class-LINE.LINEBot.Narrowcast.Recipient.RecipientBuilder.html
+++ b/docs/class-LINE.LINEBot.Narrowcast.Recipient.RecipientBuilder.html
@@ -102,7 +102,8 @@ RecipientBuilder
diff --git a/docs/class-LINE.LINEBot.Narrowcast.Recipient.RedeliveryRecipientBuilder.html b/docs/class-LINE.LINEBot.Narrowcast.Recipient.RedeliveryRecipientBuilder.html
new file mode 100644
index 00000000..facae898
--- /dev/null
+++ b/docs/class-LINE.LINEBot.Narrowcast.Recipient.RedeliveryRecipientBuilder.html
@@ -0,0 +1,252 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ Class LINE\LINEBot\Narrowcast\Recipient\RedeliveryRecipientBuilder
+
+
+
+
+
+
+
+
+
+
+ RedeliveryRecipientBuilder
+
+
+
+ A builder class for redelivery recipient
+
+
+
+
+ -
+ extends
+
+ LINE\LINEBot\Narrowcast\Recipient\RecipientBuilder
+
+
+
+
+
+
+
+
+
+
+
+ Methods Summary |
+
+
+
+
+
+
+
+ public
+
+
+
+ |
+
+
+
+ #
+ setRequestId( string $requestId )
+
+
+ Set requestId
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+ public
+
+
+
+ |
+
+
+
+ #
+ build( )
+
+
+ Builds recipient
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+ Constants Summary |
+
+
+
+ public
+
+
+ string
+
+ |
+
+
+ TYPE
+
+
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/class-LINE.LINEBot.html b/docs/class-LINE.LINEBot.html
index f1522859..839801f2 100644
--- a/docs/class-LINE.LINEBot.html
+++ b/docs/class-LINE.LINEBot.html
@@ -115,7 +115,7 @@ LINEBot
#
- __construct( LINE\LINEBot\HTTPClient $httpClient , array $args )
+ __construct( LINE\LINEBot\HTTPClient $httpClient , array $args )
LINEBot constructor.
@@ -147,7 +147,7 @@ LINEBot
#
- getProfile( string $userId )
+ getProfile( string $userId )
Gets specified user's profile through API calling.
@@ -179,7 +179,7 @@ LINEBot
#
- getMessageContent( string $messageId )
+ getMessageContent( string $messageId )
Gets message content which is associated with specified message ID.
@@ -211,7 +211,7 @@ LINEBot
#
- getNumberOfLimitForAdditional( )
+ getNumberOfLimitForAdditional( )
Gets the target limit for additional messages in the current month.
@@ -243,7 +243,7 @@ LINEBot
#
- getNumberOfSentThisMonth( )
+ getNumberOfSentThisMonth( )
Gets the number of messages sent in the current month.
@@ -275,7 +275,7 @@ LINEBot
#
- replyMessage( string $replyToken , LINE\LINEBot\MessageBuilder $messageBuilder )
+ replyMessage( string $replyToken , LINE\LINEBot\MessageBuilder $messageBuilder )
Replies arbitrary message to destination which is associated with reply token.
@@ -307,7 +307,7 @@ LINEBot
#
- replyText( string $replyToken , string $text , string[]|null $extraTexts = NULL )
+ replyText( string $replyToken , string $text , string[]|null $extraTexts = NULL )
Replies text message(s) to destination which is associated with reply token.
@@ -349,7 +349,7 @@ LINEBot
#
- pushMessage( string $to , LINE\LINEBot\MessageBuilder $messageBuilder , bool $notificationDisabled = false, string|null $retryKey = NULL )
+ pushMessage( string $to , LINE\LINEBot\MessageBuilder $messageBuilder , bool $notificationDisabled = false, string|null $retryKey = NULL )
Sends arbitrary message to destination.
@@ -381,7 +381,7 @@ LINEBot
#
- multicast( array $tos , LINE\LINEBot\MessageBuilder $messageBuilder , bool $notificationDisabled = false, string|null $retryKey = NULL )
+ multicast( array $tos , LINE\LINEBot\MessageBuilder $messageBuilder , bool $notificationDisabled = false, string|null $retryKey = NULL )
Sends arbitrary message to multi destinations.
@@ -413,7 +413,7 @@ LINEBot
#
- broadcast( LINE\LINEBot\MessageBuilder $messageBuilder , bool $notificationDisabled = false, string|null $retryKey = NULL )
+ broadcast( LINE\LINEBot\MessageBuilder $messageBuilder , bool $notificationDisabled = false, string|null $retryKey = NULL )
Sends push messages to multiple users at any time.
@@ -447,7 +447,7 @@ LINEBot
#
- leaveGroup( string $groupId )
+ leaveGroup( string $groupId )
Leaves from group.
@@ -479,7 +479,7 @@ LINEBot
#
- leaveRoom( string $roomId )
+ leaveRoom( string $roomId )
Leaves from room.
@@ -511,7 +511,7 @@ LINEBot
#
- parseEventRequest( string $body , string $signature , bool $eventOnly = true )
+ parseEventRequest( string $body , string $signature , bool $eventOnly = true )
Parse event request to Event objects.
@@ -543,7 +543,7 @@ LINEBot
#
- validateSignature( string $body , string $signature )
+ validateSignature( string $body , string $signature )
Validate request with signature.
@@ -575,7 +575,7 @@ LINEBot
#
- getGroupMemberProfile( string $groupId , string $userId )
+ getGroupMemberProfile( string $groupId , string $userId )
Gets the user profile of a member of a group that the bot is in.
@@ -609,7 +609,7 @@ LINEBot
#
- getRoomMemberProfile( string $roomId , string $userId )
+ getRoomMemberProfile( string $roomId , string $userId )
Gets the user profile of a member of a room that the bot is in.
@@ -643,7 +643,7 @@ LINEBot
#
- getGroupMemberIds( string $groupId , string $start = NULL )
+ getGroupMemberIds( string $groupId , string $start = NULL )
Gets the user IDs of the members of a group that the bot is in.
@@ -679,7 +679,7 @@ LINEBot
#
- getRoomMemberIds( string $roomId , string $start = NULL )
+ getRoomMemberIds( string $roomId , string $start = NULL )
Gets the user IDs of the members of a room that the bot is in.
@@ -715,7 +715,7 @@ LINEBot
#
- getAllGroupMemberIds( string $groupId )
+ getAllGroupMemberIds( string $groupId )
Gets the user IDs of the members of a group that the bot is in.
@@ -756,7 +756,7 @@ see
+
+ |
+
+
+
+
+
+
+
+
+ public
+
+
+
+ |
+
+
+
+ #
+ getGroupSummary( string $groupId )
+
+
+ Get group summary
+
+Gets the group ID, group name, and group icon URL of a group where the LINE Official Account is a member.
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+ public
+
+
+
+ |
+
+
+
+ #
+ getGroupMembersCount( string $groupId )
+
+
+ Gets the count of members in a group
+
+The number returned excludes the LINE Official Account.
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+ public
+
+
+
+ |
+
+
+
+ #
+ getRoomMembersCount( string $roomId )
+
+
+ Gets the count of members in a room
+
+The number returned excludes the LINE Official Account.
+
+
+
+
+
+
+
+
|
@@ -797,7 +899,7 @@ see
#
- createLinkToken( string $userId )
+ createLinkToken( string $userId )
Issues a link token used for the account link feature.
@@ -829,7 +931,7 @@ see
#
- getRichMenu( string $richMenuId )
+ getRichMenu( string $richMenuId )
Gets a rich menu via a rich menu ID.
@@ -861,7 +963,7 @@ see
#
- createRichMenu( \RichMenuBuilder $richMenuBuilder )
+ createRichMenu( \RichMenuBuilder $richMenuBuilder )
Creates a rich menu.
@@ -895,7 +997,7 @@ see
#
- deleteRichMenu( string $richMenuId )
+ deleteRichMenu( string $richMenuId )
Deletes a rich menu.
@@ -927,7 +1029,7 @@ see
#
- setDefaultRichMenuId( string $richMenuId )
+ setDefaultRichMenuId( string $richMenuId )
Set the default rich menu.
@@ -959,7 +1061,7 @@ see
#
- getDefaultRichMenuId( )
+ getDefaultRichMenuId( )
Get the default rich menu ID.
@@ -991,7 +1093,7 @@ see
#
- cancelDefaultRichMenuId( )
+ cancelDefaultRichMenuId( )
Cancel the default rich menu.
@@ -1023,7 +1125,7 @@ see
#
- getRichMenuId( string $userId )
+ getRichMenuId( string $userId )
Gets the ID of the rich menu linked to a user.
@@ -1055,7 +1157,7 @@ see
#
- linkRichMenu( string $userId , string $richMenuId )
+ linkRichMenu( string $userId , string $richMenuId )
Links a rich menu to a user. Only one rich menu can be linked to a user at one time.
@@ -1087,7 +1189,7 @@ see
#
- bulkLinkRichMenu( string[] $userIds , string $richMenuId )
+ bulkLinkRichMenu( string[] $userIds , string $richMenuId )
Links a rich menu to multiple users.
@@ -1119,7 +1221,7 @@ see
#
- unlinkRichMenu( string $userId )
+ unlinkRichMenu( string $userId )
Unlinks a rich menu from multiple user.
@@ -1151,7 +1253,7 @@ see
#
- bulkUnlinkRichMenu( string[] $userIds )
+ bulkUnlinkRichMenu( string[] $userIds )
Unlinks rich menus from multiple users.
@@ -1183,7 +1285,7 @@ see
#
- downloadRichMenuImage( string $richMenuId )
+ downloadRichMenuImage( string $richMenuId )
Downloads an image associated with a rich menu.
@@ -1215,7 +1317,7 @@ see
#
- uploadRichMenuImage( string $richMenuId , string $imagePath , string $contentType )
+ uploadRichMenuImage( string $richMenuId , string $imagePath , string $contentType )
Uploads and attaches an image to a rich menu.
@@ -1252,7 +1354,7 @@ see
#
- getRichMenuList( )
+ getRichMenuList( )
Gets a list of all uploaded rich menus.
@@ -1284,7 +1386,7 @@ see
#
- getNumberOfSentReplyMessages( DateTime $datetime )
+ getNumberOfSentReplyMessages( DateTime $datetime )
Get number of sent reply messages
@@ -1316,7 +1418,7 @@ see
#
- getNumberOfSentPushMessages( DateTime $datetime )
+ getNumberOfSentPushMessages( DateTime $datetime )
Get number of sent push messages
@@ -1348,7 +1450,7 @@ see
#
- getNumberOfSentMulticastMessages( DateTime $datetime )
+ getNumberOfSentMulticastMessages( DateTime $datetime )
Get number of sent multicast messages
@@ -1380,7 +1482,7 @@ see
#
- getNumberOfSentBroadcastMessages( DateTime $datetime )
+ getNumberOfSentBroadcastMessages( DateTime $datetime )
Get number of sent broadcast messages
@@ -1412,7 +1514,7 @@ see
#
- getNumberOfMessageDeliveries( DateTime $datetime )
+ getNumberOfMessageDeliveries( DateTime $datetime )
Get number of message deliveries
@@ -1444,7 +1546,7 @@ see
#
- getNumberOfFollowers( DateTime $datetime )
+ getNumberOfFollowers( DateTime $datetime )
Get number of followers
@@ -1476,7 +1578,7 @@ see
#
- getFriendDemographics( )
+ getFriendDemographics( )
Get friend demographics
@@ -1512,7 +1614,7 @@ see
#
- getUserInteractionStatistics( string $requestId )
+ getUserInteractionStatistics( string $requestId )
Get user interaction statistics
@@ -1548,7 +1650,7 @@ see
#
- createChannelAccessToken( string $channelId )
+ createChannelAccessToken( string $channelId )
Create channel access token
@@ -1585,7 +1687,7 @@ see
#
- revokeChannelAccessToken( string $channelAccessToken )
+ revokeChannelAccessToken( string $channelAccessToken )
Revoke channel access token
@@ -1619,7 +1721,7 @@ see
#
- createChannelAccessToken21( string $jwt )
+ createChannelAccessToken21( string $jwt )
Create channel access token v2.1
@@ -1658,7 +1760,7 @@ see
#
- revokeChannelAccessToken21( string $channelId , string $channelSecret , string $channelAccessToken )
+ revokeChannelAccessToken21( string $channelId , string $channelSecret , string $channelAccessToken )
Revoke channel access token v2.1
@@ -1690,7 +1792,7 @@ see
#
- getChannelAccessToken21Keys( string $jwt )
+ getChannelAccessToken21Keys( string $jwt )
Get all valid channel access token key IDs v2.1
@@ -1722,7 +1824,7 @@ see
#
- sendNarrowcast( LINE\LINEBot\MessageBuilder $messageBuilder , LINE\LINEBot\Narrowcast\Recipient\RecipientBuilder $recipientBuilder = NULL, LINE\LINEBot\Narrowcast\DemographicFilter\DemographicFilterBuilder $demographicFilterBuilder = NULL, int|null $limit = NULL, string|null $retryKey = NULL )
+ sendNarrowcast( LINE\LINEBot\MessageBuilder $messageBuilder , LINE\LINEBot\Narrowcast\Recipient\RecipientBuilder $recipientBuilder = NULL, LINE\LINEBot\Narrowcast\DemographicFilter\DemographicFilterBuilder $demographicFilterBuilder = NULL, int|null $limit = NULL, string|null $retryKey = NULL )
Send Narrowcast message.
@@ -1754,7 +1856,7 @@ see
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
+
+
+
+
+
+
+
+ public
+
+
+
+ |
+
+
+
+ #
+ createAudienceGroupForUploadingUserIds( string $description , array $audiences = array ( ), bool $isIfaAudience = false, string|null $uploadDescription = NULL )
+
+
+ Create audience for uploading user IDs
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+ public
+
+
+
+ |
+
+
+
+ #
+ createAudienceGroupForUploadingUserIdsByFile( string $description , string $filePath , bool $isIfaAudience = false, string|null $uploadDescription = NULL )
+
+
+ Create audience for uploading user IDs (by file)
+
@@ -1818,7 +1986,41 @@ see
#
- updateAudienceGroupForUpdatingUserIds( int $audienceGroupId , array $audiences , string|null $uploadDescription = NULL )
+ updateAudienceGroupForUpdatingUserIds( int $audienceGroupId , array $audiences , string|null $uploadDescription = NULL )
+
+
+ Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs
+
+ Deprecated
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+
+
+
+
+
+
+
+ public
+
+
+
+ |
+
+
+
+ #
+ updateAudienceGroupForUploadingUserIds( int $audienceGroupId , array $audiences , string|null $uploadDescription = NULL )
Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs
@@ -1830,6 +2032,38 @@ see
+
+
+ |
+
+
+
+
+
+
+
+
+ public
+
+
+
+ |
+
+
+
+ #
+ updateAudienceGroupForUploadingUserIdsByFile( int $audienceGroupId , string $filePath , string|null $uploadDescription = NULL )
+
+
+ Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs (by file)
+
+
+
+
+
+
+
+
|
@@ -1850,7 +2084,7 @@ see
#
- createAudienceGroupForClick( string $description , string $requestId , string|null $clickUrl = NULL )
+ createAudienceGroupForClick( string $description , string $requestId , string|null $clickUrl = NULL )
Create audience for click-based retargeting
@@ -1882,7 +2116,7 @@ see
#
- createAudienceGroupForImpression( string $description , string $requestId )
+ createAudienceGroupForImpression( string $description , string $requestId )
Create audience for impression-based retargeting
@@ -1914,7 +2148,7 @@ see
#
- renameAudience( int $audienceGroupId , string $description )
+ renameAudience( int $audienceGroupId , string $description )
Rename an audience
@@ -1946,7 +2180,7 @@ see
#
- deleteAudience( int $audienceGroupId )
+ deleteAudience( int $audienceGroupId )
Delete audience
@@ -1978,7 +2212,7 @@ see
#
- getAudience( int $audienceGroupId )
+ getAudience( int $audienceGroupId )
Get audience
@@ -2010,7 +2244,7 @@ see
#
- getAudiences( int $page , int $size = 20, string|null $description = NULL, string|null $status = NULL, bool|null $includesExternalPublicGroups = NULL, string|null $createRoute = NULL )
+ getAudiences( int $page , int $size = 20, string|null $description = NULL, string|null $status = NULL, bool|null $includesExternalPublicGroups = NULL, string|null $createRoute = NULL )
Get data for multiple audiences
@@ -2042,7 +2276,7 @@ see
| | | | | | |
+
+
+ LINE\LINEBot\Narrowcast\Recipient\RedeliveryRecipientBuilder
+ |
+
LINE\LINEBot\Narrowcast\DemographicFilter\OneOfDemographicFilter
@@ -678,6 +683,16 @@ Classes
LINE\LINEBot\MessageBuilder\Flex\ComponentBuilder\SpanComponentBuilder
|
+
+
+ LINE\LINEBot\Event\UnsendEvent
+ |
+
+
+
+ LINE\LINEBot\Event\VideoPlayCompleteEvent
+ |
+
LINE\LINEBot\MessageBuilder\Text\EmojiBuilder
diff --git a/docs/elementlist.js b/docs/elementlist.js
index 2a6c83a2..f59eaec1 100644
--- a/docs/elementlist.js
+++ b/docs/elementlist.js
@@ -1,2 +1,2 @@
var ApiGen = ApiGen || {};
-ApiGen.elements = [{"file":"namespace-LINE.html","label":"LINE"},{"file":"namespace-LINE.LINEBot.html","label":"LINE\\LINEBot"},{"file":"namespace-LINE.LINEBot.Constant.html","label":"LINE\\LINEBot\\Constant"},{"file":"namespace-LINE.LINEBot.Constant.Flex.html","label":"LINE\\LINEBot\\Constant\\Flex"},{"file":"namespace-LINE.LINEBot.Event.html","label":"LINE\\LINEBot\\Event"},{"file":"namespace-LINE.LINEBot.Event.MessageEvent.html","label":"LINE\\LINEBot\\Event\\MessageEvent"},{"file":"namespace-LINE.LINEBot.Event.Parser.html","label":"LINE\\LINEBot\\Event\\Parser"},{"file":"namespace-LINE.LINEBot.Event.Things.html","label":"LINE\\LINEBot\\Event\\Things"},{"file":"namespace-LINE.LINEBot.Exception.html","label":"LINE\\LINEBot\\Exception"},{"file":"namespace-LINE.LINEBot.HTTPClient.html","label":"LINE\\LINEBot\\HTTPClient"},{"file":"namespace-LINE.LINEBot.ImagemapActionBuilder.html","label":"LINE\\LINEBot\\ImagemapActionBuilder"},{"file":"namespace-LINE.LINEBot.MessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder"},{"file":"namespace-LINE.LINEBot.MessageBuilder.Flex.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex"},{"file":"namespace-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder"},{"file":"namespace-LINE.LINEBot.MessageBuilder.Flex.ContainerBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ContainerBuilder"},{"file":"namespace-LINE.LINEBot.MessageBuilder.Imagemap.html","label":"LINE\\LINEBot\\MessageBuilder\\Imagemap"},{"file":"namespace-LINE.LINEBot.MessageBuilder.TemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder"},{"file":"namespace-LINE.LINEBot.MessageBuilder.Text.html","label":"LINE\\LINEBot\\MessageBuilder\\Text"},{"file":"namespace-LINE.LINEBot.Narrowcast.DemographicFilter.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter"},{"file":"namespace-LINE.LINEBot.Narrowcast.Recipient.html","label":"LINE\\LINEBot\\Narrowcast\\Recipient"},{"file":"namespace-LINE.LINEBot.QuickReplyBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder"},{"file":"namespace-LINE.LINEBot.QuickReplyBuilder.ButtonBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder\\ButtonBuilder"},{"file":"namespace-LINE.LINEBot.RichMenuBuilder.html","label":"LINE\\LINEBot\\RichMenuBuilder"},{"file":"namespace-LINE.LINEBot.SenderBuilder.html","label":"LINE\\LINEBot\\SenderBuilder"},{"file":"namespace-LINE.LINEBot.TemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder"},{"file":"namespace-LINE.LINEBot.TemplateActionBuilder.Uri.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\Uri"},{"file":"namespace-LINE.LINEBot.Util.html","label":"LINE\\LINEBot\\Util"},{"file":"namespace-none.html","label":"none"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.CameraRollTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\CameraRollTemplateActionBuilder"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.CameraTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\CameraTemplateActionBuilder"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.LocationTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\LocationTemplateActionBuilder"},{"file":"class-LINE.LINEBot.QuickReplyBuilder.ButtonBuilder.QuickReplyButtonBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder\\ButtonBuilder\\QuickReplyButtonBuilder"},{"file":"class-LINE.LINEBot.QuickReplyBuilder.QuickReplyMessageBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder\\QuickReplyMessageBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.AgeDemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\AgeDemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.SubscriptionPeriodDemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\SubscriptionPeriodDemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.AppTypeDemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\AppTypeDemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.AreaDemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\AreaDemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.GenderDemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\GenderDemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.DemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\DemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.Recipient.RecipientBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\Recipient\\RecipientBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.Recipient.AudienceRecipientBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\Recipient\\AudienceRecipientBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.OneOfDemographicFilter.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\OneOfDemographicFilter"},{"file":"class-LINE.LINEBot.SenderBuilder.SenderMessageBuilder.html","label":"LINE\\LINEBot\\SenderBuilder\\SenderMessageBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.RangeDemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\RangeDemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.OperatorDemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\OperatorDemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.Recipient.OperatorRecipientBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\Recipient\\OperatorRecipientBuilder"},{"file":"class-LINE.LINEBot.Constant.Meta.html","label":"LINE\\LINEBot\\Constant\\Meta"},{"file":"class-LINE.LINEBot.Constant.HTTPHeader.html","label":"LINE\\LINEBot\\Constant\\HTTPHeader"},{"file":"class-LINE.LINEBot.Constant.EventSourceType.html","label":"LINE\\LINEBot\\Constant\\EventSourceType"},{"file":"class-LINE.LINEBot.Constant.TemplateType.html","label":"LINE\\LINEBot\\Constant\\TemplateType"},{"file":"class-LINE.LINEBot.Constant.ActionType.html","label":"LINE\\LINEBot\\Constant\\ActionType"},{"file":"class-LINE.LINEBot.Constant.MessageType.html","label":"LINE\\LINEBot\\Constant\\MessageType"},{"file":"class-LINE.LINEBot.Event.FollowEvent.html","label":"LINE\\LINEBot\\Event\\FollowEvent"},{"file":"class-LINE.LINEBot.Event.JoinEvent.html","label":"LINE\\LINEBot\\Event\\JoinEvent"},{"file":"class-LINE.LINEBot.Event.LeaveEvent.html","label":"LINE\\LINEBot\\Event\\LeaveEvent"},{"file":"class-LINE.LINEBot.Event.UnfollowEvent.html","label":"LINE\\LINEBot\\Event\\UnfollowEvent"},{"file":"class-LINE.LINEBot.SignatureValidator.html","label":"LINE\\LINEBot\\SignatureValidator"},{"file":"class-LINE.LINEBot.Event.MessageEvent.ImageMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\ImageMessage"},{"file":"class-LINE.LINEBot.MessageBuilder.MultiMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\MultiMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Imagemap.BaseSizeBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Imagemap\\BaseSizeBuilder"},{"file":"class-LINE.LINEBot.Event.PostbackEvent.html","label":"LINE\\LINEBot\\Event\\PostbackEvent"},{"file":"class-LINE.LINEBot.ImagemapActionBuilder.ImagemapUriActionBuilder.html","label":"LINE\\LINEBot\\ImagemapActionBuilder\\ImagemapUriActionBuilder"},{"file":"class-LINE.LINEBot.Event.MessageEvent.FileMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\FileMessage"},{"file":"class-LINE.LINEBot.ImagemapActionBuilder.ImagemapMessageActionBuilder.html","label":"LINE\\LINEBot\\ImagemapActionBuilder\\ImagemapMessageActionBuilder"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.MessageTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\MessageTemplateActionBuilder"},{"file":"class-LINE.LINEBot.Event.MessageEvent.AudioMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\AudioMessage"},{"file":"class-LINE.LINEBot.Event.MessageEvent.VideoMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\VideoMessage"},{"file":"class-LINE.LINEBot.Event.MessageEvent.html","label":"LINE\\LINEBot\\Event\\MessageEvent"},{"file":"class-LINE.LINEBot.Event.BeaconDetectionEvent.html","label":"LINE\\LINEBot\\Event\\BeaconDetectionEvent"},{"file":"class-LINE.LINEBot.ImagemapActionBuilder.AreaBuilder.html","label":"LINE\\LINEBot\\ImagemapActionBuilder\\AreaBuilder"},{"file":"class-LINE.LINEBot.RichMenuBuilder.RichMenuAreaBoundsBuilder.html","label":"LINE\\LINEBot\\RichMenuBuilder\\RichMenuAreaBoundsBuilder"},{"file":"class-LINE.LINEBot.Event.MessageEvent.StickerMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\StickerMessage"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.ImageCarouselColumnTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\ImageCarouselColumnTemplateBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.ImageCarouselTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\ImageCarouselTemplateBuilder"},{"file":"class-LINE.LINEBot.Event.MessageEvent.TextMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\TextMessage"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.PostbackTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\PostbackTemplateActionBuilder"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.UriTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\UriTemplateActionBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.ConfirmTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\ConfirmTemplateBuilder"},{"file":"class-LINE.LINEBot.Event.MessageEvent.LocationMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\LocationMessage"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.CarouselTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\CarouselTemplateBuilder"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.DatetimePickerTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\DatetimePickerTemplateActionBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.CarouselColumnTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\CarouselColumnTemplateBuilder"},{"file":"class-LINE.LINEBot.HTTPClient.Curl.html","label":"LINE\\LINEBot\\HTTPClient\\Curl"},{"file":"class-LINE.LINEBot.MessageBuilder.AudioMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\AudioMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.ImageMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\ImageMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.StickerMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\StickerMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.VideoMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\VideoMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.LocationMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\LocationMessageBuilder"},{"file":"class-LINE.LINEBot.Response.html","label":"LINE\\LINEBot\\Response"},{"file":"class-LINE.LINEBot.MessageBuilder.TextMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TextMessageBuilder"},{"file":"class-LINE.LINEBot.Event.Parser.EventRequestParser.html","label":"LINE\\LINEBot\\Event\\Parser\\EventRequestParser"},{"file":"class-LINE.LINEBot.MessageBuilder.ImagemapMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\ImagemapMessageBuilder"},{"file":"class-LINE.LINEBot.Event.BaseEvent.html","label":"LINE\\LINEBot\\Event\\BaseEvent"},{"file":"class-LINE.LINEBot.HTTPClient.CurlHTTPClient.html","label":"LINE\\LINEBot\\HTTPClient\\CurlHTTPClient"},{"file":"class-LINE.LINEBot.html","label":"LINE\\LINEBot"},{"file":"class-LINE.LINEBot.Event.UnknownEvent.html","label":"LINE\\LINEBot\\Event\\UnknownEvent"},{"file":"class-LINE.LINEBot.Event.MessageEvent.UnknownMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\UnknownMessage"},{"file":"class-LINE.LINEBot.RichMenuBuilder.RichMenuAreaBuilder.html","label":"LINE\\LINEBot\\RichMenuBuilder\\RichMenuAreaBuilder"},{"file":"class-LINE.LINEBot.RichMenuBuilder.RichMenuSizeBuilder.html","label":"LINE\\LINEBot\\RichMenuBuilder\\RichMenuSizeBuilder"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentButtonHeight.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentButtonHeight"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentFontWeight.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentFontWeight"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentImageAspectMode.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentImageAspectMode"},{"file":"class-LINE.LINEBot.Constant.Flex.ContainerDirection.html","label":"LINE\\LINEBot\\Constant\\Flex\\ContainerDirection"},{"file":"class-LINE.LINEBot.Constant.Flex.ContainerType.html","label":"LINE\\LINEBot\\Constant\\Flex\\ContainerType"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentAlign.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentAlign"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentButtonStyle.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentButtonStyle"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentGravity.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentGravity"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentIconAspectRatio.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentIconAspectRatio"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentLayout.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentLayout"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentSpaceSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentSpaceSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentMargin.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentMargin"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentSpacing.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentSpacing"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentType.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentType"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentFontSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentFontSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentIconSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentIconSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentImageSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentImageSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentImageAspectRatio.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentImageAspectRatio"},{"file":"class-LINE.LINEBot.MessageBuilder.RawMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\RawMessageBuilder"},{"file":"class-LINE.LINEBot.Util.BuildUtil.html","label":"LINE\\LINEBot\\Util\\BuildUtil"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.FillerComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\FillerComponentBuilder"},{"file":"class-LINE.LINEBot.RichMenuBuilder.html","label":"LINE\\LINEBot\\RichMenuBuilder"},{"file":"class-LINE.LINEBot.Event.AccountLinkEvent.html","label":"LINE\\LINEBot\\Event\\AccountLinkEvent"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.SpacerComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\SpacerComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ContainerBuilder.CarouselContainerBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ContainerBuilder\\CarouselContainerBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.SeparatorComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\SeparatorComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.BlockStyleBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\BlockStyleBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.BubbleStylesBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\BubbleStylesBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.FlexMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\FlexMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ContainerBuilder.BubbleContainerBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ContainerBuilder\\BubbleContainerBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.IconComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\IconComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.ButtonComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\ButtonComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.ImageComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\ImageComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.TextComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\TextComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.BoxComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\BoxComponentBuilder"},{"file":"class-LINE.LINEBot.Constant.MessageContentProviderType.html","label":"LINE\\LINEBot\\Constant\\MessageContentProviderType"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentPosition.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentPosition"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentTextStyle.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentTextStyle"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentTextDecoration.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentTextDecoration"},{"file":"class-LINE.LINEBot.Constant.Flex.BubleContainerSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\BubleContainerSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentBorderWidth.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentBorderWidth"},{"file":"class-LINE.LINEBot.Constant.StickerResourceType.html","label":"LINE\\LINEBot\\Constant\\StickerResourceType"},{"file":"class-LINE.LINEBot.Event.MemberJoinEvent.html","label":"LINE\\LINEBot\\Event\\MemberJoinEvent"},{"file":"class-LINE.LINEBot.Event.MemberLeaveEvent.html","label":"LINE\\LINEBot\\Event\\MemberLeaveEvent"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.Uri.AltUriBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\Uri\\AltUriBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Imagemap.ExternalLinkBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Imagemap\\ExternalLinkBuilder"},{"file":"class-LINE.LINEBot.Event.Things.ThingsResultAction.html","label":"LINE\\LINEBot\\Event\\Things\\ThingsResultAction"},{"file":"class-LINE.LINEBot.MessageBuilder.Imagemap.VideoBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Imagemap\\VideoBuilder"},{"file":"class-LINE.LINEBot.Event.ThingsEvent.html","label":"LINE\\LINEBot\\Event\\ThingsEvent"},{"file":"class-LINE.LINEBot.Event.MessageEvent.ContentProvider.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\ContentProvider"},{"file":"class-LINE.LINEBot.Event.Things.ThingsResult.html","label":"LINE\\LINEBot\\Event\\Things\\ThingsResult"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.SpanComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\SpanComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Text.EmojiBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Text\\EmojiBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Text.EmojiTextBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Text\\EmojiTextBuilder"},{"file":"class-LINE.LINEBot.Event.MessageEvent.EmojiInfo.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\EmojiInfo"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.ButtonTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\ButtonTemplateBuilder"},{"file":"interface-Throwable.html","label":"Throwable"},{"file":"interface-LINE.LINEBot.QuickReplyBuilder.QuickReplyButtonBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder\\QuickReplyButtonBuilder"},{"file":"interface-LINE.LINEBot.QuickReplyBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder"},{"file":"interface-LINE.LINEBot.SenderBuilder.SenderBuilder.html","label":"LINE\\LINEBot\\SenderBuilder\\SenderBuilder"},{"file":"interface-LINE.LINEBot.ImagemapActionBuilder.html","label":"LINE\\LINEBot\\ImagemapActionBuilder"},{"file":"interface-LINE.LINEBot.MessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder"},{"file":"interface-LINE.LINEBot.TemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder"},{"file":"interface-LINE.LINEBot.MessageBuilder.TemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder"},{"file":"interface-LINE.LINEBot.HTTPClient.html","label":"LINE\\LINEBot\\HTTPClient"},{"file":"interface-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder"},{"file":"interface-LINE.LINEBot.MessageBuilder.Flex.ContainerBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ContainerBuilder"}];
+ApiGen.elements = [{"file":"namespace-LINE.html","label":"LINE"},{"file":"namespace-LINE.LINEBot.html","label":"LINE\\LINEBot"},{"file":"namespace-LINE.LINEBot.Constant.html","label":"LINE\\LINEBot\\Constant"},{"file":"namespace-LINE.LINEBot.Constant.Flex.html","label":"LINE\\LINEBot\\Constant\\Flex"},{"file":"namespace-LINE.LINEBot.Event.html","label":"LINE\\LINEBot\\Event"},{"file":"namespace-LINE.LINEBot.Event.MessageEvent.html","label":"LINE\\LINEBot\\Event\\MessageEvent"},{"file":"namespace-LINE.LINEBot.Event.Parser.html","label":"LINE\\LINEBot\\Event\\Parser"},{"file":"namespace-LINE.LINEBot.Event.Things.html","label":"LINE\\LINEBot\\Event\\Things"},{"file":"namespace-LINE.LINEBot.Exception.html","label":"LINE\\LINEBot\\Exception"},{"file":"namespace-LINE.LINEBot.HTTPClient.html","label":"LINE\\LINEBot\\HTTPClient"},{"file":"namespace-LINE.LINEBot.ImagemapActionBuilder.html","label":"LINE\\LINEBot\\ImagemapActionBuilder"},{"file":"namespace-LINE.LINEBot.MessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder"},{"file":"namespace-LINE.LINEBot.MessageBuilder.Flex.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex"},{"file":"namespace-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder"},{"file":"namespace-LINE.LINEBot.MessageBuilder.Flex.ContainerBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ContainerBuilder"},{"file":"namespace-LINE.LINEBot.MessageBuilder.Imagemap.html","label":"LINE\\LINEBot\\MessageBuilder\\Imagemap"},{"file":"namespace-LINE.LINEBot.MessageBuilder.TemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder"},{"file":"namespace-LINE.LINEBot.MessageBuilder.Text.html","label":"LINE\\LINEBot\\MessageBuilder\\Text"},{"file":"namespace-LINE.LINEBot.Narrowcast.DemographicFilter.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter"},{"file":"namespace-LINE.LINEBot.Narrowcast.Recipient.html","label":"LINE\\LINEBot\\Narrowcast\\Recipient"},{"file":"namespace-LINE.LINEBot.QuickReplyBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder"},{"file":"namespace-LINE.LINEBot.QuickReplyBuilder.ButtonBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder\\ButtonBuilder"},{"file":"namespace-LINE.LINEBot.RichMenuBuilder.html","label":"LINE\\LINEBot\\RichMenuBuilder"},{"file":"namespace-LINE.LINEBot.SenderBuilder.html","label":"LINE\\LINEBot\\SenderBuilder"},{"file":"namespace-LINE.LINEBot.TemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder"},{"file":"namespace-LINE.LINEBot.TemplateActionBuilder.Uri.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\Uri"},{"file":"namespace-LINE.LINEBot.Util.html","label":"LINE\\LINEBot\\Util"},{"file":"namespace-none.html","label":"none"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.CameraRollTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\CameraRollTemplateActionBuilder"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.CameraTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\CameraTemplateActionBuilder"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.LocationTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\LocationTemplateActionBuilder"},{"file":"class-LINE.LINEBot.QuickReplyBuilder.ButtonBuilder.QuickReplyButtonBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder\\ButtonBuilder\\QuickReplyButtonBuilder"},{"file":"class-LINE.LINEBot.QuickReplyBuilder.QuickReplyMessageBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder\\QuickReplyMessageBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.AgeDemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\AgeDemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.SubscriptionPeriodDemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\SubscriptionPeriodDemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.AppTypeDemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\AppTypeDemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.AreaDemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\AreaDemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.GenderDemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\GenderDemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.DemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\DemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.Recipient.RecipientBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\Recipient\\RecipientBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.Recipient.AudienceRecipientBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\Recipient\\AudienceRecipientBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.Recipient.RedeliveryRecipientBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\Recipient\\RedeliveryRecipientBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.OneOfDemographicFilter.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\OneOfDemographicFilter"},{"file":"class-LINE.LINEBot.SenderBuilder.SenderMessageBuilder.html","label":"LINE\\LINEBot\\SenderBuilder\\SenderMessageBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.RangeDemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\RangeDemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.OperatorDemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\OperatorDemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.Recipient.OperatorRecipientBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\Recipient\\OperatorRecipientBuilder"},{"file":"class-LINE.LINEBot.Constant.Meta.html","label":"LINE\\LINEBot\\Constant\\Meta"},{"file":"class-LINE.LINEBot.Constant.HTTPHeader.html","label":"LINE\\LINEBot\\Constant\\HTTPHeader"},{"file":"class-LINE.LINEBot.Constant.EventSourceType.html","label":"LINE\\LINEBot\\Constant\\EventSourceType"},{"file":"class-LINE.LINEBot.Constant.TemplateType.html","label":"LINE\\LINEBot\\Constant\\TemplateType"},{"file":"class-LINE.LINEBot.Constant.ActionType.html","label":"LINE\\LINEBot\\Constant\\ActionType"},{"file":"class-LINE.LINEBot.Constant.MessageType.html","label":"LINE\\LINEBot\\Constant\\MessageType"},{"file":"class-LINE.LINEBot.Event.FollowEvent.html","label":"LINE\\LINEBot\\Event\\FollowEvent"},{"file":"class-LINE.LINEBot.Event.JoinEvent.html","label":"LINE\\LINEBot\\Event\\JoinEvent"},{"file":"class-LINE.LINEBot.Event.LeaveEvent.html","label":"LINE\\LINEBot\\Event\\LeaveEvent"},{"file":"class-LINE.LINEBot.Event.UnfollowEvent.html","label":"LINE\\LINEBot\\Event\\UnfollowEvent"},{"file":"class-LINE.LINEBot.SignatureValidator.html","label":"LINE\\LINEBot\\SignatureValidator"},{"file":"class-LINE.LINEBot.Event.MessageEvent.ImageMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\ImageMessage"},{"file":"class-LINE.LINEBot.MessageBuilder.MultiMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\MultiMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Imagemap.BaseSizeBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Imagemap\\BaseSizeBuilder"},{"file":"class-LINE.LINEBot.Event.PostbackEvent.html","label":"LINE\\LINEBot\\Event\\PostbackEvent"},{"file":"class-LINE.LINEBot.ImagemapActionBuilder.ImagemapUriActionBuilder.html","label":"LINE\\LINEBot\\ImagemapActionBuilder\\ImagemapUriActionBuilder"},{"file":"class-LINE.LINEBot.Event.MessageEvent.FileMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\FileMessage"},{"file":"class-LINE.LINEBot.ImagemapActionBuilder.ImagemapMessageActionBuilder.html","label":"LINE\\LINEBot\\ImagemapActionBuilder\\ImagemapMessageActionBuilder"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.MessageTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\MessageTemplateActionBuilder"},{"file":"class-LINE.LINEBot.Event.MessageEvent.AudioMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\AudioMessage"},{"file":"class-LINE.LINEBot.Event.MessageEvent.VideoMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\VideoMessage"},{"file":"class-LINE.LINEBot.Event.MessageEvent.html","label":"LINE\\LINEBot\\Event\\MessageEvent"},{"file":"class-LINE.LINEBot.Event.BeaconDetectionEvent.html","label":"LINE\\LINEBot\\Event\\BeaconDetectionEvent"},{"file":"class-LINE.LINEBot.ImagemapActionBuilder.AreaBuilder.html","label":"LINE\\LINEBot\\ImagemapActionBuilder\\AreaBuilder"},{"file":"class-LINE.LINEBot.RichMenuBuilder.RichMenuAreaBoundsBuilder.html","label":"LINE\\LINEBot\\RichMenuBuilder\\RichMenuAreaBoundsBuilder"},{"file":"class-LINE.LINEBot.Event.MessageEvent.StickerMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\StickerMessage"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.ImageCarouselColumnTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\ImageCarouselColumnTemplateBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.ImageCarouselTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\ImageCarouselTemplateBuilder"},{"file":"class-LINE.LINEBot.Event.MessageEvent.TextMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\TextMessage"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.PostbackTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\PostbackTemplateActionBuilder"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.UriTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\UriTemplateActionBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.ConfirmTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\ConfirmTemplateBuilder"},{"file":"class-LINE.LINEBot.Event.MessageEvent.LocationMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\LocationMessage"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.CarouselTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\CarouselTemplateBuilder"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.DatetimePickerTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\DatetimePickerTemplateActionBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.CarouselColumnTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\CarouselColumnTemplateBuilder"},{"file":"class-LINE.LINEBot.HTTPClient.Curl.html","label":"LINE\\LINEBot\\HTTPClient\\Curl"},{"file":"class-LINE.LINEBot.MessageBuilder.AudioMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\AudioMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.ImageMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\ImageMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.StickerMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\StickerMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.VideoMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\VideoMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.LocationMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\LocationMessageBuilder"},{"file":"class-LINE.LINEBot.Response.html","label":"LINE\\LINEBot\\Response"},{"file":"class-LINE.LINEBot.MessageBuilder.TextMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TextMessageBuilder"},{"file":"class-LINE.LINEBot.Event.Parser.EventRequestParser.html","label":"LINE\\LINEBot\\Event\\Parser\\EventRequestParser"},{"file":"class-LINE.LINEBot.MessageBuilder.ImagemapMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\ImagemapMessageBuilder"},{"file":"class-LINE.LINEBot.Event.BaseEvent.html","label":"LINE\\LINEBot\\Event\\BaseEvent"},{"file":"class-LINE.LINEBot.HTTPClient.CurlHTTPClient.html","label":"LINE\\LINEBot\\HTTPClient\\CurlHTTPClient"},{"file":"class-LINE.LINEBot.html","label":"LINE\\LINEBot"},{"file":"class-LINE.LINEBot.Event.UnknownEvent.html","label":"LINE\\LINEBot\\Event\\UnknownEvent"},{"file":"class-LINE.LINEBot.Event.MessageEvent.UnknownMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\UnknownMessage"},{"file":"class-LINE.LINEBot.RichMenuBuilder.RichMenuAreaBuilder.html","label":"LINE\\LINEBot\\RichMenuBuilder\\RichMenuAreaBuilder"},{"file":"class-LINE.LINEBot.RichMenuBuilder.RichMenuSizeBuilder.html","label":"LINE\\LINEBot\\RichMenuBuilder\\RichMenuSizeBuilder"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentButtonHeight.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentButtonHeight"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentFontWeight.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentFontWeight"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentImageAspectMode.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentImageAspectMode"},{"file":"class-LINE.LINEBot.Constant.Flex.ContainerDirection.html","label":"LINE\\LINEBot\\Constant\\Flex\\ContainerDirection"},{"file":"class-LINE.LINEBot.Constant.Flex.ContainerType.html","label":"LINE\\LINEBot\\Constant\\Flex\\ContainerType"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentAlign.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentAlign"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentButtonStyle.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentButtonStyle"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentGravity.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentGravity"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentIconAspectRatio.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentIconAspectRatio"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentLayout.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentLayout"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentSpaceSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentSpaceSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentMargin.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentMargin"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentSpacing.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentSpacing"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentType.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentType"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentFontSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentFontSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentIconSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentIconSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentImageSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentImageSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentImageAspectRatio.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentImageAspectRatio"},{"file":"class-LINE.LINEBot.MessageBuilder.RawMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\RawMessageBuilder"},{"file":"class-LINE.LINEBot.Util.BuildUtil.html","label":"LINE\\LINEBot\\Util\\BuildUtil"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.FillerComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\FillerComponentBuilder"},{"file":"class-LINE.LINEBot.RichMenuBuilder.html","label":"LINE\\LINEBot\\RichMenuBuilder"},{"file":"class-LINE.LINEBot.Event.AccountLinkEvent.html","label":"LINE\\LINEBot\\Event\\AccountLinkEvent"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.SpacerComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\SpacerComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ContainerBuilder.CarouselContainerBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ContainerBuilder\\CarouselContainerBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.SeparatorComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\SeparatorComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.BlockStyleBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\BlockStyleBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.BubbleStylesBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\BubbleStylesBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.FlexMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\FlexMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ContainerBuilder.BubbleContainerBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ContainerBuilder\\BubbleContainerBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.IconComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\IconComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.ButtonComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\ButtonComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.ImageComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\ImageComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.TextComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\TextComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.BoxComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\BoxComponentBuilder"},{"file":"class-LINE.LINEBot.Constant.MessageContentProviderType.html","label":"LINE\\LINEBot\\Constant\\MessageContentProviderType"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentPosition.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentPosition"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentTextStyle.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentTextStyle"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentTextDecoration.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentTextDecoration"},{"file":"class-LINE.LINEBot.Constant.Flex.BubleContainerSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\BubleContainerSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentBorderWidth.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentBorderWidth"},{"file":"class-LINE.LINEBot.Constant.StickerResourceType.html","label":"LINE\\LINEBot\\Constant\\StickerResourceType"},{"file":"class-LINE.LINEBot.Event.MemberJoinEvent.html","label":"LINE\\LINEBot\\Event\\MemberJoinEvent"},{"file":"class-LINE.LINEBot.Event.MemberLeaveEvent.html","label":"LINE\\LINEBot\\Event\\MemberLeaveEvent"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.Uri.AltUriBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\Uri\\AltUriBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Imagemap.ExternalLinkBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Imagemap\\ExternalLinkBuilder"},{"file":"class-LINE.LINEBot.Event.Things.ThingsResultAction.html","label":"LINE\\LINEBot\\Event\\Things\\ThingsResultAction"},{"file":"class-LINE.LINEBot.MessageBuilder.Imagemap.VideoBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Imagemap\\VideoBuilder"},{"file":"class-LINE.LINEBot.Event.ThingsEvent.html","label":"LINE\\LINEBot\\Event\\ThingsEvent"},{"file":"class-LINE.LINEBot.Event.MessageEvent.ContentProvider.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\ContentProvider"},{"file":"class-LINE.LINEBot.Event.Things.ThingsResult.html","label":"LINE\\LINEBot\\Event\\Things\\ThingsResult"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.SpanComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\SpanComponentBuilder"},{"file":"class-LINE.LINEBot.Event.UnsendEvent.html","label":"LINE\\LINEBot\\Event\\UnsendEvent"},{"file":"class-LINE.LINEBot.Event.VideoPlayCompleteEvent.html","label":"LINE\\LINEBot\\Event\\VideoPlayCompleteEvent"},{"file":"class-LINE.LINEBot.MessageBuilder.Text.EmojiBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Text\\EmojiBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Text.EmojiTextBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Text\\EmojiTextBuilder"},{"file":"class-LINE.LINEBot.Event.MessageEvent.EmojiInfo.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\EmojiInfo"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.ButtonTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\ButtonTemplateBuilder"},{"file":"interface-Throwable.html","label":"Throwable"},{"file":"interface-LINE.LINEBot.QuickReplyBuilder.QuickReplyButtonBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder\\QuickReplyButtonBuilder"},{"file":"interface-LINE.LINEBot.QuickReplyBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder"},{"file":"interface-LINE.LINEBot.SenderBuilder.SenderBuilder.html","label":"LINE\\LINEBot\\SenderBuilder\\SenderBuilder"},{"file":"interface-LINE.LINEBot.ImagemapActionBuilder.html","label":"LINE\\LINEBot\\ImagemapActionBuilder"},{"file":"interface-LINE.LINEBot.MessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder"},{"file":"interface-LINE.LINEBot.TemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder"},{"file":"interface-LINE.LINEBot.MessageBuilder.TemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder"},{"file":"interface-LINE.LINEBot.HTTPClient.html","label":"LINE\\LINEBot\\HTTPClient"},{"file":"interface-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder"},{"file":"interface-LINE.LINEBot.MessageBuilder.Flex.ContainerBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ContainerBuilder"}];
diff --git a/docs/namespace-LINE.LINEBot.Event.html b/docs/namespace-LINE.LINEBot.Event.html
index efc82516..3c487aa2 100644
--- a/docs/namespace-LINE.LINEBot.Event.html
+++ b/docs/namespace-LINE.LINEBot.Event.html
@@ -198,6 +198,16 @@ LINE\LINEBot\Event
|
A class that represents the event of postback. |
+
+
+
+ VideoPlayCompleteEvent
+
+ |
+ A class that represents the video play complete event.
+
+If the event is not supported by this SDK, the event will be instantiate to this. |
+
@@ -216,6 +226,16 @@ LINE\LINEBot\Event
|
A class that represents the event of things event. |
+
+
+
+ UnsendEvent
+
+ |
+ A class that represents the unsend event.
+
+If the event is not supported by this SDK, the event will be instantiate to this. |
+
diff --git a/docs/namespace-LINE.LINEBot.Narrowcast.Recipient.html b/docs/namespace-LINE.LINEBot.Narrowcast.Recipient.html
index 0f4eee04..8e9dee0e 100644
--- a/docs/namespace-LINE.LINEBot.Narrowcast.Recipient.html
+++ b/docs/namespace-LINE.LINEBot.Narrowcast.Recipient.html
@@ -110,6 +110,14 @@ LINE\LINEBot\Narrowcast\Recipient
|
A builder class for operator recipient |
+
+
+
+ RedeliveryRecipientBuilder
+
+ |
+ A builder class for redelivery recipient |
+
diff --git a/docs/source-class-LINE.LINEBot.Constant.Meta.html b/docs/source-class-LINE.LINEBot.Constant.Meta.html
index 3d862a7d..5ea339c9 100644
--- a/docs/source-class-LINE.LINEBot.Constant.Meta.html
+++ b/docs/source-class-LINE.LINEBot.Constant.Meta.html
@@ -79,7 +79,7 @@
class Meta
{
- const VERSION = '4.5.0';
+ const VERSION = '4.6.0';
}
diff --git a/docs/source-class-LINE.LINEBot.Event.Parser.EventRequestParser.html b/docs/source-class-LINE.LINEBot.Event.Parser.EventRequestParser.html
index 6d76a3b1..49b2f14b 100644
--- a/docs/source-class-LINE.LINEBot.Event.Parser.EventRequestParser.html
+++ b/docs/source-class-LINE.LINEBot.Event.Parser.EventRequestParser.html
@@ -56,7 +56,7 @@
- 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125:
+ 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: 126: 127:
<?php
{
private static $eventType2class = [
'message' => 'LINE\LINEBot\Event\MessageEvent',
- 'follow' => 'LINE\LINEBot\Event\FollowEvent',
- 'unfollow' => 'LINE\LINEBot\Event\UnfollowEvent',
- 'join' => 'LINE\LINEBot\Event\JoinEvent',
- 'leave' => 'LINE\LINEBot\Event\LeaveEvent',
- 'postback' => 'LINE\LINEBot\Event\PostbackEvent',
- 'beacon' => 'LINE\LINEBot\Event\BeaconDetectionEvent',
- 'accountLink' => 'LINE\LINEBot\Event\AccountLinkEvent',
- 'memberJoined' => 'LINE\LINEBot\Event\MemberJoinEvent',
- 'memberLeft' => 'LINE\LINEBot\Event\MemberLeaveEvent',
- 'things' => 'LINE\LINEBot\Event\ThingsEvent',
- ];
-
- private static $messageType2class = [
- 'text' => 'LINE\LINEBot\Event\MessageEvent\TextMessage',
- 'image' => 'LINE\LINEBot\Event\MessageEvent\ImageMessage',
- 'video' => 'LINE\LINEBot\Event\MessageEvent\VideoMessage',
- 'audio' => 'LINE\LINEBot\Event\MessageEvent\AudioMessage',
- 'file' => 'LINE\LINEBot\Event\MessageEvent\FileMessage',
- 'location' => 'LINE\LINEBot\Event\MessageEvent\LocationMessage',
- 'sticker' => 'LINE\LINEBot\Event\MessageEvent\StickerMessage',
- ];
-
-
- public static function parseEventRequest($body, $channelSecret, $signature, $eventsOnly = true)
- {
- if (!isset($signature)) {
- throw new InvalidSignatureException('Request does not contain signature');
- }
-
- if (!SignatureValidator::validateSignature($body, $channelSecret, $signature)) {
- throw new InvalidSignatureException('Invalid signature has given');
- }
-
- $events = [];
+ 'unsend' => 'LINE\LINEBot\Event\UnsendEvent',
+ 'follow' => 'LINE\LINEBot\Event\FollowEvent',
+ 'unfollow' => 'LINE\LINEBot\Event\UnfollowEvent',
+ 'join' => 'LINE\LINEBot\Event\JoinEvent',
+ 'leave' => 'LINE\LINEBot\Event\LeaveEvent',
+ 'postback' => 'LINE\LINEBot\Event\PostbackEvent',
+ 'videoPlayComplete' => 'LINE\LINEBot\Event\VideoPlayCompleteEvent',
+ 'beacon' => 'LINE\LINEBot\Event\BeaconDetectionEvent',
+ 'accountLink' => 'LINE\LINEBot\Event\AccountLinkEvent',
+ 'memberJoined' => 'LINE\LINEBot\Event\MemberJoinEvent',
+ 'memberLeft' => 'LINE\LINEBot\Event\MemberLeaveEvent',
+ 'things' => 'LINE\LINEBot\Event\ThingsEvent',
+ ];
+
+ private static $messageType2class = [
+ 'text' => 'LINE\LINEBot\Event\MessageEvent\TextMessage',
+ 'image' => 'LINE\LINEBot\Event\MessageEvent\ImageMessage',
+ 'video' => 'LINE\LINEBot\Event\MessageEvent\VideoMessage',
+ 'audio' => 'LINE\LINEBot\Event\MessageEvent\AudioMessage',
+ 'file' => 'LINE\LINEBot\Event\MessageEvent\FileMessage',
+ 'location' => 'LINE\LINEBot\Event\MessageEvent\LocationMessage',
+ 'sticker' => 'LINE\LINEBot\Event\MessageEvent\StickerMessage',
+ ];
+
+
+ public static function parseEventRequest($body, $channelSecret, $signature, $eventsOnly = true)
+ {
+ if (!isset($signature)) {
+ throw new InvalidSignatureException('Request does not contain signature');
+ }
+
+ if (!SignatureValidator::validateSignature($body, $channelSecret, $signature)) {
+ throw new InvalidSignatureException('Invalid signature has given');
+ }
- $parsedReq = json_decode($body, true);
- if (!isset($parsedReq['events'])) {
- throw new InvalidEventRequestException();
- }
-
- foreach ($parsedReq['events'] as $eventData) {
- $eventType = $eventData['type'];
-
- if (!isset(self::$eventType2class[$eventType])) {
-
- $events[] = new UnknownEvent($eventData);
- continue;
- }
-
- $eventClass = self::$eventType2class[$eventType];
+ $events = [];
+
+ $parsedReq = json_decode($body, true);
+ if (!isset($parsedReq['events'])) {
+ throw new InvalidEventRequestException();
+ }
+
+ foreach ($parsedReq['events'] as $eventData) {
+ $eventType = $eventData['type'];
+
+ if (!isset(self::$eventType2class[$eventType])) {
+
+ $events[] = new UnknownEvent($eventData);
+ continue;
+ }
- if ($eventType === 'message') {
- $events[] = self::parseMessageEvent($eventData);
- continue;
- }
-
- $events[] = new $eventClass($eventData);
- }
-
- if ($eventsOnly) {
- return $events;
- }
-
- $parsedReq = json_decode($body, true);
- if (!isset($parsedReq['destination'])) {
- throw new InvalidEventRequestException();
- }
-
- return [$parsedReq['destination'], $events];
- }
-
-
- private static function parseMessageEvent($eventData)
- {
- $messageType = $eventData['message']['type'];
- if (!isset(self::$messageType2class[$messageType])) {
- return new UnknownMessage($eventData);
- }
-
- $messageClass = self::$messageType2class[$messageType];
- return new $messageClass($eventData);
- }
-}
-
+ $eventClass = self::$eventType2class[$eventType];
+
+ if ($eventType === 'message') {
+ $events[] = self::parseMessageEvent($eventData);
+ continue;
+ }
+
+ $events[] = new $eventClass($eventData);
+ }
+
+ if ($eventsOnly) {
+ return $events;
+ }
+
+ $parsedReq = json_decode($body, true);
+ if (!isset($parsedReq['destination'])) {
+ throw new InvalidEventRequestException();
+ }
+
+ return [$parsedReq['destination'], $events];
+ }
+
+
+ private static function parseMessageEvent($eventData)
+ {
+ $messageType = $eventData['message']['type'];
+ if (!isset(self::$messageType2class[$messageType])) {
+ return new UnknownMessage($eventData);
+ }
+
+ $messageClass = self::$messageType2class[$messageType];
+ return new $messageClass($eventData);
+ }
+}
+
| | | | | | | | | | | | | | | | | | | |