Closed sachinkmr closed 2 months ago
Running the command tdl chat export -c CHAT to get chat JSON is throwing following error:
tdl chat export -c CHAT
Error: callback: github.com/gotd/td/telegram.(*Client).Run.func3 github.com/gotd/td@v0.105.0/telegram/connect.go:151
Run the command tdl chat export -c CHAT
should generate json file having chats related data
Version: 0.17.3 Commit: 6c382b8 Date: 2024-07-07T10:59:56Z
go1.21.11 linux/amd64
Linux
No response
You should replace the CHAT in command with specific real chat value.
CHAT
CHAT can be:
@iyear
iyear
123456789
https://t.me/iyear
+1 123456789
Describe the bug
Running the command
tdl chat export -c CHAT
to get chat JSON is throwing following error:Error: callback: github.com/gotd/td/telegram.(*Client).Run.func3 github.com/gotd/td@v0.105.0/telegram/connect.go:151
To Reproduce
Run the command
tdl chat export -c CHAT
Expected behavior
should generate json file having chats related data
Version
Version: 0.17.3 Commit: 6c382b8 Date: 2024-07-07T10:59:56Z
go1.21.11 linux/amd64
Which OS are you running tdl on?
Linux
Additional context
No response