Teleforge API Reference - v0.1.0
Preparing search index...
bot/src
MiniAppReturnData
Interface MiniAppReturnData
interface
MiniAppReturnData
{
data
:
Record
<
string
,
unknown
>
;
flowContext
:
string
;
result
:
"error"
|
"completed"
|
"cancelled"
;
returnMessage
?:
string
;
stateKey
:
string
;
type
:
"miniapp_return"
;
}
Index
Properties
data
flow
Context
result
return
Message?
state
Key
type
Properties
data
data
:
Record
<
string
,
unknown
>
flow
Context
flowContext
:
string
result
result
:
"error"
|
"completed"
|
"cancelled"
Optional
return
Message
returnMessage
?:
string
state
Key
stateKey
:
string
type
type
:
"miniapp_return"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
flow
Context
result
return
Message
state
Key
type
Teleforge API Reference - v0.1.0
Loading...