737 B
737 B
title | description | image |
---|---|---|
contact | contact attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: contact
Attributes:
Name | Type | Required |
---|---|---|
user_id | int | Yes |
mutual | Bool | Yes |
Type: Contact
Example:
$contact = ['_' => 'contact', 'user_id' => int, 'mutual' => Bool];
PWRTelegram json-encoded version:
{"_": "contact", "user_id": int, "mutual": Bool}
Or, if you're into Lua:
contact={_='contact', user_id=int, mutual=Bool}