toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.bot.exceptions
/
MessageIsNotModifiedException
Message
Is
Not
Modified
Exception
class
MessageIsNotModifiedException
(
val
response
:
Response
,
val
plainAnswer
:
String
,
message
:
String
?
,
cause
:
Throwable
?
)
:
RequestException
Members
Constructors
Message
Is
Not
Modified
Exception
Link copied to clipboard
constructor
(
response
:
Response
,
plainAnswer
:
String
,
message
:
String
?
,
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
plain
Answer
Link copied to clipboard
val
plainAnswer
:
String
response
Link copied to clipboard
val
response
:
Response
Functions
create
Copy
Link copied to clipboard
open
override
fun
createCopy
(
)
:
BotException