} | string,
type: 'text' | 'number' | 'callback_query' = 'text',
errorText?: { text: string; extra?: ExtraReplyMessage } | string | null = null,
cancel?: ((ctx: TelegrafContext) => Promise<boolean> | boolean) | string | null,
filter?: (ctx: TelegrafContext) => Promise<boolean> | boolean
): Promise<TelegrafContext | null> // returns null on cancel
Жестко, лучше объект сделать входящий
Обсуждают сегодня