Function set_menu_button

Source
pub async fn set_menu_button(
    user_id: i64,
    menu_button: BotMenuButton,
    client_id: i32,
) -> Result<(), Error>
Expand description

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

ยงArguments

  • user_id - Identifier of the user or 0 to set menu button for all users
  • menu_button - New menu button
  • client_id - The client id to send the request to