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

telegramium.bots.SentWebAppMessage.scala Maven / Gradle / Ivy

package telegramium.bots

/** Describes an inline message sent by a Web App on behalf of a user.
  *
  * @param inlineMessageId
  *   Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the
  *   message.
  */
final case class SentWebAppMessage(inlineMessageId: Option[String] = Option.empty)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy