Documentation - v0.32.2
Preparing search index...
@mtcute/node
methods
ChatJoinRequestQueryAnswer
Type Alias ChatJoinRequestQueryAnswer
ChatJoinRequestQueryAnswer
:
|
{
action
:
"approve"
|
"decline"
|
"queue"
}
|
{
action
:
"webview"
;
url
:
string
}
Decision of a guard bot about a chat join request
approve
- allow the user to join the chat
decline
- decline the request
queue
- leave the request for chat admins to review
webview
- require the user to open the bot's mini app at
url
, after which the query should be answered again with the final decision
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.32.2
Loading...
Decision of a guard bot about a chat join request
approve- allow the user to join the chatdecline- decline the requestqueue- leave the request for chat admins to reviewwebview- require the user to open the bot's mini app aturl, after which the query should be answered again with the final decision