Naltox / telegram-node-bot

Node module for creating Telegram bots.
MIT License
721 stars 143 forks source link

twice selected reply not working #154

Open alfathdirk opened 7 years ago

alfathdirk commented 7 years ago

let opt = { message: 'Select Notes :', layout: 2, oneTimeKeyboard:false, resizeKeyboard:true, "data 1" : () => {}, "data 2" : () => {}, "anyMatch" : () = {} } $.runMenu(opt);

when keyboard showing , my bot be able replying selected option "data 1",and when i select twice , bot not reply data content.. and how can i to solve this problem and i want every "data" content be able to called without call $.runMenu first ?