i'm making a bot and i'm using webhook.
User should register on my bot in telegram.
user /start the bot.
the bot request name (for example)
users write their name and send to bot
the bot request for next field
... and i continues until last field.
here i have a couple of question
how can i recognize which input is for which field and the second question is how should i store the informations?should i store that in a table in database? thanks a Ton