Appearance
@line/bot-sdk / URIAction
Type Alias: URIAction
URIAction =
object
Defined in: lib/types.ts:2229
When a control associated with this action is tapped, the URI specified in the uri
property is opened.
Properties
altUri?
optional
altUri:AltURI
Defined in: lib/types.ts:2236
type
type:
"uri"
Defined in: lib/types.ts:2230
uri
uri:
string
Defined in: lib/types.ts:2235
URI opened when the action is performed (Max: 1000 characters). Must start with http
, https
, or tel
.