Teleforge API Reference - v0.1.0
Preparing search index...
bot/src
CoordinatedFlowOptions
Interface CoordinatedFlowOptions
interface
CoordinatedFlowOptions
{
initialStep
:
string
;
userId
:
string
;
buttonText
?:
string
;
chatId
:
string
|
number
;
flowId
:
string
;
messageOptions
?:
Omit
<
ReplyOptions
,
"reply_markup"
>
;
payload
?:
Record
<
string
,
unknown
>
;
requestWriteAccess
?:
boolean
;
returnText
?:
string
;
secret
:
string
;
stayInChat
?:
boolean
;
stepId
?:
string
;
text
:
string
;
webAppUrl
:
string
;
}
Hierarchy (
View Summary
)
FlowInitOptions
CoordinatedFlowOptions
Index
Properties
initial
Step
user
Id
button
Text?
chat
Id
flow
Id
message
Options?
payload?
request
Write
Access?
return
Text?
secret
stay
In
Chat?
step
Id?
text
web
App
Url
Properties
initial
Step
initialStep
:
string
user
Id
userId
:
string
Optional
button
Text
buttonText
?:
string
chat
Id
chatId
:
string
|
number
flow
Id
flowId
:
string
Optional
message
Options
messageOptions
?:
Omit
<
ReplyOptions
,
"reply_markup"
>
Optional
payload
payload
?:
Record
<
string
,
unknown
>
Optional
request
Write
Access
requestWriteAccess
?:
boolean
Optional
return
Text
returnText
?:
string
secret
secret
:
string
Optional
stay
In
Chat
stayInChat
?:
boolean
Optional
step
Id
stepId
?:
string
text
text
:
string
web
App
Url
webAppUrl
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
initial
Step
user
Id
button
Text
chat
Id
flow
Id
message
Options
payload
request
Write
Access
return
Text
secret
stay
In
Chat
step
Id
text
web
App
Url
Teleforge API Reference - v0.1.0
Loading...