tg_channel | R Documentation |
Get general information about the channel - link to the channel, name, description, avatar, number of subscribers at the moment.
tg_channel(channel_id = tg_get_channel_id())
channel_id |
hannel ID (@username, t.me/username, t.me/joinchat/AAAAABbbbbcccc ... or channel ID in 'TGStat') |
tibble with channel metadata
See also TGStat API Documentation of metrod channels/get
## Not run:
channel <- tg_channel(channel_id = "R4marketing")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.