tg_channel {rtgstat} | R Documentation |
Get chennel info
Description
Get general information about the channel - link to the channel, name, description, avatar, number of subscribers at the moment.
Usage
tg_channel(channel_id = tg_get_channel_id())
Arguments
channel_id |
hannel ID (@username, t.me/username, t.me/joinchat/AAAAABbbbbcccc ... or channel ID in 'TGStat') |
Value
tibble with channel metadata
References
See also TGStat API Documentation of metrod channels/get
Examples
## Not run:
channel <- tg_channel(channel_id = "R4marketing")
## End(Not run)
[Package rtgstat version 0.3.2 Index]