Skip to content
#

telegram-bot-api

Here are 776 public repositories matching this topic...

telegram-bot-sdk
bugada
bugada commented Mar 14, 2020

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

andrew-ld
andrew-ld commented Apr 19, 2020

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

bug
euppi98
euppi98 commented Nov 12, 2018

Добрый, не до конца понял как правильно вставлять несколько групп в конфиге. Сработал способ лишь, вставка еще одного массива в классе configs (ибо в вашей документации не нашел описания).

И если работает вставки массива и в этом массиве можно изменять, грубо говоря параметры каждой группы, то нет ли параметра вставки подписи группы под постом? К примеру:

{
“Пост”
Сообщение от - “группы A”

marcelgarus
marcelgarus commented Apr 30, 2020

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

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.

Curate this topic

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."

Learn more

You can’t perform that action at this time.