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 usersmenu_button- New menu buttonclient_id- The client id to send the request to