Normally there is a negative id
for each channel in telegram, but when you extract one channel's history, there exists a key in the returned json named as from_id
. It is a positive number and it's unique. Meanwhile it belongs to the same channel. What is the difference between from_id
and that negative id?
Thanks in advance.