Sure
here is the command one
[{"id":"c73331c92dd9e628","type":"telegram command","z":"bf9e1e33.030598","name":"/toggle","command":"/toggle","description":"","registercommand":false,"language":"","bot":"125415a2.b4e0e2","strict":false,"hasresponse":false,"useregex":false,"removeregexcommand":false,"outputs":1,"x":120,"y":1260,"wires":[["1536e074d67162f6","27f2863923cc7d38"]]},{"id":"1536e074d67162f6","type":"switch","z":"bf9e1e33.030598","name":"toggle, open, close","property":"originalMessage.text","propertyType":"msg","rules":[{"t":"eq","v":"/toggle","vt":"str"},{"t":"eq","v":"open","vt":"str"},{"t":"eq","v":"close","vt":"str"},{"t":"else"}],"checkall":"true","repair":false,"outputs":4,"x":420,"y":1260,"wires":[["4b91581b8d13357d"],["3d6e6e189586eb93"],["16e9f4a703e5eff0"],["d79b0546e6d370ce"]]},{"id":"27f2863923cc7d38","type":"debug","z":"bf9e1e33.030598","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":240,"y":1320,"wires":[]},{"id":"4b91581b8d13357d","type":"debug","z":"bf9e1e33.030598","name":"1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":700,"y":1180,"wires":[]},{"id":"3d6e6e189586eb93","type":"debug","z":"bf9e1e33.030598","name":"2","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":700,"y":1220,"wires":[]},{"id":"16e9f4a703e5eff0","type":"debug","z":"bf9e1e33.030598","name":"3","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":700,"y":1260,"wires":[]},{"id":"d79b0546e6d370ce","type":"debug","z":"bf9e1e33.030598","name":"4","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":700,"y":1300,"wires":[]},{"id":"125415a2.b4e0e2","type":"telegram bot","botname":"mybot","usernames":"","chatids":"-1001361034082","baseapiurl":"","updatemode":"polling","pollinterval":"300","usesocks":false,"sockshost":"","socksport":"6667","socksusername":"anonymous","sockspassword":"","bothost":"","botpath":"","localbotport":"8443","publicbotport":"8443","privatekey":"","certificate":"","useselfsignedcertificate":false,"sslterminated":false,"verboselogging":false}]
and here is one with receiver node
[{"id":"924e655b.62c95","type":"telegram receiver","z":"bf9e1e33.030598","name":"","bot":"125415a2.b4e0e2","saveDataDir":"","filterCommands":false,"x":120,"y":1260,"wires":[["1536e074d67162f6","27f2863923cc7d38"],[]]},{"id":"1536e074d67162f6","type":"switch","z":"bf9e1e33.030598","name":"toggle, open, close","property":"originalMessage.text","propertyType":"msg","rules":[{"t":"eq","v":"/toggle","vt":"str"},{"t":"eq","v":"open","vt":"str"},{"t":"eq","v":"close","vt":"str"},{"t":"else"}],"checkall":"true","repair":false,"outputs":4,"x":420,"y":1260,"wires":[["4b91581b8d13357d"],["3d6e6e189586eb93"],["16e9f4a703e5eff0"],["d79b0546e6d370ce"]]},{"id":"27f2863923cc7d38","type":"debug","z":"bf9e1e33.030598","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":240,"y":1320,"wires":[]},{"id":"4b91581b8d13357d","type":"debug","z":"bf9e1e33.030598","name":"1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":700,"y":1180,"wires":[]},{"id":"3d6e6e189586eb93","type":"debug","z":"bf9e1e33.030598","name":"2","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":700,"y":1220,"wires":[]},{"id":"16e9f4a703e5eff0","type":"debug","z":"bf9e1e33.030598","name":"3","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":700,"y":1260,"wires":[]},{"id":"d79b0546e6d370ce","type":"debug","z":"bf9e1e33.030598","name":"4","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":700,"y":1300,"wires":[]},{"id":"125415a2.b4e0e2","type":"telegram bot","botname":"mybot","usernames":"","chatids":"-1001361034082","baseapiurl":"","updatemode":"polling","pollinterval":"300","usesocks":false,"sockshost":"","socksport":"6667","socksusername":"anonymous","sockspassword":"","bothost":"","botpath":"","localbotport":"8443","publicbotport":"8443","privatekey":"","certificate":"","useselfsignedcertificate":false,"sslterminated":false,"verboselogging":false}]
Both work and output two messages.