Learn R Programming

rtgstat (version 0.3.2)

tg_post: Retrieving publication data

Description

Retrieving publication data

Usage

tg_post(post_id)

Value

tibble with post data

Arguments

post_id

Post ID (t.me/username/123, t.me/c/1256804429/1230 or post ID in TGStat)

Details

Get information and publications in Telegram - number of views, publication date, content, ...

References

See also TGStat API Documentation of metrod posts/get

Examples

Run this code
if (FALSE) {
post <- tg_post(
    post_id = 'https://t.me/R4marketing/887'
)
}

Run the code above in your browser using DataLab