You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
Hi there,
How can make the reply in parse mode => 'MarkdownV2' ??
I try success parse mode with: bot.send_message(reply) but not work with reply.send_with(bot)
message.reply do |reply| reply.text = "homer please clean the garage" reply.parse_mode = 'MarkdownV2' reply.send_with(bot) end
The text was updated successfully, but these errors were encountered:
@hoangxcg Hi, I'm sorry the gem has been abandoned for some time. Is the code generally working? I haven't looked into telegram for some time. I'd suggest looking into alternative gems if you can.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
How can make the reply in parse mode => 'MarkdownV2' ??
I try success parse mode with: bot.send_message(reply) but not work with reply.send_with(bot)
message.reply do |reply| reply.text = "homer please clean the garage" reply.parse_mode = 'MarkdownV2' reply.send_with(bot) end
The text was updated successfully, but these errors were encountered: