Layer 224
method Users
photos.deletePhotos#87cf7f2f id:Vector<InputPhoto> = Vector<long>;

Parameters

Name Type Description
Id Vector<InputPhoto> Input photos to delete

Returns

Vector

Gogram Example

// PhotosDeletePhotos - positional arguments
result, err := client.PhotosDeletePhotos([]tg.InputPhoto{&tg.InputPhoto{ID: int64(5678901234567890), AccessHash: int64(1234567890123456), FileReference: []byte{0x01, 0x02}}})
if err != nil {
    // handle error
}
// result is *tg.Vector