1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-07 11:16:52 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.CommonAbstracts.types/-reply-message-id/index.md

25 lines
1.8 KiB
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.CommonAbstracts.types](../index.md)/[ReplyMessageId](index.md)
# ReplyMessageId
[common] interface [ReplyMessageId](index.md)
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.CommonAbstracts.types/ReplyMessageId/allowSendingWithoutReply/#/PointingToDeclaration/"></a>[allowSendingWithoutReply](allow-sending-without-reply.md)| <a name="dev.inmo.tgbotapi.CommonAbstracts.types/ReplyMessageId/allowSendingWithoutReply/#/PointingToDeclaration/"></a> [common] abstract val [allowSendingWithoutReply](allow-sending-without-reply.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? <br>|
| <a name="dev.inmo.tgbotapi.CommonAbstracts.types/ReplyMessageId/replyToMessageId/#/PointingToDeclaration/"></a>[replyToMessageId](reply-to-message-id.md)| <a name="dev.inmo.tgbotapi.CommonAbstracts.types/ReplyMessageId/replyToMessageId/#/PointingToDeclaration/"></a> [common] abstract val [replyToMessageId](reply-to-message-id.md): [MessageIdentifier](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FMessageIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)? <br>|
## Inheritors
| Name |
|---|
| <a name="dev.inmo.tgbotapi.requests.send/SendDice///PointingToDeclaration/"></a>[SendDice](../../dev.inmo.tgbotapi.requests.send/-send-dice/index.md)|
| <a name="dev.inmo.tgbotapi.requests.send.abstracts/SendMessageRequest///PointingToDeclaration/"></a>[SendMessageRequest](../../dev.inmo.tgbotapi.requests.send.abstracts/-send-message-request/index.md)|
| <a name="dev.inmo.tgbotapi.requests.send.payments/SendInvoice///PointingToDeclaration/"></a>[SendInvoice](../../dev.inmo.tgbotapi.requests.send.payments/-send-invoice/index.md)|