1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-26 01:45:09 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.message/-channel-event-message/index.md

18 lines
2.1 KiB
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.message](../index.md)/[ChannelEventMessage](index.md)
# ChannelEventMessage
[common] data class [ChannelEventMessage](index.md)<[T](index.md) : [ChannelEvent](../../dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-channel-event/index.md)>(**messageId**: [MessageIdentifier](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FMessageIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **chat**: [ChannelChat](../../dev.inmo.tgbotapi.types.chat.abstracts/-channel-chat/index.md), **chatEvent**: [T](index.md), **date**: ) : [ChatEventMessage](../../dev.inmo.tgbotapi.types.message.abstracts/-chat-event-message/index.md)<[T](index.md)>
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.types.message/ChannelEventMessage/chat/#/PointingToDeclaration/"></a>[chat](chat.md)| <a name="dev.inmo.tgbotapi.types.message/ChannelEventMessage/chat/#/PointingToDeclaration/"></a> [common] open override val [chat](chat.md): [ChannelChat](../../dev.inmo.tgbotapi.types.chat.abstracts/-channel-chat/index.md) <br>|
| <a name="dev.inmo.tgbotapi.types.message/ChannelEventMessage/chatEvent/#/PointingToDeclaration/"></a>[chatEvent](chat-event.md)| <a name="dev.inmo.tgbotapi.types.message/ChannelEventMessage/chatEvent/#/PointingToDeclaration/"></a> [common] open override val [chatEvent](chat-event.md): [T](index.md) <br>|
| <a name="dev.inmo.tgbotapi.types.message/ChannelEventMessage/date/#/PointingToDeclaration/"></a>[date](date.md)| <a name="dev.inmo.tgbotapi.types.message/ChannelEventMessage/date/#/PointingToDeclaration/"></a> [common] open override val [date](date.md): <br>|
| <a name="dev.inmo.tgbotapi.types.message/ChannelEventMessage/messageId/#/PointingToDeclaration/"></a>[messageId](message-id.md)| <a name="dev.inmo.tgbotapi.types.message/ChannelEventMessage/messageId/#/PointingToDeclaration/"></a> [common] open override val [messageId](message-id.md): [MessageIdentifier](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FMessageIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081) <br>|