Layer 220
InputChatPhoto
Existing photo to be set as a chat profile photo.
constructor
inputChatPhoto#8953ad37 id:InputPhoto = InputChatPhoto;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | InputPhoto | Existing photo |
Returns
InputChatPhotoGogram Example
// Creating InputChatPhoto constructor obj := &tg.InputChatPhoto{ Id: &tg.InputPhoto{ID: int64(0), AccessHash: int64(0), FileReference: []byte{}}, }