docs
common
docs
/
dev.inmo.tgbotapi.requests.send.abstracts
/
TitledSendMessageRequest
Titled
Send
Message
Request
common
interface
TitledSendMessageRequest
<
T
:
Any
>
:
SendMessageRequest
<
T
>
Content copied to clipboard
Functions
Properties
Inheritors
Functions
method
Link copied to clipboard
common
abstract
fun
method
(
)
:
String
Content copied to clipboard
Properties
allowSendingWithoutReply
Link copied to clipboard
common
abstract
val
allowSendingWithoutReply
:
Boolean
?
Content copied to clipboard
chatId
Link copied to clipboard
common
abstract
override
val
chatId
:
ChatIdentifier
Content copied to clipboard
disableNotification
Link copied to clipboard
common
abstract
val
disableNotification
:
Boolean
Content copied to clipboard
protectContent
Link copied to clipboard
common
abstract
val
protectContent
:
Boolean
Content copied to clipboard
replyToMessageId
Link copied to clipboard
common
abstract
val
replyToMessageId
:
MessageIdentifier
?
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
title
Link copied to clipboard
common
abstract
val
title
:
String
?
Content copied to clipboard
Inheritors
SendVenue
Link copied to clipboard
SendAudioData
Link copied to clipboard