Layer 220
constructor
inputChatPhoto#8953ad37 id:InputPhoto = InputChatPhoto;

Parameters

Name Type Description
Id InputPhoto Existing photo

Returns

InputChatPhoto

Gogram Example

// Creating InputChatPhoto constructor
obj := &tg.InputChatPhoto{
    Id: &tg.InputPhoto{ID: int64(0), AccessHash: int64(0), FileReference: []byte{}},
}