Skip to contents

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

Examples

if (FALSE) {
channel <- tg_channel(channel_id = "R4marketing")
}