SetMenuButton constructor

SetMenuButton(
  1. {required int user_id,
  2. required BotMenuButton menu_button,
  3. int? extra,
  4. int? clientId}
)

Sets menu button for the given user or for all users; for bots only

Returns Ok

Implementation

SetMenuButton