mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
811 B
811 B
title | description | nav_exclude | image |
---|---|---|---|
missingInvitee | missingInvitee attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: missingInvitee
Attributes:
Name | Type | Required |
---|---|---|
premium_would_allow_invite | Bool | Optional |
premium_required_for_pm | Bool | Optional |
user_id | long | Yes |
Type: MissingInvitee
Example:
$missingInvitee = ['_' => 'missingInvitee', 'premium_would_allow_invite' => Bool, 'premium_required_for_pm' => Bool, 'user_id' => long];