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

telegramium.bots.client.DeleteWebhookReq.scala Maven / Gradle / Ivy

There is a newer version: 9.711.0
Show newest version
package telegramium.bots.client

/** @param dropPendingUpdates Pass True to drop all pending updates */
final case class DeleteWebhookReq(dropPendingUpdates: Option[Boolean] = Option.empty)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy