BotsGetBotMenuButton constructor

const BotsGetBotMenuButton({
  1. required InputUserBase userId,
})

Bots Get Bot Menu Button constructor.

Implementation

const BotsGetBotMenuButton({
  required this.userId,
}) : super._();