-
# Description of the problem / feature request
Hello, how to handle the moment when the token stops working while Polling is already running
# Feature requests
I want to handle the moment…
-
Telegram 是全球顶流的社交软件,目前其提供了机器人 bot 和 mini app,可以非常方便的开发三方服务。
本文通过实现一个 TodoList 服务,以跑通完整的开发流程。
## 环境准备
建议使用 Test 环境开发,限制条件会少很多。如何打开 Test 环境,参考[官方文档](https://core.telegram.org/bots/webapps#testing…
-
Add a function to strip links from commands, as these can be annoying when pasting from other messages.
Slack links are probbaly formatted w/ mkdwn or something
-
The 1.12 minecraft server crash with a `java.lang.NoSuchMethodError: kotlinx.coroutines.SupervisorKt.SupervisorJob$default(Lkotlinx/coroutines/Job;ILjava/lang/Object;)Lkotlinx/coroutines/CompletableJo…
-
#### Read the [FAQ](https://github.com/hrfee/jfa-go/wiki/FAQ) first!
-
### Doc Page link
https://learn.netdata.cloud/docs/alerts-&-notifications/notifications/agent-dispatched-notifications/telegram
### Description
Please remove the minus sign from the Chat ID numbers…
-
Very simple test case fails with error:
> $ newbot ts.hello_world.hi -c config.temp_config
> tbot starting ...
> ├─Calling hi ...
> │ ├─[local] picocom -b 115200 /dev/ttyUSB1
> │ ├─[dm-boar…
-
How set webhook with custom certificate? It would be interesting to see an example
I've made a decision for myself
I've edited the code a bit.
```go
func (d *Dispatcher) ListenWebhookOptions(we…
-
### Prerequisites
- [X] I made sure I am running the latest [development build](https://github.com/MCCTeam/Minecraft-Console-Client/releases/latest)
- [X] I tried to [look for similar issues](https:/…
-
```
var poller = &tb.LongPoller{Timeout: 15 * time.Second}
var bp *tb.Bot
var spamProtected = tb.NewMiddlewarePoller(poller, func(upd *tb.Update) bool {
...
}
bot, err := tb.NewBot(tb.Settings{…