543 B
543 B
title | description |
---|---|
inputUserContact | inputUserContact attributes, type and example |
Constructor: inputUserContact
Attributes:
Name | Type | Required |
---|---|---|
user_id | int | Yes |
Type: InputUser
Example:
$inputUserContact = ['_' => 'inputUserContact', 'user_id' => int, ];
Or, if you're into Lua:
inputUserContact={_='inputUserContact', user_id=int, }