Авторизация
message {
authorization(onAlreadyAuthenticated = {
response {
text = "Already Authenticated"
}
}, onAuthorizationFailed = {
response {
text = "Authorization Failed"
}
})
}