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

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

package telegramium.bots.client

/** @param customEmojiIds
  *   A JSON-serialized list of custom emoji identifiers. At most 200 custom emoji identifiers can be specified.
  */
final case class GetCustomEmojiStickersReq(customEmojiIds: List[String] = List.empty)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy