Appearance
@line/bot-sdk / URIAction
Type Alias: URIAction
URIAction =
object
Defined in: lib/types.ts:2130
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:2137
type
type:
"uri"
Defined in: lib/types.ts:2131
uri
uri:
string
Defined in: lib/types.ts:2136
URI opened when the action is performed (Max: 1000 characters). Must start with http
, https
, or tel
.