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

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

package telegramium.bots.client

import telegramium.bots.InlineQueryResult

/** @param webAppQueryId
  *   Unique identifier for the query to be answered
  * @param result
  *   A JSON-serialized object describing the message to be sent
  */
final case class AnswerWebAppQueryReq(webAppQueryId: String, result: InlineQueryResult)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy