docs
common
docs
/
dev.inmo.tgbotapi.requests.send.abstracts
/
SendChatMessageRequest
Send
Chat
Message
Request
common
interface
SendChatMessageRequest
<
T
:
Any
>
:
SimpleRequest
<
T
>
,
ChatRequest
Content copied to clipboard
Functions
Properties
Inheritors
Functions
method
Link copied to clipboard
common
abstract
fun
method
(
)
:
String
Content copied to clipboard
Properties
chatId
Link copied to clipboard
common
abstract
val
chatId
:
ChatIdentifier
Content copied to clipboard
requestSerializer
Link copied to clipboard
common
abstract
val
requestSerializer
:
SerializationStrategy
<
*
>
Content copied to clipboard
resultDeserializer
Link copied to clipboard
common
abstract
val
resultDeserializer
:
DeserializationStrategy
<
T
>
Content copied to clipboard
Inheritors
SendAction
Link copied to clipboard
SendMessageRequest
Link copied to clipboard