TelegramBotAPI
common
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
Functions
method
Link copied to clipboard
abstract
fun
method
(
)
:
String
Properties
allow
Sending
Without
Reply
Link copied to clipboard
abstract
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
To
Message
Id
Link copied to clipboard
abstract
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
?