docs
5.2.0
common
docs
/
dev.inmo.tgbotapi.requests.send.abstracts
/
SizedSendMessageRequest
Sized
Send
Message
Request
interface
SizedSendMessageRequest
<
T
:
Any
>
:
SendMessageRequest
<
T
>
Functions
Properties
Inheritors
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
height
Link copied to clipboard
abstract
val
height
:
Int
?
protect
Content
Link copied to clipboard
abstract
val
protectContent
:
Boolean
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
?
width
Link copied to clipboard
abstract
val
width
:
Int
?
Inheritors
SendAnimationData
Link copied to clipboard
SendVideoData
Link copied to clipboard
SendVideoNoteData
Link copied to clipboard