diff --git a/docs/classes/LINE-Webhook-Model-AccountLinkEvent.html b/docs/classes/LINE-Webhook-Model-AccountLinkEvent.html index 52781d0d..e6695b5c 100644 --- a/docs/classes/LINE-Webhook-Model-AccountLinkEvent.html +++ b/docs/classes/LINE-Webhook-Model-AccountLinkEvent.html @@ -371,7 +371,7 @@
public
- getType() : string|null
+ getType() : string
public
- setType(string|null $type) : self
+ setType(string $type) : self
Type of the event
@@ -2165,7 +2165,7 @@
public
- getType() : string|null
+ getType() : string
public
- setType(string|null $type) : self
+ setType(string $type) : self
Type of the event
@@ -2073,7 +2073,7 @@
public
- getType() : string|null
+ getType() : string
public
- setType(string|null $type) : self
+ setType(string $type) : self
Mentioned target.
diff --git a/docs/classes/LINE-Webhook-Model-AttachedModuleContent.html b/docs/classes/LINE-Webhook-Model-AttachedModuleContent.html index 4e196537..60c63ccd 100644 --- a/docs/classes/LINE-Webhook-Model-AttachedModuleContent.html +++ b/docs/classes/LINE-Webhook-Model-AttachedModuleContent.html @@ -334,7 +334,7 @@
public
- getType() : string|null
+ getType() : string
public
- setType(string|null $type) : self
+ setType(string $type) : self
Type
diff --git a/docs/classes/LINE-Webhook-Model-AudioMessageContent.html b/docs/classes/LINE-Webhook-Model-AudioMessageContent.html index 165ffb10..91d7fc71 100644 --- a/docs/classes/LINE-Webhook-Model-AudioMessageContent.html +++ b/docs/classes/LINE-Webhook-Model-AudioMessageContent.html @@ -341,7 +341,7 @@
public
- getType() : string|null
+ getType() : string
public
- setType(string|null $type) : self
+ setType(string $type) : self
Type
diff --git a/docs/classes/LINE-Webhook-Model-BeaconEvent.html b/docs/classes/LINE-Webhook-Model-BeaconEvent.html index 9303d516..765bd2f4 100644 --- a/docs/classes/LINE-Webhook-Model-BeaconEvent.html +++ b/docs/classes/LINE-Webhook-Model-BeaconEvent.html @@ -371,7 +371,7 @@
public
- getType() : string|null
+ getType() : string
public
- setType(string|null $type) : self
+ setType(string $type) : self
Type of the event
@@ -2165,7 +2165,7 @@
public
- getType() : string|null
+ getType() : string
public
- setType(string|null $type) : self
+ setType(string $type) : self
Type of the event
@@ -1981,7 +1981,7 @@
public
- getType() : string|null
+ getType() : string
public
- setType(string|null $type) : self
+ setType(string $type) : self
Type of the event
@@ -1981,7 +1981,7 @@
public
- getDestination() : string|null
+ getDestination() : string
public
- getEvents() : array<string|int, Event>|null
+ getEvents() : array<string|int, Event>
public
- setDestination(string|null $destination) : self
+ setDestination(string $destination) : self
User ID of a bot that should receive webhook events. The user ID value is a string that matches the regular expression, U[0-9a-f]{32}
.
public
- setEvents(array<string|int, Event>|null $events) : self
+ setEvents(array<string|int, Event> $events) : self
Array of webhook event objects. The LINE Platform may send an empty array that doesn't include a webhook event object to confirm communication.
@@ -1674,7 +1674,7 @@
public
- getType() : string|null
+ getType() : string
public
- setType(string|null $type) : self
+ setType(string $type) : self
Type of the event
@@ -1981,7 +1981,7 @@
public
- getType() : string|null
+ getType() : string
public
- setType(string|null $type) : self
+ setType(string $type) : self
Type
diff --git a/docs/classes/LINE-Webhook-Model-Event.html b/docs/classes/LINE-Webhook-Model-Event.html index a5b6b830..baf4efd8 100644 --- a/docs/classes/LINE-Webhook-Model-Event.html +++ b/docs/classes/LINE-Webhook-Model-Event.html @@ -373,7 +373,7 @@
public
- getType() : string|null
+ getType() : string
public
- setType(string|null $type) : self
+ setType(string $type) : self
Type of the event
@@ -1997,7 +1997,7 @@
public
- getType() : string|null
+ getType() : string
public
- setType(string|null $type) : self
+ setType(string $type) : self
Type
diff --git a/docs/classes/LINE-Webhook-Model-FollowEvent.html b/docs/classes/LINE-Webhook-Model-FollowEvent.html index fcdbb56c..1efddbce 100644 --- a/docs/classes/LINE-Webhook-Model-FollowEvent.html +++ b/docs/classes/LINE-Webhook-Model-FollowEvent.html @@ -364,7 +364,7 @@
public
- getType() : string|null
+ getType() : string
public
- setType(string|null $type) : self
+ setType(string $type) : self
Type of the event
@@ -2073,7 +2073,7 @@
public
- getType() : string|null
+ getType() : string
public
- setType(string|null $type) : self
+ setType(string $type) : self
Type
diff --git a/docs/classes/LINE-Webhook-Model-ImageSet.html b/docs/classes/LINE-Webhook-Model-ImageSet.html index 03e3a688..49470195 100644 --- a/docs/classes/LINE-Webhook-Model-ImageSet.html +++ b/docs/classes/LINE-Webhook-Model-ImageSet.html @@ -322,7 +322,7 @@
public
- getId() : string|null
+ getId() : string
public
- setId(string|null $id) : self
+ setId(string $id) : self
Image set ID. Only included when multiple images are sent simultaneously.
@@ -1634,7 +1634,7 @@