tg_post {rtgstat}R Documentation

Retrieving publication data

Description

Retrieving publication data

Usage

tg_post(post_id)

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, ...

Value

tibble with post data

References

See also TGStat API Documentation of metrod posts/get

Examples

## Not run: 
post <- tg_post(
    post_id = 'https://t.me/R4marketing/887'
)

## End(Not run)

[Package rtgstat version 0.3.2 Index]