SetChatMenuButtonReq

final case class SetChatMenuButtonReq(chatId: Option[Int], menuButton: Option[MenuButton])
Value parameters:
chatId

Unique identifier for the target private chat. If not specified, default bot's menu button will be changed

menuButton

A JSON-serialized object for the bot's new menu button. Defaults to MenuButtonDefault

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product