docs
common
docs
/
dev.inmo.tgbotapi.requests.send.abstracts
/
TextableSendMessageRequest
Textable
Send
Message
Request
common
interface
TextableSendMessageRequest
<
T
:
Any
>
:
SendMessageRequest
<
T
>
,
TextedOutput
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
entities
Link copied to clipboard
common
open
val
entities
:
List
<
TextSource
>
?
Content copied to clipboard
parseMode
Link copied to clipboard
common
abstract
val
parseMode
:
ParseMode
?
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
text
Link copied to clipboard
common
abstract
val
text
:
String
?
Content copied to clipboard
textSources
Link copied to clipboard
common
abstract
val
textSources
:
List
<
TextSource
>
?
Content copied to clipboard
Full list of
TextSource
s
Inheritors
SendTextMessage
Link copied to clipboard
SendAnimationData
Link copied to clipboard
SendAudioData
Link copied to clipboard
SendDocumentData
Link copied to clipboard
SendPhotoData
Link copied to clipboard
SendVideoData
Link copied to clipboard
SendVoiceData
Link copied to clipboard