Set session default channel id
Arguments
- channel_id
Channel ID (@username, t.me/username, t.me/joinchat/AAAAABbbbbcccc ... or channel ID in 'TGStat')
Examples
if (FALSE) {
tg_set_channel_id('R4marketing')
stat <- tg_channel_stat()
}
Set session default channel id
Channel ID (@username, t.me/username, t.me/joinchat/AAAAABbbbbcccc ... or channel ID in 'TGStat')
if (FALSE) {
tg_set_channel_id('R4marketing')
stat <- tg_channel_stat()
}