mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2025-12-12 07:55:40 +00:00
9 lines
328 B
Kotlin
9 lines
328 B
Kotlin
package dev.inmo.plaguposter.ratings.source.repos
|
|
|
|
import dev.inmo.micro_utils.repos.KeyValueRepo
|
|
import dev.inmo.plaguposter.common.ShortMessageInfo
|
|
import dev.inmo.plaguposter.posts.models.PostId
|
|
import dev.inmo.tgbotapi.types.PollIdentifier
|
|
|
|
interface PollsToMessagesInfoRepo : KeyValueRepo<PollIdentifier, ShortMessageInfo>
|