617 B
617 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, ];
Or, if you're into Lua:
chatInviteLink={_='chatInviteLink', invite_link=string, }