A method to set the button parameters. The params parameter is an object containing
one or several fields that need to be changed:
text - button text;
color - button color;
text_color - button text color;
is_active - enable the button;
is_visible - show the button.
A method to make the button visible.
Note that opening the Mini App from the attachment menu hides the main
button until the user interacts with the Mini App interface.
A method to show a loading indicator on the button.
It is recommended to display loading progress if the action tied to the button may
take a long time. By default, the button is disabled while the action is in progress.
If the parameter leaveActive=true is passed, the button remains enabled.