telegram-node-bot icon indicating copy to clipboard operation
telegram-node-bot copied to clipboard

twice selected reply not working

Open alfathdirk opened this issue 9 years ago • 0 comments

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 ?

alfathdirk avatar Dec 30 '16 08:12 alfathdirk