:: JSON data can also be passed as a path to a .json file

oint telegram ReplaceMessageKeyboard ^
  --token "***" ^
  --chat "***" ^
  --message "21744" ^
  --keyboard "{'inline_keyboard':[[{'text':'New button 3','callback_data':'New button 3'},{'text':'New button 2','callback_data':'New button 2'},{'text':'New button 1','callback_data':'New button 1'}]],'rows':'1'}"