windkh / node-red-contrib-telegrambot

Telegram bot nodes for node-red.
Other
264 stars 117 forks source link

managing members of a group. #259

Closed lu4t closed 2 years ago

lu4t commented 2 years ago

Is it possible to use any of the api methods listed here?: https://core.telegram.org/bots/api#available-methods

if not, would it be possible to implement this methods? (I believe they're part of the api 6.x release):

https://core.telegram.org/bots/api#approvechatjoinrequest

https://core.telegram.org/bots/api#createchatinvitelink

Thanks!

windkh commented 2 years ago

I will put this on my list ... should be doable

lu4t commented 2 years ago

just to make sure I get the idea: is it right if I say that ONLY the methods on mentioned on the guides are implemented on node-red-contrib-telegrambot? Just want to make sure there's no a generic way to parse API methods. Thanks for the clarification!

windkh commented 2 years ago

I just noticed that approveChatJoinRequest is already implemented

windkh commented 2 years ago

Version 11.7.0 will implement the commands.

lu4t commented 2 years ago

thanks!

windkh commented 2 years ago

Usage is similar to answerInlineQuery but with webAppQueryId: The arguments are as follows: msg.payload.webAppQueryId, msg.payload.results, msg.payload.options || {}