1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 19:17:48 +01:00
MadelineProto/docs/API_docs/constructors/help_support.md
2016-12-20 13:15:22 +01:00

460 B

title
help_support

Constructor: help_support

Back to constructors index

Attributes:

Name Type Required
phone_number string Required
user User Required

Type: help_Support

Example:

$help_support = ['_' => help_support', 'phone_number' => string, 'user' => User, ];