Code Monkey home page Code Monkey logo

Comments (9)

C3realGuy avatar C3realGuy commented on August 16, 2024 1

any news on this?
Would love to see that feature.

from hubot-telegram.

lukefx avatar lukefx commented on August 16, 2024

Yepp...on my to do list :) maybe today or tomorrow

On Tuesday, January 5, 2016, Aleksey Shirokih [email protected]
wrote:

according to latest api changes please add inline query support to your api
https://coretelegramorg/bots/inline
tnx!


Reply to this email directly or view it on GitHub
#32.

from hubot-telegram.

arcturial avatar arcturial commented on August 16, 2024

Let me know if you need help on this @lukefx, might need to do some refactoring to support it with minimal code duplication.

from hubot-telegram.

lukefx avatar lukefx commented on August 16, 2024

@arcturial yepp thx, first of all, what do you think for the inlineQuery initial request? https://core.telegram.org/bots/api#inlinequery we should manage the request within the telegrambot api and launch and event to the adapter? What do you think?

from hubot-telegram.

arcturial avatar arcturial commented on August 16, 2024

All the telegrambot API does is interact with the getUpdate method and sends the result to the callback, so not sure it would be the best place to put the events. However, we can change the code at line 212 and 225 to call handleInlineQuery if the inline_query key is set and then abstracting all the "common tasks" into different methods.

from hubot-telegram.

lukefx avatar lukefx commented on August 16, 2024

All the telegrambot API does is interact with the getUpdate method and sends the result to the callback, so not sure it would be the best place to put the events. However, we can change the code at line 212 and 225 to call handleInlineQuery if the inline_query key is set and then abstracting all the "common tasks" into different methods.

I was thinking a method to let user define what the bot should reply to the inlinquery, so yes, quick and dirty could be in the handleUpdate method add an if and check if the message starts with a "@" and then? send an event so you can catch it in a script and compose your reply...

Anyway, let's create a branch...and collaborate on it...code speak itself 😄

from hubot-telegram.

freeseacher avatar freeseacher commented on August 16, 2024

the text will not starts with @
i had already seen it.
instead of it you will have the inline_query object with text in it

ср, 6 янв. 2016 г. в 16:45, Luca Simone [email protected]:

All the telegrambot API does is interact with the getUpdate method and
sends the result to the callback, so not sure it would be the best place to
put the events. However, we can change the code at line 212 and 225 to call
handleInlineQuery if the inline_query key is set and then abstracting all
the "common tasks" into different methods.

I was thinking a method to let user define what the bot should reply to
the inlinquery, so yes, quick and dirty could be in the handleUpdate method
add an if and check if the message starts with a "@" and then? send an
event so you can catch it in a script and compose your reply...

Anyway, let's create a branch...and collaborate on it...code speak itself [image:
😄]


Reply to this email directly or view it on GitHub
#32 (comment)
.

from hubot-telegram.

lukefx avatar lukefx commented on August 16, 2024

Ah ok...so how do we know if is an inline query? By the object's attributes?

#33 I've created a branch for this...

from hubot-telegram.

arcturial avatar arcturial commented on August 16, 2024

Teap, the object attributes we get in getUpdates are different. Like @freeseacher said, it will contain the inline_query key with the text of the command inside inline_query.query.

from hubot-telegram.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.