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

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

package telegramium.bots.client

/** @param userId
  *   Identifier of the user whose payment will be refunded
  * @param telegramPaymentChargeId
  *   Telegram payment identifier
  */
final case class RefundStarPaymentReq(userId: Long, telegramPaymentChargeId: String)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy