738 B
738 B
title | description |
---|---|
chatInviteLink | Contains chat invite link |
Constructor: chatInviteLink
Contains chat invite link
Attributes:
Name | Type | Required | Description |
---|---|---|---|
invite_link | string | Yes | Chat invite link |
Type: ChatInviteLink
Example:
$chatInviteLink = ['_' => 'chatInviteLink', 'invite_link' => 'string'];
PWRTelegram json-encoded version:
{"_": "chatInviteLink", "invite_link": "string"}
Or, if you're into Lua:
chatInviteLink={_='chatInviteLink', invite_link='string'}