-
Updated
Jul 11, 2020 - Python
telegram-bot-api
Here are 776 public repositories matching this topic...
It's very frustrating that some of the pages are missing. I need to know some more info about those features
We add gitlab bot in group but all of the message is not necessary for everyone.
so i thinks it's very good feature that give the usernames of users to bot and bot mention the user if that pm related to that user.
-
Updated
Jul 3, 2020 - JavaScript
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
- Operating System: archlinux
- Python Version: 3.8.2
- aiogram version: 2.7
- aiohttp version: 3.6.2
- uvloop version (if installed): nop
Expected Behavior
Please describe the behavior you are expecting.
after the u
-
Updated
Jun 5, 2020 - Java
-
Updated
Dec 12, 2019 - Python
-
Updated
Jun 24, 2020 - Scala
https://github.com/teloxide/teloxide/blob/master/src/types/chat_member.rs
Extend ChatMemberStatus by adding Option fields from ChatMember.
More storages
I'm not sure how method documentations are written/generated, but the Swift parameters are camelCased while the documentation parameters are underline_separated, which makes the documentation not show up in xCode.
Here's an example:

 method. Please, add it.
-
Updated
Jul 9, 2020 - Python
-
Updated
Sep 11, 2019 - Java
-
Updated
Mar 13, 2018 - Ruby
-
Updated
May 2, 2019 - HTML
Добрый, не до конца понял как правильно вставлять несколько групп в конфиге. Сработал способ лишь, вставка еще одного массива в классе configs (ибо в вашей документации не нашел описания).
И если работает вставки массива и в этом массиве можно изменять, грубо говоря параметры каждой группы, то нет ли параметра вставки подписи группы под постом? К примеру:
{
“Пост”
Сообщение от - “группы A”
Make API more Dart-y
I like the distinction of telegram and teledart – one is a simple typed wrapper around web requests, the other one a full-fledged powerful API that uses the capabilities of object-oriented programming. Some aspects like the inline mode are really great, but I think other parts could be a bit better.
For example, most requests still need to be made through the teledart instance with the exce
-
Updated
Jul 11, 2020 - PHP
-
Updated
Oct 14, 2019 - Java
-
Updated
Apr 25, 2020 - Elixir
-
Updated
Aug 7, 2019 - C++
-
Updated
Jan 17, 2018 - Java
-
Updated
Jul 12, 2020 - Crystal
-
Updated
Jun 25, 2020 - Ruby
Improve this page
Add a description, image, and links to the telegram-bot-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the telegram-bot-api topic, visit your repo's landing page and select "manage topics."
According to the documentation in ChatMember class
@method string getStatus() (Optional). The member's status in the chat. Can be “creator”, “administrator”, “member”, “left” or “kicked”getStatus() should return the member's status, but actually there is a conflicting getStatus() in BaseObject that returns the status of the request.
As a workaround, get('status') re