Maker

Telegram Quotly Maker

post/maker/quotly

Request body

type'quote'

Type of the request

format'png'

Output image format

backgroundColorstring

Background color in hex

widthinteger

Width of the output image

heightinteger

Height of the output image

scaleinteger

Scale factor for the image

Example request

{
  "backgroundColor": "#FFFFFF",
  "width": 512,
  "height": 768,
  "scale": 2,
  "messages": [
    {
      "avatar": true,
      "from": {
        "id": 1,
        "name": "PaxSenix",
        "photo": {
          "url": "https://files.catbox.moe/qqlqw8.jpg"
        }
      },
      "text": "Hello",
      "replyMessage": {
        "name": "PaxSenix",
        "text": "Hey",
        "chatId": 1
      }
    }
  ]
}

Response

Success - Got the response

Changes

No recorded changes to this endpoint across all 1 revision of this API.