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

7.0 KiB

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

PositionedSendMessageRequest

[common] interface PositionedSendMessageRequest<T : Any> : SendMessageRequest<T> , Locationed

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
latitude [common] abstract val latitude: Double
longitude [common] abstract val longitude: Double
replyToMessageId [common] abstract val replyToMessageId: MessageIdentifier?
requestSerializer [common] abstract val requestSerializer: <*>
resultDeserializer [common] abstract val resultDeserializer: <T>

Inheritors

Name
SendLocation
SendVenue