diff --git a/docs/class-LINE.LINEBot.Constant.Meta.html b/docs/class-LINE.LINEBot.Constant.Meta.html index e1cd9dcd..761a66a2 100644 --- a/docs/class-LINE.LINEBot.Constant.Meta.html +++ b/docs/class-LINE.LINEBot.Constant.Meta.html @@ -125,7 +125,7 @@

Meta

# - '6.1.0' + '6.2.0'
diff --git a/docs/class-LINE.LINEBot.Event.MessageEvent.MentioneeInfo.html b/docs/class-LINE.LINEBot.Event.MessageEvent.MentioneeInfo.html new file mode 100644 index 00000000..8a48ea37 --- /dev/null +++ b/docs/class-LINE.LINEBot.Event.MessageEvent.MentioneeInfo.html @@ -0,0 +1,258 @@ + + + + + + + + + + + + + Class LINE\LINEBot\Event\MessageEvent\MentioneeInfo + + + + + + + +
+
+
+

MentioneeInfo

+ + + + + +
+ + + Open source code +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods Summary
+ + public + + + + +
+ # + __construct( array $mentioneeInfo ) + +
+ Mentionee Info Constructor + + + + + + + + +
+
+
+ + public + + + + +
+ # + getIndex( ) + +
+ Returns Index position of the user mention for a character. + + + + + + + + +
+
+
+ + public + + + + +
+ # + getLength( ) + +
+ Returns length of the text of the mentioned user. + + + + + + + + +
+
+
+ + public + + + + +
+ # + getUserId( ) + +
+ Returns User ID of the mentioned user. + + + + + + + + +
+
+
+ + + + + + + + +
+
+
+ + + + + + + + + + diff --git a/docs/class-LINE.LINEBot.Event.MessageEvent.TextMessage.html b/docs/class-LINE.LINEBot.Event.MessageEvent.TextMessage.html index 85a5e53c..d9a73e08 100644 --- a/docs/class-LINE.LINEBot.Event.MessageEvent.TextMessage.html +++ b/docs/class-LINE.LINEBot.Event.MessageEvent.TextMessage.html @@ -136,7 +136,7 @@

TextMessage

# - __construct( array $event ) + __construct( array $event )
TextMessage constructor. @@ -176,7 +176,7 @@

Overrides

# - getText( ) + getText( )
Returns text of the message. @@ -208,7 +208,7 @@

Overrides

# - getEmojis( ) + getEmojis( )
Returns emoji info list of the messages. @@ -220,6 +220,38 @@

Overrides

+
+
+ + + + + + + + + + public + + + + + + +
+ # + getMentionees( ) + +
+ Returns mentioned user info list of the messages. + + + + + + + +
diff --git a/docs/class-LINE.LINEBot.MessageBuilder.TemplateBuilder.CarouselColumnTemplateBuilder.html b/docs/class-LINE.LINEBot.MessageBuilder.TemplateBuilder.CarouselColumnTemplateBuilder.html index f22aa89a..68d4ba24 100644 --- a/docs/class-LINE.LINEBot.MessageBuilder.TemplateBuilder.CarouselColumnTemplateBuilder.html +++ b/docs/class-LINE.LINEBot.MessageBuilder.TemplateBuilder.CarouselColumnTemplateBuilder.html @@ -136,7 +136,7 @@

CarouselColumnTemplateBuilder

# - __construct( string $title , string $text , string $thumbnailImageUrl , array $actionBuilders , string|null $imageBackgroundColor = NULL ) + __construct( string $title , string $text , string $thumbnailImageUrl , array $actionBuilders , string|null $imageBackgroundColor = NULL, LINE\LINEBot\TemplateActionBuilder $defaultAction = NULL )
CarouselColumnTemplateBuilder constructor. @@ -168,7 +168,7 @@

CarouselColumnTemplateBuilder

# - buildTemplate( ) + buildTemplate( )
Builds column of carousel template structure. diff --git a/docs/class-LINE.LINEBot.html b/docs/class-LINE.LINEBot.html index 551e4640..fc7d57ab 100644 --- a/docs/class-LINE.LINEBot.html +++ b/docs/class-LINE.LINEBot.html @@ -2284,6 +2284,38 @@

see

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

see

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

see

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

see

# - testWebhookEndpoint( string $endpoint ) + testWebhookEndpoint( string $endpoint )
Checks if the configured webhook endpoint can receive a test webhook event diff --git a/docs/class-LINE.Laravel.LINEBotServiceProvider.html b/docs/class-LINE.Laravel.LINEBotServiceProvider.html index c1ee1f7e..dd4a7167 100644 --- a/docs/class-LINE.Laravel.LINEBotServiceProvider.html +++ b/docs/class-LINE.Laravel.LINEBotServiceProvider.html @@ -122,7 +122,7 @@

LINEBotServiceProvider

# - register( ) + register( )
Register bindings in the container. diff --git a/docs/classes.html b/docs/classes.html index da4611f6..d0ce83a1 100644 --- a/docs/classes.html +++ b/docs/classes.html @@ -498,6 +498,11 @@

Classes

LINE\LINEBot\Event\MessageEvent\EmojiInfo + + + LINE\LINEBot\Event\MessageEvent\MentioneeInfo + + LINE\LINEBot\Event\MessageEvent\ContentProvider diff --git a/docs/elementlist.js b/docs/elementlist.js index e73d6d2f..df6d493e 100644 --- a/docs/elementlist.js +++ b/docs/elementlist.js @@ -1,2 +1,2 @@ var ApiGen = ApiGen || {}; -ApiGen.elements = [{"file":"namespace-Illuminate.Support.html","label":"Illuminate\\Support"},{"file":"namespace-Illuminate.Support.Facades.html","label":"Illuminate\\Support\\Facades"},{"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-LINE.Laravel.html","label":"LINE\\Laravel"},{"file":"namespace-LINE.Laravel.Facade.html","label":"LINE\\Laravel\\Facade"},{"file":"namespace-none.html","label":"none"},{"file":"class-LINE.LINEBot.html","label":"LINE\\LINEBot"},{"file":"class-Illuminate.Support.ServiceProvider.html","label":"Illuminate\\Support\\ServiceProvider"},{"file":"class-LINE.LINEBot.Response.html","label":"LINE\\LINEBot\\Response"},{"file":"class-LINE.LINEBot.SignatureValidator.html","label":"LINE\\LINEBot\\SignatureValidator"},{"file":"class-LINE.LINEBot.RichMenuBuilder.html","label":"LINE\\LINEBot\\RichMenuBuilder"},{"file":"class-LINE.Laravel.LINEBotServiceProvider.html","label":"LINE\\Laravel\\LINEBotServiceProvider"},{"file":"class-Illuminate.Support.Facades.Facade.html","label":"Illuminate\\Support\\Facades\\Facade"},{"file":"class-LINE.LINEBot.Constant.ActionType.html","label":"LINE\\LINEBot\\Constant\\ActionType"},{"file":"class-LINE.LINEBot.Constant.EventSourceType.html","label":"LINE\\LINEBot\\Constant\\EventSourceType"},{"file":"class-LINE.LINEBot.Constant.HTTPHeader.html","label":"LINE\\LINEBot\\Constant\\HTTPHeader"},{"file":"class-LINE.LINEBot.Constant.MessageContentProviderType.html","label":"LINE\\LINEBot\\Constant\\MessageContentProviderType"},{"file":"class-LINE.LINEBot.Constant.MessageType.html","label":"LINE\\LINEBot\\Constant\\MessageType"},{"file":"class-LINE.LINEBot.Constant.Meta.html","label":"LINE\\LINEBot\\Constant\\Meta"},{"file":"class-LINE.LINEBot.Constant.StickerResourceType.html","label":"LINE\\LINEBot\\Constant\\StickerResourceType"},{"file":"class-LINE.LINEBot.Constant.TemplateType.html","label":"LINE\\LINEBot\\Constant\\TemplateType"},{"file":"class-LINE.LINEBot.Event.BeaconDetectionEvent.html","label":"LINE\\LINEBot\\Event\\BeaconDetectionEvent"},{"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.MemberJoinEvent.html","label":"LINE\\LINEBot\\Event\\MemberJoinEvent"},{"file":"class-LINE.LINEBot.Event.MemberLeaveEvent.html","label":"LINE\\LINEBot\\Event\\MemberLeaveEvent"},{"file":"class-LINE.LINEBot.Event.PostbackEvent.html","label":"LINE\\LINEBot\\Event\\PostbackEvent"},{"file":"class-LINE.LINEBot.Event.UnfollowEvent.html","label":"LINE\\LINEBot\\Event\\UnfollowEvent"},{"file":"class-LINE.LINEBot.Event.MessageEvent.html","label":"LINE\\LINEBot\\Event\\MessageEvent"},{"file":"class-LINE.LINEBot.Event.UnknownEvent.html","label":"LINE\\LINEBot\\Event\\UnknownEvent"},{"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.Event.AccountLinkEvent.html","label":"LINE\\LINEBot\\Event\\AccountLinkEvent"},{"file":"class-LINE.LINEBot.Event.ThingsEvent.html","label":"LINE\\LINEBot\\Event\\ThingsEvent"},{"file":"class-LINE.LINEBot.Event.BaseEvent.html","label":"LINE\\LINEBot\\Event\\BaseEvent"},{"file":"class-LINE.LINEBot.HTTPClient.Curl.html","label":"LINE\\LINEBot\\HTTPClient\\Curl"},{"file":"class-LINE.LINEBot.HTTPClient.CurlHTTPClient.html","label":"LINE\\LINEBot\\HTTPClient\\CurlHTTPClient"},{"file":"class-LINE.LINEBot.ImagemapActionBuilder.AreaBuilder.html","label":"LINE\\LINEBot\\ImagemapActionBuilder\\AreaBuilder"},{"file":"class-LINE.LINEBot.ImagemapActionBuilder.ImagemapMessageActionBuilder.html","label":"LINE\\LINEBot\\ImagemapActionBuilder\\ImagemapMessageActionBuilder"},{"file":"class-LINE.LINEBot.ImagemapActionBuilder.ImagemapUriActionBuilder.html","label":"LINE\\LINEBot\\ImagemapActionBuilder\\ImagemapUriActionBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.MultiMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\MultiMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.RawMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\RawMessageBuilder"},{"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.LocationMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\LocationMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.StickerMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\StickerMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.VideoMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\VideoMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TextMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TextMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.FlexMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\FlexMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.ImagemapMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\ImagemapMessageBuilder"},{"file":"class-LINE.LINEBot.QuickReplyBuilder.QuickReplyMessageBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder\\QuickReplyMessageBuilder"},{"file":"class-LINE.LINEBot.RichMenuBuilder.RichMenuAreaBoundsBuilder.html","label":"LINE\\LINEBot\\RichMenuBuilder\\RichMenuAreaBoundsBuilder"},{"file":"class-LINE.LINEBot.RichMenuBuilder.RichMenuSizeBuilder.html","label":"LINE\\LINEBot\\RichMenuBuilder\\RichMenuSizeBuilder"},{"file":"class-LINE.LINEBot.RichMenuBuilder.RichMenuAreaBuilder.html","label":"LINE\\LINEBot\\RichMenuBuilder\\RichMenuAreaBuilder"},{"file":"class-LINE.LINEBot.SenderBuilder.SenderMessageBuilder.html","label":"LINE\\LINEBot\\SenderBuilder\\SenderMessageBuilder"},{"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.TemplateActionBuilder.MessageTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\MessageTemplateActionBuilder"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.PostbackTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\PostbackTemplateActionBuilder"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.DatetimePickerTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\DatetimePickerTemplateActionBuilder"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.UriTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\UriTemplateActionBuilder"},{"file":"class-LINE.LINEBot.Util.BuildUtil.html","label":"LINE\\LINEBot\\Util\\BuildUtil"},{"file":"class-LINE.Laravel.Facade.LINEBot.html","label":"LINE\\Laravel\\Facade\\LINEBot"},{"file":"class-LINE.LINEBot.Constant.Flex.BubleContainerSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\BubleContainerSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentAdjustMode.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentAdjustMode"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentAlign.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentAlign"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentAlignItems.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentAlignItems"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentBackgroundType.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentBackgroundType"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentBorderWidth.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentBorderWidth"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentButtonHeight.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentButtonHeight"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentButtonStyle.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentButtonStyle"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentFontSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentFontSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentFontWeight.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentFontWeight"},{"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.ComponentIconSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentIconSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentImageAspectMode.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentImageAspectMode"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentImageAspectRatio.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentImageAspectRatio"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentImageSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentImageSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentJustifyContent.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentJustifyContent"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentLayout.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentLayout"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentMargin.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentMargin"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentPosition.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentPosition"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentSpaceSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentSpaceSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentSpacing.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentSpacing"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentTextDecoration.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentTextDecoration"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentTextStyle.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentTextStyle"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentType.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentType"},{"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.Event.MessageEvent.EmojiInfo.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\EmojiInfo"},{"file":"class-LINE.LINEBot.Event.MessageEvent.ContentProvider.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\ContentProvider"},{"file":"class-LINE.LINEBot.Event.MessageEvent.AudioMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\AudioMessage"},{"file":"class-LINE.LINEBot.Event.MessageEvent.FileMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\FileMessage"},{"file":"class-LINE.LINEBot.Event.MessageEvent.ImageMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\ImageMessage"},{"file":"class-LINE.LINEBot.Event.MessageEvent.LocationMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\LocationMessage"},{"file":"class-LINE.LINEBot.Event.MessageEvent.StickerMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\StickerMessage"},{"file":"class-LINE.LINEBot.Event.MessageEvent.TextMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\TextMessage"},{"file":"class-LINE.LINEBot.Event.MessageEvent.UnknownMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\UnknownMessage"},{"file":"class-LINE.LINEBot.Event.MessageEvent.VideoMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\VideoMessage"},{"file":"class-LINE.LINEBot.Event.Parser.EventRequestParser.html","label":"LINE\\LINEBot\\Event\\Parser\\EventRequestParser"},{"file":"class-LINE.LINEBot.Event.Things.ThingsResult.html","label":"LINE\\LINEBot\\Event\\Things\\ThingsResult"},{"file":"class-LINE.LINEBot.Event.Things.ThingsResultAction.html","label":"LINE\\LINEBot\\Event\\Things\\ThingsResultAction"},{"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.Imagemap.BaseSizeBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Imagemap\\BaseSizeBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Imagemap.ExternalLinkBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Imagemap\\ExternalLinkBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Imagemap.VideoBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Imagemap\\VideoBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.CarouselTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\CarouselTemplateBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.ImageCarouselTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\ImageCarouselTemplateBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.CarouselColumnTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\CarouselColumnTemplateBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.ImageCarouselColumnTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\ImageCarouselColumnTemplateBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.ConfirmTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\ConfirmTemplateBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.ButtonTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\ButtonTemplateBuilder"},{"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.Narrowcast.DemographicFilter.OperatorDemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\OperatorDemographicFilterBuilder"},{"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.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.DemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\DemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.OneOfDemographicFilter.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\OneOfDemographicFilter"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.RangeDemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\RangeDemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.Recipient.AudienceRecipientBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\Recipient\\AudienceRecipientBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.Recipient.OperatorRecipientBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\Recipient\\OperatorRecipientBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.Recipient.RedeliveryRecipientBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\Recipient\\RedeliveryRecipientBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.Recipient.RecipientBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\Recipient\\RecipientBuilder"},{"file":"class-LINE.LINEBot.QuickReplyBuilder.ButtonBuilder.QuickReplyButtonBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder\\ButtonBuilder\\QuickReplyButtonBuilder"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.Uri.AltUriBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\Uri\\AltUriBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.FillerComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\FillerComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.SeparatorComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\SeparatorComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.IconComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\IconComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.SpanComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\SpanComponentBuilder"},{"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.BoxComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\BoxComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.TextComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\TextComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ContainerBuilder.CarouselContainerBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ContainerBuilder\\CarouselContainerBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ContainerBuilder.BubbleContainerBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ContainerBuilder\\BubbleContainerBuilder"},{"file":"interface-Throwable.html","label":"Throwable"},{"file":"interface-LINE.LINEBot.QuickReplyBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder"},{"file":"interface-LINE.LINEBot.HTTPClient.html","label":"LINE\\LINEBot\\HTTPClient"},{"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.QuickReplyBuilder.QuickReplyButtonBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder\\QuickReplyButtonBuilder"},{"file":"interface-LINE.LINEBot.SenderBuilder.SenderBuilder.html","label":"LINE\\LINEBot\\SenderBuilder\\SenderBuilder"},{"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-Illuminate.Support.html","label":"Illuminate\\Support"},{"file":"namespace-Illuminate.Support.Facades.html","label":"Illuminate\\Support\\Facades"},{"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-LINE.Laravel.html","label":"LINE\\Laravel"},{"file":"namespace-LINE.Laravel.Facade.html","label":"LINE\\Laravel\\Facade"},{"file":"namespace-none.html","label":"none"},{"file":"class-LINE.LINEBot.html","label":"LINE\\LINEBot"},{"file":"class-Illuminate.Support.ServiceProvider.html","label":"Illuminate\\Support\\ServiceProvider"},{"file":"class-LINE.LINEBot.Response.html","label":"LINE\\LINEBot\\Response"},{"file":"class-LINE.LINEBot.SignatureValidator.html","label":"LINE\\LINEBot\\SignatureValidator"},{"file":"class-LINE.LINEBot.RichMenuBuilder.html","label":"LINE\\LINEBot\\RichMenuBuilder"},{"file":"class-LINE.Laravel.LINEBotServiceProvider.html","label":"LINE\\Laravel\\LINEBotServiceProvider"},{"file":"class-Illuminate.Support.Facades.Facade.html","label":"Illuminate\\Support\\Facades\\Facade"},{"file":"class-LINE.LINEBot.Constant.ActionType.html","label":"LINE\\LINEBot\\Constant\\ActionType"},{"file":"class-LINE.LINEBot.Constant.EventSourceType.html","label":"LINE\\LINEBot\\Constant\\EventSourceType"},{"file":"class-LINE.LINEBot.Constant.HTTPHeader.html","label":"LINE\\LINEBot\\Constant\\HTTPHeader"},{"file":"class-LINE.LINEBot.Constant.MessageContentProviderType.html","label":"LINE\\LINEBot\\Constant\\MessageContentProviderType"},{"file":"class-LINE.LINEBot.Constant.MessageType.html","label":"LINE\\LINEBot\\Constant\\MessageType"},{"file":"class-LINE.LINEBot.Constant.Meta.html","label":"LINE\\LINEBot\\Constant\\Meta"},{"file":"class-LINE.LINEBot.Constant.StickerResourceType.html","label":"LINE\\LINEBot\\Constant\\StickerResourceType"},{"file":"class-LINE.LINEBot.Constant.TemplateType.html","label":"LINE\\LINEBot\\Constant\\TemplateType"},{"file":"class-LINE.LINEBot.Event.BeaconDetectionEvent.html","label":"LINE\\LINEBot\\Event\\BeaconDetectionEvent"},{"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.MemberJoinEvent.html","label":"LINE\\LINEBot\\Event\\MemberJoinEvent"},{"file":"class-LINE.LINEBot.Event.MemberLeaveEvent.html","label":"LINE\\LINEBot\\Event\\MemberLeaveEvent"},{"file":"class-LINE.LINEBot.Event.PostbackEvent.html","label":"LINE\\LINEBot\\Event\\PostbackEvent"},{"file":"class-LINE.LINEBot.Event.UnfollowEvent.html","label":"LINE\\LINEBot\\Event\\UnfollowEvent"},{"file":"class-LINE.LINEBot.Event.MessageEvent.html","label":"LINE\\LINEBot\\Event\\MessageEvent"},{"file":"class-LINE.LINEBot.Event.UnknownEvent.html","label":"LINE\\LINEBot\\Event\\UnknownEvent"},{"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.Event.AccountLinkEvent.html","label":"LINE\\LINEBot\\Event\\AccountLinkEvent"},{"file":"class-LINE.LINEBot.Event.ThingsEvent.html","label":"LINE\\LINEBot\\Event\\ThingsEvent"},{"file":"class-LINE.LINEBot.Event.BaseEvent.html","label":"LINE\\LINEBot\\Event\\BaseEvent"},{"file":"class-LINE.LINEBot.HTTPClient.Curl.html","label":"LINE\\LINEBot\\HTTPClient\\Curl"},{"file":"class-LINE.LINEBot.HTTPClient.CurlHTTPClient.html","label":"LINE\\LINEBot\\HTTPClient\\CurlHTTPClient"},{"file":"class-LINE.LINEBot.ImagemapActionBuilder.AreaBuilder.html","label":"LINE\\LINEBot\\ImagemapActionBuilder\\AreaBuilder"},{"file":"class-LINE.LINEBot.ImagemapActionBuilder.ImagemapMessageActionBuilder.html","label":"LINE\\LINEBot\\ImagemapActionBuilder\\ImagemapMessageActionBuilder"},{"file":"class-LINE.LINEBot.ImagemapActionBuilder.ImagemapUriActionBuilder.html","label":"LINE\\LINEBot\\ImagemapActionBuilder\\ImagemapUriActionBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.MultiMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\MultiMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.RawMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\RawMessageBuilder"},{"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.LocationMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\LocationMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.StickerMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\StickerMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.VideoMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\VideoMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TextMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TextMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.FlexMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\FlexMessageBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.ImagemapMessageBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\ImagemapMessageBuilder"},{"file":"class-LINE.LINEBot.QuickReplyBuilder.QuickReplyMessageBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder\\QuickReplyMessageBuilder"},{"file":"class-LINE.LINEBot.RichMenuBuilder.RichMenuAreaBoundsBuilder.html","label":"LINE\\LINEBot\\RichMenuBuilder\\RichMenuAreaBoundsBuilder"},{"file":"class-LINE.LINEBot.RichMenuBuilder.RichMenuSizeBuilder.html","label":"LINE\\LINEBot\\RichMenuBuilder\\RichMenuSizeBuilder"},{"file":"class-LINE.LINEBot.RichMenuBuilder.RichMenuAreaBuilder.html","label":"LINE\\LINEBot\\RichMenuBuilder\\RichMenuAreaBuilder"},{"file":"class-LINE.LINEBot.SenderBuilder.SenderMessageBuilder.html","label":"LINE\\LINEBot\\SenderBuilder\\SenderMessageBuilder"},{"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.TemplateActionBuilder.MessageTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\MessageTemplateActionBuilder"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.PostbackTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\PostbackTemplateActionBuilder"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.DatetimePickerTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\DatetimePickerTemplateActionBuilder"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.UriTemplateActionBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\UriTemplateActionBuilder"},{"file":"class-LINE.LINEBot.Util.BuildUtil.html","label":"LINE\\LINEBot\\Util\\BuildUtil"},{"file":"class-LINE.Laravel.Facade.LINEBot.html","label":"LINE\\Laravel\\Facade\\LINEBot"},{"file":"class-LINE.LINEBot.Constant.Flex.BubleContainerSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\BubleContainerSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentAdjustMode.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentAdjustMode"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentAlign.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentAlign"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentAlignItems.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentAlignItems"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentBackgroundType.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentBackgroundType"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentBorderWidth.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentBorderWidth"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentButtonHeight.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentButtonHeight"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentButtonStyle.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentButtonStyle"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentFontSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentFontSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentFontWeight.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentFontWeight"},{"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.ComponentIconSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentIconSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentImageAspectMode.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentImageAspectMode"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentImageAspectRatio.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentImageAspectRatio"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentImageSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentImageSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentJustifyContent.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentJustifyContent"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentLayout.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentLayout"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentMargin.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentMargin"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentPosition.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentPosition"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentSpaceSize.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentSpaceSize"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentSpacing.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentSpacing"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentTextDecoration.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentTextDecoration"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentTextStyle.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentTextStyle"},{"file":"class-LINE.LINEBot.Constant.Flex.ComponentType.html","label":"LINE\\LINEBot\\Constant\\Flex\\ComponentType"},{"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.Event.MessageEvent.EmojiInfo.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\EmojiInfo"},{"file":"class-LINE.LINEBot.Event.MessageEvent.MentioneeInfo.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\MentioneeInfo"},{"file":"class-LINE.LINEBot.Event.MessageEvent.ContentProvider.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\ContentProvider"},{"file":"class-LINE.LINEBot.Event.MessageEvent.AudioMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\AudioMessage"},{"file":"class-LINE.LINEBot.Event.MessageEvent.FileMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\FileMessage"},{"file":"class-LINE.LINEBot.Event.MessageEvent.ImageMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\ImageMessage"},{"file":"class-LINE.LINEBot.Event.MessageEvent.LocationMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\LocationMessage"},{"file":"class-LINE.LINEBot.Event.MessageEvent.StickerMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\StickerMessage"},{"file":"class-LINE.LINEBot.Event.MessageEvent.TextMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\TextMessage"},{"file":"class-LINE.LINEBot.Event.MessageEvent.UnknownMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\UnknownMessage"},{"file":"class-LINE.LINEBot.Event.MessageEvent.VideoMessage.html","label":"LINE\\LINEBot\\Event\\MessageEvent\\VideoMessage"},{"file":"class-LINE.LINEBot.Event.Parser.EventRequestParser.html","label":"LINE\\LINEBot\\Event\\Parser\\EventRequestParser"},{"file":"class-LINE.LINEBot.Event.Things.ThingsResult.html","label":"LINE\\LINEBot\\Event\\Things\\ThingsResult"},{"file":"class-LINE.LINEBot.Event.Things.ThingsResultAction.html","label":"LINE\\LINEBot\\Event\\Things\\ThingsResultAction"},{"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.Imagemap.BaseSizeBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Imagemap\\BaseSizeBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Imagemap.ExternalLinkBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Imagemap\\ExternalLinkBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Imagemap.VideoBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Imagemap\\VideoBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.CarouselTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\CarouselTemplateBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.ImageCarouselTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\ImageCarouselTemplateBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.CarouselColumnTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\CarouselColumnTemplateBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.ImageCarouselColumnTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\ImageCarouselColumnTemplateBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.ConfirmTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\ConfirmTemplateBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.TemplateBuilder.ButtonTemplateBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\TemplateBuilder\\ButtonTemplateBuilder"},{"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.Narrowcast.DemographicFilter.OperatorDemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\OperatorDemographicFilterBuilder"},{"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.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.DemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\DemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.OneOfDemographicFilter.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\OneOfDemographicFilter"},{"file":"class-LINE.LINEBot.Narrowcast.DemographicFilter.RangeDemographicFilterBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\DemographicFilter\\RangeDemographicFilterBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.Recipient.AudienceRecipientBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\Recipient\\AudienceRecipientBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.Recipient.OperatorRecipientBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\Recipient\\OperatorRecipientBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.Recipient.RedeliveryRecipientBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\Recipient\\RedeliveryRecipientBuilder"},{"file":"class-LINE.LINEBot.Narrowcast.Recipient.RecipientBuilder.html","label":"LINE\\LINEBot\\Narrowcast\\Recipient\\RecipientBuilder"},{"file":"class-LINE.LINEBot.QuickReplyBuilder.ButtonBuilder.QuickReplyButtonBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder\\ButtonBuilder\\QuickReplyButtonBuilder"},{"file":"class-LINE.LINEBot.TemplateActionBuilder.Uri.AltUriBuilder.html","label":"LINE\\LINEBot\\TemplateActionBuilder\\Uri\\AltUriBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.FillerComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\FillerComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.SeparatorComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\SeparatorComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.IconComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\IconComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.SpanComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\SpanComponentBuilder"},{"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.BoxComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\BoxComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ComponentBuilder.TextComponentBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ComponentBuilder\\TextComponentBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ContainerBuilder.CarouselContainerBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ContainerBuilder\\CarouselContainerBuilder"},{"file":"class-LINE.LINEBot.MessageBuilder.Flex.ContainerBuilder.BubbleContainerBuilder.html","label":"LINE\\LINEBot\\MessageBuilder\\Flex\\ContainerBuilder\\BubbleContainerBuilder"},{"file":"interface-Throwable.html","label":"Throwable"},{"file":"interface-LINE.LINEBot.QuickReplyBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder"},{"file":"interface-LINE.LINEBot.HTTPClient.html","label":"LINE\\LINEBot\\HTTPClient"},{"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.QuickReplyBuilder.QuickReplyButtonBuilder.html","label":"LINE\\LINEBot\\QuickReplyBuilder\\QuickReplyButtonBuilder"},{"file":"interface-LINE.LINEBot.SenderBuilder.SenderBuilder.html","label":"LINE\\LINEBot\\SenderBuilder\\SenderBuilder"},{"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.MessageEvent.html b/docs/namespace-LINE.LINEBot.Event.MessageEvent.html index d0dbcb8c..b906c3c3 100644 --- a/docs/namespace-LINE.LINEBot.Event.MessageEvent.html +++ b/docs/namespace-LINE.LINEBot.Event.MessageEvent.html @@ -150,6 +150,14 @@

LINE\LINEBot\Event\MessageEvent

A class that represents the message event of audio. + + + + MentioneeInfo + + + + diff --git a/docs/source-class-LINE.LINEBot.Constant.Meta.html b/docs/source-class-LINE.LINEBot.Constant.Meta.html index 556e47ff..4bd5fcd7 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.1.0'; + const VERSION = '6.2.0'; }
diff --git a/docs/source-class-LINE.LINEBot.Event.MessageEvent.MentioneeInfo.html b/docs/source-class-LINE.LINEBot.Event.MessageEvent.MentioneeInfo.html new file mode 100644 index 00000000..4f579a94 --- /dev/null +++ b/docs/source-class-LINE.LINEBot.Event.MessageEvent.MentioneeInfo.html @@ -0,0 +1,150 @@ + + + + + + + + + + + + + Source file + + + + + + +
+
+
+
+
 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: 
+
<?php
+
+/**
+ * Copyright 2021 LINE Corporation
+ *
+ * LINE Corporation licenses this file to you under the Apache License,
+ * version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ */
+
+namespace LINE\LINEBot\Event\MessageEvent;
+
+class MentioneeInfo
+{
+    /** @var int */
+    private $index;
+    /** @var int */
+    private $length;
+    /** @var string */
+    private $userId;
+
+    /**
+     * Mentionee Info Constructor
+     *
+     * @param array $mentioneeInfo
+     */
+    public function __construct($mentioneeInfo)
+    {
+        $this->index = $mentioneeInfo['index'];
+        $this->length = $mentioneeInfo['length'];
+        if (isset($mentioneeInfo['userId'])) {
+            $this->userId = $mentioneeInfo['userId'];
+        }
+    }
+
+    /**
+     * Returns Index position of the user mention for a character.
+     *
+     * @return int
+     */
+    public function getIndex()
+    {
+        return $this->index;
+    }
+
+    /**
+     * Returns length of the text of the mentioned user.
+     *
+     * @return int
+     */
+    public function getLength()
+    {
+        return $this->length;
+    }
+
+    /**
+     * Returns User ID of the mentioned user.
+     *
+     * @return string|null
+     */
+    public function getUserId()
+    {
+        return $this->userId;
+    }
+}
+
+
+ +
+
+
+ + + + + + + + + + diff --git a/docs/source-class-LINE.LINEBot.Event.MessageEvent.TextMessage.html b/docs/source-class-LINE.LINEBot.Event.MessageEvent.TextMessage.html index 7d658313..5778fd23 100644 --- a/docs/source-class-LINE.LINEBot.Event.MessageEvent.TextMessage.html +++ b/docs/source-class-LINE.LINEBot.Event.MessageEvent.TextMessage.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: 
+
 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: 
<?php
 
 /**
@@ -94,41 +94,63 @@
     private $emojis;
 
     /**
-     * TextMessage constructor.
+     * mentioned user Info List
      *
-     * @param array $event
+     * @var array|null
      */
-    public function __construct($event)
-    {
-        parent::__construct($event);
-        if (isset($this->message['emojis'])) {
-            $this->emojis = array_map(function ($emojiInfo) {
-                return new EmojiInfo($emojiInfo);
-            }, $this->message['emojis']);
-        }
-    }
-
-    /**
-     * Returns text of the message.
-     *
-     * @return string
-     */
-    public function getText()
-    {
-        return $this->message['text'];
-    }
-
-    /**
-     * Returns emoji info list of the messages.
-     *
-     * @return array
-     */
-    public function getEmojis()
-    {
-        return $this->emojis;
-    }
-}
-
+ private $mentionees; + + /** + * TextMessage constructor. + * + * @param array $event + */ + public function __construct($event) + { + parent::__construct($event); + if (isset($this->message['emojis'])) { + $this->emojis = array_map(function ($emojiInfo) { + return new EmojiInfo($emojiInfo); + }, $this->message['emojis']); + } + if (isset($this->message['mention'])) { + $this->mentionees = array_map(function ($mentioneeInfo) { + return new MentioneeInfo($mentioneeInfo); + }, $this->message['mention']['mentionees']); + } + } + + /** + * Returns text of the message. + * + * @return string + */ + public function getText() + { + return $this->message['text']; + } + + /** + * Returns emoji info list of the messages. + * + * @return array + */ + public function getEmojis() + { + return $this->emojis; + } + + /** + * Returns mentioned user info list of the messages. + * + * @return array|null + */ + public function getMentionees() + { + return $this->mentionees; + } +} +