Documentation - v0.30.0
Preparing search index...
@mtcute/bun
methods
JoinChatResult
Type Alias JoinChatResult
JoinChatResult
:
|
{
chat
:
Chat
;
status
:
"ok"
}
|
{
status
:
"request_sent"
}
|
{
bot
:
User
;
status
:
"webview"
;
webview
:
tl.TypeWebViewResult
}
Result of
joinChat
status: 'ok'
- the chat was joined successfully
status: 'request_sent'
- a join request was sent and needs to be approved by the chat admin
status: 'webview'
- a guard bot requested you to open a webview before joining the chat
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.30.0
Loading...
Result of joinChat
status: 'ok'- the chat was joined successfullystatus: 'request_sent'- a join request was sent and needs to be approved by the chat adminstatus: 'webview'- a guard bot requested you to open a webview before joining the chat