All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.insanusmokrassar.AutoPostTelegramBot.base.plugins.abstractions.Chooser.kt Maven / Gradle / Ivy

package com.github.insanusmokrassar.AutoPostTelegramBot.base.plugins.abstractions

import com.github.insanusmokrassar.AutoPostTelegramBot.base.models.PostId
import com.github.insanusmokrassar.AutoPostTelegramBot.base.plugins.Plugin
import org.joda.time.DateTime

interface Chooser : Plugin {
    /**
     * Must return postIds for posting
     */
    fun triggerChoose(time: DateTime = DateTime.now(), exceptions: List = emptyList()): Collection
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy