MadelineProtoDocs/docs/API_docs/constructors/inputPeerPhotoFileLocation.md

1.0 KiB

title description image
inputPeerPhotoFileLocation Profile picture location https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPeerPhotoFileLocation

Back to constructors index

Profile picture location

Attributes:

Name Type Required Description
big Bool Optional Big?
peer Username, chat ID, Update, Message or InputPeer Optional Peer
volume_id long Yes Volume ID
local_id int Yes Local ID

Type: InputFileLocation

Example:

$inputPeerPhotoFileLocation = ['_' => 'inputPeerPhotoFileLocation', 'big' => Bool, 'peer' => InputPeer, 'volume_id' => long, 'local_id' => int];

Or, if you're into Lua:

inputPeerPhotoFileLocation={_='inputPeerPhotoFileLocation', big=Bool, peer=InputPeer, volume_id=long, local_id=int}