Teleforge API Reference - v0.1.0
Preparing search index...
core/src
MiniAppLinkFlowOptions
Interface MiniAppLinkFlowOptions
interface
MiniAppLinkFlowOptions
{
appName
?:
string
;
botUsername
?:
string
;
requestWriteAccess
?:
boolean
;
stayInChat
?:
boolean
;
webAppUrl
?:
string
;
flowId
:
string
;
originMessageId
?:
number
;
payload
?:
Record
<
string
,
unknown
>
;
returnText
?:
string
;
route
?:
string
;
secret
:
string
;
stateKey
?:
string
;
stepId
:
string
;
}
Hierarchy
MiniAppLinkBaseOptions
MiniAppLinkFlowOptions
Index
Properties
app
Name?
bot
Username?
request
Write
Access?
stay
In
Chat?
web
App
Url?
flow
Id
origin
Message
Id?
payload?
return
Text?
route?
secret
state
Key?
step
Id
Properties
Optional
app
Name
appName
?:
string
Optional
bot
Username
botUsername
?:
string
Optional
request
Write
Access
requestWriteAccess
?:
boolean
Optional
stay
In
Chat
stayInChat
?:
boolean
Optional
web
App
Url
webAppUrl
?:
string
flow
Id
flowId
:
string
Optional
origin
Message
Id
originMessageId
?:
number
Optional
payload
payload
?:
Record
<
string
,
unknown
>
Optional
return
Text
returnText
?:
string
Optional
route
route
?:
string
secret
secret
:
string
Optional
state
Key
stateKey
?:
string
step
Id
stepId
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
app
Name
bot
Username
request
Write
Access
stay
In
Chat
web
App
Url
flow
Id
origin
Message
Id
payload
return
Text
route
secret
state
Key
step
Id
Teleforge API Reference - v0.1.0
Loading...