View source: R/tg_channel_forwards.R
tg_channel_forwards | R Documentation |
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()
)
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 |
tibble with forwards
See also TGStat API Documentation of metrod channels/forwards
## Not run:
forwards <- tg_channel_forwards(
channel_id = 'R4marketing',
start_date = '2021-01-01',
end_date = '2021-09-30'
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.