package dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories import dev.inmo.tgbotapi.types.chat.ChatMessageReactionUpdated import dev.inmo.tgbotapi.types.chat.ChatMessageReactionsCountUpdated object ByChatIdChatMessageReactionsCountUpdatedMarkerFactory : MarkerFactory { override suspend fun invoke(data: ChatMessageReactionsCountUpdated) = data.chat.id }