Teleforge API Reference - v0.1.0
Preparing search index...
core/src
FlowContext
Interface FlowContext
interface
FlowContext
{
flowId
:
string
;
originMessageId
?:
number
;
payload
:
Record
<
string
,
unknown
>
;
requestWriteAccess
?:
boolean
;
returnText
?:
string
;
stayInChat
?:
boolean
;
stepId
?:
string
;
[
key
:
string
]:
unknown
;
}
Hierarchy
Record
<
string
,
unknown
>
FlowContext
Indexable
[
key
:
string
]:
unknown
Index
Properties
flow
Id
origin
Message
Id?
payload
request
Write
Access?
return
Text?
stay
In
Chat?
step
Id?
Properties
flow
Id
flowId
:
string
Optional
origin
Message
Id
originMessageId
?:
number
payload
payload
:
Record
<
string
,
unknown
>
Optional
request
Write
Access
requestWriteAccess
?:
boolean
Optional
return
Text
returnText
?:
string
Optional
stay
In
Chat
stayInChat
?:
boolean
Optional
step
Id
stepId
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
flow
Id
origin
Message
Id
payload
request
Write
Access
return
Text
stay
In
Chat
step
Id
Teleforge API Reference - v0.1.0
Loading...