toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.requests.send.abstracts
/
ReplyingMarkupSendMessageRequest
Replying
Markup
Send
Message
Request
interface
ReplyingMarkupSendMessageRequest
<
T
:
Any
>
:
SendMessageRequest
<
T
>
,
WithReplyMarkup
Inheritors
CopyMessage
SendContact
SendDice
SendLocation
SendTextMessage
SendVenue
SendAnimationData
SendAudioData
SendDocumentData
SendPhotoData
SendStickerByFileId
SendVideoData
SendVideoNoteData
SendVoiceData
SendPoll
Members
Properties
allow
Sending
Without
Reply
Link copied to clipboard
open
override
val
allowSendingWithoutReply
:
Boolean
?
chat
Id
Link copied to clipboard
abstract
override
val
chatId
:
ChatIdentifier
disable
Notification
Link copied to clipboard
abstract
val
disableNotification
:
Boolean
protect
Content
Link copied to clipboard
abstract
val
protectContent
:
Boolean
reply
Markup
Link copied to clipboard
abstract
val
replyMarkup
:
KeyboardMarkup
?
reply
Parameters
Link copied to clipboard
abstract
val
replyParameters
:
ReplyParameters
?
reply
To
Message
Id
Link copied to clipboard
open
override
val
replyToMessageId
:
MessageId
?
request
Serializer
Link copied to clipboard
abstract
val
requestSerializer
:
SerializationStrategy
<
*
>
result
Deserializer
Link copied to clipboard
abstract
val
resultDeserializer
:
DeserializationStrategy
<
T
>
thread
Id
Link copied to clipboard
abstract
val
threadId
:
MessageThreadId
?
Functions
method
Link copied to clipboard
abstract
fun
method
(
)
:
String