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

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

package telegramium.bots.client

/** @param sticker
  *   File identifier of the sticker
  * @param position
  *   New sticker position in the set, zero-based
  */
final case class SetStickerPositionInSetReq(sticker: String, position: Int)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy