telegram-api
Telegram is a non-profit, cloud-based instant messaging service. It offers open source clients for a multitude of operating systems and powerful APIs that allow developers to create their own clients and chat bots.
Here are 335 public repositories matching this topic...
Currently to create a command it must be a class with the same name like the command + "Command" in the command directory.
e.g.:
Command -> /foobar
Class -> FooBarCommand
But if you want to start a command with a number or an spezialchar in the commandname you can't create this command.
The idea is that you can set a list of classes and in this class you have a property
-
Updated
May 23, 2020 - PHP
When entering 2FA password it is shown in plain text. This is because it uses input:
I suggest to replacing it with with getpass.getpass().
Please enable the wiki section, so we can contribute to it by documenting the API and TLSharp.
And also add this text to README.Md:
If you want to know how to do X, look at tests, wiki or Telegram for Android, and please do not make an issue. Issues are only for bug reporting and feature requests.
Multiple people with little knowledge of Python have expressed interest in running the scripts.
There should be either a very simple guide or video, or a guided script that would let anyone render the final graphics.
-
Updated
Apr 29, 2020 - Java
-
Updated
Dec 12, 2019 - Python
-
Updated
Dec 26, 2018 - Go
In the language script there's this eval function
https://github.com/group-butler/GroupButler/blob/master/lua/languages.lua#L12
that seems to be here just to remove the "" from the locales
isn't better (and safe) to just use the string.sub function like so
local function eval(str)
return str:sub(2,-2) -- first and last "
:gsub('\"', '"') -- " -> "
:gsub("\n", "\n") -- \n -> newlin
build: windows
from @enhanceyourlifeimmediately:
Building for Windows:
0. If you're doing Windows dev and not using vcpkg, start using it! : cpp
https://www.reddit.com/r/cpp/comments/5ud9sr/if_youre_doing_windows_dev_and_not_using_vcpkg/
1. Vcpkg tutorial - Install C and C++ libraries
https://www.youtube.com/watch?v=wRnjahwxZ8A
1. vcpkg: Microsoft Docs
https://docs.microsoft.com/de-de/cpp/build/vc
-
Updated
Jul 10, 2019 - Python
-
Updated
Mar 28, 2020 - Scala
Documentation
Document the API.
- Tutorial
- Message object
- Message handling
- Reply queues
- Inline queries
- Callback queries
- Global methods
TelegramApi's messages.sendMessage is messages.sendMessage#fa88427a. According to all docs I can find, this should be messages.sendMessage#4cde0aab. Why does the "fa88" version work, and are there docs anywhere to explain the difference?
-
Updated
Oct 3, 2019 - JavaScript
In the TDLIB update event, there is only the 'sender_user_id' field and no other user identification. Currently, there is no way to get first and last names using python-telegram.
As far as I know, to get that information the client should use getUserFullInfo() method. Please, add it.
-
Updated
Apr 5, 2018 - PHP
is site:example.com something hardcoded in your plugin?
Seems like sentry cant find the plugin..
-
Updated
Mar 22, 2020 - JavaScript
-
Updated
Dec 24, 2018 - JavaScript
As in Telegram for Android there is a feature to decrease unread messages count in chat on scroll. We should implement it.
-
Updated
May 24, 2020 - Lua
-
Updated
Jan 25, 2017 - JavaScript
-
Updated
May 20, 2020 - JavaScript
-
Updated
Feb 21, 2020 - C#

The code that generates https://tl.telethon.dev is a mess and should be cleaned up. In particular, things like "here" being a link are a sign of poor accessibility (the link should be self-descriptive), and "bot index" inside a namespace (e.g. the "here" in https://tl.telethon.dev/methods/account/index.html) lead to a 404.
Generating the bot index should not rely on querying the filesystem and