Send Channel (newsletter) invite link

How to share a channel

To send an invitation to a newsletter, you will need an invite code.

It can be obtained using the following methods:

or

The response to the request will contain an array of information about the newsletter, including an invite code "invite_code": "TESTCODE12345":

{
  "id": "test_id_1234567890@newsletter",
  "name": "Test Newsletter",
  "type": "newsletter",
  "chat_pic": "https://example.com/test_pic_small.jpg",
  "chat_pic_full": "https://example.com/test_pic_full.jpg",
  "created_at": 1700000000,
  "subscribers_count": 1234,
  "invite_code": "TESTCODE12345",
  "verification": false,
  "description_at": "1700001111222333",
  "description": "This is a test newsletter for demo purposes only.",
  "preview": "/v/test_preview_image.jpg",
  "role": "member"
}

To send an invitation, use:

You can view the result in the Whatsapp

Last updated

Was this helpful?