-
Hi all
* I'd like to interface the RASA platform via HTTP APIs, but I found a lot of unclear points.
* As a nodejs developer I want to integrate RASA inside a no python environment, so I would ne…
-
I am trying to send multiple photos at once but the execute method doesn't accept a sendMediaGroup object? I have seen it used sparingly online but I am not able to reproduce. Am I not using the api c…
-
This would just be a bot that announces posts from the forums on Discord.
Flexible means it can either have a whitelist or a blacklist of threads, for example:
- We want a council forum bot, so we…
-
### Description of problem
I have several projects that do not need proxying (telegram bots), is it possible to specify this explicitly when creating a project?I know about scaling, but it's not very…
-
Particularly, a new type of button, which opens a web app. (bot API 6)
Example: https://t.me/DurgerKingBot
For more info:
https://core.telegram.org/bots/webapps
-
Create a new module (or service, if you prefer that) on the `/registration` directory, written in any language. The module is a simple HTTP server with no CORS or security middleware being attached to…
-
File size now must be long, after telegram premium is availible
-
```
Exception in thread "main" java.lang.NoSuchMethodError: 'long kotlin.time.TimeSource$Monotonic.markNow-z9LOYto()'
at org.jetbrains.exposed.sql.Transaction.exec(Transaction.kt:233)
at org.jetb…
-
Why am i getting this error? Has exposed moved to kotlin-time?
That means I can't upgrade the library as I'll have to move everything to kotlin time instead of java time library?
Exposed version …
-
I want to send notification-messages of certain app from my mobile by telegram bot and my app should remain open in background.
I use **notifications: ^2.0.1** to listen notification from my mobile …