Skip to content

@line/bot-sdkDocs


@line/bot-sdk / URIAction

Type Alias: URIAction

URIAction: object

When a control associated with this action is tapped, the URI specified in the uri property is opened.

Type declaration

altUri?

optional altUri: AltURI

type

type: "uri"

uri

uri: string

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

Defined in

lib/types.ts:2229