1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-09 17:50:48 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.send.abstracts/-sized-send-message-request/index.md
2021-03-17 15:18:37 +00:00

6.4 KiB

//docs/dev.inmo.tgbotapi.requests.send.abstracts/SizedSendMessageRequest

SizedSendMessageRequest

[common] interface SizedSendMessageRequest<T : Any> : SendMessageRequest<T>

Functions

Name Summary
method [common]
Content
abstract fun method(): String


Properties

Name Summary
allowSendingWithoutReply [common] abstract val allowSendingWithoutReply: Boolean?
chatId [common] abstract val chatId: ChatIdentifier
disableNotification [common] abstract val disableNotification: Boolean
height [common] abstract val height: Int?
replyToMessageId [common] abstract val replyToMessageId: MessageIdentifier?
requestSerializer [common] abstract val requestSerializer: <*>
resultDeserializer [common] abstract val resultDeserializer: <T>
width [common] abstract val width: Int?

Inheritors

Name
SendAnimationData
SendVideoData
SendVideoNoteData