bot.on(BotEvents.CONVERSATION_STARTED, (response) => {
response.send(new KeyboardMessage("Type": "keyboard",
"Buttons": [
{
"Columns": 6,
"Rows": 1,
"Text": "",
"ActionType": "share-phone",
"ActionBody": "phone",
}
], [], null, null, 3));
});