SetChatMenuButtonReq

telegramium.bots.client.SetChatMenuButtonReq
final case class SetChatMenuButtonReq(chatId: Option[Long], 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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product