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

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

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

/** @param chatId
  *   Unique identifier for the target private chat. If not specified, default bot's menu button will be returned
  */
final case class GetChatMenuButtonReq(chatId: Option[Long] = Option.empty)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy