MadelineProto/docs/API_docs/constructors/inputPhoto.md
2016-12-19 19:48:27 +03:00

366 B

Constructor: inputPhoto

Attributes:

Name Type Required
id long Required
access_hash long Required

Type: InputPhoto

Example:

$inputPhoto = ['_' => inputPhoto', 'id' => long, 'access_hash' => long, ];