* @method $this setRequestContact($boolean) Optional. If True, the user's phone number will be sent as a contact when the button is pressed. Available in private chats only.
8
* @method $this setRequestLocation($boolean) Optional. If True, the user's current location will be sent when the button is pressed. Available in private chats only.
9
*
10
* @method $this setUrl($string) (Inline Button Only) Optional. HTTP url to be opened when button is pressed.
11
* @method $this setCallbackData($string) (Inline Button Only) Optional. Data to be sent in a callback query to the bot when button is pressed.
12
* @method $this setSwitchInlineQuery($string) (Inline Button Only) Optional. If set, pressing the button will prompt the user to select one of their chats, open that chat and insert the bot‘s username and the specified inline query in the input field. Can be empty, in which case just the bot’s username will be inserted.