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

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

package telegramium.bots.client

/** @param name
  *   Sticker set name
  * @param customEmojiId
  *   Custom emoji identifier of a sticker from the sticker set; pass an empty string to drop the thumbnail and use the
  *   first sticker as the thumbnail.
  */
final case class SetCustomEmojiStickerSetThumbnailReq(name: String, customEmojiId: Option[String] = Option.empty)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy