# Modal
TIP
For this form, the response will be either TRUE
which means the player clicked on the first button, or FALSE
which means the player clicked on the second button.
# Modal
To send a form of the type of "modal", the array containing the data of this form must contain the following keys:
The array containing the data of this form must contain the following keys: ['type'] The form type as string, this will be 'modal' for this form type ['title'] The title of the form as string ['content'] The text that will be in the beginning of the form as string ['button1'] The first button that will be in the form as string ['button2'] The second button that will be in the form as string