We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When i pass from.id the link was not shown up, but when i hard code some numbers instead of variable it works:
start-play = <a href="https://t.me/SomeBot?start={$fromid}">Start bot with custom id</a> <b>Welcome</b> <b>get some goods</b>
await ctx.reply(ctx.t('start-play',{fromid: ctx.from.id),{ parse_mode: 'HTML', });
The text was updated successfully, but these errors were encountered:
Please see the "Potential Formatting Issues" section, right below this:
https://grammy.dev/plugins/i18n#global-placeables
You need useIsolating set to false.
useIsolating
false
Sorry, something went wrong.
No branches or pull requests
When i pass from.id the link was not shown up, but when i hard code some numbers instead of variable it works:
start-play = <a href="https://t.me/SomeBot?start={$fromid}">Start bot with custom id</a> <b>Welcome</b> <b>get some goods</b>
await ctx.reply(ctx.t('start-play',{fromid: ctx.from.id),{ parse_mode: 'HTML', });
The text was updated successfully, but these errors were encountered: