Skip to main content

Telegram Channel Posts

GET 

/api/v1/telegram/posts

Fetch telegram channel posts

Request

Query Parameters

    page string

    Default value: 1

    Specifies page

    Example: 1
    limit string

    Default value: 1000

    Specifies limit

    Example: 1000
    channel string

    Default value: empty

    Specifies channel username

    Example: @datamaxiplus
    sort string

    Possible values: [asc, desc]

    Default value: desc

    Specifies sort

    Example: asc

Header Parameters

    X-DTMX-APIKEY stringrequired

    Your DataMaxi+ API key

Responses

OK

Schema

    data

    object[]

    specifies an array of the Telegram Posts

  • Array [

  • cc string

    specifies the channel category

    cp string

    specifies the channel photo url

    ct string

    specifies the channel title

    cu string

    specifies the channel username

    d string

    specifies the date and time

    pf string

    specifies the number of forwards

    pt string

    specifies the text

    pv string

    specifies the number of views

  • ]

  • limit integer

    specifies the number of records per page

    page integer

    specifies the current page of the response

    sort string

    specifies the order of the records

Loading...