python-botogram / botogram

Just focus on your bots.
https://botogram.dev
MIT License
123 stars 27 forks source link

Inline keyboard in incoming Message objects #139

Open JoeyDieleman78 opened 5 years ago

JoeyDieleman78 commented 5 years ago

Hi, If a message has inline (keyboard) buttons, it's not available in the message object (when receiving for example with @bot.process_message). In these buttons there could be spam links, I can't detect them now.

Example of inline keyboards with links attached below: https://core.telegram.org/bots/2-0-intro

MarcoBuster commented 5 years ago

Hi @JoeyDieleman78 and thank you for submitting an issue! Unfortunately botogram does not support that, but it will be implemented very soon and included in the new release (0.7).

JoeyDieleman78 commented 5 years ago

Yes I noticed it botofram didn't support it. Great to hear it will be in the next version thanks!

MarcoBuster commented 5 years ago

@JoeyDieleman78 keep this issue open until the feature is merged :)

JoeyDieleman78 commented 5 years ago

Sorry will keep it open thanks for the fast responses!