644 B
644 B
title | description | image |
---|---|---|
contact | Contact | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: contact
Contact
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user_id | int | Yes | User ID |
mutual | Bool | Yes | Mutual? |
Type: Contact
Example:
$contact = ['_' => 'contact', 'user_id' => int, 'mutual' => Bool];
Or, if you're into Lua:
contact={_='contact', user_id=int, mutual=Bool}