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

telegramium.bots.high.Api.scala Maven / Gradle / Ivy

package telegramium.bots.high

import telegramium.bots.client.Method

trait Api[F[_]] {
  def execute[Res](method: Method[Res]): F[Res]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy