docs
3.0.2
common
docs
/
dev.inmo.tgbotapi.requests.send.abstracts
/
SizedSendMessageRequest
Sized
Send
Message
Request
common
interface
SizedSendMessageRequest
<
T
:
Any
>
:
SendMessageRequest
<
T
>
Content copied to clipboard
Functions
Properties
Inheritors
Functions
method
Link copied to clipboard
common
abstract
fun
method
(
)
:
String
Content copied to clipboard
Properties
allow
Sending
Without
Reply
Link copied to clipboard
common
abstract
val
allowSendingWithoutReply
:
Boolean
?
Content copied to clipboard
chat
Id
Link copied to clipboard
common
abstract
override
val
chatId
:
ChatIdentifier
Content copied to clipboard
disable
Notification
Link copied to clipboard
common
abstract
val
disableNotification
:
Boolean
Content copied to clipboard
height
Link copied to clipboard
common
abstract
val
height
:
Int
?
Content copied to clipboard
protect
Content
Link copied to clipboard
common
abstract
val
protectContent
:
Boolean
Content copied to clipboard
reply
To
Message
Id
Link copied to clipboard
common
abstract
val
replyToMessageId
:
MessageIdentifier
?
Content copied to clipboard
request
Serializer
Link copied to clipboard
common
abstract
val
requestSerializer
:
SerializationStrategy
<
*
>
Content copied to clipboard
result
Deserializer
Link copied to clipboard
common
abstract
val
resultDeserializer
:
DeserializationStrategy
<
T
>
Content copied to clipboard
width
Link copied to clipboard
common
abstract
val
width
:
Int
?
Content copied to clipboard
Inheritors
SendAnimationData
Link copied to clipboard
SendVideoData
Link copied to clipboard
SendVideoNoteData
Link copied to clipboard