Skip to content

@line/bot-sdk


@line/bot-sdk / URIAction

Type Alias: URIAction

URIAction = object

Defined in: lib/types.ts:2122

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:2129


type

type: "uri"

Defined in: lib/types.ts:2123


uri

uri: string

Defined in: lib/types.ts:2128

URI opened when the action is performed (Max: 1000 characters). Must start with http, https, or tel.