//[docs](../../index.md)/[dev.inmo.tgbotapi.types.message.ChatEvents](index.md) # Package dev.inmo.tgbotapi.types.message.ChatEvents ## Types | Name | Summary | |---|---| | [ChannelChatCreated](-channel-chat-created/index.md)| [common]
Content
class [ChannelChatCreated](-channel-chat-created/index.md) : [ChannelEvent](../dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-channel-event/index.md)


| | [DeleteChatPhoto](-delete-chat-photo/index.md)| [common]
Content
class [DeleteChatPhoto](-delete-chat-photo/index.md) : [CommonEvent](../dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-common-event/index.md)


| | [GroupChatCreated](-group-chat-created/index.md)| [common]
Content
class [GroupChatCreated](-group-chat-created/index.md)(**migratedTo**: [ChatIdentifier](../dev.inmo.tgbotapi.types/-chat-identifier/index.md)?) : [GroupEvent](../dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-group-event/index.md)


| | [LeftChatMember](-left-chat-member/index.md)| [common]
Content
data class [LeftChatMember](-left-chat-member/index.md)(**user**: [User](../dev.inmo.tgbotapi.types/-user/index.md)) : [CommonEvent](../dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-common-event/index.md)


| | [MessageAutoDeleteTimerChanged](-message-auto-delete-timer-changed/index.md)| [common]
Content
data class [MessageAutoDeleteTimerChanged](-message-auto-delete-timer-changed/index.md)(**newAutoDeleteTime**: [Seconds](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FSeconds%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)) : [ChannelEvent](../dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-channel-event/index.md), [GroupEvent](../dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-group-event/index.md), [SupergroupEvent](../dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-supergroup-event/index.md)


| | [NewChatMembers](-new-chat-members/index.md)| [common]
Content
data class [NewChatMembers](-new-chat-members/index.md)(**members**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[User](../dev.inmo.tgbotapi.types/-user/index.md)>) : [GroupEvent](../dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-group-event/index.md), [SupergroupEvent](../dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-supergroup-event/index.md)


| | [NewChatPhoto](-new-chat-photo/index.md)| [common]
Content
data class [NewChatPhoto](-new-chat-photo/index.md)(**photo**: [Photo](../dev.inmo.tgbotapi.types.files/index.md#%5Bdev.inmo.tgbotapi.types.files%2FPhoto%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)) : [CommonEvent](../dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-common-event/index.md)


| | [NewChatTitle](-new-chat-title/index.md)| [common]
Content
data class [NewChatTitle](-new-chat-title/index.md)(**title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [CommonEvent](../dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-common-event/index.md)


| | [PinnedMessage](-pinned-message/index.md)| [common]
Content
data class [PinnedMessage](-pinned-message/index.md)(**message**: [Message](../dev.inmo.tgbotapi.types.message.abstracts/-message/index.md)) : [CommonEvent](../dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-common-event/index.md)


| | [ProximityAlertTriggered](-proximity-alert-triggered/index.md)| [common]
Content
data class [ProximityAlertTriggered](-proximity-alert-triggered/index.md)(**traveler**: [User](../dev.inmo.tgbotapi.types/-user/index.md), **watcher**: [User](../dev.inmo.tgbotapi.types/-user/index.md), **distance**: [Meters](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FMeters%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)) : [CommonEvent](../dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-common-event/index.md)
More info
This object represents the content of a service message, sent whenever a user in the chat triggers a proximity alert set by another user.


| | [SupergroupChatCreated](-supergroup-chat-created/index.md)| [common]
Content
class [SupergroupChatCreated](-supergroup-chat-created/index.md)(**migratedFrom**: [ChatIdentifier](../dev.inmo.tgbotapi.types/-chat-identifier/index.md)?) : [SupergroupEvent](../dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-supergroup-event/index.md)


| ## Properties | Name | Summary | |---|---| | [is24Hours](is24-hours.md)| [common] val [MessageAutoDeleteTimerChanged](-message-auto-delete-timer-changed/index.md).[is24Hours](is24-hours.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
| | [is7Days](is7-days.md)| [common] val [MessageAutoDeleteTimerChanged](-message-auto-delete-timer-changed/index.md).[is7Days](is7-days.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
| | [isOff](is-off.md)| [common] val [MessageAutoDeleteTimerChanged](-message-auto-delete-timer-changed/index.md).[isOff](is-off.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|