toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.requests.send.abstracts
/
SendContentMessageRequest
Send
Content
Message
Request
interface
SendContentMessageRequest
<
T
:
Any
>
:
SendMessageRequest
<
T
>
,
OptionallyBusinessConnectionRequest
,
OptionallyWithEffectRequest
<
T
>
Inheritors
SendContact
SendDice
SendLocation
SendTextMessage
SendVenue
SendGame
SendAnimationData
SendAudioData
SendDocumentData
SendMediaGroupData
SendPhotoData
SendStickerByFileId
SendVideoData
SendVideoNoteData
SendVoiceData
SendPoll
Members
Properties
allow
Sending
Without
Reply
Link copied to clipboard
open
val
allowSendingWithoutReply
:
Boolean
?
business
Connection
Id
Link copied to clipboard
abstract
val
businessConnectionId
:
BusinessConnectionId
?
chat
Id
Link copied to clipboard
abstract
override
val
chatId
:
ChatIdentifier
disable
Notification
Link copied to clipboard
abstract
val
disableNotification
:
Boolean
effect
Id
Link copied to clipboard
abstract
val
effectId
:
EffectId
?
protect
Content
Link copied to clipboard
abstract
val
protectContent
:
Boolean
reply
Parameters
Link copied to clipboard
abstract
val
replyParameters
:
ReplyParameters
?
reply
To
Message
Id
Link copied to clipboard
open
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