-
## Issue
I'm running into an issue with the inline keyboard repeatedly sending the last button pressed (if it's a text button). URL callback buttons did not appear to have this issue, but even if I …
-
nGetting build error for sample echo bot project. Tried referring the Telegram Framework project and from
![sampleechobot](https://user-images.githubusercontent.com/45727164/50040228-6b01eb80-0037-1…
-
# Description
At Wazuh we have integrations with [multiple external services](https://documentation.wazuh.com/current/user-manual/manager/manual-integration.html). For example, with Slack, allowing u…
-
### Checklist
- [X] I believe the idea is awesome and would benefit the framework
- [X] I have searched in the issue tracker for similar requests, including closed ones
### Description
Forgi…
-
**Feat: [1.0.0] Development: Implement UI & Design**
As the owner and a developer with a newly _recreated_ GitHub account:
I want to deploy the website's first major release (v1.0.0) with a desi…
-
Develop a core bot that takes care of basic functionality like parsing inputs, handling permissions, formatting and limiting output, etc. Provide a generic plugin interface so that extra functionality…
-
this config is built with an error
```
esphome:
name: lock-controller
friendly_name: lock_controller
esp32:
board: esp32dev
framework:
type: arduino
wifi:
ssid: "LTE---…
-
I just created a package for [AdonisJS](https://adonisjs.com) that makes it easy to integrate with grammY. Where should I add this package to the list?
Package name: adonisjs-grammy
Repository: ht…
-
Hello! Im try to use this framework with express framework for notice users via get query from php-app.
Well heres my code:
`'use strict'
const express = require('express');
const app = express(…
-
### Steps to reproduce
Create project
```
dotnet new worker -n TgBotWorker
dotnet add package Telegram.Bot
```
Create Dockerfile
```
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build-env
WORKDIR…