Allows you to get a list of reposts of publications from a channel to other channels.
Usage
tg_channel_forwards(
  channel_id = tg_get_channel_id(),
  start_date = Sys.Date() - 15,
  end_date = Sys.Date()
)Arguments
- channel_id
- Channel ID (@username, t.me/username, t.me/joinchat/AAAAABbbbbcccc ... or channel ID in 'TGStat') 
- start_date
- Date forwards from 
- end_date
- Date forwards to 
References
See also TGStat API Documentation of metrod channels/forwards
