From ce72312d1e6f03e10d50662c340b487791f9638b Mon Sep 17 00:00:00 2001 From: moririnson Date: Thu, 11 Mar 2021 20:16:19 +0900 Subject: [PATCH] Release 6.3.0 --- docs/class-LINE.LINEBot.Constant.Meta.html | 2 +- ...s-LINE.LINEBot.Event.AccountLinkEvent.html | 3 +- docs/class-LINE.LINEBot.Event.BaseEvent.html | 32 + ...NE.LINEBot.Event.BeaconDetectionEvent.html | 3 +- .../class-LINE.LINEBot.Event.FollowEvent.html | 3 +- docs/class-LINE.LINEBot.Event.JoinEvent.html | 3 +- docs/class-LINE.LINEBot.Event.LeaveEvent.html | 3 +- ...ss-LINE.LINEBot.Event.MemberJoinEvent.html | 3 +- ...s-LINE.LINEBot.Event.MemberLeaveEvent.html | 3 +- ...NEBot.Event.MessageEvent.AudioMessage.html | 3 +- ...INEBot.Event.MessageEvent.FileMessage.html | 3 +- ...NEBot.Event.MessageEvent.ImageMessage.html | 3 +- ...ot.Event.MessageEvent.LocationMessage.html | 3 +- ...Bot.Event.MessageEvent.StickerMessage.html | 3 +- ...INEBot.Event.MessageEvent.TextMessage.html | 3 +- ...Bot.Event.MessageEvent.UnknownMessage.html | 3 +- ...NEBot.Event.MessageEvent.VideoMessage.html | 3 +- ...class-LINE.LINEBot.Event.MessageEvent.html | 3 +- ...lass-LINE.LINEBot.Event.PostbackEvent.html | 3 +- .../class-LINE.LINEBot.Event.ThingsEvent.html | 3 +- ...lass-LINE.LINEBot.Event.UnfollowEvent.html | 3 +- ...class-LINE.LINEBot.Event.UnknownEvent.html | 3 +- .../class-LINE.LINEBot.Event.UnsendEvent.html | 3 +- ....LINEBot.Event.VideoPlayCompleteEvent.html | 3 +- docs/class-LINE.LINEBot.html | 216 +- ...urce-class-LINE.LINEBot.Constant.Meta.html | 2 +- ...ce-class-LINE.LINEBot.Event.BaseEvent.html | 16 +- ....LINEBot.Event.MessageEvent.EmojiInfo.html | 2 +- docs/source-class-LINE.LINEBot.html | 2244 +++++++++-------- src/LINEBot/Constant/Meta.php | 2 +- 30 files changed, 1386 insertions(+), 1196 deletions(-) diff --git a/docs/class-LINE.LINEBot.Constant.Meta.html b/docs/class-LINE.LINEBot.Constant.Meta.html index 761a66a2..c6ac18ab 100644 --- a/docs/class-LINE.LINEBot.Constant.Meta.html +++ b/docs/class-LINE.LINEBot.Constant.Meta.html @@ -125,7 +125,7 @@

Meta

# - '6.2.0' + '6.3.0'
diff --git a/docs/class-LINE.LINEBot.Event.AccountLinkEvent.html b/docs/class-LINE.LINEBot.Event.AccountLinkEvent.html index 7aa16d6f..e716d3d4 100644 --- a/docs/class-LINE.LINEBot.Event.AccountLinkEvent.html +++ b/docs/class-LINE.LINEBot.Event.AccountLinkEvent.html @@ -322,7 +322,8 @@

see

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.BaseEvent.html b/docs/class-LINE.LINEBot.Event.BaseEvent.html index 34a89b9c..f7a1e23b 100644 --- a/docs/class-LINE.LINEBot.Event.BaseEvent.html +++ b/docs/class-LINE.LINEBot.Event.BaseEvent.html @@ -549,6 +549,38 @@

Known subclasses

+ + + + + + + + + + + + public + + + + + + +
+ # + getEvent( ) + +
+ Returns event + + + + + + + +
diff --git a/docs/class-LINE.LINEBot.Event.BeaconDetectionEvent.html b/docs/class-LINE.LINEBot.Event.BeaconDetectionEvent.html index 39200081..94fa5161 100644 --- a/docs/class-LINE.LINEBot.Event.BeaconDetectionEvent.html +++ b/docs/class-LINE.LINEBot.Event.BeaconDetectionEvent.html @@ -274,7 +274,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.FollowEvent.html b/docs/class-LINE.LINEBot.Event.FollowEvent.html index 978466f2..e06ebfca 100644 --- a/docs/class-LINE.LINEBot.Event.FollowEvent.html +++ b/docs/class-LINE.LINEBot.Event.FollowEvent.html @@ -178,7 +178,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.JoinEvent.html b/docs/class-LINE.LINEBot.Event.JoinEvent.html index faba666a..2ab40716 100644 --- a/docs/class-LINE.LINEBot.Event.JoinEvent.html +++ b/docs/class-LINE.LINEBot.Event.JoinEvent.html @@ -178,7 +178,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.LeaveEvent.html b/docs/class-LINE.LINEBot.Event.LeaveEvent.html index 69a403e4..faa22d95 100644 --- a/docs/class-LINE.LINEBot.Event.LeaveEvent.html +++ b/docs/class-LINE.LINEBot.Event.LeaveEvent.html @@ -178,7 +178,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.MemberJoinEvent.html b/docs/class-LINE.LINEBot.Event.MemberJoinEvent.html index 1531037f..636abb9e 100644 --- a/docs/class-LINE.LINEBot.Event.MemberJoinEvent.html +++ b/docs/class-LINE.LINEBot.Event.MemberJoinEvent.html @@ -210,7 +210,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.MemberLeaveEvent.html b/docs/class-LINE.LINEBot.Event.MemberLeaveEvent.html index e71d2662..9f003952 100644 --- a/docs/class-LINE.LINEBot.Event.MemberLeaveEvent.html +++ b/docs/class-LINE.LINEBot.Event.MemberLeaveEvent.html @@ -210,7 +210,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.MessageEvent.AudioMessage.html b/docs/class-LINE.LINEBot.Event.MessageEvent.AudioMessage.html index 95497d7b..0bc25927 100644 --- a/docs/class-LINE.LINEBot.Event.MessageEvent.AudioMessage.html +++ b/docs/class-LINE.LINEBot.Event.MessageEvent.AudioMessage.html @@ -260,7 +260,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.MessageEvent.FileMessage.html b/docs/class-LINE.LINEBot.Event.MessageEvent.FileMessage.html index 6b7295a7..b1dbf06b 100644 --- a/docs/class-LINE.LINEBot.Event.MessageEvent.FileMessage.html +++ b/docs/class-LINE.LINEBot.Event.MessageEvent.FileMessage.html @@ -260,7 +260,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.MessageEvent.ImageMessage.html b/docs/class-LINE.LINEBot.Event.MessageEvent.ImageMessage.html index 5040d53a..a4856c65 100644 --- a/docs/class-LINE.LINEBot.Event.MessageEvent.ImageMessage.html +++ b/docs/class-LINE.LINEBot.Event.MessageEvent.ImageMessage.html @@ -228,7 +228,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.MessageEvent.LocationMessage.html b/docs/class-LINE.LINEBot.Event.MessageEvent.LocationMessage.html index b7aeb911..701c2069 100644 --- a/docs/class-LINE.LINEBot.Event.MessageEvent.LocationMessage.html +++ b/docs/class-LINE.LINEBot.Event.MessageEvent.LocationMessage.html @@ -324,7 +324,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.MessageEvent.StickerMessage.html b/docs/class-LINE.LINEBot.Event.MessageEvent.StickerMessage.html index 32d186df..fae08cc9 100644 --- a/docs/class-LINE.LINEBot.Event.MessageEvent.StickerMessage.html +++ b/docs/class-LINE.LINEBot.Event.MessageEvent.StickerMessage.html @@ -329,7 +329,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.MessageEvent.TextMessage.html b/docs/class-LINE.LINEBot.Event.MessageEvent.TextMessage.html index d9a73e08..e7357660 100644 --- a/docs/class-LINE.LINEBot.Event.MessageEvent.TextMessage.html +++ b/docs/class-LINE.LINEBot.Event.MessageEvent.TextMessage.html @@ -292,7 +292,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.MessageEvent.UnknownMessage.html b/docs/class-LINE.LINEBot.Event.MessageEvent.UnknownMessage.html index 5d7c4d2f..b4c71d52 100644 --- a/docs/class-LINE.LINEBot.Event.MessageEvent.UnknownMessage.html +++ b/docs/class-LINE.LINEBot.Event.MessageEvent.UnknownMessage.html @@ -230,7 +230,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.MessageEvent.VideoMessage.html b/docs/class-LINE.LINEBot.Event.MessageEvent.VideoMessage.html index a5b15155..27093c00 100644 --- a/docs/class-LINE.LINEBot.Event.MessageEvent.VideoMessage.html +++ b/docs/class-LINE.LINEBot.Event.MessageEvent.VideoMessage.html @@ -260,7 +260,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.MessageEvent.html b/docs/class-LINE.LINEBot.Event.MessageEvent.html index 5f7610fc..7905d79d 100644 --- a/docs/class-LINE.LINEBot.Event.MessageEvent.html +++ b/docs/class-LINE.LINEBot.Event.MessageEvent.html @@ -255,7 +255,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.PostbackEvent.html b/docs/class-LINE.LINEBot.Event.PostbackEvent.html index ce2291ea..a4f30116 100644 --- a/docs/class-LINE.LINEBot.Event.PostbackEvent.html +++ b/docs/class-LINE.LINEBot.Event.PostbackEvent.html @@ -242,7 +242,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.ThingsEvent.html b/docs/class-LINE.LINEBot.Event.ThingsEvent.html index de974aa7..09252442 100644 --- a/docs/class-LINE.LINEBot.Event.ThingsEvent.html +++ b/docs/class-LINE.LINEBot.Event.ThingsEvent.html @@ -274,7 +274,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.UnfollowEvent.html b/docs/class-LINE.LINEBot.Event.UnfollowEvent.html index ef971a77..252abecb 100644 --- a/docs/class-LINE.LINEBot.Event.UnfollowEvent.html +++ b/docs/class-LINE.LINEBot.Event.UnfollowEvent.html @@ -178,7 +178,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.UnknownEvent.html b/docs/class-LINE.LINEBot.Event.UnknownEvent.html index 334cab37..8de0ca75 100644 --- a/docs/class-LINE.LINEBot.Event.UnknownEvent.html +++ b/docs/class-LINE.LINEBot.Event.UnknownEvent.html @@ -214,7 +214,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.UnsendEvent.html b/docs/class-LINE.LINEBot.Event.UnsendEvent.html index 69120314..7430e8d1 100644 --- a/docs/class-LINE.LINEBot.Event.UnsendEvent.html +++ b/docs/class-LINE.LINEBot.Event.UnsendEvent.html @@ -212,7 +212,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.Event.VideoPlayCompleteEvent.html b/docs/class-LINE.LINEBot.Event.VideoPlayCompleteEvent.html index ce5fd3a1..09df2e60 100644 --- a/docs/class-LINE.LINEBot.Event.VideoPlayCompleteEvent.html +++ b/docs/class-LINE.LINEBot.Event.VideoPlayCompleteEvent.html @@ -212,7 +212,8 @@

Overrides

getUserId(), getGroupId(), getRoomId(), - getEventSourceId() + getEventSourceId(), + getEvent() diff --git a/docs/class-LINE.LINEBot.html b/docs/class-LINE.LINEBot.html index fc7d57ab..890f8df4 100644 --- a/docs/class-LINE.LINEBot.html +++ b/docs/class-LINE.LINEBot.html @@ -191,6 +191,88 @@

LINEBot

+ + + + + + + + + + + + public + + + + + + +
+ # + getFollowerIds( string|null $start = NULL ) + +
+ Gets the list of User IDs of users who have added your LINE Official Account as a friend. + +These users' IDs won't be included in the obtained list of user IDs: +- Users who blocked the target LINE Official Account after adding it as a friend. +- Users who haven't consented to their profile information being obtained. + +This feature is only available for LINE@ Approved accounts or official accounts. + + + + + + + + +
+
+ + + + + + + + + + public + + + + + + +
+ # + getAllFollowerIds( ) + +
+ Gets the list of User IDs of users who have added your LINE Official Account as a friend. + +These users' IDs won't be included in the obtained list of user IDs: +- Users who blocked the target LINE Official Account after adding it as a friend. +- Users who haven't consented to their profile information being obtained. + +This method gets all of followers by calling getFollowerIds() continually using token + +This feature is only available for LINE@ Approved accounts or official accounts. + + + + + + +

see

+
+ LINE\LINEBot::getFollowerIds()
+
+ +
@@ -211,7 +293,7 @@

LINEBot

# - getMessageContent( string $messageId ) + getMessageContent( string $messageId )
Gets message content which is associated with specified message ID. @@ -243,7 +325,7 @@

LINEBot

# - getNumberOfLimitForAdditional( ) + getNumberOfLimitForAdditional( )
Gets the target limit for additional messages in the current month. @@ -275,7 +357,7 @@

LINEBot

# - getNumberOfSentThisMonth( ) + getNumberOfSentThisMonth( )
Gets the number of messages sent in the current month. @@ -307,7 +389,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. @@ -339,7 +421,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. @@ -381,7 +463,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. @@ -413,7 +495,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. @@ -445,7 +527,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. @@ -479,7 +561,7 @@

LINEBot

# - leaveGroup( string $groupId ) + leaveGroup( string $groupId )
Leaves from group. @@ -511,7 +593,7 @@

LINEBot

# - leaveRoom( string $roomId ) + leaveRoom( string $roomId )
Leaves from room. @@ -543,7 +625,7 @@

LINEBot

# - parseEventRequest( string $body , string $signature , bool $eventOnly = true ) + parseEventRequest( string $body , string $signature , bool $eventOnly = true )
Parse event request to Event objects. @@ -575,7 +657,7 @@

LINEBot

# - validateSignature( string $body , string $signature ) + validateSignature( string $body , string $signature )
Validate request with signature. @@ -607,7 +689,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. @@ -641,7 +723,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. @@ -675,7 +757,7 @@

LINEBot

# - getGroupMemberIds( string $groupId , string $start = NULL ) + getGroupMemberIds( string $groupId , string|null $start = NULL )
Gets the user IDs of the members of a group that the bot is in. @@ -711,7 +793,7 @@

LINEBot

# - getRoomMemberIds( string $roomId , string $start = NULL ) + getRoomMemberIds( string $roomId , string|null $start = NULL )
Gets the user IDs of the members of a room that the bot is in. @@ -747,7 +829,7 @@

LINEBot

# - getAllGroupMemberIds( string $groupId ) + getAllGroupMemberIds( string $groupId )
Gets the user IDs of the members of a group that the bot is in. @@ -788,7 +870,7 @@

see

# - getAllRoomMemberIds( string $roomId ) + getAllRoomMemberIds( string $roomId )
Gets the user IDs of the members of a room that the bot is in. @@ -829,7 +911,7 @@

see

# - getGroupSummary( string $groupId ) + getGroupSummary( string $groupId )
Get group summary @@ -863,7 +945,7 @@

see

# - getGroupMembersCount( string $groupId ) + getGroupMembersCount( string $groupId )
Gets the count of members in a group @@ -897,7 +979,7 @@

see

# - getRoomMembersCount( string $roomId ) + getRoomMembersCount( string $roomId )
Gets the count of members in a room @@ -931,7 +1013,7 @@

see

# - createLinkToken( string $userId ) + createLinkToken( string $userId )
Issues a link token used for the account link feature. @@ -963,7 +1045,7 @@

see

# - getRichMenu( string $richMenuId ) + getRichMenu( string $richMenuId )
Gets a rich menu via a rich menu ID. @@ -995,7 +1077,7 @@

see

# - createRichMenu( \RichMenuBuilder $richMenuBuilder ) + createRichMenu( \RichMenuBuilder $richMenuBuilder )
Creates a rich menu. @@ -1029,7 +1111,7 @@

see

# - deleteRichMenu( string $richMenuId ) + deleteRichMenu( string $richMenuId )
Deletes a rich menu. @@ -1061,7 +1143,7 @@

see

# - setDefaultRichMenuId( string $richMenuId ) + setDefaultRichMenuId( string $richMenuId )
Set the default rich menu. @@ -1093,7 +1175,7 @@

see

# - getDefaultRichMenuId( ) + getDefaultRichMenuId( )
Get the default rich menu ID. @@ -1125,7 +1207,7 @@

see

# - cancelDefaultRichMenuId( ) + cancelDefaultRichMenuId( )
Cancel the default rich menu. @@ -1157,7 +1239,7 @@

see

# - getRichMenuId( string $userId ) + getRichMenuId( string $userId )
Gets the ID of the rich menu linked to a user. @@ -1189,7 +1271,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. @@ -1221,7 +1303,7 @@

see

# - bulkLinkRichMenu( string[] $userIds , string $richMenuId ) + bulkLinkRichMenu( string[] $userIds , string $richMenuId )
Links a rich menu to multiple users. @@ -1253,7 +1335,7 @@

see

# - unlinkRichMenu( string $userId ) + unlinkRichMenu( string $userId )
Unlinks a rich menu from multiple user. @@ -1285,7 +1367,7 @@

see

# - bulkUnlinkRichMenu( string[] $userIds ) + bulkUnlinkRichMenu( string[] $userIds )
Unlinks rich menus from multiple users. @@ -1317,7 +1399,7 @@

see

# - downloadRichMenuImage( string $richMenuId ) + downloadRichMenuImage( string $richMenuId )
Downloads an image associated with a rich menu. @@ -1349,7 +1431,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. @@ -1386,7 +1468,7 @@

see

# - getRichMenuList( ) + getRichMenuList( )
Gets a list of all uploaded rich menus. @@ -1418,7 +1500,7 @@

see

# - getNumberOfSentReplyMessages( DateTime $datetime ) + getNumberOfSentReplyMessages( DateTime $datetime )
Get number of sent reply messages @@ -1450,7 +1532,7 @@

see

# - getNumberOfSentPushMessages( DateTime $datetime ) + getNumberOfSentPushMessages( DateTime $datetime )
Get number of sent push messages @@ -1482,7 +1564,7 @@

see

# - getNumberOfSentMulticastMessages( DateTime $datetime ) + getNumberOfSentMulticastMessages( DateTime $datetime )
Get number of sent multicast messages @@ -1514,7 +1596,7 @@

see

# - getNumberOfSentBroadcastMessages( DateTime $datetime ) + getNumberOfSentBroadcastMessages( DateTime $datetime )
Get number of sent broadcast messages @@ -1546,7 +1628,7 @@

see

# - getNumberOfMessageDeliveries( DateTime $datetime ) + getNumberOfMessageDeliveries( DateTime $datetime )
Get number of message deliveries @@ -1578,7 +1660,7 @@

see

# - getNumberOfFollowers( DateTime $datetime ) + getNumberOfFollowers( DateTime $datetime )
Get number of followers @@ -1610,7 +1692,7 @@

see

# - getFriendDemographics( ) + getFriendDemographics( )
Get friend demographics @@ -1646,7 +1728,7 @@

see

# - getUserInteractionStatistics( string $requestId ) + getUserInteractionStatistics( string $requestId )
Get user interaction statistics @@ -1682,7 +1764,7 @@

see

# - createChannelAccessToken( string $channelId ) + createChannelAccessToken( string $channelId )
Create channel access token @@ -1719,7 +1801,7 @@

see

# - revokeChannelAccessToken( string $channelAccessToken ) + revokeChannelAccessToken( string $channelAccessToken )
Revoke channel access token @@ -1753,7 +1835,7 @@

see

# - createChannelAccessToken21( string $jwt ) + createChannelAccessToken21( string $jwt )
Create channel access token v2.1 @@ -1792,7 +1874,7 @@

see

# - revokeChannelAccessToken21( string $channelId , string $channelSecret , string $channelAccessToken ) + revokeChannelAccessToken21( string $channelId , string $channelSecret , string $channelAccessToken )
Revoke channel access token v2.1 @@ -1824,7 +1906,7 @@

see

# - getChannelAccessToken21Keys( string $jwt ) + getChannelAccessToken21Keys( string $jwt )
Get all valid channel access token key IDs v2.1 @@ -1856,7 +1938,7 @@

see

# - sendNarrowcast( LINE\LINEBot\MessageBuilder $messageBuilder , LINE\LINEBot\Narrowcast\Recipient\RecipientBuilder $recipientBuilder = NULL, LINE\LINEBot\Narrowcast\DemographicFilter\DemographicFilterBuilder $demographicFilterBuilder = NULL, int|null $max = NULL, string|null $retryKey = NULL, $upToRemainingQuota = false ) + sendNarrowcast( LINE\LINEBot\MessageBuilder $messageBuilder , LINE\LINEBot\Narrowcast\Recipient\RecipientBuilder $recipientBuilder = NULL, LINE\LINEBot\Narrowcast\DemographicFilter\DemographicFilterBuilder $demographicFilterBuilder = NULL, int|null $max = NULL, string|null $retryKey = NULL, $upToRemainingQuota = false )
Send Narrowcast message. @@ -1888,7 +1970,7 @@

see

# - getNarrowcastProgress( string $requestId ) + getNarrowcastProgress( string $requestId )
Get Narrowcast message sending progress. @@ -1920,7 +2002,7 @@

see

# - createAudienceGroupForUploadingUserIds( string $description , array $audiences = array ( ), bool $isIfaAudience = false, string|null $uploadDescription = NULL ) + createAudienceGroupForUploadingUserIds( string $description , array $audiences = array ( ), bool $isIfaAudience = false, string|null $uploadDescription = NULL )
Create audience for uploading user IDs @@ -1952,7 +2034,7 @@

see

# - createAudienceGroupForUploadingUserIdsByFile( string $description , string $filePath , bool $isIfaAudience = false, string|null $uploadDescription = NULL ) + createAudienceGroupForUploadingUserIdsByFile( string $description , string $filePath , bool $isIfaAudience = false, string|null $uploadDescription = NULL )
Create audience for uploading user IDs (by file) @@ -1984,7 +2066,7 @@

see

# - updateAudienceGroupForUploadingUserIds( int $audienceGroupId , array $audiences , string|null $uploadDescription = NULL ) + updateAudienceGroupForUploadingUserIds( int $audienceGroupId , array $audiences , string|null $uploadDescription = NULL )
Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs @@ -2016,7 +2098,7 @@

see

# - updateAudienceGroupForUploadingUserIdsByFile( int $audienceGroupId , string $filePath , string|null $uploadDescription = NULL ) + 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) @@ -2048,7 +2130,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 @@ -2080,7 +2162,7 @@

see

# - createAudienceGroupForImpression( string $description , string $requestId ) + createAudienceGroupForImpression( string $description , string $requestId )
Create audience for impression-based retargeting @@ -2112,7 +2194,7 @@

see

# - renameAudience( int $audienceGroupId , string $description ) + renameAudience( int $audienceGroupId , string $description )
Rename an audience @@ -2144,7 +2226,7 @@

see

# - deleteAudience( int $audienceGroupId ) + deleteAudience( int $audienceGroupId )
Delete audience @@ -2176,7 +2258,7 @@

see

# - getAudience( int $audienceGroupId ) + getAudience( int $audienceGroupId )
Get audience @@ -2208,7 +2290,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 @@ -2240,7 +2322,7 @@

see

# - getAuthorityLevel( ) + getAuthorityLevel( )
Get the authority level of the audience @@ -2272,7 +2354,7 @@

see

# - updateAuthorityLevel( string $authorityLevel ) + updateAuthorityLevel( string $authorityLevel )
Change the authority level of the audience @@ -2304,7 +2386,7 @@

see

# - activateAudience( int $audienceGroupId ) + activateAudience( int $audienceGroupId )
Activate the audience @@ -2336,7 +2418,7 @@

see

# - getWebhookEndpointInfo( ) + getWebhookEndpointInfo( )
Get webhook endpoint information @@ -2368,7 +2450,7 @@

see

# - setWebhookEndpoint( string $endpoint ) + setWebhookEndpoint( string $endpoint )
Set webhook endpoint URL @@ -2400,7 +2482,7 @@

see

# - testWebhookEndpoint( string $endpoint ) + testWebhookEndpoint( string $endpoint )
Checks if the configured webhook endpoint can receive a test webhook event diff --git a/docs/source-class-LINE.LINEBot.Constant.Meta.html b/docs/source-class-LINE.LINEBot.Constant.Meta.html index 4bd5fcd7..32cfbcb5 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 = '6.2.0'; + const VERSION = '6.3.0'; }
diff --git a/docs/source-class-LINE.LINEBot.Event.BaseEvent.html b/docs/source-class-LINE.LINEBot.Event.BaseEvent.html index 71f48747..d11c12a0 100644 --- a/docs/source-class-LINE.LINEBot.Event.BaseEvent.html +++ b/docs/source-class-LINE.LINEBot.Event.BaseEvent.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: 126: 127: 128: 129: 130: 131: 132: 133: 134: 135: 136: 137: 138: 139: 140: 141: 142: 143: 144: 145: 146: 147: 148: 149: 150: 151: 152: 153: 154: 155: 156: 157: 158: 159: 160: 161: 162: 163: 164: 165: 166: 167: 168: 169: 170: 171: 172: 173: 174: 175: 176: 177: 178: 179: 180: 181: 182: 183: 184: 185: 186: 187: 188: 189: 190: 191: 192: 193: 194: 195: 196: 197: 198: 
+
  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: 128: 129: 130: 131: 132: 133: 134: 135: 136: 137: 138: 139: 140: 141: 142: 143: 144: 145: 146: 147: 148: 149: 150: 151: 152: 153: 154: 155: 156: 157: 158: 159: 160: 161: 162: 163: 164: 165: 166: 167: 168: 169: 170: 171: 172: 173: 174: 175: 176: 177: 178: 179: 180: 181: 182: 183: 184: 185: 186: 187: 188: 189: 190: 191: 192: 193: 194: 195: 196: 197: 198: 199: 200: 201: 202: 203: 204: 205: 206: 207: 208: 
<?php
 
 /**
@@ -253,8 +253,18 @@
         # Unknown event
         return null;
     }
-}
-
+ + /** + * Returns event + * + * @return array + */ + public function getEvent() + { + return $this->event; + } +} +