664 B
664 B
title | description |
---|---|
contact | contact attributes, type and example |
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}