powered by
Allows you to get a list of reposts of publications from a channel to other channels.
tg_channel_forwards( channel_id = tg_get_channel_id(), start_date = Sys.Date() - 15, end_date = Sys.Date() )
tibble with forwards
Channel ID (@username, t.me/username, t.me/joinchat/AAAAABbbbbcccc ... or channel ID in 'TGStat')
Date forwards from
Date forwards to
See also TGStat API Documentation of metrod channels/forwards
if (FALSE) { forwards <- tg_channel_forwards( channel_id = 'R4marketing', start_date = '2021-01-01', end_date = '2021-09-30' ) }
Run the code above in your browser using DataLab