Filter for group deep links (i.e. /start <deeplink_parameter>).
/start <deeplink_parameter>
If the parameter is a regex, groups are added to msg.command, meaning that the first group is available in msg.command[2].
msg.command
msg.command[2]
Filter for group deep links (i.e.
/start <deeplink_parameter>
).If the parameter is a regex, groups are added to
msg.command
, meaning that the first group is available inmsg.command[2]
.