kenorb-contrib / tg

`telegram-cli` for Telegram IM
https://github.com/telegramdesktop/tdesktop
GNU General Public License v2.0
382 stars 52 forks source link

How to get <msg-id> #56

Closed changxiangzhong closed 2 years ago

changxiangzhong commented 2 years ago

I'm trying to reply an message to an existing message. According to the help menu, I need to specify which one to reply. Where can I find those ?

Paulchen232 commented 2 years ago

With the argument -N

changxiangzhong commented 2 years ago

@Paulchen232, could you be more specific? How can I get msg-id? > history @aassuutt -n FAIL: 38: too many args #3

changxiangzhong commented 2 years ago

Ah! Found it! bin/telegram-cli -N. Thanks a lot!