
com.github.insanusmokrassar.AutoPostTelegramBot.plugins.forwarders.ForwardersPlugin.kt Maven / Gradle / Ivy
package com.github.insanusmokrassar.AutoPostTelegramBot.plugins.forwarders
import com.github.insanusmokrassar.AutoPostTelegramBot.base.plugins.Plugin
class ForwardersPlugin : Plugin {
val forwarders = listOf(
AudioForwarder(),
ContactForwarder(),
DocumentForwarder(),
LocationForwarder(),
MediaGroupForwarder(),
PhotoForwarder(),
SimpleForwarder(),
TextForwarder(),
VideoForwarder(),
VoiceForwarder()
).sortedDescending()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy