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

364 B

Constructor: inputPhoto

Attributes:

Name Type Required
id long Required
access_hash long Required

Type:

InputPhoto

Example:

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