master
#17
Thanks Ali
I'm not in favor of optional arguments that come in the middle and not the end. Let's move this to the last argument to avoid confusions.
I've changed the code, as you wish.
I think you can instead do this:
const msg = new Message().to(msg.chat.id).text(customMessage[param] || `Enter value for ${param}`)
yea, it's good idea. it's done.
Thanks
No dependencies set.
The note is not visible to the blocked user.
#17
Thanks Ali
I'm not in favor of optional arguments that come in the middle and not the end.
Let's move this to the last argument to avoid confusions.
I've changed the code, as you wish.
I think you can instead do this:
yea, it's good idea. it's done.
Thanks