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

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

There is a newer version: 9.711.0
Show newest version
package telegramium.bots.client

import telegramium.bots.BotCommandScope

/** @param scope
  *   A JSON-serialized object, describing scope of users. Defaults to BotCommandScopeDefault.
  * @param languageCode
  *   A two-letter ISO 639-1 language code or an empty string
  */
final case class GetMyCommandsReq(
  scope: Option[BotCommandScope] = Option.empty,
  languageCode: Option[String] = Option.empty
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy