mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 07:34:41 +01:00
430 B
430 B
title | description |
---|---|
chatInvite | chatInvite attributes, type and example |
Constructor: chatInvite
Attributes:
Name | Type | Required |
---|---|---|
title | string | Required |
Type: ChatInvite
Example:
$chatInvite = ['_' => 'chatInvite', 'title' => string, ];