toggle menu
Simple Robot 组件 | Telegram
0.0.12
common
switch theme
search in API
simbot-component-telegram-api
/
love.forte.simbot.telegram.api
/
TelegramApiResultNotOkException
Telegram
Api
Result
Not
Ok
Exception
open
class
TelegramApiResultNotOkException
(
val
result
:
TelegramApiResult
<
*
>
,
message
:
String
?
=
"result: "
,
cause
:
Throwable
?
=
null
)
:
TelegramApiException
(
source
)
Members
Constructors
Telegram
Api
Result
Not
Ok
Exception
Link copied to clipboard
constructor
(
result
:
TelegramApiResult
<
*
>
,
message
:
String
?
=
"result: "
,
cause
:
Throwable
?
=
null
)
Properties
result
Link copied to clipboard
val
result
:
TelegramApiResult
<
*
>
Inherited properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?