-
I am having issues interacting with a Channel.
When I try
`sender.send_msg("ChannelName", "Message")
sender.fwd("ChannelName", msg.id)`
And than get this error
`pytg.exceptions.FailException: Error…
-
There's a certain buffer that, whenever I try to open it, it crashes out with this error message:
``` python
Traceback (most recent call last):
File "/usr/bin/nctelegram", line 79, in
ncTelegr…
-
Description part of channel_info is missed in results.
For example in telegram-cli:
```
> channel_info @elyas_hazrati
Channel [broadcast] کانال الیاس حضرتی @elyas_hazrati (#1002126178):
abou…
-
### The problem
I would like to expose telegram-cli api with finer granularity access control.
Using network socket the interface to user personal data are accessible system wide,
It may be useful …
-
telegram-cli was installed with snap
Here's the traceback:
```
$ nctelegram
telegram-cli: loop.c:742: accept_incoming: Assertion `fd >= 0' failed.
Traceback (most recent call last):
File "…
-
Hello. Here is a code snippet I use in my project:
```
tg = Telegram(telegram='/home/tg/bin/telegram-cli', pubkey_file='/home/tg/tg-server.pub', port=9600)
sender = tg.sender
```
Can I somehow ch…
ghost updated
6 years ago
-
Perhaps by creating C library of telegram protocol
-
Try to set profile picture using command:
set_profile_photo path/to/file
But I get `FAIL: 71: RPC_CALL_FAIL 400: INPUT_FETCH_ERROR`
Is anyone know the reason?
```
*** 1454604331.175164 Sent que…
-
I am trying to dockerize a pytg bot. I encountered this problem:
Sample Code:
```
tg = Telegram(telegram = TG_CLI, pubkey_file = TG_PUBKEY)
tgSender = tg.sender
try:
tgSender.send_msg("user#123"…
-
### The problem
How can I join channels by channel name? like, sender.channel_join(@foochannel). But it's not working... What should I do? P.S. let us think, that @foochannel is the real one with mor…