1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-07 03:06:52 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.update/-message-update/index.md
2021-03-17 15:18:37 +00:00

16 lines
1.3 KiB
Markdown

//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.update](../index.md)/[MessageUpdate](index.md)
# MessageUpdate
[common] data class [MessageUpdate](index.md)(**updateId**: [UpdateIdentifier](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUpdateIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **data**: [Message](../../dev.inmo.tgbotapi.types.message.abstracts/-message/index.md)) : [BaseSentMessageUpdate](../../dev.inmo.tgbotapi.types.update.abstracts/-base-sent-message-update/index.md)
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.types.update/MessageUpdate/data/#/PointingToDeclaration/"></a>[data](data.md)| <a name="dev.inmo.tgbotapi.types.update/MessageUpdate/data/#/PointingToDeclaration/"></a> [common] open override val [data](data.md): [Message](../../dev.inmo.tgbotapi.types.message.abstracts/-message/index.md) <br>|
| <a name="dev.inmo.tgbotapi.types.update/MessageUpdate/updateId/#/PointingToDeclaration/"></a>[updateId](update-id.md)| <a name="dev.inmo.tgbotapi.types.update/MessageUpdate/updateId/#/PointingToDeclaration/"></a> [common] open override val [updateId](update-id.md): [UpdateIdentifier](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUpdateIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081) <br>|