channels.editPhoto
Layer 225
Constructor ID: 0xf12e57c9
Returns: Updates
Parameters
| Name | Type | Description |
|---|---|---|
channel | InputChannel | |
photo | InputChatPhoto |
Example
go
result, err := client.Raw(&tg.EditPhotoRequest{
channel: nil, // InputChannel
photo: nil, // InputChatPhoto
})
if err != nil {
panic(err)
}
print(result)