W
Size: a a a
W
VK
M
replyWithHTML('<a href="https://example.com">example.com</a>')
replyWithMarkdown('[example.com](https://example.com)')
W
W
W
M
replyWithHTML('<a href="https://example.com">example.com</a>')
replyWithMarkdown('[example.com](https://example.com)')
W
W
W
EG
stage.register()
забылM
EG
EG
EG
M
L
I
const pasportWizard = new WizardScene(
"pasportWizard",
(ctx) => {
ctx.wizard.state.failureCount = 0;
ctx.reply(
[
"Напишите:",
"ФАМИЛИЮ",
"ИМЯ",
"ОТЧЕСТВО",
EG
EG